* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  height: 100%;
  min-width: 320px;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'geometria', sans-serif;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 700px) {
  .container {
    width: 95%;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}
/*....................Header.......................*/
.header {
  width: 100%;
  background: url(../img/header-bg-1.jpg);
  background-repeat: no-repeat;
  background-position: 42% center;
  background-size: cover;
}
@media (min-width: 400px) {
  .header {
    background-position: 37% center;
  }
}
@media (min-width: 510px) {
  .header {
    background-position: 25% center;
  }
}
@media (min-width: 660px) {
  .header {
    background-position: 23% center;
  }
}
@media (min-width: 780px) {
  .header {
    background-position: 20% center;
    padding-bottom: 72px;
  }
}
@media (min-width: 910px) {
  .header {
    background-position: 62% center;
  }
}
@media (min-width: 1060px) {
  .header {
    height: 100vh;
    background-position: center center;
  }
}
/*....................Header-navigation........................*/
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}
@media (min-width: 800px) {
  .header-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 95px;
  }
}
.block-logo {
  width: 100%;
  text-align: center;
  padding: 20px 0 0 0;
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  .block-logo {
    width: 20%;
    text-align: left;
    padding: 30px 0 0 1px;
    margin-bottom: 0;
  }
}
.block-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 7px 30px 5px 30px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 440px) {
  .block-link {
    padding: 7px 90px 5px 90px;
  }
}
@media (min-width: 800px) {
  .block-link {
    width: 65%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-color: transparent;
    padding: 25px 23px 0 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.logo {
  width: 234px;
}
.link-nav {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130px;
  height: 35px;
  background-color: transparent;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin: 0 0 5px 0;
}
@media (min-width: 800px) {
  .link-nav {
    width: 195px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 0 0 20px;
  }
}
.link-order {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 800px) {
  .link-order {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.skype-svg,
.telegram-svg {
  width: 16px;
  height: 16px;
  margin-right: 17px;
}
.block-language {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000000;
  padding: 0 0 5px 0;
}
@media (min-width: 800px) {
  .block-language {
    width: 15%;
    background-color: transparent;
    padding: 47px 5px 0 0;
  }
}
.wrap-checkbox {
  width: 150px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 15px 0 0 70px;
}
.checkbox + .label:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 53px;
  width: 46px;
  height: 23px;
  border-radius: 15px;
  background: -webkit-gradient(linear, left bottom, right top, from(#662d8c), to(#db1c72));
  background: linear-gradient(to top right, #662d8c, #db1c72);
  -webkit-transition: .2s;
  transition: .2s;
}
.checkbox + .label:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 57px;
  width: 17px;
  height: 17px;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}
.checkbox:checked + .label:before {
  background: -webkit-gradient(linear, left bottom, right top, from(#662d8c), to(#db1c72));
  background: linear-gradient(to top right, #662d8c, #db1c72);
}
.checkbox:checked + .label:after {
  left: 77px;
}
.label {
  font-family: sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  margin-top: 14px;
  margin-left: 118px;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.label-en {
  position: absolute;
  top: 14px;
  left: 13px;
  font-family: sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
/*....................Header-content......................*/
.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 800px) {
  .header-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.wrap-title {
  width: 100%;
  margin-bottom: 25px;
}
@media (min-width: 800px) {
  .wrap-title {
    width: 55%;
    margin-bottom: 0;
  }
}
.main-title {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media (min-width: 800px) {
  .main-title {
    font-size: 55px;
    text-align: left;
  }
}
.block-button-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 800px) {
  .block-button-header {
    width: 45%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 140px;
  }
}
.button-login {
  width: 195px;
  height: 56px;
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  background-color: #662D8C;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(102, 45, 140, 0.7);
          box-shadow: 0px 0px 50px 0px rgba(102, 45, 140, 0.7);
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0 0 10px 0;
}
@media (min-width: 800px) {
  .button-login {
    margin: 0 20px 0 0;
  }
}
.button-registration {
  width: 195px;
  height: 56px;
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  border: none;
  outline: none;
  border: 2px solid #662D8C;
  background: transparent;
  cursor: pointer;
}
.block-offer-icon {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 400px) {
  .block-offer-icon {
    width: 70%;
  }
}
@media (min-width: 560px) {
  .block-offer-icon {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .block-offer-icon {
    width: 60%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 15px 0 -30px;
  }
}
.offer-icon-planet {
  width: 100%;
  height: 140px;
  position: relative;
  padding: 40px 0 0 100px;
  z-index: 2;
}
@media (min-width: 800px) {
  .offer-icon-planet {
    width: 33.3%;
    height: 220px;
    padding: 53px 0 0 70px;
  }
}
.icon-planet {
  width: 100px;
  position: absolute;
  top: 50px;
  left: 35px;
  z-index: -1;
}
@media (min-width: 800px) {
  .icon-planet {
    width: 248px;
    top: -15px;
    left: -18px;
  }
}
.offer-icon-arrow {
  width: 100%;
  height: 140px;
  position: relative;
  padding: 20px 0 0 90px;
  z-index: 2;
}
@media (min-width: 800px) {
  .offer-icon-arrow {
    width: 33.3%;
    height: 220px;
    padding: 53px 0 0 60px;
  }
}
.icon-arrow {
  width: 90px;
  position: absolute;
  top: 25px;
  left: 35px;
  z-index: -1;
}
@media (min-width: 800px) {
  .icon-arrow {
    width: 265px;
    top: -21px;
    left: -21px;
  }
}
.offer-icon-money {
  width: 100%;
  height: 140px;
  position: relative;
  padding: 5px 0 0 100px;
  z-index: 2;
}
@media (min-width: 800px) {
  .offer-icon-money {
    width: 33.3%;
    height: 220px;
    padding: 53px 0 0 70px;
  }
}
.icon-money {
  width: 100px;
  position: absolute;
  top: 14px;
  left: 40px;
  z-index: -1;
}
@media (min-width: 800px) {
  .icon-money {
    width: 225px;
    top: -14px;
    left: -12px;
  }
}
.offer-icon-text {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
}
.bold-text {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
}
/*....................About-system......................*/
.block-about-system {
  width: 100%;
  background-color: #e9ebf3;
  padding-bottom: 18px;
}
.about-system-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 0 10px 0;
}
@media (min-width: 700px) {
  .about-system-content {
    padding: 45px 0 47px 0;
  }
}
.about-system-title {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  color: #303030;
  text-align: center;
  margin: 0 0 30px 0;
}
@media (min-width: 700px) {
  .about-system-title {
    font-size: 30px;
    margin: 0 0 50px 0;
  }
}
.about-system-wrap-card {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 400px) {
  .about-system-wrap-card {
    width: 80%;
  }
}
@media (min-width: 480px) {
  .about-system-wrap-card {
    width: 70%;
  }
}
@media (min-width: 700px) {
  .about-system-wrap-card {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.about-system-card {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-shadow: 3px 5px 40px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 5px 40px 0px rgba(0, 0, 0, 0.15);
  padding: 0 15px 40px 15px;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .about-system-card {
    width: 32%;
    padding: 0 15px 50px 15px;
    margin-bottom: 0;
  }
  .about-system-card:before {
    content: "";
    display: block;
    width: 87%;
    height: 15px;
    background-color: #D2D3DB;
    position: absolute;
    top: -16px;
    left: 6.5%;
    z-index: 0;
  }
  .about-system-card:after {
    content: "";
    display: block;
    width: 87%;
    height: 17px;
    background-color: #D2D3DB;
    position: absolute;
    bottom: -18px;
    left: 6.5%;
    z-index: 0;
  }
}
.system-card-icon {
  width: 100%;
  text-align: center;
  padding: 50px 0 20px 10px;
}
.system-card-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0 10px 0;
}
.card-title {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  color: #303030;
  text-align: center;
  margin: 0 0 23px 0;
}
.color-line {
  width: 60px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#662d8c), to(#db1c72));
  background: linear-gradient(to right, #662d8c, #db1c72);
}
.system-card-text {
  width: 100%;
  text-align: center;
  padding-top: 17px;
}
.card-text {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #303030;
  text-align: center;
  margin: 0 0 7px 0;
}
.push-link {
  color: #ff2400;
}
/*....................Block-traffic......................*/
.block-traffic {
  width: 100%;
  background: url(../img/traffic-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 200px;
}
@media (min-width: 400px) {
  .block-traffic {
    padding-bottom: 220px;
  }
}
@media (min-width: 620px) {
  .block-traffic {
    padding-bottom: 250px;
  }
}
@media (min-width: 800px) {
  .block-traffic {
    padding-bottom: 39px;
  }
}
.block-traffic-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 18px;
}
@media (min-width: 800px) {
  .block-traffic-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.traffic-car {
  position: absolute;
  top: 230px;
  left: -198px;
}
@media (min-width: 360px) {
  .traffic-car {
    left: -160px;
  }
}
@media (min-width: 400px) {
  .traffic-car {
    left: -130px;
  }
}
@media (min-width: 480px) {
  .traffic-car {
    top: 200px;
    left: -70px;
  }
}
@media (min-width: 520px) {
  .traffic-car {
    left: -40px;
  }
}
@media (min-width: 590px) {
  .traffic-car {
    left: -20px;
  }
}
@media (min-width: 800px) {
  .traffic-car {
    top: -80px;
    left: 19%;
  }
}
@media (min-width: 1000px) {
  .traffic-car {
    top: -100px;
    left: 24%;
  }
}
@media (min-width: 1140px) {
  .traffic-car {
    top: -130px;
    left: 33%;
  }
}
@media (min-width: 1200px) {
  .traffic-car {
    top: -131px;
    left: 37.8%;
  }
}
.block-traffic-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}
@media (min-width: 800px) {
  .block-traffic-text {
    width: 45%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 8px;
  }
}
.traffic-title {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 0 0 20px 0;
}
@media (min-width: 800px) {
  .traffic-title {
    font-size: 40px;
    text-align: left;
    margin: 0 0 10px 0;
  }
}
.traffic-text {
  width: 75%;
  font-family: 'geometria', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: rgba(255, 255, 255, 0.702);
  margin: 0 0 20px 0;
}
@media (min-width: 800px) {
  .traffic-text {
    width: 100%;
    text-align: left;
    margin: 0 0 0 0;
  }
}
.wrap-traffic-button {
  padding-top: 16px;
}
.block-traffic-button {
  width: 195px;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#c01616), to(#fd3030));
  background: linear-gradient(to right, #c01616, #fd3030);
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(242, 43, 43, 0.7);
          box-shadow: 0px 0px 50px 0px rgba(242, 43, 43, 0.7);
  cursor: pointer;
}
/*....................Block-how-work.....................*/
.block-how-work {
  width: 100%;
  overflow: hidden;
}
.how-work-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 10px 0;
}
@media (min-width: 700px) {
  .how-work-content {
    padding: 45px 0 68px 0;
  }
}
.how-work-title {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  color: #303030;
  text-align: center;
  margin: 0 0 20px 0;
}
@media (min-width: 700px) {
  .how-work-title {
    font-size: 30px;
    margin: 0 0 60px 0;
  }
}
.block-circli-list {
  width: 100%;
  background: transparent;
  position: relative;
  padding: 10px 10px 10px 10px;
}
@media (min-width: 700px) {
  .block-circli-list {
    width: 55.5%;
    border-radius: 290px;
    background: -webkit-gradient(linear, left bottom, right top, from(#6b2c8b), to(#e61f7a));
    background: linear-gradient(to top right, #6b2c8b, #e61f7a);
  }
  .block-circli-list:before {
    content: "";
    display: block;
    width: 97.4%;
    height: 96.5%;
    border-radius: 295px;
    background-color: transparent;
    background-color: #fff;
    position: absolute;
    top: 1.78%;
    left: 1.3%;
  }
}
.block-content-circle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
}
@media (min-width: 700px) {
  .block-content-circle {
    height: 250px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1000px) {
  .block-content-circle {
    height: 550px;
  }
}
.block-content-circle-left {
  width: 100%;
  height: 460px;
  position: relative;
}
@media (min-width: 400px) {
  .block-content-circle-left {
    width: 80%;
  }
}
@media (min-width: 460px) {
  .block-content-circle-left {
    width: 65%;
  }
}
@media (min-width: 620px) {
  .block-content-circle-left {
    width: 50%;
  }
}
@media (min-width: 700px) {
  .block-content-circle-left {
    height: 100%;
    border-right: 1px solid #e9ebf3;
    border-radius: 290px 0 0 290px;
  }
}
.block-circle-icon-left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .block-circle-icon-left {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    padding-left: 20px;
    top: 60px;
    left: 0;
  }
}
@media (min-width: 1000px) {
  .block-circle-icon-left {
    padding-left: 40px;
    top: 210px;
    left: 0;
  }
}
.block-circli-icon-title {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  color: #303030;
  text-align: center;
}
@media (min-width: 1000px) {
  .block-circli-icon-title {
    font-size: 24px;
  }
}
.webmaster-icon {
  margin: 0 20px 0 0;
}
@media (min-width: 700px) {
  .webmaster-icon {
    margin: 0 0 0 10px;
  }
}
.circli-list-left-one {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 35px;
  left: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.circli-list-left-one:before {
  content: "Добавьте сайт в систему";
  width: 200px;
  font-family: 'geometria', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #303030;
  position: absolute;
  top: 18px;
  left: 75px;
}
.circli-list-left-one:after {
  content: "";
  display: block;
  width: 10px;
  height: 360px;
  background: -webkit-gradient(linear, left bottom, left top, from(#6b2c8b), to(#e61f7a));
  background: linear-gradient(to top, #6b2c8b, #e61f7a);
  position: absolute;
  top: -35px;
  left: 42%;
  z-index: -1;
}
@media (min-width: 700px) {
  .circli-list-left-one {
    top: -30px;
    left: 30px;
  }
  .circli-list-left-one:before {
    width: 160px;
    top: 10px;
    left: -130px;
  }
  .circli-list-left-one:after {
    width: 0;
    height: 0;
  }
}
@media (min-width: 1000px) {
  .circli-list-left-one {
    top: 12px;
    left: 85px;
  }
  .circli-list-left-one:before {
    width: 250px;
    top: 23px;
    left: -230px;
  }
}
.list-inner-item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #303030;
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding-top: 14px;
}
.circli-list-left-two {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 140px;
  left: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.circli-list-left-two:before {
  content: "Установите скрипт и код в корень сайта";
  width: 200px;
  font-family: 'geometria', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: #303030;
  position: absolute;
  top: 12px;
  left: 75px;
}
@media (min-width: 700px) {
  .circli-list-left-two {
    top: 40px;
    left: -35px;
  }
  .circli-list-left-two:before {
    width: 120px;
    top: 0;
    left: -120px;
    text-align: left;
  }
}
@media (min-width: 1000px) {
  .circli-list-left-two {
    top: 162px;
    left: -25px;
  }
  .circli-list-left-two:before {
    width: 165px;
    top: 12px;
    left: -190px;
    text-align: left;
  }
}
.circli-list-left-three {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 250px;
  left: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.circli-list-left-three:before {
  content: "Смотрите статистику дохода";
  width: 200px;
  font-family: 'geometria', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: #303030;
  position: absolute;
  top: 15px;
  left: 75px;
}
@media (min-width: 700px) {
  .circli-list-left-three {
    top: 135px;
    left: -35px;
  }
  .circli-list-left-three:before {
    width: 140px;
    top: 5px;
    left: -145px;
    text-align: right;
  }
}
@media (min-width: 1000px) {
  .circli-list-left-three {
    top: 319px;
    left: -25px;
  }
  .circli-list-left-three:before {
    width: 200px;
    top: 14px;
    left: -234px;
    text-align: right;
  }
}
.circli-list-left-four {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 360px;
  left: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.circli-list-left-four:before {
  content: "Выводите заработанные средства";
  width: 200px;
  font-family: 'geometria', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: #303030;
  position: absolute;
  top: 15px;
  left: 75px;
}
@media (min-width: 700px) {
  .circli-list-left-four {
    top: 210px;
    left: 20px;
  }
  .circli-list-left-four:before {
    width: 170px;
    top: 13px;
    left: -180px;
    text-align: right;
  }
}
@media (min-width: 1000px) {
  .circli-list-left-four {
    top: 470px;
    left: 85px;
  }
  .circli-list-left-four:before {
    width: 200px;
    top: 13px;
    left: -242px;
    text-align: right;
  }
}
.block-content-circle-right {
  width: 100%;
  height: 460px;
  position: relative;
}
@media (min-width: 400px) {
  .block-content-circle-right {
    width: 80%;
  }
}
@media (min-width: 460px) {
  .block-content-circle-right {
    width: 65%;
  }
}
@media (min-width: 620px) {
  .block-content-circle-right {
    width: 50%;
  }
}
@media (min-width: 700px) {
  .block-content-circle-right {
    height: 100%;
    border-left: 1px solid #e9ebf3;
    border-radius: 0 290px 290px 0;
  }
}
.block-circle-icon-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .block-circle-icon-right {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    padding-right: 20px;
    top: 60px;
    right: 0;
  }
}
@media (min-width: 1000px) {
  .block-circle-icon-right {
    padding-right: 35px;
    top: 210px;
  }
}
.mediabayer-icon {
  margin: 0 10px 0 0;
}
@media (min-width: 700px) {
  .mediabayer-icon {
    margin: 0 0 0 10px;
  }
}
.circli-list-right-one {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 35px;
  right: 77%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.circli-list-right-one:before {
  content: "Создайте площадку в системе";
  width: 200px;
  font-family: 'geometria', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #303030;
  position: absolute;
  top: 15px;
  left: 75px;
}
.circli-list-right-one:after {
  content: "";
  display: block;
  width: 10px;
  height: 360px;
  background: -webkit-gradient(linear, left bottom, left top, from(#6b2c8b), to(#e61f7a));
  background: linear-gradient(to top, #6b2c8b, #e61f7a);
  position: absolute;
  top: -35px;
  left: 42%;
  z-index: -1;
}
@media (min-width: 700px) {
  .circli-list-right-one {
    top: -30px;
    right: 27px;
  }
  .circli-list-right-one:before {
    width: 170px;
    top: 10px;
    left: 75px;
  }
  .circli-list-right-one:after {
    width: 0;
    height: 0;
  }
}
@media (min-width: 1000px) {
  .circli-list-right-one {
    top: 11px;
    right: 85px;
  }
  .circli-list-right-one:before {
    width: 250px;
    top: 24px;
    left: 98px;
  }
}
.circli-list-right-two {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 140px;
  right: 77%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.circli-list-right-two:before {
  content: "Выберите один или несколько лендингов";
  width: 200px;
  font-family: 'geometria', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: #303030;
  position: absolute;
  top: 5px;
  left: 70px;
}
@media (min-width: 700px) {
  .circli-list-right-two {
    top: 40px;
    right: -30px;
  }
  .circli-list-right-two:before {
    width: 150px;
    top: 0;
  }
}
@media (min-width: 1000px) {
  .circli-list-right-two {
    top: 162px;
    right: -26px;
  }
  .circli-list-right-two:before {
    width: 170px;
    top: 4px;
    left: 98px;
  }
}
.circli-list-right-three {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 250px;
  right: 77%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.circli-list-right-three:before {
  content: "Получите ссылку для привлечения трафика";
  width: 200px;
  font-family: 'geometria', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: #303030;
  position: absolute;
  top: 5px;
  left: 75px;
}
@media (min-width: 700px) {
  .circli-list-right-three {
    top: 135px;
    right: -40px;
  }
  .circli-list-right-three:before {
    width: 130px;
    top: -5px;
    left: 70px;
  }
}
@media (min-width: 1000px) {
  .circli-list-right-three {
    top: 320px;
    right: -26px;
  }
  .circli-list-right-three:before {
    width: 160px;
    top: 3px;
    left: 99px;
  }
}
.circli-list-right-four {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 360px;
  right: 77%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.circli-list-right-four:before {
  content: "Получайте доход мгновенно либо по RevShare";
  width: 200px;
  font-family: 'geometria', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: #303030;
  position: absolute;
  top: 15px;
  left: 75px;
}
@media (min-width: 700px) {
  .circli-list-right-four {
    top: 210px;
    right: 25px;
  }
  .circli-list-right-four:before {
    width: 220px;
    top: 14px;
    left: 80px;
  }
}
@media (min-width: 1000px) {
  .circli-list-right-four {
    top: 470px;
    right: 85px;
  }
  .circli-list-right-four:before {
    width: 230px;
    top: 14px;
    left: 109px;
  }
}
/*....................Our-offer....................*/
.our-offer {
  width: 100%;
  background: url(../img/offer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 800px) {
  .our-offer {
    padding-bottom: 37px;
  }
}
.our-offer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 0 15px;
}
@media (min-width: 800px) {
  .our-offer-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.our-offer-block-text {
  width: 100%;
  padding: 35px 10px 0 10px;
}
@media (min-width: 400px) {
  .our-offer-block-text {
    width: 90%;
  }
}
@media (min-width: 800px) {
  .our-offer-block-text {
    width: 80%;
  }
}
.our-offer-title {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin: 0 0 15px 0;
}
@media (min-width: 800px) {
  .our-offer-title {
    font-size: 40px;
    line-height: 1;
    text-align: left;
    margin: 0 0 10px 0;
  }
}
.our-offer-text {
  font-family: 'geometria', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: rgba(255, 255, 255, 0.702);
  margin: 0;
}
@media (min-width: 800px) {
  .our-offer-text {
    text-align: left;
  }
}
.our-offer-block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 0 30px 0;
}
@media (min-width: 800px) {
  .our-offer-block-button {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 35px 0 0 0;
  }
}
.our-offer-button {
  width: 195px;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#662d8c), to(#7c2cb2));
  background: linear-gradient(to right, #662d8c, #7c2cb2);
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(124, 44, 178, 0.7);
          box-shadow: 0px 0px 50px 0px rgba(124, 44, 178, 0.7);
  cursor: pointer;
}
/*....................Profit-partners...................*/
.profit-partners {
  width: 100%;
  padding-bottom: 20px;
}
.profit-partners-content {
  padding-bottom: 30px;
}
.wrap-profit-partners-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 15px 10px 15px;
}
@media (min-width: 700px) {
  .wrap-profit-partners-title {
    margin-bottom: 20px;
  }
}
.under-title-line {
  width: 60px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#662d8c), to(#db1c72));
  background: linear-gradient(to right, #662d8c, #db1c72);
  margin-bottom: 2px;
}
.profit-partners-title {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  color: #303030;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .profit-partners-title {
    font-size: 30px;
  }
}
.profit-partners-sub-title {
  width: 90%;
  font-family: 'geometria', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #303030;
  text-align: center;
}
@media (min-width: 700px) {
  .profit-partners-sub-title {
    width: 50%;
  }
}
.wrap-profit-items-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media (min-width: 800px) {
  .wrap-profit-items-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1000px) {
  .wrap-profit-items-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.profit-items-block-left {
  width: 95%;
  padding: 0 15px 10px 15px;
}
@media (min-width: 450px) {
  .profit-items-block-left {
    width: 75%;
  }
}
@media (min-width: 580px) {
  .profit-items-block-left {
    width: 65%;
  }
}
@media (min-width: 620px) {
  .profit-items-block-left {
    width: 55%;
  }
}
@media (min-width: 700px) {
  .profit-items-block-left {
    width: 75%;
    background: url(../img/line-bg.jpg);
    background-repeat: no-repeat;
    background-position: -50px 127px;
    padding: 0 0 0 0;
  }
}
@media (min-width: 800px) {
  .profit-items-block-left {
    width: 85%;
    background-position: 50px 100px;
  }
}
@media (min-width: 1000px) {
  .profit-items-block-left {
    width: 50%;
    background-position: -80px 127px;
  }
}
@media (min-width: 1300px) {
  .profit-items-block-left {
    background-position: 0 127px;
  }
}
.wrap-profit-items-block-left-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px 10px 30px;
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .wrap-profit-items-block-left-title {
    padding: 0 50px 10px 50px;
  }
}
.profit-items-block-left-title {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  color: #303030;
  text-align: center;
}
.profit-items-left-1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .profit-items-left-1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 60px;
  }
}
.profit-items-left-circle-1 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url(../img/circle-left-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 15px 0 0 0;
  margin-right: 15px;
}
@media (min-width: 700px) {
  .profit-items-left-circle-1 {
    width: 135px;
    height: 135px;
    font-size: 60px;
    padding: 35px 0 30px 0;
    margin-right: 30px;
  }
}
.profit-items-left-text-1 {
  width: 200px;
  padding-top: 0;
}
@media (min-width: 380px) {
  .profit-items-left-text-1 {
    width: 250px;
  }
}
@media (min-width: 700px) {
  .profit-items-left-text-1 {
    padding-top: 33px;
  }
}
.profit-items-circle-text {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #303030;
  margin: 0;
}
@media (min-width: 700px) {
  .profit-items-circle-text {
    font-size: 16px;
  }
}
.profit-items-left-2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .profit-items-left-2 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 50px;
  }
}
.profit-items-left-circle-2 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url(../img/circle-left-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 15px 0 0 0;
  margin: 0 15px 0 0;
}
@media (min-width: 700px) {
  .profit-items-left-circle-2 {
    width: 135px;
    height: 135px;
    font-size: 60px;
    padding: 35px 0 30px 0;
    margin: 0 0 0 30px;
  }
}
.profit-items-left-text-2 {
  width: 200px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
}
@media (min-width: 380px) {
  .profit-items-left-text-2 {
    width: 250px;
  }
}
@media (min-width: 700px) {
  .profit-items-left-text-2 {
    width: 300px;
    padding-top: 30px;
    text-align: right;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.profit-items-left-3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .profit-items-left-3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 50px;
  }
}
.profit-items-left-circle-3 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url(../img/circle-left-3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 15px 0 0 0;
  margin-right: 15px;
}
@media (min-width: 700px) {
  .profit-items-left-circle-3 {
    width: 135px;
    height: 135px;
    font-size: 60px;
    padding: 35px 0 30px 0;
    margin-right: 30px;
  }
}
.profit-items-left-text-3 {
  width: 200px;
}
@media (min-width: 380px) {
  .profit-items-left-text-3 {
    width: 250px;
  }
}
@media (min-width: 700px) {
  .profit-items-left-text-3 {
    width: 300px;
    padding-top: 20px;
    text-align: left;
  }
}
.profit-items-left-4 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .profit-items-left-4 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 50px;
  }
}
.profit-items-left-circle-4 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url(../img/circle-left-4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 15px 0 0 0;
  margin: 0 15px 0 0;
}
@media (min-width: 700px) {
  .profit-items-left-circle-4 {
    width: 135px;
    height: 135px;
    font-size: 60px;
    padding: 35px 0 30px 0;
    margin: 0 0 0 30px;
  }
}
.profit-items-left-text-4 {
  width: 200px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 380px) {
  .profit-items-left-text-4 {
    width: 250px;
  }
}
@media (min-width: 700px) {
  .profit-items-left-text-4 {
    width: 300px;
    padding-top: 22px;
    text-align: right;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.profit-items-left-5 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .profit-items-left-5 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 50px;
  }
}
.profit-items-left-circle-5 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url(../img/circle-left-5.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 15px 0 0 0;
  margin-right: 15px;
}
@media (min-width: 700px) {
  .profit-items-left-circle-5 {
    width: 135px;
    height: 135px;
    font-size: 60px;
    padding: 35px 0 30px 0;
    margin-right: 30px;
  }
}
.profit-items-left-text-5 {
  width: 200px;
}
@media (min-width: 380px) {
  .profit-items-left-text-5 {
    width: 250px;
  }
}
@media (min-width: 700px) {
  .profit-items-left-text-5 {
    width: 350px;
    padding-top: 40px;
    text-align: left;
  }
}
.profit-items-block-right {
  width: 95%;
  padding: 0 15px 10px 15px;
}
@media (min-width: 450px) {
  .profit-items-block-right {
    width: 75%;
  }
}
@media (min-width: 580px) {
  .profit-items-block-right {
    width: 65%;
  }
}
@media (min-width: 620px) {
  .profit-items-block-right {
    width: 55%;
  }
}
@media (min-width: 700px) {
  .profit-items-block-right {
    width: 75%;
    background: url(../img/line-bg.jpg);
    background-repeat: no-repeat;
    background-position: -50px 127px;
    padding: 0 0 0 0;
  }
}
@media (min-width: 800px) {
  .profit-items-block-right {
    width: 85%;
    background-position: 50px 100px;
  }
}
@media (min-width: 1000px) {
  .profit-items-block-right {
    width: 50%;
    background-position: -80px 100px;
  }
}
@media (min-width: 1300px) {
  .profit-items-block-right {
    background-position: 0 127px;
  }
}
.wrap-profit-items-block-right-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px 0 30px;
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .wrap-profit-items-block-right-title {
    padding: 0 50px 0 50px;
  }
}
.profit-items-block-right-title {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  color: #303030;
  text-align: center;
}
.profit-items-right-1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .profit-items-right-1 {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 50px;
    padding-left: 0;
  }
}
.profit-items-right-circle-1 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url(../img/circle-right-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 15px 0 0 0;
  margin-right: 15px;
}
@media (min-width: 700px) {
  .profit-items-right-circle-1 {
    width: 135px;
    height: 135px;
    font-size: 60px;
    padding: 35px 0 30px 0;
    margin-right: 30px;
  }
}
.profit-items-right-text-1 {
  width: 200px;
}
@media (min-width: 380px) {
  .profit-items-right-text-1 {
    width: 250px;
  }
}
@media (min-width: 700px) {
  .profit-items-right-text-1 {
    width: 300px;
  }
}
.profit-items-right-2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .profit-items-right-2 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 50px;
  }
}
.profit-items-right-circle-2 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url(../img/circle-right-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 15px 0 0 0;
  margin-right: 15px;
}
@media (min-width: 700px) {
  .profit-items-right-circle-2 {
    width: 135px;
    height: 135px;
    font-size: 60px;
    padding: 35px 0 30px 0;
    margin-left: 30px;
  }
}
.profit-items-right-text-2 {
  width: 200px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 380px) {
  .profit-items-right-text-2 {
    width: 250px;
  }
}
@media (min-width: 700px) {
  .profit-items-right-text-2 {
    width: 330px;
    text-align: right;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.profit-items-right-3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .profit-items-right-3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 10px;
    margin-bottom: 50px;
  }
}
.profit-items-right-circle-3 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url(../img/circle-right-3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 15px 0 0 0;
  margin-right: 15px;
}
@media (min-width: 700px) {
  .profit-items-right-circle-3 {
    width: 135px;
    height: 135px;
    font-size: 60px;
    padding: 35px 0 30px 0;
    margin-right: 30px;
  }
}
.profit-items-right-text-3 {
  width: 200px;
}
@media (min-width: 380px) {
  .profit-items-right-text-3 {
    width: 250px;
  }
}
@media (min-width: 700px) {
  .profit-items-right-text-3 {
    width: 340px;
    text-align: left;
  }
}
.profit-items-right-4 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .profit-items-right-4 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 50px;
  }
}
.profit-items-right-circle-4 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url(../img/circle-right-4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 15px 0 0 0;
  margin-right: 15px;
}
@media (min-width: 700px) {
  .profit-items-right-circle-4 {
    width: 135px;
    height: 135px;
    font-size: 60px;
    padding: 35px 0 30px 0;
    margin-left: 30px;
  }
}
.profit-items-right-text-4 {
  width: 200px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 380px) {
  .profit-items-right-text-4 {
    width: 250px;
  }
}
@media (min-width: 700px) {
  .profit-items-right-text-4 {
    width: 340px;
    text-align: right;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.profit-items-right-5 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .profit-items-right-5 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 10px;
    margin-bottom: 50px;
  }
}
.profit-items-right-circle-5 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url(../img/circle-right-5.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 15px 0 0 0;
  margin-right: 15px;
}
@media (min-width: 700px) {
  .profit-items-right-circle-5 {
    width: 135px;
    height: 135px;
    font-size: 60px;
    padding: 35px 0 30px 0;
    margin-right: 30px;
  }
}
.profit-items-right-text-5 {
  width: 200px;
}
@media (min-width: 380px) {
  .profit-items-right-text-5 {
    width: 250px;
  }
}
@media (min-width: 700px) {
  .profit-items-right-text-5 {
    width: 350px;
    text-align: left;
  }
}
/*....................Block-payment....................*/
.block-payment {
  width: 95%;
  border: 2px solid #e9ebf3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 2.5px 4.33px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2.5px 4.33px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 0 10px 0;
}
@media (min-width: 800px) {
  .block-payment {
    width: 100%;
  }
}
.block-payment-title {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  color: #303030;
  text-align: center;
  margin: 0 0 20px 0;
}
@media (min-width: 800px) {
  .block-payment-title {
    font-size: 30px;
  }
}
.block-payment-top-icon {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
}
@media (min-width: 800px) {
  .block-payment-top-icon {
    border-bottom: 2px solid #e9ebf3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 30px;
  }
}
.wrap-image {
  width: 90%;
  border-bottom: 2px solid #e9ebf3;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .wrap-image {
    width: auto;
    border-bottom: none;
    margin-bottom: 0;
  }
}
.wrap-image.last-child {
  border-bottom: none;
}
.block-payment-bottom-icon {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 800px) {
  .block-payment-bottom-icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 35px 0 30px 0;
  }
}
.payment-icon {
  margin-bottom: 0;
}
/*....................Footer...................*/
.footer {
  width: 100%;
  background: url(../img/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 800px) {
  .footer {
    padding-bottom: 10px;
  }
}
.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 800px) {
  .footer-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-logo {
  width: 100%;
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 800px) {
  .footer-logo {
    width: 35%;
    padding-top: 67px;
  }
}
@media (min-width: 1000px) {
  .footer-logo {
    width: 20%;
  }
}
.logo-footer-img {
  width: 240px;
}
@media (min-width: 800px) {
  .logo-footer-img {
    width: 100%;
  }
}
.link-under-logo {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.502);
  text-align: center;
}
.footer-block-text {
  width: 100%;
  padding: 40px 20px 0 20px;
}
@media (min-width: 1000px) {
  .footer-block-text {
    width: 30%;
    padding: 55px 0 0 25px;
  }
}
@media (min-width: 1160px) {
  .footer-block-text {
    width: 45%;
    padding: 55px 30px 0 25px;
  }
}
.footer-text {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.502);
  text-align: center;
  margin: 0 0 15px 0;
}
@media (min-width: 1160px) {
  .footer-text {
    text-align: left;
    margin: 0 0 0 0;
  }
}
.footer-link {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 800px) {
  .footer-link {
    width: 35%;
    padding: 27px 0 0 32px;
    margin-bottom: 0;
  }
}
.footer-link-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 800px) {
  .footer-link-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 18px;
  }
}
.icon-mail-svg {
  width: 17px;
  margin-right: 10px;
}
.footer-link-long {
  width: 100%;
  height: 40px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
@media (min-width: 800px) {
  .footer-link-long {
    width: 410px;
  }
}
.footer-link-shirt {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
@media (min-width: 800px) {
  .footer-link-shirt {
    width: 195px;
  }
}
.footer-bottom {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 10px 0;
}
@media (min-width: 800px) {
  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
    padding: 10px 0 0 0;
  }
}
.bottom-link-wrap {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 800px) {
  .bottom-link-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.link-bottom {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  white-space: nowrap;
  margin: 0 10px 5px 0;
}
@media (min-width: 800px) {
  .link-bottom {
    font-size: 14px;
  }
}
/*....................Form...................*/
.form-login {
  width: 280px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 18%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 49;
  display: none;
}
@media (min-width: 700px) {
  .form-login {
    width: 410px;
  }
}
.button-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 28px;
  font-weight: 700;
  color: #c0c0c0;
  cursor: pointer;
  z-index: 50;
}
.form-title {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  color: #303030;
  text-align: center;
}
.inner-form-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-mail {
  width: 260px;
  height: 45px;
  border: 1px solid #d6d6d6;
  background-color: #e9ebf3;
  padding-left: 30px;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .input-mail {
    width: 310px;
    height: 50px;
  }
}
.input-pass {
  width: 260px;
  height: 45px;
  border: 1px solid #d6d6d6;
  background-color: #e9ebf3;
  padding-left: 30px;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .input-pass {
    width: 310px;
    height: 50px;
  }
}
.block-capcha {
  width: 260px;
  height: 77px;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .block-capcha {
    width: 310px;
    margin-bottom: 50px;
  }
}
.button-submit {
  text-decoration: none;
  width: 195px;
  height: 55px;
  background-color: #662d8c;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(124, 44, 178, 0.5);
          box-shadow: 0px 0px 50px 0px rgba(124, 44, 178, 0.5);
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  border: none;
  outline: none;
  padding-top: 19px;
  margin-bottom: 20px;
}
.link-form {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(48, 48, 48, 0.702);
  margin-bottom: 30px;
}
.footer-form {
  width: 100%;
  height: 60px;
  background-color: #e9ebf3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 100px 0 100px;
}
.background-pop-up {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 45;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.form-registration {
  width: 280px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 18%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 49;
  display: none;
  padding-top: 20px;
}
@media (min-width: 700px) {
  .form-registration {
    width: 730px;
  }
}
.wrap-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 700px) {
  .wrap-input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.wrap-submit {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .wrap-submit {
    width: 85%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.wrap-checkbox-reg {
  padding-left: 0;
}
.inner-form-registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.label-reg {
  display: inline-block;
  font-family: 'geometria', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(48, 48, 48, 0.702);
  margin-bottom: 10px	;
}
@media (min-width: 700px) {
  .label-reg {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.rules {
  color: #662d8c;
}
.input-reg {
  width: 260px;
  height: 45px;
  border: 1px solid #d6d6d6;
  background-color: #e9ebf3;
  padding-left: 10px;
  margin: 0 3px 10px 3px;
}
@media (min-width: 700px) {
  .input-reg {
    width: 310px;
    height: 50px;
    padding-left: 30px;
  }
}
.button-submit-reg {
  width: 195px;
  height: 55px;
  background-color: #662d8c;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(124, 44, 178, 0.5);
          box-shadow: 0px 0px 50px 0px rgba(124, 44, 178, 0.5);
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  border: none;
  outline: none;
}
.google-icon-svg,
.yandex-icon-svg,
.facebook-icon-svg {
  width: 20px;
  margin: 8px;
}
.vcontacte-icon-svg {
  width: 30px;
  margin: 8px;
  margin-top: 3px;
}
.facebook,
.yandex,
.google-search,
.vcontacte {
  text-decoration: none;
}
/*----------------Pages---------------*/
/*...............Dashboard-pages.............*/
.wrapper-inner-page {
  min-height: 100vh;
  background-color: #f0f1f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inner-page-header {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 700px) {
  .inner-page-header {
    height: 143px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.inner-logo-block {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  padding: 20px 0 25px 0;
}
@media (min-width: 700px) {
  .inner-logo-block {
    width: 280px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0 45px 0;
  }
}
.mobile-burger-button {
  text-decoration: none;
}
@media (min-width: 700px) {
  .mobile-burger-button {
    display: none;
  }
}
.inner-logo-link {
  text-decoration: none;
}
.mobile-telegram-link {
  text-decoration: none;
  margin-bottom: 5px;
}
@media (min-width: 700px) {
  .mobile-telegram-link {
    display: none;
  }
}
.inner-header-content {
  width: 100%;
  padding: 0 10px 0 10px;
}
@media (min-width: 700px) {
  .inner-header-content {
    width: calc(100% - 280px);
    padding: 0 20px 0 20px;
  }
}
@media (min-width: 1200px) {
  .inner-header-content {
    padding: 0 50px 0 50px;
  }
}
.inner-header-navigation {
  width: 100%;
}
@media (min-width: 700px) {
  .inner-header-navigation {
    width: 100%;
    height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
            box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-right: 10px;
  }
  .inner-header-navigation:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 80px;
    background-color: #f0f1f7;
    position: absolute;
    left: 53px;
    top: 0px;
  }
}
@media (min-width: 1200px) {
  .inner-header-navigation {
    padding-right: 30px;
  }
  .inner-header-navigation:before {
    left: 83px;
    top: 0px;
  }
}
.inner-header-wrap-left {
  display: none;
}
@media (min-width: 700px) {
  .inner-header-wrap-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .inner-header-wrap-left {
    padding-left: 30px;
  }
}
.desctop-burger-button {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .desctop-burger-button {
    margin-right: 30px;
  }
}
.inner-header-button {
  text-decoration: none;
  width: 100px;
  height: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#662d8c), to(#7c2cb2));
  background: linear-gradient(to right, #662d8c, #7c2cb2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  color: #fff;
  margin: 0 20px 0 30px;
}
@media (min-width: 1200px) {
  .inner-header-button {
    width: 129px;
    height: 46px;
  }
}
.inner-telegram-svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .inner-telegram-svg {
    margin-right: 15px;
  }
}
.question-text-bold {
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  line-height: 1.1;
  font-size: 18px;
  text-align: left;
  color: #303030;
  margin: 0;
  display: none;
}
@media (min-width: 1200px) {
  .question-text-bold {
    display: block;
  }
}
.question-text-thin {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  text-align: left;
  color: #303030;
  margin: 0;
  display: none;
}
@media (min-width: 1200px) {
  .question-text-thin {
    display: block;
  }
}
.inner-header-wrap-right {
  width: 100%;
  border-bottom: 2px solid #D2D5DC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 20px 0;
}
@media (min-width: 700px) {
  .inner-header-wrap-right {
    width: auto;
    border-bottom: none;
    padding: 0 0 0 0;
  }
}
.user-avatar-block {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #2C2C2C;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px) {
  .user-avatar-block {
    margin-right: 25px;
  }
}
.user-avatar-name {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  line-height: 1.1;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.wrap-user-avatar-purple-mark {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #f0f1f7;
  position: absolute;
  right: -5px;
  bottom: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 700px) {
  .wrap-user-avatar-purple-mark {
    background-color: #fff;
  }
}
.user-avatar-purple-mark {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #6f2d9b;
  position: relative;
}
.user-avatar-purple-mark:after {
  content: "";
  border: 3px solid;
  border-color: transparent transparent #fff #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 3px;
  left: 4px;
}
.user-profile-list {
  display: none;
  width: 280px;
  height: 270px;
  border: 1px solid #D2D4DB;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 70px;
  left: 5px;
  z-index: 10;
}
@media (min-width: 700px) {
  .user-profile-list {
    top: 80px;
    left: -170px;
  }
}
.user-profile-list.active {
  display: block;
}
.user-profile-list-head {
  width: 100%;
  height: 55px;
  background-color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'geometria', sans-serif;
  font-weight: 700;
  line-height: 1.8;
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
  position: relative;
}
.user-profile-list-head:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 18px;
  top: -3px;
  border: 8px solid;
  border-color: #303030 transparent transparent #303030;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}
@media (min-width: 700px) {
  .user-profile-list-head:after {
    left: 192px;
    top: -3px;
  }
}
.user-profile-list-item {
  width: 100%;
  height: 53px;
  border-bottom: 1px solid #f0f1f7;
}
.border-none {
  border-bottom: none;
}
.user-profile-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 16px;
  color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}
.user-profile-link:hover {
  color: #6f2d9b;
  font-weight: 700;
}
.user-icon-profile {
  margin-right: 25px;
}
.user-icon-payment {
  margin-right: 15px;
}
.user-icon-settings {
  margin-right: 20px;
}
.user-icon-tickets {
  margin-right: 20px;
}
.user-avatar-text-balance {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
  text-align: left;
  color: #303030;
  margin: 0;
}
.user-avatar-text-digital {
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  line-height: 1.2;
  font-size: 22px;
  text-align: left;
  color: #303030;
  margin: 0;
}
@media (min-width: 1200px) {
  .user-avatar-text-digital {
    font-size: 28px;
  }
}
/*.................Inner-header-end..................*/
.inner-page-content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.inner-page-sidebar {
  width: 280px;
  position: absolute;
  top: -215px;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  z-index: 81;
}
@media (min-width: 700px) {
  .inner-page-sidebar {
    display: block;
    width: 280px;
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    z-index: 56;
  }
}
.inner-page-sidebar.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.sidebar-header {
  width: 100%;
  height: 59px;
  position: relative;
  z-index: 2;
}
.panel-item-purple-bock {
  width: 0;
  height: 0;
  border-width: 30px 10px 30px 270px;
  border-style: solid;
  border-color: #732ca2  transparent #732ca2  #732ca2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.main-panel-link {
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  color: #fff;
  padding-left: 50px;
}
.case-icon {
  margin-right: 20px;
}
.sidebar-content {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
}
.sidebar-main-news-item {
  width: 100%;
  height: 60px;
}
.sidebar-news-link {
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  color: #303030;
  padding-left: 50px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.sidebar-news-link:hover {
  font-weight: 700;
  color: #732ca2;
}
.news-inner-icon {
  margin-right: 20px;
}
.sidebar-main-sites-item {
  width: 100%;
  height: 60px;
}
.sidebar-sites-link {
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  color: #303030;
  padding-left: 50px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.sidebar-sites-link:hover {
  font-weight: 700;
  color: #732ca2;
}
.sites-inner-icon {
  margin-right: 20px;
}
.sidebar-main-statistic-item {
  width: 100%;
  padding: 0 50px 0 50px;
}
.sidebar-statistic-link {
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'geometria', sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 15px;
  color: #303030;
  position: relative;
  padding: 20px 0 17px 0;
}
.sidebar-statistic-link:after {
  content: "›";
  font-size: 24px;
  color: #303030;
  position: absolute;
  top: 14px;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidebar-statistic-link:hover {
  color: #732ca2;
}
.statistic-inner-icon {
  margin-right: 20px;
}
.sidebar-statistic-body-item {
  width: 100%;
  border-top: 2px solid #f0f1f7;
  border-bottom: 2px solid #f0f1f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 0 14px 0;
  display: none;
}
.sidebar-statistic-body-link {
  width: 100%;
  text-decoration: none;
  display: block;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  color: #303030;
  position: relative;
  padding: 8px 0 6px 40px;
}
.sidebar-statistic-body-link:before {
  content: ".";
  font-size: 60px;
  color: #732ca2;
  position: absolute;
  top: -38px;
  left: 5px;
}
.sidebar-statistic-body-link:hover {
  color: #732ca2;
}
.sidebar-main-fifnance-item {
  width: 100%;
  height: 60px;
}
.sidebar-fifnance-link {
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  color: #303030;
  padding-left: 55px;
}
.sidebar-fifnance-link:hover {
  font-weight: 700;
  color: #732ca2;
}
.finance-inner-icon {
  margin-right: 25px;
}
.sidebar-main-support-item {
  width: 100%;
  height: 60px;
}
.sidebar-support-link {
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  color: #303030;
  padding-left: 50px;
}
.sidebar-support-link:hover {
  font-weight: 700;
  color: #732ca2;
}
.support-inner-icon {
  margin-right: 20px;
}
.sidebar-main-ref-sistem-item {
  width: 100%;
  height: 60px;
}
.sidebar-ref-sistem-link {
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  color: #303030;
  padding-left: 50px;
}
.sidebar-ref-sistem-link:hover {
  font-weight: 700;
  color: #732ca2;
}
.ref-sistem-inner-icon {
  margin-right: 20px;
}
.sidebar-main-faq-item {
  width: 100%;
  height: 60px;
}
.sidebar-faq-link {
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  color: #303030;
  padding-left: 50px;
}
.sidebar-faq-link:hover {
  font-weight: 700;
  color: #732ca2;
}
.faq-inner-icon {
  margin-right: 20px;
}
.sidebar-main-cost-item {
  width: 100%;
  height: 60px;
}
.sidebar-cost-link {
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  color: #303030;
  padding-left: 50px;
}
.sidebar-cost-link:hover {
  font-weight: 700;
  color: #732ca2;
}
.cost-inner-icon {
  margin-right: 20px;
}
.wrap-sidebar-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0 45px 0;
}
.sidebar-button-telegram {
  text-decoration: none;
  display: inline-block;
  width: 208px;
  height: 59px;
  border: 2px solid #732ca2;
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 14px;
  color: #732ca2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  margin-bottom: 11px;
}
.sidebar-telegram-svg {
  width: 20px;
  fill: #732ca2;
  margin-right: 20px;
}
.sidebar-button-exit {
  text-decoration: none;
  display: inline-block;
  width: 208px;
  height: 59px;
  border: 2px solid #732ca2;
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 14px;
  color: #732ca2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  margin-bottom: 11px;
}
.sidebar-exit-svg {
  width: 23px;
  fill: #732ca2;
  margin-right: 45px;
}
.sidebar-button-admin {
  text-decoration: none;
  display: inline-block;
  width: 208px;
  height: 59px;
  border: 2px solid #732ca2;
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 14px;
  color: #732ca2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  margin-bottom: 11px;
}
.menu-dark-background {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 80;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.inner-page-main-content {
  width: 100%;
  height: auto;
  padding: 15px 10px 0 10px;
}
@media (min-width: 700px) {
  .inner-page-main-content {
    width: calc(100% - 280px);
    padding: 0 20px 0 20px;
  }
}
@media (min-width: 1200px) {
  .inner-page-main-content {
    padding: 0 50px 0 50px;
  }
}
.wrap-inner-page-title {
  width: 100%;
}
.inner-page-main-title {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  line-height: 1.2;
  font-size: 18px;
  color: #303030;
  margin: 0;
}
@media (min-width: 700px) {
  .inner-page-main-title {
    font-size: 24px;
  }
}
/*..................Content-dashboard...................*/
.wrap-inner-page-title.dashboard {
  width: 100%;
  padding: 12px 0 12px 0;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .wrap-inner-page-title.dashboard {
    margin-bottom: 30px;
  }
}
.page-dashboard-graffic-wrap {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .page-dashboard-graffic-wrap {
    padding-top: 20px;
  }
}
.page-dashboard-graffic-wrap-header {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 20px 10px 20px;
}
@media (min-width: 700px) {
  .page-dashboard-graffic-wrap-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 10px 20px 0 20px;
  }
}
.graffic-marker-item {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .graffic-marker-item {
    margin-bottom: 0;
  }
}
.graffic-marker-item-blue {
  width: 40px;
  height: 15px;
  border: 2px solid #3348ec;
  background-color: #adb6f8;
  margin-right: 5px;
}
.graffic-marker-item-red {
  width: 40px;
  height: 15px;
  border: 2px solid #f6361e;
  background-color: #fcb5ab;
  margin-right: 5px;
}
.graffic-marker-item-green {
  width: 40px;
  height: 15px;
  border: 2px solid #31b6b6;
  background-color: #ade1e2;
  margin-right: 5px;
}
.marker-item-text {
  font-family: 'geometria', sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 12px;
  color: #303030;
  margin: 0;
}
@media (min-width: 700px) {
  .marker-item-text {
    font-weight: 400;
  }
}
.marker-item-text-digital {
  font-weight: 400;
}
@media (min-width: 700px) {
  .marker-item-text-digital {
    display: none;
  }
}
.page-dashboard-graffic-wrap-body {
  display: none;
  padding: 0 10px 10px 10px;
}
@media (min-width: 700px) {
  .page-dashboard-graffic-wrap-body {
    display: block;
  }
}
@media (min-width: 1200px) {
  .page-dashboard-graffic-wrap-body {
    padding: 0 30px 30px 30px;
  }
}
.graffic-img {
  width: 100%;
  height: 100%;
}
.page-dashboard-graffic-circle-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 1050px) {
  .page-dashboard-graffic-circle-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
}
.dashboard-graffic-circle-item {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 20px 0 20px;
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  .dashboard-graffic-circle-item {
    width: 50%;
  }
}
@media (min-width: 1050px) {
  .dashboard-graffic-circle-item {
    width: 32.5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0 0 0;
    margin-bottom: 0;
  }
}
.dashboard-graffic-circle-title {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  line-height: 1.2;
  font-size: 18px;
  color: #303030;
  margin: 0 0 10px 0;
}
@media (min-width: 700px) {
  .dashboard-graffic-circle-title {
    margin: 0 0 20px 0;
  }
}
.dashboard-graffic-country-mark {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 700px) {
  .dashboard-graffic-country-mark {
    display: none;
  }
}
.circle-country-mark-item {
  width: 100%;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  margin-top: 0;
}
@media (min-width: 700px) {
  .circle-country-mark-item {
    margin-top: 10px;
  }
}
.country-flag {
  margin-right: 10px;
}
.marker-country-text {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 12px;
  color: #303030;
}
.marker-country-text-bold {
  font-weight: 700;
}
.circle-graffic-block-country {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px 20px 50px;
}
@media (min-width: 700px) {
  .circle-graffic-block-country {
    padding: 0 50px 42px 50px;
  }
}
@media (min-width: 1300px) {
  .circle-graffic-block-country {
    padding: 0 50px 36px 50px;
  }
}
.circle-graffic-img {
  display: none;
  width: 100%;
  height: 100%;
}
@media (min-width: 700px) {
  .circle-graffic-img {
    display: block;
  }
}
.dashboard-graffic-circle-color-mark {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 700px) {
  .dashboard-graffic-circle-color-mark {
    display: none;
  }
}
.circle-graffic-block-browser {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 32px 20px 32px;
}
@media (min-width: 700px) {
  .circle-graffic-block-browser {
    padding: 0 32px 30px 32px;
  }
}
.circle-color-mark-item {
  width: 100%;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  margin-top: 0;
}
.color-mark-blue {
  width: 43px;
  height: 16px;
  background-color: #2246f1;
  margin-right: 10px;
}
.color-mark-red {
  width: 43px;
  height: 16px;
  background-color: #ff472f;
  margin-right: 10px;
}
.color-mark-green {
  width: 43px;
  height: 16px;
  background-color: #00b6b6;
  margin-right: 10px;
}
.color-mark-purple {
  width: 43px;
  height: 16px;
  background-color: #7d3fc3;
  margin-right: 10px;
}
.circle-graffic-platform {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 32px 20px 32px;
}
@media (min-width: 700px) {
  .circle-graffic-platform {
    padding: 0 32px 30px 32px;
  }
}
/*.................Dialog-pages...............*/
.inner-page-main-content.dialog {
  padding: 0 0 100px 0;
}
@media (min-width: 700px) {
  .inner-page-main-content.dialog {
    padding: 0 20px 0 20px;
  }
}
@media (min-width: 1200px) {
  .inner-page-main-content.dialog {
    padding: 0 50px 0 50px;
  }
}
.wrap-inner-page-title.dialog {
  padding: 5px 0 5px 10px;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .wrap-inner-page-title.dialog {
    padding: 12px 0 12px 0;
    margin-bottom: 30px;
  }
}
.wrap-dialog-content {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px 30px 10px;
}
@media (min-width: 700px) {
  .wrap-dialog-content {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .wrap-dialog-content {
    padding: 50px;
  }
}
.block-question-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .block-question-wrap {
    margin-bottom: 10px;
  }
}
.block-question {
  width: 300px;
  height: 50px;
  border: 1px solid #d2d5dc;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 20px 0 20px;
}
.block-question:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -1px;
  top: 49px;
  border: 6px solid;
  border-color: #d2d5dc #d2d5dc transparent transparent;
}
.block-question:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0px;
  top: 43px;
  border: 8px solid;
  border-color: #fff #fff transparent transparent;
}
@media (min-width: 700px) {
  .block-question {
    width: 320px;
    height: 50px;
  }
}
.time-text {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 12px;
  color: #818181;
}
.question-text {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  font-size: 14px;
  color: #303030;
}
.block-answer-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .block-answer-wrap {
    margin-bottom: 60px;
  }
}
.block-answer {
  width: 300px;
  height: 50px;
  border: 1px solid #d2d5dc;
  background-color: #e9ebf3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 20px 0 20px;
}
.block-answer:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -1px;
  top: 49px;
  border: 6px solid;
  border-color: #d2d5dc transparent transparent #d2d5dc ;
}
.block-answer:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 43px;
  border: 8px solid;
  border-color: #e9ebf3 transparent transparent  #e9ebf3;
}
@media (min-width: 700px) {
  .block-answer {
    width: 428px;
    height: 50px;
  }
}
.block-form-dialog-wrap {
  width: 100%;
}
.textarea-dialog {
  width: 100%;
  min-height: 100px;
  border: 1px solid #d2d5dc;
  background-color: #e9ebf3;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
  color: #303030;
  outline: none;
  padding: 15px 0 0 20px;
  resize: none;
  margin-bottom: 25px;
}
@media (min-width: 700px) {
  .textarea-dialog {
    margin-bottom: 30px;
  }
}
.dialog-content-block-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 960px) {
  .dialog-content-block-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.dialog-add-file-block {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 960px) {
  .dialog-add-file-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.dialog-choose-file-wrap {
  width: 300px;
  height: 55px;
  background-color: #fff;
  border: 1px solid #d2d5dc;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  color: #303030;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: 16px;
  cursor: pointer;
}
@media (min-width: 700px) {
  .dialog-choose-file-wrap {
    width: 195px;
    height: 55px;
    margin-right: 20px;
  }
}
.dialog-choose-file-input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 12px;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.dialog-choose-file-text {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  font-size: 14px;
  color: #818181;
  margin-bottom: 20px;
}
.dialog-button-submit {
  width: 300px;
  height: 55px;
  background: -webkit-gradient(linear, left top, right top, from(#662d8c), to(#7c2cb2));
  background: linear-gradient(to right, #662d8c, #7c2cb2);
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 14px;
  color: #fff;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
          box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
  cursor: pointer;
}
@media (min-width: 700px) {
  .dialog-button-submit {
    width: 195px;
    height: 55px;
  }
}
/*................. News-pages ...............*/
.wrap-inner-page-title.news {
  padding: 5px 0 12px 0;
  margin-bottom: 5px;
}
@media (min-width: 700px) {
  .wrap-inner-page-title.news {
    padding: 15px 0 12px 0;
    margin-bottom: 25px;
  }
}
.wrap-news-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .wrap-news-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 0;
  }
}
.block-news-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 800px) {
  .block-news-content {
    width: 400px;
    margin: 5px;
  }
}
@media (min-width: 1200px) {
  .block-news-content {
    width: 32%;
  }
}
.block-news-content-item {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .block-news-content-item {
    margin-bottom: 30px;
  }
}
.block-news-content-item-head {
  width: 100%;
  height: 70px;
  background-color: #303030;
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  line-height: 1.2;
  font-size: 18px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 10px;
}
.block-news-content-item-date {
  width: 100%;
  font-family: 'geometria', sans-serif;
  font-weight: 700;
  line-height: 1.7;
  font-size: 12px;
  text-align: center;
  color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 10px 0;
}
.date-icon {
  margin-right: 10px;
}
.block-news-text {
  text-align: center;
  padding: 0 10px 0 10px;
}
.news-text {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 14px;
  text-align: center;
  color: #303030;
  margin-top: 0;
}
.block-news-text.hide-class > div {
  position: relative;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 14px;
  text-align: center;
  color: #303030;
  margin-top: 0;
}
.block-news-text.hide-class > div:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  z-index: 5;
}
#button-more-text {
  font-family: 'geometria', sans-serif;
  font-weight: 700;
  line-height: 1.6;
  font-size: 14px;
  text-align: center;
  color: #662D8C;
  position: relative;
}
#button-more-text:after {
  content: "›";
  position: absolute;
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 20px;
  color: #662D8C;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
/*................. Sites-pages ...............*/
.inner-page-main-content.sites {
  padding: 0 0 100px 0;
}
@media (min-width: 700px) {
  .inner-page-main-content.sites {
    padding: 0 20px 0 20px;
  }
}
@media (min-width: 1200px) {
  .inner-page-main-content.sites {
    padding: 0 50px 0 50px;
  }
}
.wrap-inner-page-title.sites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 10px;
  margin-bottom: 30px;
}
@media (min-width: 1100px) {
  .wrap-inner-page-title.sites {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 0;
  }
}
.wrap-inner-page-title-mob {
  width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 700px) {
  .wrap-inner-page-title-mob {
    width: auto;
  }
}
@media (min-width: 1100px) {
  .wrap-inner-page-title-mob {
    margin-bottom: 0;
  }
}
.sites-checkbox-block {
  width: 300px;
  height: 55px;
  border: 2px solid #c6b5d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .sites-checkbox-block {
    width: 326px;
  }
}
@media (min-width: 1100px) {
  .sites-checkbox-block {
    margin-bottom: 0;
  }
}
.sites-checkbox-block-active {
  width: 50%;
  height: 100%;
}
.wrap-checkbox-sites {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox-sites {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 15px 0 0 70px;
}
.checkbox-sites + .label-delete:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 125px;
  width: 46px;
  height: 23px;
  border-radius: 15px;
  background: -webkit-gradient(linear, left bottom, right top, from(#662d8c), to(#db1c72));
  background: linear-gradient(to top right, #662d8c, #db1c72);
  -webkit-transition: .2s;
  transition: .2s;
}
@media (min-width: 700px) {
  .checkbox-sites + .label-delete:before {
    left: 135px;
  }
}
.checkbox-sites + .label-delete:after {
  content: '';
  position: absolute;
  top: 16px;
  left: 128px;
  width: 17px;
  height: 17px;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}
@media (min-width: 700px) {
  .checkbox-sites + .label-delete:after {
    left: 138px;
  }
}
.checkbox-sites:checked + .label-delete:before {
  background: -webkit-gradient(linear, left bottom, right top, from(#662d8c), to(#db1c72));
  background: linear-gradient(to top right, #662d8c, #db1c72);
}
.checkbox-sites:checked + .label-delete:after {
  left: 151px;
}
@media (min-width: 700px) {
  .checkbox-sites:checked + .label-delete:after {
    left: 161px;
  }
}
.label-delete {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
  color: #303030;
  margin-top: 15px;
  margin-left: 185px;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
@media (min-width: 700px) {
  .label-delete {
    margin-left: 200px;
  }
}
.label-active {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
  color: #303030;
  position: absolute;
  top: 15px;
  left: 25px;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
@media (min-width: 700px) {
  .label-active {
    left: 30px;
  }
}
.sites-checkbox-block-delete {
  width: 50%;
  height: 100%;
  background-color: #e2ddec;
}
.sites-button-add {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 55px;
  background: -webkit-gradient(linear, left top, right top, from(#662d8c), to(#7c2cb2));
  background: linear-gradient(to right, #662d8c, #7c2cb2);
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
          box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
}
@media (min-width: 700px) {
  .sites-button-add {
    width: 326px;
  }
}
@media (min-width: 1100px) {
  .sites-button-add {
    width: 172px;
  }
}
.sites-button-add-circle {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #4a1f66;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  margin-right: 10px;
}
.block-table-sites {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  padding: 0 10px 20px 10px;
}
@media (min-width: 1200px) {
  .block-table-sites {
    padding: 0 30px 20px 30px;
  }
}
.block-table-sites-row.head {
  padding-top: 15px;
}
.block-table-sites-row {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e9ebf3;
  padding: 5px 0 5px 0;
  margin-bottom: 5px;
}
@media (min-width: 1100px) {
  .block-table-sites-row {
    height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
}
.block-table-sites-row.no-border {
  border-bottom: none;
}
.hide-mob-text {
  display: none;
}
@media (min-width: 1100px) {
  .hide-mob-text {
    display: block;
  }
}
.table-sites-row-conteiner-left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 1100px) {
  .table-sites-row-conteiner-left {
    width: 68%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
}
.table-sites-row-conteiner-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1100px) {
  .table-sites-row-conteiner-right {
    width: 32%;
  }
}
.block-table-sites-item-head {
  font-family: 'geometria', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 12px;
  text-align: left;
  color: #303030;
}
@media (min-width: 1200px) {
  .block-table-sites-item-head {
    font-size: 14px;
  }
}
.block-table-sites-item-head.id {
  width: 21%;
}
@media (min-width: 1100px) {
  .block-table-sites-item-head.id {
    width: 12%;
  }
}
.block-table-sites-item-head.name {
  width: 28%;
}
@media (min-width: 1100px) {
  .block-table-sites-item-head.name {
    width: 17%;
  }
}
.block-table-sites-item-head.cpl {
  width: 13%;
}
@media (min-width: 1100px) {
  .block-table-sites-item-head.cpl {
    width: 17%;
  }
}
.block-table-sites-item-head.money {
  width: 21%;
}
@media (min-width: 1100px) {
  .block-table-sites-item-head.money {
    width: 14%;
  }
}
.block-table-sites-item-head.link {
  width: 17%;
}
@media (min-width: 1100px) {
  .block-table-sites-item-head.link {
    width: 40%;
  }
}
.block-table-sites-item-head.correct {
  width: 100%;
  display: none;
}
@media (min-width: 1100px) {
  .block-table-sites-item-head.correct {
    display: block;
  }
}
.block-table-sites-item-id {
  width: 21%;
  font-size: 12px;
}
@media (min-width: 1100px) {
  .block-table-sites-item-id {
    width: 12%;
  }
}
@media (min-width: 1200px) {
  .block-table-sites-item-id {
    font-size: 14px;
  }
}
.block-table-sites-item-name {
  width: 28%;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 1100px) {
  .block-table-sites-item-name {
    width: 17%;
  }
}
@media (min-width: 1200px) {
  .block-table-sites-item-name {
    font-size: 14px;
  }
}
.block-table-sites-item-cpl {
  width: 13%;
  font-weight: 700;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1100px) {
  .block-table-sites-item-cpl {
    width: 17%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .block-table-sites-item-cpl {
    font-size: 14px;
  }
}
.icon-power-svg-green,
.icon-power-svg-red {
  margin-right: 10px;
}
.block-table-sites-item-money {
  width: 21%;
  font-size: 12px;
}
@media (min-width: 1100px) {
  .block-table-sites-item-money {
    width: 14%;
  }
}
@media (min-width: 1200px) {
  .block-table-sites-item-money {
    font-size: 14px;
  }
}
.block-table-sites-item-link {
  width: 17%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1100px) {
  .block-table-sites-item-link {
    width: 40%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.block-table-sites-item-correct {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sites-link-get-code {
  text-decoration: none;
  width: 50px;
  height: 40px;
  background-color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'geometria', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 12px;
  color: #fff;
}
@media (min-width: 1100px) {
  .sites-link-get-code {
    width: 163px;
  }
}
@media (min-width: 1100px) {
  .icon-code-svg {
    margin-right: 10px;
  }
}
.wrap-get-link {
  width: 95%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1100px) {
  .wrap-get-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sites-area-for-link {
  width: calc(100% - 40px);
  height: 40px;
  border: 1px solid #cdcedd;
  background-color: #f0f1f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 12px;
  color: #303030;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  display: none;
}
@media (min-width: 1100px) {
  .sites-area-for-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .sites-area-for-link {
    font-size: 14px;
  }
}
.button-shirt-get-link {
  text-decoration: underline;
  width: 50px;
  height: 40px;
  background-color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1100px) {
  .button-shirt-get-link {
    width: 40px;
  }
}
.sites-link-correct-button {
  text-decoration: none;
  width: 40%;
  height: 40px;
  background-color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'geometria', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 12px;
  color: #fff;
}
.correct-icon-svg {
  margin-right: 10px;
  display: none;
}
@media (min-width: 1400px) {
  .correct-icon-svg {
    display: block;
  }
}
.sites-link-copy-button {
  text-decoration: none;
  width: 32%;
  height: 40px;
  background-color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'geometria', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 12px;
  color: #fff;
}
.copy-icon-svg {
  margin-right: 10px;
  display: none;
}
@media (min-width: 1400px) {
  .copy-icon-svg {
    display: block;
  }
}
.sites-link-delete-button {
  text-decoration: none;
  width: 26%;
  height: 40px;
  background-color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'geometria', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 12px;
  color: #fff;
}
.delete-icon-svg {
  margin-right: 10px;
  display: none;
}
@media (min-width: 1400px) {
  .delete-icon-svg {
    display: block;
  }
}
/*.................Form-HTTPS................*/
.sites-block-https {
  width: 95%;
  background-color: #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 17%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 61;
  padding-bottom: 20px;
  margin-bottom: 30px;
  display: none;
}
@media (min-width: 1200px) {
  .sites-block-https {
    width: 55%;
    padding-bottom: 30px;
  }
}
.block-protocol-button-close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 28px;
  font-weight: 700;
  color: #c0c0c0;
  cursor: pointer;
  z-index: 62;
}
@media (min-width: 1200px) {
  .block-protocol-button-close {
    top: 10px;
    right: 15px;
  }
}
.sites-pop-up-bg-dark {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 60;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.block-protocol-title {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  color: #303030;
  text-align: center;
}
@media (min-width: 1200px) {
  .block-protocol-title {
    font-size: 24px;
  }
}
.block-protocol-wrap-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 700px) {
  .block-protocol-wrap-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.button-site-protokol {
  text-decoration: none;
  display: inline-block;
  width: 180px;
  height: 50px;
  border: 1px solid #d2d5dc;
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #303030;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px 10px 10px;
}
@media (min-width: 700px) {
  .button-site-protokol {
    margin: 0 10px 0 10px;
  }
}
.button-site-protokol.active {
  background: -webkit-gradient(linear, left top, right top, from(#662d8c), to(#7c2cb2));
  background: linear-gradient(to right, #662d8c, #7c2cb2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
          box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
  color: #fff;
  border: none;
}
.block-https-wrap-text-string {
  width: 100%;
  padding: 15px 10px 0 45px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 700px) {
  .block-https-wrap-text-string {
    padding: 15px 150px 0 200px;
    margin-bottom: 20px;
  }
}
.https-text-string-first {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 14px;
  text-align: left;
  color: #303030;
  position: relative;
}
.https-text-string-first:before {
  content: "1";
  font-size: 14px;
  font-weight: 900;
  color: #303030;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e9ecf4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 5px;
  left: -40px;
}
.https-text-string-second {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 14px;
  text-align: left;
  color: #303030;
  position: relative;
}
.https-text-string-second:before {
  content: "2";
  font-size: 14px;
  font-weight: 900;
  color: #303030;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e9ecf4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: -40px;
}
.https-block-gray-bg {
  width: 100%;
  background-color: #e9ecf4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 700px) {
  .https-block-gray-bg {
    height: 150px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.https-block-gray-bg-left {
  width: 100%;
  border-bottom: 2px solid #d2d5dc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 20px 0;
}
@media (min-width: 700px) {
  .https-block-gray-bg-left {
    width: 50%;
    height: 150px;
    border-bottom: none;
    border-right: 2px solid #d2d5dc;
    padding: 20px 0 0 0;
  }
}
.https-block-gray-bg-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 20px 0;
}
@media (min-width: 700px) {
  .https-block-gray-bg-right {
    width: 50%;
    height: 150px;
    padding: 20px 0 0 0;
  }
}
.https-block-gray-bg-text {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 14px;
  text-align: center;
  color: #303030;
  margin: 0 0 20px 0;
}
.wrap-https-block-button-arrow {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.https-circle-count-display {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  line-height: 1.6;
  font-size: 18px;
  text-align: center;
  color: #662D8C;
}
.inquiry-button {
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  color: #662D8C;
}
.wrap-copy-link-protocol {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 20px 10px;
}
@media (min-width: 700px) {
  .wrap-copy-link-protocol {
    padding: 20px 0 20px 50px;
  }
}
.copy-link-protocol {
  text-decoration: none;
  display: inline-block;
  font-family: 'geometria', sans-serif;
  font-weight: 700;
  line-height: 1.6;
  font-size: 14px;
  text-align: center;
  color: #303030;
}
.http-copy-icon-svg {
  width: 15px;
  height: 15px;
  fill: #662D8C;
  margin-left: 5px;
}
.wrap-block-code-protocol {
  width: 100%;
  padding: 0 10px 0 10px;
}
@media (min-width: 700px) {
  .wrap-block-code-protocol {
    padding: 0 50px 0 50px;
  }
}
.block-code-protocol {
  width: 100%;
  background-color: #e9ecf4;
  border: 1px solid #d2d5dc;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
  color: #77797c;
  padding: 20px 10px 20px 10px;
}
@media (min-width: 700px) {
  .block-code-protocol {
    padding: 30px;
  }
}
/*.................Form-HTTPS-END................*/
/*...................Form-HTTP...................*/
.sites-block-http {
  width: 95%;
  background-color: #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 17%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 61;
  padding-bottom: 20px;
  margin-bottom: 30px;
  display: none;
}
@media (min-width: 700px) {
  .sites-block-http {
    width: 55%;
    padding-bottom: 30px;
  }
}
.block-http-wrap-discription {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 10px 50px;
}
@media (min-width: 700px) {
  .block-http-wrap-discription {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 50px 10px 80px;
  }
}
.http-text-string-first {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 14px;
  text-align: left;
  color: #303030;
  position: relative;
  display: inline-block;
}
.http-text-string-first:before {
  content: "1";
  font-size: 14px;
  font-weight: 900;
  color: #303030;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e9ecf4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -2px;
  left: -40px;
}
.http-text-string-second {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 14px;
  text-align: left;
  color: #303030;
  position: relative;
}
.http-text-string-second:before {
  content: "2";
  font-size: 14px;
  font-weight: 900;
  color: #303030;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e9ecf4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: -40px;
}
.wrap-yellow-block-protocol {
  width: 100%;
  padding: 0 10px 20px 10px;
}
@media (min-width: 700px) {
  .wrap-yellow-block-protocol {
    padding: 0 50px 20px 50px;
  }
}
.yellow-block-protocol {
  width: 100%;
  height: 70px;
  background-color: #f3b100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px 0 30px;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .yellow-block-protocol {
    margin-bottom: 30px;
  }
}
/*................. Finance-pages ...............*/
.inner-page-main-content.finance {
  padding: 0 0 60px 0;
}
@media (min-width: 700px) {
  .inner-page-main-content.finance {
    padding: 0 20px 60px 20px;
  }
}
@media (min-width: 1200px) {
  .inner-page-main-content.finance {
    padding: 0 50px 0 50px;
  }
}
.wrap-inner-page-title.finance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 20px 10px;
}
@media (min-width: 1200px) {
  .wrap-inner-page-title.finance {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 20px 0;
  }
}
.wrap-inner-page-title-mob-finance {
  width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 700px) {
  .wrap-inner-page-title-mob-finance {
    width: auto;
    margin-bottom: 0;
  }
}
.finance-search-wrap {
  width: 100%;
  height: 55px;
  border: 2px solid #cecfdf;
}
@media (min-width: 700px) {
  .finance-search-wrap {
    width: 292px;
  }
}
.form-finance-search {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: transparent;
}
.finance-input-search {
  width: 100%;
  height: 53px;
  border: none;
  outline: none;
  background-color: transparent;
  padding-left: 28px;
}
.finance-input-search::-webkit-input-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
}
.finance-input-search:-moz-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
}
.finance-input-search:-ms-input-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
}
.finance-form-button {
  width: 53px;
  height: 53px;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  cursor: pointer;
}
.icon-search-svg {
  width: 18px;
  fill: #303030;
}
.wrap-finance-orange-header {
  width: 100%;
  padding: 0 10px 0 10px;
}
@media (min-width: 700px) {
  .wrap-finance-orange-header {
    padding: 0 0 0 0;
  }
}
.finance-orange-header {
  width: 100%;
  height: 70px;
  background-color: #f3b100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px 20px 30px;
}
@media (min-width: 700px) {
  .finance-orange-header {
    margin-bottom: 30px;
  }
}
.icon-human-info {
  margin-right: 20px;
}
.finance-orange-header-text {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 12px;
  text-align: left;
  color: #303030;
}
@media (min-width: 700px) {
  .finance-orange-header-text {
    font-size: 14px;
  }
}
.table-bold-text {
  font-weight: 700;
}
.finance-block-table {
  width: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: scroll;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .finance-block-table {
    overflow-x: hidden;
    padding: 0 30px 0 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .table-bottom-bg {
    width: 100%;
    height: 46px;
    background-color: #e9ebf3;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
}
.finance-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  position: relative;
  z-index: 5;
}
.bottom-row-table {
  background-color: #e9ebf3;
}
@media (min-width: 1200px) {
  .bottom-row-table {
    background-color: transparent;
  }
}
.finance-th {
  height: 45px;
  font-family: 'geometria', sans-serif;
  font-size: 12px;
  text-align: left;
  padding: 17px 10px 15px 10px;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .finance-th {
    font-size: 14px;
    padding: 17px 10px 15px 0;
  }
}
.finance-td {
  height: 45px;
  font-family: 'geometria', sans-serif;
  font-size: 12px;
  color: #303030;
  text-align: left;
  border-top: 2px solid #e9ecf4;
  padding: 0 10px 0 10px;
}
@media (min-width: 1200px) {
  .finance-td {
    font-size: 14px;
    padding: 0 10px 0 0;
  }
}
@media (min-width: 1200px) {
  .finance-item-id {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .finance-item-payment {
    width: 12%;
  }
}
.icon-table-arrow-bottom {
  display: none;
  width: 10px;
  position: absolute;
  top: 20px;
  left: -13px;
}
@media (min-width: 1200px) {
  .icon-table-arrow-bottom {
    display: block;
  }
}
.icon-table-arrow-top {
  display: none;
  width: 10px;
  position: absolute;
  top: 20px;
  left: -13px;
  fill: #c0c0c0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .icon-table-arrow-top {
    display: block;
  }
}
.finance-hold-button {
  text-decoration: none;
  display: inline-block;
  width: 98%;
  height: 100%;
  border: 2px solid #7a2caf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  font-size: 10px;
  white-space: nowrap;
  color: #7a2caf;
}
@media (min-width: 1200px) {
  .finance-hold-button {
    font-size: 14px;
    border: 3px solid #7a2caf;
  }
}
.wrap-finance-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1530px) {
  .wrap-finance-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.pagination-block-message {
  width: 100%;
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 1530px) {
  .pagination-block-message {
    width: 25%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
}
.finance-pagination-main-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 10px;
}
@media (min-width: 700px) {
  .finance-pagination-main-block {
    width: 50%;
    text-align: left;
    padding: 0 30px 0 30px;
  }
}
.pagination-prev {
  width: auto;
  height: 20px;
  background-color: transparent;
  border: none;
  outline: none;
  position: relative;
  padding: 0 10px 0 15px;
  cursor: pointer;
}
.pagination-prev:before {
  content: "‹";
  font-size: 24px;
  font-weight: 700;
  color: #303030;
  position: absolute;
  top: -6px;
  left: 0;
}
.pagination-hide-text {
  display: none;
}
@media (min-width: 1200px) {
  .pagination-hide-text {
    display: block;
  }
}
.pagination-item-pages-block {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-item-pages {
  width: 30px;
  height: 30px;
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
  text-align: center;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  outline: none;
  margin: 0 5px 0 5px;
  cursor: pointer;
}
.pagination-item-pages.active {
  border: 2px solid #7a2caf;
  background-color: #fff;
  font-weight: 700;
  color: #7a2caf;
}
.pagination-next {
  width: auto;
  height: 20px;
  background-color: transparent;
  border: none;
  outline: none;
  position: relative;
  padding: 0 10px 0 15px;
  cursor: pointer;
}
.pagination-next:after {
  content: "›";
  font-size: 24px;
  font-weight: 700;
  color: #303030;
  position: absolute;
  top: -6px;
  right: 0;
}
.pagination-empty-block {
  width: 25%;
}
/*................. Support-pages ...............*/
.support-purple-tex {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  font-size: 12px;
  color: #662D8C;
}
@media (min-width: 700px) {
  .support-purple-tex {
    font-size: 14px;
  }
}
.inner-page-main-content.support {
  padding: 0 0 190px 0;
}
@media (min-width: 700px) {
  .inner-page-main-content.support {
    padding: 0 20px 190px 20px;
  }
}
@media (min-width: 1200px) {
  .inner-page-main-content.support {
    padding: 0 50px 0 50px;
  }
}
.wrap-inner-page-title.support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 10px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .wrap-inner-page-title.support {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 0;
  }
}
.wrap-inner-page-title-mob-support {
  width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 700px) {
  .wrap-inner-page-title-mob-support {
    width: auto;
    margin-bottom: 0;
  }
}
.support-button-create-appeal {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 55px;
  background: -webkit-gradient(linear, left top, right top, from(#662d8c), to(#7c2cb2));
  background: linear-gradient(to right, #662d8c, #7c2cb2);
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
          box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
  cursor: pointer;
}
@media (min-width: 700px) {
  .support-button-create-appeal {
    width: 285px;
  }
}
.wrap-support-orange-header {
  width: 100%;
  padding: 0 10px 0 10px;
}
@media (min-width: 700px) {
  .wrap-support-orange-header {
    padding: 0 0 0 0;
  }
}
.support-orange-header {
  width: 100%;
  height: 70px;
  background-color: #f3b100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px 0 30px;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .support-orange-header {
    margin-bottom: 30px;
  }
}
.support-orange-header-text {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 12px;
  text-align: left;
  color: #303030;
}
@media (min-width: 700px) {
  .support-orange-header-text {
    font-size: 14px;
  }
}
.support-block-table {
  width: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: scroll;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .support-block-table {
    overflow-x: hidden;
    padding: 0 30px 0 30px;
    margin-bottom: 30px;
  }
}
.support-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  position: relative;
  z-index: 5;
}
.support-th {
  height: 45px;
  font-family: 'geometria', sans-serif;
  font-size: 12px;
  text-align: left;
  position: relative;
  white-space: nowrap;
  padding: 17px 10px 15px 10px;
}
@media (min-width: 1200px) {
  .support-th {
    font-size: 14px;
    padding: 17px 10px 15px 0;
  }
}
.support-td {
  height: 45px;
  font-family: 'geometria', sans-serif;
  font-size: 12px;
  color: #303030;
  text-align: left;
  border-top: 2px solid #e9ecf4;
  padding: 0 10px 0 10px;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .support-td {
    font-size: 14px;
    padding: 0 10px 0 0;
  }
}
.support-td.help {
  font-weight: 700;
  white-space: nowrap;
}
.support-td.support-lock {
  width: 40px;
  padding-right: 0;
}
.support-lock-button {
  text-decoration: none;
  width: 40px;
  height: 40px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .support-lock-button {
    border: 2px solid #662D8C;
  }
}
.icon-unlock {
  width: 18px;
  fill: #662D8C;
}
.icon-lock {
  width: 18px;
  fill: #303030;
}
@media (min-width: 1200px) {
  .icon-lock {
    fill: #fff;
  }
}
.support-lock-button.active {
  background-color: transparent;
}
@media (min-width: 1200px) {
  .support-lock-button.active {
    background-color: #662D8C;
  }
}
.wrap-support-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.support-pagination-main-block {
  width: 100%;
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-form-support {
  width: 95%;
  background-color: #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 17%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 61;
  padding: 0 10px 20px 10px;
  display: none;
}
@media (min-width: 1000px) {
  .block-form-support {
    width: 50%;
    padding: 0 40px 20px 40px;
  }
}
.support-button-close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 28px;
  font-weight: 700;
  color: #c0c0c0;
  cursor: pointer;
  z-index: 62;
}
@media (min-width: 700px) {
  .support-button-close {
    top: 10px;
    right: 15px;
  }
}
.support-form-title {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  color: #303030;
  text-align: center;
}
@media (min-width: 700px) {
  .support-form-title {
    font-size: 24px;
  }
}
.support-pop-up-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.support-form-wrap-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .support-form-wrap-input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.support-input {
  width: 100%;
  height: 50px;
  border: 1px solid #d2d4db;
  background-color: #e9ebf3;
  outline: none;
  padding-left: 10px;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .support-input {
    width: 49%;
    padding-left: 30px;
    margin-bottom: 0;
  }
}
.support-input::-webkit-input-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #77787b;
}
.support-input:-moz-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #77787b;
}
.support-input:-ms-input-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #77787b;
}
.support-select {
  width: 100%;
  height: 50px;
  border: 1px solid #d2d4db;
  background-color: #e9ebf3;
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #77787b;
  outline: none;
  padding-left: 10px;
}
@media (min-width: 700px) {
  .support-select {
    width: 49%;
    padding-left: 30px;
  }
}
.support-form-textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #d2d4db;
  background-color: #e9ebf3;
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #77787b;
  outline: none;
  resize: none;
  padding: 10px 0 0 10px;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .support-form-textarea {
    padding: 10px 0 0 30px;
    margin-bottom: 40px;
  }
}
.support-form-wrap-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 700px) {
  .support-form-wrap-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
}
.support-add-file-block {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 700px) {
  .support-add-file-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.support-choose-file-wrap {
  width: 280px;
  height: 55px;
  background-color: #fff;
  border: 1px solid #d2d5dc;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  color: #303030;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: 16px;
  cursor: pointer;
}
@media (min-width: 700px) {
  .support-choose-file-wrap {
    width: 195px;
    height: 55px;
    margin-right: 20px;
  }
}
.support-choose-file-input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 12px;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.support-choose-file-text {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  font-size: 14px;
  color: #818181;
  margin-bottom: 20px;
}
.support-button-submit {
  width: 280px;
  height: 55px;
  background: -webkit-gradient(linear, left top, right top, from(#662d8c), to(#7c2cb2));
  background: linear-gradient(to right, #662d8c, #7c2cb2);
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 14px;
  color: #fff;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
          box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
  cursor: pointer;
}
@media (min-width: 700px) {
  .support-button-submit {
    width: 195px;
    height: 55px;
  }
}
.support-dark-background {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 60;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
/*................. Ref-system-pages ...............*/
.inner-page-main-content.ref-system {
  padding: 0 0 30px 0;
}
@media (min-width: 700px) {
  .inner-page-main-content.ref-system {
    padding: 0 20px 30px 20px;
  }
}
@media (min-width: 1200px) {
  .inner-page-main-content.ref-system {
    padding: 0 50px 30px 50px;
  }
}
.wrap-inner-page-title.ref-system {
  padding: 5px 0 12px 10px;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .wrap-inner-page-title.ref-system {
    padding: 15px 0 12px 10px;
    margin-bottom: 25px;
  }
}
.wrap-ref-system-referal-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 10px;
  margin-bottom: 20px;
}
@media (min-width: 1350px) {
  .wrap-ref-system-referal-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ref-system-referal-block-count {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .ref-system-referal-block-count {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1350px) {
  .ref-system-referal-block-count {
    margin-bottom: 0;
  }
}
.block-count-referals {
  width: 100%;
  height: 100px;
  border: 2px solid #cecfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px 0;
}
@media (min-width: 700px) {
  .block-count-referals {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .block-count-referals {
    width: 227px;
    margin: 0 20px 0 0;
  }
}
.block-count-profit {
  width: 100%;
  height: 100px;
  border: 2px solid #cecfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .block-count-profit {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .block-count-profit {
    width: 227px;
    margin-bottom: 0;
  }
}
.count-referals-wrap-text {
  margin-left: 20px;
}
.count-referals-bold-text {
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  line-height: 1;
  font-size: 14px;
  text-align: left;
  color: #303030;
  margin: 0 0 10px 0;
}
.count-referals-text {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 18px;
  text-align: left;
  color: #303030;
  margin: 0;
}
.ref-system-referal-block-link {
  width: 100%;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 12px;
  text-align: center;
  color: #303030;
}
@media (min-width: 900px) {
  .ref-system-referal-block-link {
    width: 455px;
    line-height: 2;
  }
}
.referal-block-link-white {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  padding: 18px 10px 18px 10px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .referal-block-link-white {
    padding: 18px 30px 18px 30px;
    margin-bottom: 0;
  }
}
.ref-link-title {
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  line-height: 1.4;
  font-size: 16px;
  text-align: left;
  color: #303030;
  margin: 0;
  margin-bottom: 5px;
}
.wrap-get-ref-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.get-ref-link-area {
  width: calc(100% - 40px);
  height: 40px;
  border: 2px solid #cdcedd;
  background-color: #f0f1f7;
  border-right: none;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 2.2;
  font-size: 14px;
  text-align: center;
  color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .get-ref-link-area {
    font-size: 16px;
  }
}
.button-get-referal-link {
  text-decoration: underline;
  width: 40px;
  height: 40px;
  background-color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap-ref-system-orange-header {
  width: 100%;
  padding: 0 10px 0 10px;
}
@media (min-width: 1200px) {
  .wrap-ref-system-orange-header {
    padding: 0 0 0 0;
  }
}
.ref-system-orange-header {
  width: 100%;
  height: 70px;
  background-color: #f3b100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px 0 30px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .ref-system-orange-header {
    margin-bottom: 30px;
  }
}
.ref-system-orange-header-text {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 12px;
  text-align: left;
  color: #303030;
}
@media (min-width: 1200px) {
  .ref-system-orange-header-text {
    font-size: 14px;
  }
}
.ref-system-block-table {
  width: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: scroll;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .ref-system-block-table {
    overflow-x: hidden;
    padding: 0 30px 0 30px;
    margin-bottom: 30px;
  }
}
.ref-system-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  position: relative;
  z-index: 5;
}
.ref-system-th {
  height: 45px;
  font-family: 'geometria', sans-serif;
  font-size: 12px;
  text-align: left;
  padding: 17px 10px 15px 10px;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .ref-system-th {
    font-size: 14px;
    padding: 17px 10px 15px 0;
  }
}
.ref-system-th.uid {
  width: 35%;
}
.ref-system-td {
  height: 45px;
  font-family: 'geometria', sans-serif;
  font-size: 12px;
  color: #303030;
  text-align: left;
  border-top: 2px solid #e9ecf4;
  padding: 0 10px 0 10px;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .ref-system-td {
    font-size: 14px;
    padding: 0 10px 0 0;
  }
}
.ref-system-td.uid {
  width: 35%;
}
/*................. Faq-pages ...............*/
.inner-page-main-content.faq {
  padding: 0 0 30px 0;
}
@media (min-width: 700px) {
  .inner-page-main-content.faq {
    padding: 0 20px 30px 20px;
  }
}
@media (min-width: 1200px) {
  .inner-page-main-content.faq {
    padding: 0 50px 0 50px;
  }
}
.wrap-main-content-faq {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1350px) {
  .wrap-main-content-faq {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.main-content-faq-left {
  width: 100%;
  padding: 5px 10px 0 10px;
}
@media (min-width: 1350px) {
  .main-content-faq-left {
    width: 25%;
    padding: 15px 0 0 0;
  }
}
.wrap-main-title-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (min-width: 1350px) {
  .wrap-main-title-faq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 50px;
  }
}
@media (min-width: 1350px) {
  .inner-page-main-title.faq {
    margin-bottom: 30px;
  }
}
.faq-button-question {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  height: 55px;
  background: -webkit-gradient(linear, left top, right top, from(#662d8c), to(#7c2cb2));
  background: linear-gradient(to right, #662d8c, #7c2cb2);
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
          box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
  cursor: pointer;
}
.block-faq-content-left-list {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1350px) {
  .block-faq-content-left-list {
    margin-bottom: 0;
  }
}
.faq-content-left-list-item {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  margin-bottom: 5px;
}
@media (min-width: 1350px) {
  .faq-content-left-list-item {
    padding-left: 0;
  }
}
.icon-technic-question {
  margin-left: 5px;
}
.faq-left-item-wrap-text {
  margin-left: 20px;
}
.faq-left-item-main-text {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 18px;
  text-align: left;
  color: #303030;
  margin: 0;
  margin-bottom: 5px;
}
.faq-left-item-main-text.active {
  font-weight: 700;
}
.faq-left-item-small-text {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
  text-align: left;
  color: #303030;
  margin: 0;
}
.main-content-faq-right {
  width: 100%;
}
@media (min-width: 1350px) {
  .main-content-faq-right {
    width: 75%;
  }
}
.wrap-faq-search-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 10px;
  margin-bottom: 15px;
}
@media (min-width: 1350px) {
  .wrap-faq-search-area {
    padding: 0 0 0 0;
  }
}
.faq-search-wrap {
  width: 100%;
  height: 55px;
  border: 2px solid #cecfdf;
}
@media (min-width: 1350px) {
  .faq-search-wrap {
    width: 292px;
  }
}
.form-faq-search {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: transparent;
}
.faq-input-search {
  width: 100%;
  height: 53px;
  border: none;
  outline: none;
  background-color: transparent;
  padding-left: 28px;
}
.faq-input-search::-webkit-input-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
}
.faq-input-search:-moz-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
}
.faq-input-search:-ms-input-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
}
.faq-form-button {
  width: 53px;
  height: 53px;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  cursor: pointer;
}
.faq-main-block-question {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.faq-block-question-item {
  width: 100%;
  border-bottom: 2px solid #e9ebf3;
}
.faq-block-question-item-head {
  font-family: 'geometria', sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  text-align: left;
  color: #303030;
  padding: 20px 20px 20px 10px;
  position: relative;
}
@media (min-width: 1350px) {
  .faq-block-question-item-head {
    padding: 20px 80px 20px 50px;
  }
  .faq-block-question-item-head:after {
    content: "›";
    font-size: 20px;
    color: #303030;
    position: absolute;
    top: 17px;
    right: 40px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (min-width: 1350px) {
  .faq-block-question-item-head.active:after {
    content: "›";
    color: #303030;
    right: 35px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.faq-block-question-item-body {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
  text-align: left;
  color: #303030;
  padding: 0 10px 20px 10px;
  display: none;
}
@media (min-width: 1350px) {
  .faq-block-question-item-body {
    padding: 0 120px 20px 50px;
  }
}
/*................. Cost-CPL-pages ...............*/
.inner-page-main-content.cost-cpl {
  padding: 0 0 60px 0;
}
@media (min-width: 700px) {
  .inner-page-main-content.cost-cpl {
    padding: 0 20px 60px 20px;
  }
}
@media (min-width: 1200px) {
  .inner-page-main-content.cost-cpl {
    padding: 0 50px 0 50px;
  }
}
.wrap-inner-page-title-cost-cpl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 10px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .wrap-inner-page-title-cost-cpl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 10px;
  }
}
.wrap-inner-page-title-mob-cost-cpl {
  width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 700px) {
  .wrap-inner-page-title-mob-cost-cpl {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .wrap-inner-page-title-mob-cost-cpl {
    margin-bottom: 0;
  }
}
.cost-cpl-search-wrap {
  width: 100%;
  height: 55px;
  border: 2px solid #cecfdf;
}
@media (min-width: 700px) {
  .cost-cpl-search-wrap {
    width: 292px;
  }
}
.form-cost-cpl-search {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: transparent;
}
.cost-cpl-input-search {
  width: 100%;
  height: 53px;
  border: none;
  outline: none;
  background-color: transparent;
  padding-left: 28px;
}
.cost-cpl-input-search::-webkit-input-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
}
.cost-cpl-input-search:-moz-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
}
.cost-cpl-input-search:-ms-input-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
}
.cost-cpl-form-button {
  width: 53px;
  height: 53px;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  cursor: pointer;
}
.cost-cpl-before-table-text {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 18px;
  text-align: left;
  color: #303030;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .cost-cpl-before-table-text {
    margin-left: 0;
  }
}
.cost-cpl-block-table-top {
  width: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: scroll;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .cost-cpl-block-table-top {
    overflow-x: hidden;
    padding: 0 30px 0 30px;
    margin-bottom: 30px;
  }
}
.cost-cpl-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  position: relative;
  z-index: 5;
}
.cost-cpl-th {
  height: 45px;
  font-family: 'geometria', sans-serif;
  font-size: 12px;
  text-align: left;
  padding: 13px 10px 13px 10px;
  position: relative;
}
@media (min-width: 700px) {
  .cost-cpl-th {
    font-size: 14px;
    white-space: nowrap;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .cost-cpl-th.country {
    width: 50%;
  }
}
.wrap-icon-country-cpl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .cost-cpl-th.mobile {
    width: 40%;
  }
}
.wrap-item-th-cpl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-mobile-svg {
  width: 20px;
  fill: #303030;
  margin-right: 5px;
}
.icon-desktop-svg {
  width: 20px;
  fill: #303030;
  margin-right: 5px;
}
.cost-cpl-td {
  height: 45px;
  font-family: 'geometria', sans-serif;
  font-size: 12px;
  color: #303030;
  text-align: left;
  border-top: 2px solid #e9ecf4;
  padding: 0 10px 0 10px;
}
@media (min-width: 1200px) {
  .cost-cpl-td {
    font-size: 14px;
    padding: 0 10px 0 0;
  }
}
@media (min-width: 1200px) {
  .cost-cpl-td.country {
    width: 50%;
  }
}
.cost-cpl-td.mobile {
  padding-left: 35px;
}
@media (min-width: 1200px) {
  .cost-cpl-td.mobile {
    width: 40%;
    padding-left: 25px;
  }
}
.cost-cpl-td.desktop {
  padding-left: 35px;
}
@media (min-width: 1200px) {
  .cost-cpl-td.desktop {
    padding-left: 25px;
  }
}
.cost-cpl-block-table-bottom {
  width: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: scroll;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .cost-cpl-block-table-bottom {
    overflow-x: hidden;
    padding: 0 30px 0 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cost-cpl-th.country-bottom {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .cost-cpl-td.country-bottom {
    width: 30%;
  }
}
.country-flag.hide {
  display: none;
}
@media (min-width: 1200px) {
  .country-flag.hide {
    display: block;
  }
}
/*................. Statistic-pages ...............*/
.inner-page-main-content.statistic {
  padding: 0 0 60px 0;
}
@media (min-width: 700px) {
  .inner-page-main-content.statistic {
    padding: 0 20px 60px 20px;
  }
}
@media (min-width: 1200px) {
  .inner-page-main-content.statistic {
    padding: 0 50px 0 50px;
  }
}
.wrap-inner-page-title.statistic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 10px;
  margin-bottom: 20px;
}
@media (min-width: 1100px) {
  .wrap-inner-page-title.statistic {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.wrap-inner-page-title-mob-statistic {
  width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 700px) {
  .wrap-inner-page-title-mob-statistic {
    width: auto;
  }
}
@media (min-width: 1100px) {
  .wrap-inner-page-title-mob-statistic {
    margin-bottom: 0;
  }
}
.statistic-search-wrap {
  width: 100%;
  height: 55px;
  border: 2px solid #cecfdf;
}
@media (min-width: 700px) {
  .statistic-search-wrap {
    width: 292px;
  }
}
.form-statistic-search {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: transparent;
}
.statistic-input-search {
  width: 100%;
  height: 53px;
  border: none;
  outline: none;
  background-color: transparent;
  padding-left: 28px;
}
.statistic-input-search::-webkit-input-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
}
.statistic-input-search:-moz-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
}
.statistic-input-search:-ms-input-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
}
.statistic-form-button {
  width: 53px;
  height: 53px;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  cursor: pointer;
}
.statistic-wrap-top-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 10px;
}
@media (min-width: 1400px) {
  .statistic-wrap-top-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 0 0;
    margin-bottom: 30px;
  }
}
.statistic-wrap-top-content-left {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 5px 10px 5px;
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  .statistic-wrap-top-content-left {
    width: 70%;
  }
}
@media (min-width: 1400px) {
  .statistic-wrap-top-content-left {
    width: 30%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 10px 20px 10px;
  }
}
@media (min-width: 1530px) {
  .statistic-wrap-top-content-left {
    padding: 20px 20px 20px 20px;
    margin-bottom: 0;
  }
}
.statistic-content-left-button {
  text-decoration: none;
  width: 46%;
  height: 40px;
  border: 2px solid #ebebeb;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'geometria', sans-serif;
  font-size: 13px;
  color: #303030;
  margin: 5px 5px 5px 5px;
}
@media (min-width: 1530px) {
  .statistic-content-left-button {
    width: 30%;
  }
}
.button-mob-hide {
  display: none;
}
@media (min-width: 700px) {
  .button-mob-hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.statistic-content-left-button.active {
  border: none;
  background-color: #7a2caf;
  color: #fff;
}
.statistic-wrap-top-content-right {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  margin-bottom: 15px;
}
@media (min-width: 900px) {
  .statistic-wrap-top-content-right {
    width: 70%;
    padding: 0 20px 0 20px;
  }
}
@media (min-width: 1400px) {
  .statistic-wrap-top-content-right {
    width: 68%;
    margin-bottom: 0;
  }
}
.statistic-content-right-top-input {
  width: 100%;
  border-bottom: 2px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 30px 20px 30px;
}
@media (min-width: 1400px) {
  .statistic-content-right-top-input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 0 20px 0;
  }
}
.content-right-top-input-wrap {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 700px) {
  .content-right-top-input-wrap {
    width: 70%;
  }
}
@media (min-width: 1400px) {
  .content-right-top-input-wrap {
    width: 24%;
    margin-bottom: 0;
  }
}
.text-input-statistic {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #303030;
  text-align: left;
  margin: 0 0 10px 0;
}
@media (min-width: 700px) {
  .text-input-statistic {
    margin: 0 0 15px 0;
  }
}
.statistic-select,
.date-range-input {
  width: 100%;
  height: 40px;
  border: 2px solid #cdcedd;
  background-color: #f0f1f7;
  outline: none;
  padding-left: 20px;
}
.wrap-select-date {
  position: relative;
  height: 40px;
}
.date-range {
  width: 100%;
  height: 40px;
  padding-left: 20px;
}
.calendar-select-block {
  width: 35px;
  height: 40px;
  background-color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.icon-calendar-svg {
  width: 18px;
  fill: #fff;
}
.statistic-content-right-bottom-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px 5px 30px;
}
@media (min-width: 1400px) {
  .statistic-content-right-bottom-input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 0 35px 0;
  }
}
.statistic-block-add-file {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  .statistic-block-add-file {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
}
.statistic-block-add-file-left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 700px) {
  .statistic-block-add-file-left {
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.statistic-link-exel {
  text-decoration: none;
  width: 95px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #2E7D32;
  font-family: 'geometria', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #2E7D32;
  margin-right: 10px;
  cursor: pointer;
}
@media (min-width: 700px) {
  .statistic-link-exel {
    width: 130px;
  }
}
.icon-excel-svg {
  width: 25px;
  margin-right: 10px;
}
.statistic-link-pdf {
  text-decoration: none;
  width: 95px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #cc494b;
  font-family: 'geometria', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #cc494b;
  margin-right: 10px;
  cursor: pointer;
}
@media (min-width: 700px) {
  .statistic-link-pdf {
    width: 105px;
  }
}
.icon-pdf-svg {
  width: 25px;
  margin-right: 10px;
}
.statistic-link-csv {
  text-decoration: none;
  width: 95px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #f370a0;
  font-family: 'geometria', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #f370a0;
  cursor: pointer;
}
@media (min-width: 700px) {
  .statistic-link-csv {
    width: 105px;
  }
}
.icon-csv-svg {
  width: 25px;
  margin-right: 10px;
}
.statistic-hide-text {
  display: none;
}
@media (min-width: 700px) {
  .statistic-hide-text {
    display: block;
  }
}
.statistic-block-add-file-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 700px) {
  .statistic-block-add-file-right {
    width: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.statistic-button-enter {
  text-decoration: none;
  width: 240px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#662d8c), to(#7c2cb2));
  background: linear-gradient(to right, #662d8c, #7c2cb2);
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
          box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
  cursor: pointer;
  margin-bottom: 15px;
}
@media (min-width: 900px) {
  .statistic-button-enter {
    width: 172px;
    margin-bottom: 0;
  }
}
.statistic-block-table {
  width: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: scroll;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .statistic-block-table {
    overflow-x: hidden;
    padding: 0 30px 0 30px;
    margin-bottom: 30px;
  }
}
.statistic-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  position: relative;
  z-index: 5;
}
.statistic-th {
  height: 45px;
  font-family: 'geometria', sans-serif;
  font-size: 12px;
  text-align: left;
  position: relative;
  white-space: nowrap;
  padding: 17px 10px 15px 10px;
}
@media (min-width: 700px) {
  .statistic-th {
    padding: 17px 10px 15px 0;
  }
}
@media (min-width: 1200px) {
  .statistic-th {
    font-size: 14px;
  }
}
.statistic-td {
  height: 45px;
  font-family: 'geometria', sans-serif;
  font-size: 12px;
  color: #303030;
  text-align: left;
  border-top: 2px solid #e9ecf4;
  padding: 0 10px 0 10px;
  white-space: nowrap;
}
@media (min-width: 700px) {
  .statistic-td {
    padding: 0 10px 0 0;
  }
}
@media (min-width: 1200px) {
  .statistic-td {
    font-size: 14px;
  }
}
.wrap-statistic-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.statistic-pagination-main-block {
  width: 100%;
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*................. RevShare-pages ...............*/
@media (min-width: 700px) {
  .statistic-wrap-top-content-left.rev-share {
    padding-bottom: 70px;
  }
}
.statistic-block-add-file.rev-share {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .statistic-block-add-file.rev-share {
    margin-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  .statistic-block-add-file.rev-share {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 30px;
  }
}
.statistic-td.profit-rev-share {
  width: 10%;
}
.statistic-td.cost-rev-share {
  width: 30%;
}
/*................. Sub-1-pages ...............*/
.statistic-wrap-top-content-left.sub1 {
  display: none;
}
@media (min-width: 700px) {
  .statistic-wrap-top-content-left.sub1 {
    display: block;
    height: 242px;
  }
}
@media (min-width: 700px) {
  .statistic-td.sub1 {
    width: 75%;
  }
}
@media (min-width: 700px) {
  .statistic-td.rev-share {
    width: 10%;
  }
}
/*................. My-ubscription-pages ...............*/
.inner-page-main-content.subscriptions {
  padding: 0 0 60px 0;
}
@media (min-width: 700px) {
  .inner-page-main-content.subscriptions {
    padding: 0 20px 60px 20px;
  }
}
@media (min-width: 1200px) {
  .inner-page-main-content.subscriptions {
    padding: 0 50px 0 50px;
  }
}
.wrap-inner-page-title.subscriptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 10px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .wrap-inner-page-title.subscriptions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 0;
  }
}
.wrap-inner-page-title-mob-subscriptions {
  width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 700px) {
  .wrap-inner-page-title-mob-subscriptions {
    width: auto;
    margin-bottom: 0;
  }
}
.subscriptions-search-wrap {
  width: 100%;
  height: 55px;
  border: 2px solid #cecfdf;
}
@media (min-width: 700px) {
  .subscriptions-search-wrap {
    width: 292px;
  }
}
.form-subscriptions-search {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: transparent;
}
.subscriptions-input-search {
  width: 100%;
  height: 53px;
  border: none;
  outline: none;
  background-color: transparent;
  padding-left: 28px;
}
.subscriptions-input-search::-webkit-input-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
}
.subscriptions-input-search:-moz-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
}
.subscriptions-input-search:-ms-input-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
}
.subscriptions-form-button {
  width: 53px;
  height: 53px;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  cursor: pointer;
}
.subscriptions-wrap-header-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 10px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .subscriptions-wrap-header-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 0 0;
    margin-bottom: 30px;
  }
}
.item-active-subscription {
  width: 100%;
  height: 100px;
  border: 2px solid #cecfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  margin: 0 0 10px 0;
}
@media (min-width: 700px) {
  .item-active-subscription {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .item-active-subscription {
    width: 298px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    margin: 0 20px 0 0;
  }
}
.item-unsubscription {
  width: 100%;
  height: 100px;
  border: 2px solid #cecfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  margin: 0 0 10px 0;
}
@media (min-width: 700px) {
  .item-unsubscription {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .item-unsubscription {
    width: 207px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    margin: 0 20px 0 0;
  }
}
.item-subscription-profit {
  width: 100%;
  height: 100px;
  border: 2px solid #cecfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .item-subscription-profit {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .item-subscription-profit {
    width: 207px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
  }
}
.subscription-block-table {
  width: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: scroll;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .subscription-block-table {
    overflow-x: hidden;
    padding: 0 30px 0 30px;
    margin-bottom: 30px;
  }
}
.subscription-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  position: relative;
  z-index: 5;
}
.subscription-th {
  height: 45px;
  font-family: 'geometria', sans-serif;
  font-size: 12px;
  text-align: left;
  padding: 17px 10px 15px 10px;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .subscription-th {
    font-size: 14px;
    padding: 17px 10px 15px 0;
  }
}
.subscription-td {
  height: 45px;
  font-family: 'geometria', sans-serif;
  font-size: 12px;
  color: #303030;
  text-align: left;
  border-top: 2px solid #e9ecf4;
  padding: 0 10px 0 10px;
}
@media (min-width: 1200px) {
  .subscription-td {
    font-size: 14px;
    padding: 0 10px 0 0;
  }
}
.subscription-td.profit {
  width: 7%;
}
.wrap-subscription-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1530px) {
  .wrap-subscription-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.subscription-pagination-main-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 10px;
}
@media (min-width: 700px) {
  .subscription-pagination-main-block {
    width: 50%;
    text-align: left;
    padding: 0 30px 0 30px;
  }
}
/*................. Profile-pages ...............*/
.inner-page-main-content.profile {
  padding: 0 0 60px 0;
}
@media (min-width: 700px) {
  .inner-page-main-content.profile {
    padding: 0 20px 60px 20px;
  }
}
@media (min-width: 1200px) {
  .inner-page-main-content.profile {
    padding: 0 50px 0 50px;
  }
}
.wrap-inner-page-title.profile {
  padding: 5px 10px 12px 10px;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .wrap-inner-page-title.profile {
    padding: 55px 0 12px 0;
    margin-bottom: 25px;
  }
}
.profile-main-content-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1480px) {
  .profile-main-content-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.profile-main-content-left {
  width: 100%;
  padding: 0 10px 0 10px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .profile-main-content-left {
    width: 32%;
    padding: 0 0 0 0;
    margin-bottom: 0;
  }
}
.profile-user-block-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  padding: 20px 10px 20px 10px;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .profile-user-block-top {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 0 0 0;
    margin-bottom: 40px;
  }
}
.profile-user-photo-item-wrap {
  position: relative;
}
.profile-user-photo-item {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  overflow: hidden;
}
@media (min-width: 700px) {
  .profile-user-photo-item {
    width: 160px;
    height: 160px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.user-photo {
  width: 100%;
  height: 100%;
}
.profile-user-photo-circle-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #d2d4db;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0px;
  right: 7px;
}
.icon-up-arrow-svg {
  width: 15px;
}
.wrap-initial-user-text {
  width: auto;
  margin-left: 20px;
}
.profile-user-name {
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  line-height: 1.2;
  font-size: 24px;
  text-align: left;
  color: #303030;
  margin: 0;
}
@media (min-width: 700px) {
  .profile-user-name {
    font-size: 36px;
  }
}
.profile-links-block-bottom {
  width: 100%;
}
.profile-links-block-item {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}
.profile-links-user {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 18px;
  text-align: left;
  color: #303030;
}
.profile-links-user.active {
  font-weight: 700;
}
.profile-main-content-right {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  padding: 20px 10px 25px 10px;
}
@media (min-width: 700px) {
  .profile-main-content-right {
    padding: 30px 20px 25px 20px;
  }
}
@media (min-width: 1200px) {
  .profile-main-content-right {
    width: 68%;
    padding: 30px 20px 25px 50px;
  }
}
.profile-main-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wrap-profile-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .wrap-profile-input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
}
.wrap-profile-input-item {
  width: 100%;
  margin: 0 0 10px 0;
}
@media (min-width: 1200px) {
  .wrap-profile-input-item {
    width: 45%;
    margin: 0 20px 0 0;
  }
}
.profile-input-text {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  text-align: left;
  color: #303030;
  margin: 0 0 15px 0;
}
.profile-input {
  width: 100%;
  height: 50px;
  border: 1px solid #d2d4db;
  background-color: #e9ebf3;
  padding-left: 30px;
}
.profile-input::-webkit-input-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
}
.profile-input:-moz-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
}
.profile-input:-ms-input-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
}
.profile-submit {
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#662d8c), to(#7c2cb2));
  background: linear-gradient(to right, #662d8c, #7c2cb2);
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
          box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 20px;
}
@media (min-width: 700px) {
  .profile-submit {
    width: 220px;
    margin-bottom: 15px;
  }
}
/*....................Setting-pages.................*/
.profile-main-content-right.setting {
  margin-bottom: 30px;
}
/*................. Add-sites-pages ...............*/
.inner-page-main-content.add-site {
  padding: 0 10px 60px 10px;
}
@media (min-width: 700px) {
  .inner-page-main-content.add-site {
    padding: 0 20px 60px 20px;
  }
}
@media (min-width: 1200px) {
  .inner-page-main-content.add-site {
    padding: 0 50px 0 50px;
  }
}
.wrap-inner-page-title.add-site {
  padding: 5px 10px 12px 10px;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .wrap-inner-page-title.add-site {
    padding: 15px 0 12px 0;
    margin-bottom: 25px;
  }
}
.wrap-content-add-site {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .wrap-content-add-site {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.inner-wrap-add-site-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .inner-wrap-add-site-block {
    width: 49.5%;
  }
}
.content-add-site-left-block {
  width: 100%;
  background-color: #f9f9f9;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .content-add-site-left-block {
    height: 220px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.add-site-left-block-icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 20px 0;
}
@media (min-width: 1200px) {
  .add-site-left-block-icon {
    width: 35%;
  }
}
.add-site-block-icon-title {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  line-height: 2.2;
  font-size: 24px;
  text-align: left;
  color: #303030;
  margin: 0;
}
.add-site-left-block-text {
  width: 100%;
  border-top: 2px solid #e9ecf4;
  padding: 20px 0 10px 20px;
}
@media (min-width: 1200px) {
  .add-site-left-block-text {
    width: 65%;
    height: 100%;
    border-top: none;
    border-left: 2px solid #e9ecf4;
    padding: 50px 0 30px 20px;
  }
}
.add-site-left-text {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
  text-align: left;
  color: #303030;
  margin: 0 0 20px 0;
  position: relative;
}
.add-site-left-text:before {
  content: ".";
  font-size: 60px;
  color: #662D8C;
  position: absolute;
  top: -50px;
  left: -25px;
}
.add-site-create-flow-button {
  text-decoration: none;
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#662d8c), to(#7c2cb2));
  background: linear-gradient(to right, #662d8c, #7c2cb2);
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
          box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
  cursor: pointer;
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .add-site-create-flow-button {
    width: 190px;
  }
}
@media (min-width: 1200px) {
  .add-site-create-flow-button {
    margin-bottom: 0;
  }
}
.content-add-site-right-block {
  width: 100%;
  background-color: #f9f9f9;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .content-add-site-right-block {
    height: 220px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.add-site-right-block-icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 20px 0;
}
@media (min-width: 1200px) {
  .add-site-right-block-icon {
    width: 35%;
  }
}
.add-site-right-block-text {
  width: 100%;
  border-top: 2px solid #e9ecf4;
  padding: 20px 0 10px 45px;
}
@media (min-width: 1200px) {
  .add-site-right-block-text {
    width: 65%;
    height: 100%;
    border-top: none;
    border-left: 2px solid #e9ecf4;
    padding: 50px 0 50px 45px;
  }
}
.add-site-create-site-button {
  text-decoration: none;
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#662d8c), to(#7c2cb2));
  background: linear-gradient(to right, #662d8c, #7c2cb2);
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
          box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
  cursor: pointer;
}
@media (min-width: 700px) {
  .add-site-create-site-button {
    width: 190px;
  }
}
.block-form-my-site {
  width: 95%;
  background-color: #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 17%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 61;
  padding: 0 10px 20px 10px;
  display: none;
}
@media (min-width: 1200px) {
  .block-form-my-site {
    width: 75%;
    padding: 0 30px 20px 30px;
  }
}
.my-site-button-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: 700;
  color: #c0c0c0;
  cursor: pointer;
  z-index: 62;
}
.my-site-form-title {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  color: #303030;
  text-align: center;
}
@media (min-width: 700px) {
  .my-site-form-title {
    font-size: 24px;
  }
}
.my-site-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-site-form-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 700px) {
  .my-site-form-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 10px;
  }
}
.my-site-form-item {
  width: 100%;
  margin: 0 0 10px 0;
}
@media (min-width: 700px) {
  .my-site-form-item {
    width: 360px;
    margin: 0 5px 0 5px;
  }
}
.my-site-input {
  width: 100%;
  height: 50px;
  border: 1px solid #d2d4db;
  background-color: #e9ebf3;
  outline: none;
  padding-left: 10px;
}
@media (min-width: 700px) {
  .my-site-input {
    padding-left: 30px;
  }
}
.my-site-input::-webkit-input-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #77787b;
}
.my-site-input:-moz-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #77787b;
}
.my-site-input:-ms-input-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #77787b;
}
.my-site-select {
  width: 100%;
  height: 50px;
  border: 1px solid #d2d4db;
  background-color: #e9ebf3;
  color: #77787b;
  outline: none;
  padding-left: 10px;
}
@media (min-width: 700px) {
  .my-site-select {
    padding-left: 30px;
  }
}
.my-site-text {
  display: inline-block;
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #303030;
  text-align: left;
  margin: 0;
  margin-bottom: 10px;
}
.my-site-text.postback {
  position: relative;
}
.my-site-text.postback:after {
  content: "?";
  font-weight: 900;
  font-size: 12px;
  width: 18px;
  height: 18px;
  border: 2px solid #d2d4db;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -2px;
  right: -25px;
}
.my-site-label {
  display: inline-block;
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #303030;
  text-align: left;
  margin: 30px 0 10px 0;
}
.my-site-form-submit {
  width: 260px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#662d8c), to(#7c2cb2));
  background: linear-gradient(to right, #662d8c, #7c2cb2);
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
          box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
  cursor: pointer;
  margin-top: 10px;
}
@media (min-width: 700px) {
  .my-site-form-submit {
    margin-top: 30px;
  }
}
.my-site-dark-background {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 60;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
/*................. Arbitrazch-pages ...............*/
.inner-page-main-content.arbitrazch {
  padding: 0 0 60px 0;
}
@media (min-width: 700px) {
  .inner-page-main-content.arbitrazch {
    padding: 0 20px 20px 20px;
  }
}
@media (min-width: 1200px) {
  .inner-page-main-content.arbitrazch {
    padding: 0 50px 50px 50px;
  }
}
.wrap-inner-page-title.arbitrazch {
  padding: 5px 10px 12px 10px;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .wrap-inner-page-title.arbitrazch {
    padding: 15px 0 12px 0;
    margin-bottom: 35px;
  }
}
.arbitrazch-main-content-block {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
          box-shadow: 5px 0px 40px 0px rgba(14, 12, 86, 0.1);
  padding: 0 10px 0 10px;
}
@media (min-width: 1200px) {
  .arbitrazch-main-content-block {
    padding: 0 0 0 0;
  }
}
.arbitrazch-content-block-head {
  width: 100%;
  border-bottom: 2px solid #e9ebf3;
  padding: 30px 0 30px 0;
}
.arbitrazch-head-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .arbitrazch-head-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.arbitrazch-head-input {
  width: 300px;
  height: 50px;
  border: 1px solid #d2d4db;
  background-color: #e9ebf3;
  outline: none;
  padding-left: 30px;
  margin: 0 0 10px 0;
}
@media (min-width: 1200px) {
  .arbitrazch-head-input {
    width: 390px;
    margin: 0 10px 0 10px;
  }
}
.arbitrazch-head-input::-webkit-input-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
}
.arbitrazch-head-input:-moz-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
}
.arbitrazch-head-input:-ms-input-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
}
.select-arbitrazch-head {
  width: 300px;
  height: 50px;
  border: 1px solid #d2d4db;
  background-color: #e9ebf3;
  outline: none;
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #303030;
  padding-left: 30px;
}
@media (min-width: 1200px) {
  .select-arbitrazch-head {
    width: 390px;
    margin: 0 10px 0 10px;
  }
}
.arbitrazch-content-block-body {
  width: 100%;
}
.wrap-arbitrazch-content-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}
.arbitrazch-content-title {
  font-family: 'geometria', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #303030;
  margin: 0;
  margin-bottom: 10px;
}
.under-title-line.arbitrazch {
  margin-bottom: 10px;
}
.arbitrazch-content-sub-title {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #303030;
  margin: 0;
  margin-bottom: 10px;
}
.wrap-arbitrazch-content-landing {
  width: 100%;
  border-bottom: 2px solid #e9ebf3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 30px 0;
}
@media (min-width: 700px) {
  .wrap-arbitrazch-content-landing {
    padding: 0 30px 30px 30px;
  }
}
.arbitrazch-landing-block {
  width: 298px;
  height: 198px;
  position: relative;
  overflow: hidden;
  margin: 10px 0 10px 0;
}
@media (min-width: 700px) {
  .arbitrazch-landing-block {
    margin: 10px 10px 10px 10px;
  }
}
.landing-img {
  width: 100%;
  height: 100%;
}
.check-arbitr {
  display: none;
}
.check-arbitr + label {
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #d2d4db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 15px;
  left: 15px;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.check-arbitr + label:before {
  content: '✔';
  font-weight: bold;
  font-size: 12px;
  color: #d2d4db;
}
.check-arbitr:checked + label {
  border: 2px solid #14cc06;
}
.check-arbitr:checked + label:before {
  color: #14cc06;
}
.arbitrazch-landing-block-footer {
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 20px;
}
.wrap-arbitrazch-content-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1500px) {
  .wrap-arbitrazch-content-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.arbitrazch-content-bottom-left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
@media (min-width: 1500px) {
  .arbitrazch-content-bottom-left {
    width: 70%;
    display: block;
  }
}
.arbitrazch-bottom-left-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
@media (min-width: 1500px) {
  .arbitrazch-bottom-left-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 30px;
  }
}
@media (min-width: 1500px) {
  .arbitrazch-bottom-left-wrap-input {
    margin-right: 20px;
  }
}
.arbitr-label {
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  text-align: left;
  color: #303030;
}
.arbitr-input-footer {
  width: 300px;
  height: 50px;
  border: 1px solid #d2d4db;
  background-color: #e9ebf3;
  outline: none;
  padding-left: 30px;
  margin: 5px 0 10px 0;
}
@media (min-width: 1500px) {
  .arbitr-input-footer {
    width: 360px;
  }
}
.arbitr-input-footer::-webkit-input-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #77787b;
}
.arbitr-input-footer:-moz-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #77787b;
}
.arbitr-input-footer:-ms-input-placeholder {
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #77787b;
}
.arbitr-input-select {
  width: 300px;
  height: 50px;
  border: 1px solid #d2d4db;
  background-color: #e9ebf3;
  font-family: 'geometria', sans-serif;
  font-size: 14px;
  color: #77787b;
  outline: none;
  padding-left: 30px;
  margin: 5px 0 10px 0;
}
@media (min-width: 1500px) {
  .arbitr-input-select {
    width: 360px;
  }
}
.arbitrazch-postbac {
  display: inline;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  text-align: left;
  color: #303030;
  position: relative;
  margin-right: 70px;
}
.arbitrazch-postbac:after {
  content: "?";
  font-weight: 900;
  font-size: 12px;
  width: 18px;
  height: 18px;
  border: 2px solid #d2d4db;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: -30px;
}
@media (min-width: 1500px) {
  .arbitrazch-postbac {
    margin-right: 130px;
  }
}
.arbitr-bottom-left-text {
  display: inline;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  text-align: left;
  color: #303030;
}
.arbitrazch-content-bottom-right {
  width: 100%;
  height: 175px;
  background-color: #e9ebf3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1500px) {
  .arbitrazch-content-bottom-right {
    width: 30%;
    height: 212px;
  }
}
.arbitrazch-bottom-count-landing {
  width: 260px;
  height: 55px;
  border: 1px solid #d2d4db;
  font-family: 'geometria', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
  color: #303030;
  padding-top: 18px;
  margin-bottom: 10px;
}
.arbitrazch-purple-tex {
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  font-size: 12px;
  color: #662D8C;
}
@media (min-width: 1500px) {
  .arbitrazch-purple-tex {
    font-size: 14px;
  }
}
.arbitrazch-bottom-button {
  width: 260px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#662d8c), to(#7c2cb2));
  background: linear-gradient(to right, #662d8c, #7c2cb2);
  text-transform: uppercase;
  font-family: 'geometria', sans-serif;
  font-weight: 900;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
          box-shadow: 0px 0px 10px 0px rgba(102, 45, 140, 0.7);
  cursor: pointer;
}
