.nav-tabs {
  position: relative;
  display: block;
  border: 0;
}
.nav-tabs > li {
  min-width: 120px;
  text-align: center;
  margin: 0;
}
.nav-tabs > li:not(:last-child) {
  margin-right: 6px;
}
.nav-tabs > li > a {
  padding: 8px;
  border-radius: 0;
  border: none;
  color: #282828;
  background: #EBEDF2;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border: none;
  background: #d4d6db;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #FFF;
  border: 1px solid #EBEDF2;
  border-bottom: none;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('/fonts/ProximaNova-Regular.ttf');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('/fonts/ProximaNova-Light.ttf');
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('/fonts/ProximaNova-Semibold.ttf');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('/fonts/ProximaNova-Bold.ttf');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('/fonts/ProximaNova-Extrabold.ttf');
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('/fonts/ProximaNova-Black.ttf');
  font-style: normal;
  font-weight: 900;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(169, 151, 207, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(169, 151, 207, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(169, 151, 207, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(169, 151, 207, 0.6);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(169, 151, 207, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(169, 151, 207, 0);
  }
}
b {
  font-weight: 700;
}
html {
  background-color: #FFF;
}
* {
  outline: 0;
}
html,
body {
  height: 100%;
}
.inline {
  display: inline-block;
  vertical-align: middle;
}
.block-separator:before,
.block-separator:after {
  content: "";
  display: table;
}
.block-separator:after {
  clear: both;
}
.loader-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/images/load.gif') no-repeat center;
  z-index: 2000;
}
.loader-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/images/loading2.gif') no-repeat center;
  background-size: 50px;
  z-index: 2000;
}
.alert-fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}
.title-margin {
  margin-top: -15px;
  margin-bottom: -15px;
}
.title-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}
.container {
  max-width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}
.wrap {
  min-height: 100%;
  position: relative;
  padding-left: 30px;
  font: 14px / 24px ProximaNova, serif;
  color: #282828;
  padding-bottom: 118px;
}
section {
  padding: 45px 0;
}
.btn {
  font-size: 14px;
  line-height: 1;
  border-radius: 2px;
  padding: 20px;
}
.btn.right {
  padding-right: 10px;
}
.btn.transform {
  text-transform: uppercase;
}
.btn.bold {
  font-weight: 700;
}
.btn.little-padding {
  padding: 14px 21px;
}
.btn.btn-primary {
  color: #FFF;
  background: #AC96D0;
  border: none;
}
.btn.btn-primary:hover {
  background: #9c8ac1;
}
.btn.btn-primary:active,
.btn.btn-primary:active:hover,
.btn.btn-primary:active:focus {
  background: #8c7baf;
}
.btn.btn-success {
  color: #FFF;
  background: #6db345;
  border: none;
}
.btn.btn-success:hover {
  background: #64ae49;
}
.btn.btn-success:active,
.btn.btn-success:active:hover,
.btn.btn-success:active:focus {
  background: #5ea344;
}
.btn.btn-info {
  background: #70AEEF;
  border: none;
}
.btn.btn-info:hover {
  background: #6c98d7;
}
.btn.btn-info:active,
.btn.btn-info:active:hover,
.btn.btn-info:active:focus {
  background: #6086bf;
}
.btn.btn-warning {
  background: #FABB89;
  border: none;
  box-shadow: inset 0 -2px 0 0 #e1a372;
}
.btn.btn-warning:hover {
  background: #f5ba88;
}
.btn.btn-warning:active,
.btn.btn-warning:active:hover,
.btn.btn-warning:active:focus {
  box-shadow: inset 0 2px 0 0 #e1a372;
  background: #f5ba88;
}
.btn.block {
  display: block;
}
.vertical-row {
  margin: -15px;
}
.col-vertical {
  padding: 15px;
}
.table {
  display: table;
  width: 100%;
  margin: 0;
}
.table.row-table {
  margin-top: -15px;
  margin-bottom: -15px;
}
.table.row-table > .table-cell,
.table.row-table > .table-row > .table-cell {
  padding: 15px;
}
.table.height {
  height: 1px;
}
.table.height-all {
  height: 100%;
}
.table.no-background {
  background: transparent;
}
.table.no-background > .table-row {
  background: transparent;
}
.table.no-background > .table-row > .table-cell {
  background: transparent;
}
.table.no-background > .table-cell {
  background: transparent;
}
.table.border-inline-dashed {
  border: none;
}
.table.border-inline-dashed > .table-row > .table-cell:not(:first-child),
.table.border-inline-dashed > tbody > tr > .table-cell:not(:first-child),
.table.border-inline-dashed > thead > tr > .table-cell:not(:first-child),
.table.border-inline-dashed > .table-row > td:not(:first-child),
.table.border-inline-dashed > tbody > tr > td:not(:first-child),
.table.border-inline-dashed > thead > tr > td:not(:first-child),
.table.border-inline-dashed > .table-row > th:not(:first-child),
.table.border-inline-dashed > tbody > tr > th:not(:first-child),
.table.border-inline-dashed > thead > tr > th:not(:first-child) {
  border-left: 1px dashed;
}
.table.border-inline-dashed > .table-row:not(:first-child) > .table-cell,
.table.border-inline-dashed > tbody > tr:not(:first-child) > .table-cell,
.table.border-inline-dashed > thead > tr:not(:first-child) > .table-cell,
.table.border-inline-dashed > .table-row:not(:first-child) > td,
.table.border-inline-dashed > tbody > tr:not(:first-child) > td,
.table.border-inline-dashed > thead > tr:not(:first-child) > td,
.table.border-inline-dashed > .table-row:not(:first-child) > th,
.table.border-inline-dashed > tbody > tr:not(:first-child) > th,
.table.border-inline-dashed > thead > tr:not(:first-child) > th {
  border-top: 1px dashed;
}
.table-row {
  display: table-row;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.table-cell.four {
  width: 25%;
}
.table-cell.three {
  width: 33.3334%;
}
.table-cell.two {
  width: 50%;
}
.table-cell.one {
  width: 100%;
}
.table-cell.vertical-top {
  vertical-align: top;
}
.table-cell.vertical-bottom {
  vertical-align: bottom;
}
.social-left {
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5A2DA2), to(#F87712));
  background-image: linear-gradient(to bottom, #5A2DA2 0%, #F87712 100%);
}
.social-left ul {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.social-left ul li a {
  text-align: center;
  height: 46px;
}
.social-left ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.select2-dropdown {
  border-radius: 2px;
  margin-top: -1px;
}
.select2-container .select2-selection {
  border-radius: 2px;
  padding: 9px 54px 9px 12px;
  height: 38px;
}
.select2-container .select2-selection .select2-selection__arrow {
  height: 36px;
  width: 50px;
}
.select2-container .select2-results > .select2-results__options .select2-results__option {
  padding: 9px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.select2-container .select2-results > .select2-results__options#select2-select-chance-results {
  background: #AC96D0;
}
.select2-container .select2-results > .select2-results__options#select2-select-chance-results .select2-results__option {
  font-weight: 700;
  border: 0 dashed rgba(255, 255, 255, 0.2);
}
.select2-container .select2-results > .select2-results__options#select2-select-chance-results .select2-results__option:not(:first-child) {
  border-top-width: 1px;
}
.select2-container .select2-results > .select2-results__options#select2-select-chance-results .select2-results__option[aria-selected] {
  background: transparent;
  color: #FFF;
}
.select2-container .select2-results > .select2-results__options#select2-select-chance-results .select2-results__option[aria-selected="true"] {
  display: none;
}
.select2-container .select2-results > .select2-results__options#select2-select-chance-results .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background: rgba(255, 255, 255, 0.1);
}
/*-------------------------- MODAL --------------------------*/
.modal-block {
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background: rgba(69, 72, 71, 0.8);
  width: 100%;
  height: 100%;
}
.modal-block > .table-cell {
  padding: 0 35px;
}
.modal-window {
  width: 100%;
  max-width: 555px;
  margin: 0 auto;
  background: #FFF;
  position: relative;
  border-radius: 2px;
  z-index: 2;
}
.modal-window h3 {
  background: #F5F6FA;
  border-radius: 2px;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  padding: 16px 23px;
  padding-right: 35px;
}
.modal-window .content {
  position: relative;
  z-index: -1;
  margin-top: -52px;
  height: 1px;
  display: table;
  width: 100%;
}
.modal-window .content .content-cell {
  height: 100%;
  display: table-cell;
}
.modal-window .content .content-block {
  height: 100%;
  max-height: 100vh;
  padding-top: 52px;
  overflow: hidden;
}
.modal-window .content .content-block > div {
  padding: 23px 25px 0;
  height: 100%;
  overflow: auto;
}
.modal-window .content .content-block .text {
  padding-bottom: 30px;
}
.modal-window .content .button-login {
  float: left;
}
.modal-window .content .forgot-pass {
  float: right;
  line-height: 34px;
}
.modal-window .content .forgot-pass a {
  color: #282828;
}
.modal-window .content label {
  line-height: 1.2;
  font-weight: 400;
  color: #4c4c4c;
}
.modal-window .content input {
  border: 1px solid #EDEEF2;
  border-radius: 2px;
  height: 32px;
  color: #6c7d9e;
}
.modal-window .content .has-error input {
  border-color: #D78080;
}
.modal-window .content .form-group {
  margin-bottom: 23px;
}
.modal-window .content button {
  border-radius: 2px;
  min-width: 154px;
  height: 34px;
  display: block;
  padding: 0 15px;
  border: none;
}
.modal-window .content .help-block {
  margin: 0;
  line-height: 1.2;
  padding-top: 7px;
  color: #d78080;
}
.close-modal {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url('/images/popup-close.png') no-repeat center;
  cursor: pointer;
}
.enter-reg {
  overflow: hidden;
  margin-bottom: 35px;
}
.enter-reg a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  width: 50%;
  margin: auto;
  text-align: center;
  padding: 14px 0px;
  border-radius: 1px;
}
.enter-reg a:hover {
  text-decoration: none;
}
.enter-reg a.enter {
  border: 2px solid #f3af5e;
  float: left;
  color: #626262;
  background: #fff;
}
.enter-reg a.enter.active {
  border: 2px solid #f3af5e;
  background: #f3af5e;
  color: #ffffff;
}
/*------------------------ END MODAL ------------------------*/
/*------------------------- HEADER --------------------------*/
.logo-block {
  color: #282828;
  font-weight: 600;
}
.logo-block img {
  padding-right: 20px;
  float: left;
}
.logo-block img.mobile-inline + .text {
  padding: 0;
}
.logo-block .text {
  display: block;
  padding-left: 50px;
}
.logo-block .text b {
  font-weight: 900;
}
.logo-block .support {
  float: right;
}
.logo-block .support img {
  padding: 0 5px;
}
.navbar {
  margin: 0;
  border: none;
  border-bottom: 1px solid #EAEAEA;
  z-index: 3;
  background: #ffffff;
}
.navbar.navbar-fixed-top {
  left: 30px;
  background: #FFF;
}
.navbar-toggle {
  background: #FFFFFF;
  border-radius: 0;
  margin: 0;
  padding: 20px;
  margin-left: 15px;
  float: none;
}
.navbar-toggle .icon-bar {
  background: #000;
  border: 1px solid #000;
  border-radius: 1px;
  height: 2px;
  width: 23px;
  margin-bottom: 4px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 1px;
}
.navbar-brand {
  height: auto;
  padding: 20px;
}
.navbar-nav.navbar-left {
  padding-left: 25px;
}
.navbar-nav li {
  float: left;
}
.navbar-nav li > a {
  display: block;
  padding: 0 5px;
  height: 60px;
  font-size: 12px;
  line-height: 1;
  color: #282828;
  position: relative;
}
.navbar-nav li > a:hover,
.navbar-nav li > a:focus {
  background: transparent;
  text-decoration: underline;
}
.navbar-nav li > a.user-block {
  text-decoration: none;
  padding: 0 21px;
  text-transform: uppercase;
  float: right;
}
.navbar-nav li > a.user-block .table .table-cell {
  padding: 0px;
}
.navbar-nav li > a.user-block .table .table-cell div.logout {
  margin-top: 4px;
}
.navbar-nav li > a.user-block.link-block {
  cursor: pointer;
  margin-right: 15px;
}
.navbar-nav li > a.user-block.link-block:hover {
  text-decoration: underline;
}
.navbar-nav li > a.news {
  margin-right: 55px;
  padding: 0 12px;
}
.navbar-nav li > a.news .table .table-cell {
  padding: 0 3px;
}
.navbar-nav li > a .table {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.navbar-nav li > a .table .table-cell {
  padding: 0 5px;
}
.navbar-nav li > a .link {
  cursor: pointer;
  text-transform: none;
  display: block;
  text-align: left;
}
.navbar-nav li > a .link:hover {
  text-decoration: underline;
}
.navbar-nav li.active > a {
  background: transparent;
  text-decoration: underline;
}
.navbar-nav.header-blocks li {
  width: 165px;
}
.navbar-nav.header-blocks li > a:hover,
.navbar-nav.header-blocks li > a:focus {
  background-color: rgba(248, 119, 18, 0.1);
  position: relative;
  text-decoration: none;
}
.navbar-nav.header-blocks li > a:hover:before,
.navbar-nav.header-blocks li > a:focus:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #F87712;
}
.navbar-nav.header-blocks li.active > a {
  background-color: rgba(248, 119, 18, 0.1);
  position: relative;
  text-decoration: none;
}
.navbar-nav.header-blocks li.active > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #F87712;
}
.navbar-nav.no-decoration > li > a {
  font-size: 14px;
  text-decoration: none;
}
/*------------------------ END HEADER -----------------------*/
/*------------------------- LANDING -------------------------*/
.name-title-index {
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}
.name-title-index b {
  font-weight: 800;
}
.name-index {
  color: #696969;
  font-size: 30px;
  line-height: 1;
}
.name-index span {
  color: #ce2222;
}
.advantage-block {
  position: relative;
}
.advantage-block .advantage-paper {
  border-radius: 2px;
  box-shadow: 0 0 10px 0 rgba(90, 45, 162, 0.1);
  text-align: center;
  background: #FFF;
  position: absolute;
  height: 100%;
  z-index: 1;
  padding: 10px;
}
.advantage-block .advantage-paper.third {
  position: relative;
}
.advantage-block .advantage-paper.second {
  top: -4px;
  left: 2%;
  width: 96%;
}
.advantage-block .advantage-paper.first {
  top: -8px;
  left: 4%;
  width: 92%;
}
.advantage-block .text {
  line-height: 1.1;
  padding-top: 20px;
  font-size: 14px;
}
.title-block-chances {
  text-transform: uppercase;
  color: #9f99aa;
  padding-bottom: 30px;
  font-size: 18px;
  text-align: center;
  font-weight: 200;
}
.chances-blocks {
  position: relative;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#FBBB88), to(#AC96D0));
  background-image: linear-gradient(to right, #FBBB88 0%, #AC96D0 100%);
}
.chance-block {
  cursor: pointer;
  line-height: 1;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.chance-block:hover,
.chance-block.active {
  background: rgba(255, 255, 255, 0.1);
}
.chance-block a {
  display: block;
  padding: 20px 25px;
  color: #FFF;
  text-decoration: none;
}
.name-chance {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.desc-chance {
  font-size: 12px;
}
.chances-block-text {
  padding: 50px 0;
}
.chances-block-text .image-block {
  width: 33.3334%;
  float: left;
  margin-left: -23px;
  margin-right: 23px;
  padding: 70px 0 20px;
}
.chances-block-text .image-block img {
  max-width: 100%;
}
.chances-block-text .image-block ~ .text-block {
  width: 66.6667%;
  float: left;
}
.name-chance-text {
  font-size: 36px;
  line-height: 1;
  padding-bottom: 30px;
  padding-left: 25px;
}
.text-chance {
  -webkit-column-width: 290px;
     -moz-column-width: 290px;
          column-width: 290px;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  -webkit-column-break-before: column;
     -moz-column-break-before: column;
          break-before: column;
  -webkit-column-break-after: column;
     -moz-column-break-after: column;
          break-after: column;
}
.text-chance p {
  padding-left: 25px;
  margin: 0;
}
.text-chance p:not(:last-child) {
  margin-bottom: 24px;
}
.text-chance .ab {
  display: block;
  padding: 20px;
  border: 2px solid;
  position: relative;
}
.text-chance .ab.ab-info {
  border-color: #FEF2E9;
}
.text-chance .ab.ab-info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background: url('/images/icons/ab-chance.png');
}
.select-chance {
  position: relative;
  margin: 30px 0 20px;
}
.select-chance .select2-container--default {
  position: relative;
  z-index: 1055;
}
.select-chance .select2-container--default .select2-selection--single {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FBBB88), to(#AC96D0));
  background-image: linear-gradient(to top, #FBBB88 0%, #AC96D0 100%);
  border: none;
}
.select-chance .select2-container--default .select2-selection--single:focus {
  box-shadow: none;
}
.select-chance .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #FFF;
  font-weight: 700;
  line-height: 18px;
  font-size: 14px;
}
.select-chance .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  top: 0;
  right: 0;
  border: none;
}
.select-chance .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 6px 6px 0;
  border-color: #FFF transparent;
}
.select-chance .select2-container--default.select2-container--open .select2-selection--single {
  border-radius: 2px;
  box-shadow: none;
}
.select-chance .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 6px 6px;
  border-color: #FFF transparent;
}
/*----------------------- END LANDING -----------------------*/
/*------------------------- AGENCY --------------------------*/
.title-block {
  margin-bottom: 45px;
  font-size: 24px;
  padding-bottom: 8px;
  position: relative;
}
.title-block:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  background: #FBBB88;
  height: 3px;
  width: 75px;
}
.title-block + .date {
  margin-top: -20px;
  margin-bottom: 20px;
}
.date {
  color: #808080;
  display: block;
}
#category-pjax {
  font-size: 14px;
}
#category-pjax p {
  margin-bottom: 24px;
}
.category-blocks {
  border-radius: 2px;
  padding: 10px 0;
  background: #F7F4FA;
  margin-bottom: 45px;
}
.category-block {
  display: block;
  color: #282828;
  text-decoration: none;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 14px;
}
.category-block:hover,
.category-block:active,
.category-block.active,
.category-block:focus {
  text-decoration: none;
  background: #EBE8ED;
  color: #282828;
}
.category-block-text .name-block {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.category-block-text .name-block span {
  display: inline-block;
  padding: 0 7px 5px;
  border-bottom: 3px solid #FBBB88;
}
.category-block-numbers,
.country-block-percent {
  padding-bottom: 30px;
}
.category-block-numbers .table-cell,
.country-block-percent .table-cell {
  width: 33.334%;
  color: #808080;
  text-align: center;
  padding: 25px 3px 20px;
  line-height: 1.2;
}
.category-block-numbers .table-cell:not(.no-bottom-border),
.country-block-percent .table-cell:not(.no-bottom-border) {
  border-bottom: 2px solid #F7F4FA;
}
.category-block-numbers .table-cell:not(:first-child),
.country-block-percent .table-cell:not(:first-child) {
  border-left: 1px solid #F7F4FA;
}
.category-block-numbers .table-cell:not(:last-child),
.country-block-percent .table-cell:not(:last-child) {
  border-right: 1px solid #F7F4FA;
}
.category-block-numbers .number-text,
.country-block-percent .number-text {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  color: #67c167;
  font-weight: bold;
}
.country-block {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.country-block:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  background: #FBBB88;
  width: 40px;
  height: 2px;
}
.country-block-percent {
  padding: 0;
}
.country-block-percent .table-cell {
  padding: 30px 3px;
}
.country-block-percent .percents {
  padding-top: 20px;
  font-size: 30px;
  color: #282828;
  font-weight: bold;
  line-height: 1;
}
.title-block-canals {
  font-size: 36px;
  line-height: 1;
  text-align: center;
  padding: 15px 0;
}
.title-block-canals span {
  font-size: 14px;
  font-weight: 400;
}
.canals-blocks {
  border-radius: 2px;
  border: 3px solid #FABB89;
  text-align: center;
}
.canal-block a {
  height: 100%;
  display: block;
  padding: 50px 5px 45px;
  color: #282828;
  text-decoration: none;
  position: relative;
}
.canal-block a img {
  padding-bottom: 25px;
}
.canal-block a:before,
.canal-block a:after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  border-width: 7px 7px 0;
  border-style: solid;
  border-color: #FABB89 transparent;
}
.canal-block a:after {
  bottom: -3px;
  margin-left: -3px;
  border-width: 3px 3px 0;
  border-color: #fff transparent;
}
.canal-block:hover a,
.canal-block:active a {
  background: #fffaf5;
}
.canal-block:hover a:after,
.canal-block:active a:after {
  border-color: #fffaf5 transparent;
}
.canal-block.active a {
  background: #fff8f2;
}
.canal-block.active a:before,
.canal-block.active a:after {
  content: '';
}
.canal-block.active a:after {
  border-color: #fff8f2 transparent;
}
.name-canal {
  font-weight: 800;
  line-height: 1.1;
}
.canals-block-text {
  padding-bottom: 5px;
}
.canals-block-text .image-block {
  padding: 0 15px 0 0;
  margin: 0;
}
.canals-block-text .image-block > div {
  overflow: hidden;
}
.canals-block-text .image-block > div > div {
  margin: 0 -2px;
}
.canals-block-text .image-block video {
  max-width: 100%;
}
.canals-block-text .image-block ~ .text-block {
  padding-left: 15px;
}
.name-canal-text {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.text-canal {
  margin: 0 -15px;
}
.text-canal p {
  padding: 0 15px;
}
.contact-section {
  padding: 20px 0;
}
.contact-block-info {
  position: relative;
  margin-top: 61px;
  height: 214px;
}
.contact-block-info:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50vw;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#fbbb88), to(#ac96d0));
  background: linear-gradient(90deg, #fbbb88 0%, #ac96d0 100%);
  z-index: -1;
}
.contact-block-info .table-cell {
  width: 345px;
  padding-right: 20px;
}
.contact-block-info .tel-block {
  font-weight: bold;
  color: #fef2e8;
  font-size: 30px;
  padding-bottom: 15px;
  line-height: 1;
}
.contact-block-info .comment-block {
  line-height: 1.2;
}
.contact-block-info .image-block {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -40px;
}
.contact-block-info .image-block:before {
  content: '@';
  position: absolute;
  top: 50px;
  left: 107px;
  font-size: 122px;
  color: #FFF;
  opacity: 0.2;
  line-height: 1;
}
.contact-title {
  font-size: 24px;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 25px;
}
.contact-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75px;
  height: 3px;
  background: #FBBB88;
}
.form-group {
  margin-bottom: 20px;
}
.form-control {
  box-shadow: none;
  border: 1px solid #EBEBEB;
  height: 38px;
  border-radius: 2px;
  resize: none;
}
textarea[rows='4'] {
  height: 94px;
}
/*----------------------- END AGENCY ------------------------*/
/*-------------------------- NEWS ---------------------------*/
.news-list-block .table-cell {
  width: 33.334%;
}
.news-block {
  padding: 18px 18px 38px;
  border-radius: 2px;
  border: 1px solid #EAEAEA;
  height: 100%;
}
.news-block .title-news {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}
.news-block .news-image {
  display: block;
  padding: 10px 0;
}
.news-block img {
  max-width: 100%;
}
.news-block a {
  color: #70aeef;
}
.news-block a:hover,
.news-block a:active {
  color: #6a93d3;
  text-decoration: none;
}
.news-block p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.row .pagination {
  padding: 0 15px;
}
.pagination {
  font-size: 14px;
}
.pagination li a,
.pagination li span {
  background: #BAA8D8;
  border-radius: 2px !important;
  border: none;
  color: #f7f4fa;
  padding: 2px;
  width: 24px;
  height: 24px;
  text-align: center;
  font-weight: 800;
}
.pagination li a:hover,
.pagination li span:hover,
.pagination li a:focus,
.pagination li span:focus {
  color: #f7f4fa;
  background: #8b6bbd;
}
.pagination li:not(:last-child) a,
.pagination li:not(:last-child) span {
  margin-right: 4px;
}
.pagination li.disabled a,
.pagination li.disabled span,
.pagination li.disabled a:hover,
.pagination li.disabled span:hover,
.pagination li.disabled a:active,
.pagination li.disabled span:active,
.pagination li.disabled a:focus,
.pagination li.disabled span:focus {
  color: #f7f4fa;
  background: #BAA8D8;
}
.pagination li.active a,
.pagination li.active span,
.pagination li.active a:hover,
.pagination li.active span:hover,
.pagination li.active a:active,
.pagination li.active span:active,
.pagination li.active a:focus,
.pagination li.active span:focus {
  color: #f7f4fa;
  background: #5B2EA1;
}
.company-history-blocks {
  padding: 40px 25px 20px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  background: #F7F4FA url('/images/index/background-all.png') no-repeat center;
  font-size: 14px;
}
.company-history-blocks .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #F7F4FA url('/images/index/background-all.png') no-repeat 170px center;
}
.company-history-block {
  min-height: 72px;
  line-height: 1.2;
  padding-left: 45px;
  position: relative;
}
.company-history-block:not(:last-child):before {
  content: '';
}
.company-history-block:before {
  position: absolute;
  top: 16px;
  left: 9.5px;
  width: 0;
  height: 100%;
  border-left: 1px dotted #AC96D0;
}
.company-history-block .ellipse {
  position: absolute;
  top: 4px;
  left: -3px;
  background: #F7F4FA;
  width: 26px;
  height: 26px;
  /*&:after {
      content: '';
      position: absolute;
      top: 7px;
      left: 7px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #AC96D0;
    }*/
}
.company-history-block .ellipse:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px dashed #AC96D0;
}
.company-history-block .history-name {
  font-weight: 700;
}
/*------------------------ END NEWS -------------------------*/
/*------------------------- SUPPORT -------------------------*/
.block-support-left-items,
.block-support-right-items {
  padding: 0 15px 0 0;
  margin-top: 0;
  position: absolute;
  width: 302.5px;
  top: 0;
  left: 30px;
}
.block-support-left-items.fixed,
.block-support-right-items.fixed {
  position: fixed;
}
.block-support-left-items .block-support-overflow,
.block-support-right-items .block-support-overflow {
  height: 100%;
  overflow: hidden auto;
}
.block-support-right-items {
  left: auto;
  right: 0;
  width: 208.333px;
}
.block-support-items {
  padding: 30px;
  background: #FBFBFD;
  font-size: 14px;
}
.block-support-items:not(:first-child) {
  margin-top: 30px;
}
.block-support-items .block-children-item {
  position: absolute;
  width: 30px;
  top: 0;
  left: -30px;
  height: 100%;
  cursor: pointer;
}
.block-support-items .block-children-item svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.block-support-items .block-children-item.translate svg {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.block-support-title {
  font-size: 18px;
  line-height: 1;
  position: relative;
}
.block-support-title + .block-support-text {
  margin-top: 20px;
}
.block-support-title a {
  display: block;
  color: #282828;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.block-support-title a:hover,
.block-support-title a:focus {
  color: #70aeef;
}
.block-support-text {
  line-height: 1.2;
  padding: 0;
  list-style: none;
  margin: 0;
}
.block-support-text .block-support-link {
  position: relative;
}
.block-support-text .support-children-show {
  fill: #C0C0C0;
  -webkit-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}
.block-support-text span,
.block-support-text a {
  padding: 10px 0;
  display: block;
  position: relative;
  color: #282828;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.block-support-text span:hover,
.block-support-text a:hover,
.block-support-text span:focus,
.block-support-text a:focus {
  color: #70aeef;
}
.block-support-text span:hover + .block-children-item .support-children-show,
.block-support-text a:hover + .block-children-item .support-children-show,
.block-support-text span:focus + .block-children-item .support-children-show,
.block-support-text a:focus + .block-children-item .support-children-show {
  fill: #70AEEF;
}
.block-support-text .block-support-text {
  margin-left: 15px;
}
.block-support-text .block-support-text .block-children-item {
  width: 15px;
  left: -15px;
}
.block-support-text li.active > .block-support-link span,
.block-support-text li.active > .block-support-link a {
  color: #70aeef;
}
.block-support-text li.active > .block-support-link .support-children-show {
  fill: #70AEEF;
}
.block-support-item-text {
  padding-top: 30px;
  font-size: 14px;
  line-height: 24px;
}
.support-text-title {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 24px;
}
.support-text h1,
.support-text h2,
.support-text h3,
.support-text h4,
.support-text h5,
.support-text h6 {
  margin: 24px 0;
  line-height: 24px;
  font-weight: 600;
}
.support-text h2 {
  font-size: 24px;
}
.support-text h3 {
  font-size: 18px;
}
.support-text h4 {
  font-size: 14px;
}
.support-text p {
  margin: 24px 0;
}
.support-text ul,
.support-text ol {
  margin: 24px 0;
}
.support-text ul {
  padding-left: 12px;
}
.support-text ol {
  padding-left: 24px;
}
.support-text a {
  color: #70aeef;
  text-decoration: none;
}
.support-text a.hover,
.support-text a:active {
  color: #719fe1;
}
.support-text .bb-image {
  display: block;
  margin: 24px 0;
}
.support-text .bb-image img {
  max-width: 100%;
}
.support-text .bb-image img[data-full] {
  cursor: pointer;
}
.block-support-content {
  padding-left: 15px;
  padding-top: 40px;
  border-left: 1px solid #EAEAEA;
  margin-bottom: -17px;
}
.block-support-content .contents {
  line-height: 18px;
}
.block-support-content .contents ul {
  padding: 0;
  list-style: none;
}
.block-support-content .contents ul li {
  margin: 18px 0;
}
.block-support-content .contents ul a {
  display: block;
  margin-left: -16px;
  padding-left: 14px;
  border-left: 2px solid transparent;
  color: #898989;
  text-decoration: none;
}
.block-support-content .contents ul a.active,
.block-support-content .contents ul a:hover,
.block-support-content .contents ul a:focus {
  color: #333333;
}
.block-support-content .contents ul a.active {
  border-left-color: #F87712;
}
.block-support-content-title {
  color: #333333;
  margin-bottom: 18px;
  font-weight: 800;
  line-height: 1;
}
.support-poll-text {
  font-weight: 700;
  float: left;
  line-height: 30px;
}
.support-poll-answer {
  padding-left: 25px;
  float: left;
}
.poll-button {
  width: 102px;
  border: 1px solid;
  border-radius: 2px;
  height: 30px;
  position: relative;
  background: #FFF;
  font-weight: 700;
  padding: 0 0 0 38px;
}
.poll-button:not(:last-child) {
  margin-right: 20px;
}
.poll-button span {
  position: absolute;
  height: 28px;
  top: 0;
  left: 0;
  width: 38px;
  font-size: 10px;
  line-height: 1;
  padding: 9px 0;
}
.poll-button.yes {
  border-color: #E6F4E9;
}
.poll-button.yes span {
  background: #E6F4E9;
  color: #059724;
}
.poll-button.no {
  border-color: #F9E5E5;
}
.poll-button.no span {
  background: #F9E5E5;
  color: #ff3131;
}
.poll-button:not([data]) {
  cursor: default;
}
.poll-button:not([data]):not(.selected) {
  border-color: #F4F4F4;
  color: #d4d4d4;
}
.poll-button:not([data]):not(.selected) span {
  background: #F4F4F4;
  color: #c1c1c1;
}
/*----------------------- END SUPPORT -----------------------*/
/*------------------------- FOOTER --------------------------*/
.footer {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 0;
}
.footer-block {
  border-top: 2px solid #EAEAEA;
  padding: 20px 0;
}
.footer-block .logo-footer {
  text-decoration: none;
}
.footer-block .pull-left {
  padding-top: 13px;
}
.logo-footer {
  display: inline-block;
  padding: 15px;
  margin: 0 -15px;
}
.block-footer {
  float: left;
  font-size: 12px;
}
.block-footer:not(:last-child) {
  margin-right: 25px;
}
.block-footer.note {
  margin-top: 10px;
  line-height: 1.2;
  padding: 15px 30px;
  background: #F4F4F4;
  border-radius: 2px;
  position: relative;
  max-width: 255px;
}
.block-footer.note:before {
  content: '*';
  position: absolute;
  top: 15px;
  left: 10px;
  color: #d13d3d;
  font-size: 30px;
  line-height: 1;
}
.block-footer.list {
  padding-top: 4px;
}
.block-footer.list a {
  color: #282828;
}
.block-footer.feedback {
  width: 285px;
  font-size: 13px;
  line-height: 1;
}
.block-footer.feedback .phone {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 13px;
}
/*----------------------- END FOOTER ------------------------*/
/*----------------------- COMPTETION ------------------------*/
section.main {
  background-image: linear-gradient(-45deg, rgba(65, 180, 201, 0.2) 0%, rgba(255, 150, 0, 0.2) 100%);
  padding: 74px 0px 0px 0px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
section.main::before {
  position: absolute;
  content: "";
  background: url(/images/konf.png) no-repeat center;
  width: 165px;
  height: 492px;
  left: 0;
  top: 5%;
  z-index: -1;
}
section.main::after {
  position: absolute;
  content: "";
  background: url(/images/konf.png) no-repeat center;
  width: 165px;
  height: 492px;
  right: 0;
  top: 5%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  z-index: -1;
}
section.main .main-img {
  margin-bottom: 40px;
}
section.main .main-img img {
  margin-left: -75px;
  max-width: 100%;
}
section.main .prize-line .prize-blk {
  height: 121px;
  padding: 15px 5px;
  text-align: center;
  vertical-align: top;
  padding-top: 12px;
}
section.main .prize-line .prize-blk .prize-place {
  position: relative;
}
section.main .prize-line .prize-blk .prize-place p {
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  margin: auto;
  position: relative;
}
section.main .prize-line .prize-blk .prize-place p::before,
section.main .prize-line .prize-blk .prize-place p::after {
  position: absolute;
  content: "";
  height: 1px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.3;
}
section.main .prize-line .prize-blk .prize-place p::before {
  right: 50%;
  left: 6px;
  margin-right: 13px;
}
section.main .prize-line .prize-blk .prize-place p::after {
  left: 50%;
  right: 6px;
  margin-left: 13px;
}
section.main .prize-line .prize-blk .prize-place p span {
  font-size: 11px;
}
section.main .prize-line .prize-blk .prize-place#one p {
  color: #95e9f1;
}
section.main .prize-line .prize-blk .prize-place#two p {
  color: #e4d16b;
}
section.main .prize-line .prize-blk .prize-place#three p {
  color: #fca6c6;
}
section.main .prize-line .prize-blk .prize-place#four p {
  color: #a7eee2;
}
section.main .prize-line .prize-blk .prize-place#five p {
  color: #ecb28f;
}
section.main .prize-line .prize-blk#first {
  background-image: linear-gradient(-45deg, #418ec9 0%, #41bdc9 100%);
}
section.main .prize-line .prize-blk#second {
  background-image: linear-gradient(-45deg, #e4d16b 0%, #c36855 100%);
}
section.main .prize-line .prize-blk#third {
  background-image: linear-gradient(-45deg, #fa74a6 0%, #c13365 100%);
}
section.main .prize-line .prize-blk#fourth {
  background-image: linear-gradient(-5deg, #41b4c9 0%, #41c9a7 100%);
}
section.main .prize-line .prize-blk#fifth {
  background-image: linear-gradient(-45deg, #f1b896 0%, #ca5f1e 100%);
}
section.main .prize-line .prize-blk .amount {
  padding: 20px 0px;
  padding-bottom: 0px;
}
section.main .prize-line .prize-blk .amount p {
  text-shadow: 3px 4px 5px rgba(65, 142, 201, 0.41);
  color: #ffffff;
  font-weight: 700;
  margin: auto;
}
section.main .prize-line .prize-blk .amount span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
}
section.main .prize-line .prize-blk .amount#one p {
  font-size: 32px;
}
section.main .prize-line .prize-blk .amount#one span {
  color: #95e9f1;
}
section.main .prize-line .prize-blk .amount#two p {
  font-size: 28px;
}
section.main .prize-line .prize-blk .amount#two span {
  color: #e4d16b;
}
section.main .prize-line .prize-blk .amount#three p {
  font-size: 24px;
}
section.main .prize-line .prize-blk .amount#three span {
  color: #fca6c6;
}
section.main .prize-line .prize-blk .amount#four p {
  font-size: 20px;
}
section.main .prize-line .prize-blk .amount#four span {
  color: #a7eee2;
}
section.main .prize-line .prize-blk .amount#five p {
  font-size: 19px;
}
section.main .prize-line .prize-blk .amount#five span {
  color: #f4d6c4;
}
section.main .prize-line .col-prizes {
  width: 20%;
  float: left;
}
section.main .prize-line .prizes {
  height: 62px;
  padding: 23px;
  padding-bottom: 15px;
  padding-top: 21px;
  overflow: hidden;
}
section.main .prize-line .prizes.prize-left {
  background-image: linear-gradient(-5deg, #4fa41c 0%, #8bd062 100%);
}
section.main .prize-line .prizes.prize-left p.left span {
  color: #c3e6ac;
}
section.main .prize-line .prizes.prize-left p.right {
  color: #b7df9d;
}
section.main .prize-line .prizes.prize-right {
  background-image: linear-gradient(-5deg, #4190c9 0%, #41acc9 100%);
}
section.main .prize-line .prizes.prize-right p.left span {
  color: #abd6e9;
}
section.main .prize-line .prizes.prize-right p.right {
  color: #a7d1dc;
}
section.main .prize-line .prizes p.left {
  margin: auto;
  text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.14);
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  float: left;
  line-height: 1;
}
section.main .prize-line .prizes p.left span {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 17px;
  padding-right: 0px;
  vertical-align: top;
  display: inline-block;
}
section.main .prize-line .prizes p.right {
  float: right;
  margin: auto;
  font-size: 19px;
  font-weight: 700;
  position: relative;
  padding: 0px 14px;
}
section.main .prize-line .prizes p.right span {
  font-size: 11px;
}
section.main .prize-line .prizes p.right::before,
section.main .prize-line .prizes p.right::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 1px;
  background: #fff;
  opacity: 0.4;
  top: -5px;
  bottom: 0;
  margin: auto;
}
section.main .prize-line .prizes p.right::before {
  right: -6px;
}
section.main .prize-line .prizes p.right::after {
  left: -6px;
}
section.main .text {
  line-height: 1.2;
  font-size: 24px;
  background-image: linear-gradient(-5deg, rgba(157, 125, 207, 0.8) 0%, rgba(90, 45, 162, 0.8) 100%);
  margin: 60px 0 40px;
  color: #e4d9f5;
  padding: 20px;
  text-align: left;
}
section.main .text .extrabold {
  font-size: 35px;
  font-weight: 800;
  color: #FFF;
}
section.main .text p {
  margin: 0;
  font-weight: 700;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
}
section.main .text p u {
  -webkit-text-decoration: underline solid rgba(228, 217, 245, 0.8);
          text-decoration: underline solid rgba(228, 217, 245, 0.8);
}
section.main .text p:last-child {
  max-width: calc(100% - 210px);
}
section.main .text p.star {
  margin: 0 24px;
}
section.timer {
  background: #f4fdff;
  padding: 40px 0px;
  text-align: center;
  margin: auto;
}
section.timer .title {
  margin-bottom: 40px;
}
section.timer .title p {
  margin: auto;
  color: #707070;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
section.timer .count .date p {
  background-image: linear-gradient(-2deg, #41bdc9 0%, #4190c9 100%);
  color: #206699;
  font-size: 72px;
  font-weight: 800;
  min-width: 90px;
  text-transform: uppercase;
  margin: auto;
  position: relative;
  display: inline-block;
  line-height: 1;
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
section.timer .count .date p:not(:last-of-type)::after {
  position: absolute;
  content: ":";
  color: #4196c9;
  font-size: 72px;
  font-weight: 400;
  text-transform: uppercase;
  margin: auto;
  top: -7px;
  -webkit-text-fill-color: transparent;
  bottom: 0;
  background-image: linear-gradient(-2deg, #41bdc9 0%, #4190c9 100%);
  -webkit-background-clip: text;
  right: -4px;
}
section.timer .count .date p span {
  background-image: linear-gradient(-2deg, #41bdc9 0%, #4190c9 100%);
  -webkit-background-clip: text;
}
section.timer .count .date p label {
  display: block;
  color: #84b5bd;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}
section.timer .count .date p:not(:last-of-type) {
  padding-right: 38px;
  margin-right: 30px;
  min-width: 118px;
}
section.how-to {
  padding-bottom: 0px;
  background: #FFF;
  padding-top: 0px;
}
section.how-to .how p {
  color: #282828;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: auto;
}
section.how-to .how span {
  display: block;
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
section.how-to .how strong {
  font-size: 24px;
  font-weight: 700;
}
section.how-to .ref {
  background: url(/images/ref1.png) no-repeat center / cover;
  padding: 23px 30px 70px;
  margin: 0;
  position: relative;
}
section.how-to .ref .text {
  margin-bottom: 27px;
}
section.how-to .ref .text p {
  margin: auto;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.24);
  color: #ffffff;
  font-family: "Yandex Sans Text";
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
section.how-to .ref .text p.center {
  text-align: center;
}
section.how-to .ref form,
section.how-to .ref .form {
  width: 100%;
  position: relative;
}
section.how-to .ref form label,
section.how-to .ref .form label {
  position: absolute;
  content: "";
  width: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(/images/chain.png) no-repeat center;
}
section.how-to .ref form input,
section.how-to .ref .form input {
  width: 100%;
  border-radius: 3px;
  border: 0px;
  padding-left: 43px;
  padding-right: 4px;
  font-weight: 400;
  height: 50px;
  font-size: 24px;
  color: #282828;
}
section.how-to .ref form button,
section.how-to .ref .form button {
  width: 109px;
  border-radius: 3px;
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  padding: 0;
}
section.how-to .protector-block {
  background: #F9F9F9;
  padding-top: 30px;
  padding-bottom: 45px;
}
section.how-to .protector-block .how {
  padding-top: 55px;
}
section.how-to .protector .title {
  margin-bottom: 20px;
}
section.how-to .protector .title p {
  color: #282828;
  font-size: 30px;
  font-weight: 700;
  margin: auto;
}
section.how-to .protector .protector-btn.oblivki {
  background: #fce5e5;
  border-radius: 3px;
  padding: 10px 0px;
  margin: auto;
  text-align: center;
}
section.how-to .protector .protector-btn {
  text-align: center;
  border-radius: 3px;
  display: table;
  width: 100%;
}
section.how-to .protector .protector-btn span,
section.how-to .protector .protector-btn a {
  display: table-cell;
  vertical-align: middle;
}
section.how-to .protector .protector-btn button {
  background: #ededed;
  border: 2px dashed transparent;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #ededed;
  width: 100%;
  padding: 0;
}
section.how-to .protector .protector-btn button:hover {
  border-color: #b4dce2;
  color: #78b0d2;
  background: #daf0f3;
}
section.how-to .protector .protector-btn img {
  padding: 0 10px;
  max-width: 100%;
  max-height: 100%;
}
section.how-to .protector .protector-btn.oblivki {
  background: #fce5e5;
}
section.how-to .protector .protector-btn.clicktimes {
  background: #EDF0C7;
}
section.how-to .protector .protector-btn.yadrex {
  background: #d9eefd;
}
section.how-to .protector .protector-btn-big {
  height: 90px;
}
section.how-to .protector .protector-btn-big button {
  height: 90px;
}
section.how-to .protector .protector-btn-middle .protector-btn {
  height: 75px;
}
section.how-to .protector .protector-btn-middle button {
  height: 75px;
}
section.how-to .protector .protector-btn-little .protector-btn {
  height: 50px;
}
section.how-to .protector .protector-btn-little button {
  height: 50px;
  font-size: 14px;
}
.cases {
  padding: 50px 0px;
  background: #fff;
}
.cases .title {
  margin-bottom: 50px;
  line-height: 1;
}
.cases .title p {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: auto;
  display: inline-block;
}
.cases .title .add-case {
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  display: block;
  line-height: 30px;
  float: right;
  margin-left: 25px;
  padding-left: 30px;
  color: #cd9fd1;
  position: relative;
  cursor: pointer;
}
.cases .title .add-case::before {
  content: '+';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 30px;
}
.cases .title > span {
  float: right;
  letter-spacing: 0.8px;
  color: #c3c3c3;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 0px;
}
.cases .empty {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}
.cases .cases-line {
  overflow: hidden;
}
.cases .cases-line .case-item .case-blk {
  background: #f9f9f9;
  padding: 23px 30px;
}
.cases .cases-line .case-item .case-blk .title {
  margin-bottom: 25px;
}
.cases .cases-line .case-item .case-blk .title a {
  color: #70aeef;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.cases .cases-line .case-item .case-blk .title a:hover {
  color: #f87712;
  text-decoration: underline;
}
.cases .cases-line .case-item .case-blk .case-user img {
  float: left;
  margin-right: 16px;
}
.cases .cases-line .case-item .case-blk .case-user p {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin: auto;
  padding: 10px 0px;
}
.cases .case-btn {
  background: #f1e8f6;
  width: 100%;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 23px;
  text-align: center;
  margin: 30px 0px;
}
.cases .case-btn:focus {
  outline: none;
}
/*---------------------- END COMPTETION ----------------------*/
/*--------------------------- SHOP ---------------------------*/
.coins-block span {
  display: inline-block;
}
.coins-block span:not(:last-child) {
  margin-right: 8px;
}
.coins-block span img {
  margin-right: 5px;
  margin-top: -3px;
  display: inherit;
}
.slider-shop .item {
  position: relative;
  background: #ddd no-repeat right center;
  background-size: cover;
  min-height: 550px;
  padding: 80px 0;
  z-index: 1;
}
.slider-shop .item.with-image .title-block-slider {
  font-size: 56px;
  color: #FFF;
}
.slider-shop .item.with-image .text {
  color: #FFF;
}
.slider-shop .item.with-image .name-good {
  color: #FFF;
}
.slider-shop .item:not(.with-image) {
  background: linear-gradient(45deg, rgba(248, 119, 18, 0.1) 0%, rgba(90, 45, 162, 0.1) 100%);
}
.slider-shop .item:not(.with-image):before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('/images/shop/coins.png') no-repeat bottom;
  background-size: cover;
}
.slider-shop .image-item-shop {
  position: absolute;
  right: 0;
  bottom: 30px;
  max-height: 400px;
  max-width: 100%;
}
.slider-shop .title-block-slider {
  font-size: 60px;
  color: #000;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 25px;
}
.slider-shop .title-block-slider .extra {
  display: block;
  font-weight: 800;
  font-size: 89px;
  text-transform: uppercase;
  padding: 5px 0 25px;
  text-shadow: 2px 1px 1px #425a6e, 3px 2px 1px #425a6e, 4px 3px 1px #425a6e, 5px 4px 1px #425a6e;
}
.slider-shop .text {
  font-size: 30px;
  line-height: 1.2;
  color: #696969;
  padding-bottom: 64px;
}
.count-money-shop {
  color: #ac96d0;
  font-weight: 700;
  line-height: 1;
  -webkit-box-ordinal-group: 3;
          order: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.count-money-shop + .name-good {
  padding-top: 12px;
}
.count-money-shop .coins-block {
  font-size: 16px;
}
.name-good {
  font-size: 30px;
  color: #333333;
  font-weight: 700;
}
.name-good:not(:last-child) {
  padding-bottom: 20px;
}
.good-detail .category {
  padding-bottom: 4px;
}
.good-detail .count-money-shop {
  margin-bottom: 29px;
}
.slider-arrow {
  border: none;
  border-radius: 50%;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  background: #AC96D0 url('/images/shop/slider-arrow.png') no-repeat center;
  z-index: 100;
}
.slider-arrow.slider-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: -30px;
}
.slider-arrow.slider-next {
  right: 30px;
}
.slider-arrow.slick-disabled {
  display: none!important;
}
.lots .title {
  margin-top: 30px;
  margin-bottom: 65px;
}
.lots .title p {
  margin: auto;
  color: #696969;
  font-size: 30px;
  font-weight: 400;
}
.lots .select-category {
  margin-bottom: 30px;
}
.lots .select-category .category-blk {
  display: block;
  text-decoration: none;
  border-radius: 3px;
  margin-bottom: 30px;
  width: 100%;
  padding: 12px 15px;
  background: #eeeaf6;
  text-align: center;
  -webkit-transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
.lots .select-category .category-blk.no-active {
  opacity: 0.75;
}
.lots .select-category .category-blk:hover {
  text-decoration: none;
  background: #e6e2ee;
  opacity: 1;
}
.lots .select-category .category-blk.active {
  background: #dad6e2;
}
.lots .select-category .category-blk p {
  margin: auto;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.lots .item-blk {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.lots .item-blk .item-block {
  background: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f8f5fe));
  background-image: linear-gradient(to top, #ffffff 0%, #f8f5fe 100%);
  padding: 20px;
  position: relative;
  border-radius: 3px;
  margin-bottom: 30px;
  flex-basis: 31.5%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lots .item-blk .item-block .text {
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.lots .item-blk .item-block .text > span {
  display: block;
  color: #333333;
  line-height: 1;
}
.lots .item-blk .item-block .text p {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin: 12px 0px;
  line-height: 1.15;
  position: relative;
  overflow: hidden;
}
.lots .item-blk .item-block .btn {
  margin-top: 15px;
  z-index: 2;
  position: relative;
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.lots .item-blk .item-block .shop-img {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 2;
          order: 1;
  margin: 15px 0px;
}
.lots .item-blk .item-block .shop-img img {
  max-width: 100%;
}
.lots .item-blk .item-block .shop-button {
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.lots .item-blk .item-block .shop-button .btn {
  padding: 16px;
}
.lots .item-blk .item-block:hover {
  background: #ffffff;
  box-shadow: 0 5px 28px 1px rgba(172, 150, 208, 0.38);
}
@media all and (max-width: 991px) {
  .lots .item-blk .item-block {
    flex-basis: 48%;
  }
}
@media all and (max-width: 500px) {
  .lots .item-blk .item-block {
    flex-basis: 100%;
  }
}
.stiky-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 30px 0px;
  z-index: 999;
}
.stiky-bottom a {
  text-decoration: none;
}
.stiky-bottom a:hover {
  text-decoration: none;
}
.stiky-bottom a .lot .left {
  background: #fbefea;
  border-radius: 3px;
  padding: 4px;
  display: inline-block;
  margin-right: 25px;
  vertical-align: top;
}
.stiky-bottom a .lot .right {
  display: inline-block;
}
.stiky-bottom a .lot .right .text {
  text-align: left;
}
.stiky-bottom a .lot .right .text span {
  display: block;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  line-height: 1;
}
.stiky-bottom a .lot .right .text p {
  margin: auto;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  padding-bottom: 10px;
  padding-top: 5px;
  line-height: 1;
}
.stiky-bottom .forms .title {
  margin-bottom: 8px;
}
.stiky-bottom .forms .title p {
  margin: auto;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.stiky-bottom .forms form button {
  width: 29px;
  height: 29px;
  background: #fbefea;
  border-radius: 3px;
  color: #333333;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  margin: auto;
  border: 0px;
}
.stiky-bottom .forms form input {
  background: #f4f4f4;
  text-align: center;
  margin: 0px 10px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  width: 101px;
  height: 29px;
  border: 0px;
  vertical-align: top;
}
.sidenav {
  display: block;
  height: auto;
  width: 100%;
  position: fixed;
  right: 0;
  z-index: 999;
}
.sidenav .button-side {
  display: none;
  position: absolute;
  bottom: 25%;
  margin: auto;
  left: -30px;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  background: #ac96d0;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px;
}
.sidenav .closebtn {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 36px;
}
/*------------------------- END SHOP -------------------------*/
.realbig {
  background-image: linear-gradient(45deg, rgba(248, 119, 18, 0.1) 0%, rgba(90, 45, 162, 0.1) 100%);
  padding: 115px 0px;
  position: relative;
}
.realbig::before {
  position: absolute;
  content: "";
  width: 184px;
  height: 207px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/images/crown-left.png) no-repeat center;
}
.tabs-top {
  padding: 0px;
  margin-top: -40px;
}
.tabs-top .container {
  width: 820px;
}
.tabs-top .chances-blocks .chance-block.left:hover::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 12px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #ffffff;
}
.tabs-top .chances-blocks .chance-block.right:hover::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 12px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #ffffff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tabs-bottom {
  padding: 50px 0px;
  overflow: hidden;
}
.tabs-bottom .title {
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}
.tabs-bottom .title p {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  margin: auto;
  line-height: 35px;
}
.tabs-bottom .title p span {
  display: block;
}
.tabs-bottom .tab {
  background-color: #fff;
  width: 30%;
  border: 1px solid #edf3f7;
  display: table-cell;
  vertical-align: top;
}
.tabs-bottom .tab button {
  display: block;
  padding: 16px 30px 9px;
  padding-right: 10px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #edf3f7;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  background: #ffffff;
  position: relative;
}
.tabs-bottom .tab button:last-of-type {
  border-bottom: 0px;
}
.tabs-bottom .tab button span {
  padding-top: 9px;
  display: block;
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  min-height: 33px;
}
.tabs-bottom .tab button img {
  margin-right: 14px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.tabs-bottom .tab button.active {
  box-shadow: 30px 0px 40px rgba(176, 213, 238, 0.25);
  color: #ac96d0;
  background: #ffffff;
  z-index: 100;
}
.tabs-bottom .tab button.active > img {
  -webkit-filter: none;
          filter: none;
}
.tabs-bottom .tab button.active::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 100%;
  border-style: solid;
  border-width: 41px 0 41px 17px;
  border-color: transparent transparent transparent #ffffff;
  right: -17px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
.tabs-bottom .tab button.active::after {
  box-shadow: -15px 0px 40px rgba(176, 213, 238, 0.25);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: auto;
  width: 100%;
}
.tabs-bottom .tabcontent {
  display: table-cell;
  border: 1px solid #edf3f7;
  vertical-align: top;
  border-radius: 3px;
  border-left: 0px;
  padding-left: 25px;
}
.tabs-bottom .tabcontent .images-tab {
  text-align: center;
}
.tabs-bottom .tabcontent .images-tab p {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: auto;
  text-align: left;
  padding-top: 20px;
  padding-right: 25px;
}
.tabs-bottom .tabcontent .images-tab p span {
  font-size: 24px;
}
.tabs-bottom .tabcontent .images-tab p span.grey {
  color: #868686;
  font-size: 12px;
  line-height: 16px;
  display: block;
}
.tabs-bottom .tabcontent .images-tab p.left {
  float: left;
  overflow: hidden;
  width: 35%;
  padding-top: 20px;
}
.tabs-bottom .tabcontent .images-tab p.right {
  float: right;
  overflow: hidden;
  width: 62%;
  margin-top: 15px;
  padding-top: 0px;
  padding-right: 25px;
}
.tabs-bottom .tabcontent .images-tab img {
  margin-top: 22px;
}
.tabs-bottom .tabcontent .images-tab img.right {
  float: right;
  overflow: hidden;
  width: 64.5%;
  margin-top: 0px;
}
.tabs-bottom .tabcontent .images-tab img.left {
  float: left;
  overflow: hidden;
  width: 31%;
  margin-top: 15px;
}
.tabs-bottom .tabcontent-mob {
  display: none;
}
.tabs-bottom .tabs {
  display: table;
}
.push-rtb {
  padding-top: 68px;
  padding-bottom: 79px;
  background: #f5f6fa;
}
.push-rtb .title {
  margin-bottom: 64px;
  text-align: center;
}
.push-rtb .title p {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  margin: auto;
  line-height: 1;
}
.push-rtb .push-image {
  text-align: center;
  background: #FFF;
  padding: 54px 10px 20px;
}
.push-rtb .push-image img {
  max-width: 100%;
}
.push-rtb .simple-text {
  margin-bottom: 25px;
}
.push-rtb .simple-text p {
  margin: 0 0 14px;
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.push-rtb .text-border {
  position: relative;
  border: 2px solid #edf3f7;
  padding: 18px 18px;
}
.push-rtb .text-border::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 14px;
  background: url(/images/icons/str.png) no-repeat center;
  top: -9px;
  left: 20px;
}
.push-rtb .text-border p {
  margin: auto;
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
@media (max-width: 1199px) {
  .navbar-nav li > a.news {
    margin-right: 0;
    padding: 0 8px;
  }
  .block-footer:not(:last-child) {
    margin-right: 15px;
  }
  .block-support-left-items {
    width: 242.5px;
  }
  .block-support-right-items {
    width: 135px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .table.little-desktop-change {
    display: block;
  }
  .table.little-desktop-change.height {
    height: auto;
  }
  .table.little-desktop-change > .table-row {
    display: none;
  }
  .table.little-desktop-change > .table-row.mobile-inline {
    display: block;
  }
  .table.little-desktop-change > .table-row > .table-cell {
    display: block;
  }
  .table.little-desktop-change > .table-cell {
    display: block;
  }
  .push-rtb .left {
    max-width: 580px;
    margin-right: 15px;
  }
  .tabs-bottom .tab button {
    padding: 17px 20px;
    padding-bottom: 9px;
  }
  .tabs-bottom .tab button img {
    margin-right: 5px;
  }
  .tabs-bottom .tabcontent .images-tab img {
    width: 100%;
  }
  .tabs-bottom .tabcontent .images-tab p.right {
    width: 66%;
  }
  .tabs-bottom .tabcontent {
    padding: 0px 20px;
  }
  .tabs-bottom .tabcontent .images-tab p.left {
    width: 40%;
  }
  .tabs-bottom .tabcontent .images-tab img.right {
    width: 60%;
  }
  .tabs-bottom .tabcontent .images-tab img.left {
    width: 29%;
    height: auto;
  }
  .push-rtb .push-image {
    padding: 97px 10px 44px;
  }
  .lots .title {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .stiky-bottom a .lot .left {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .no-desktop,
  .block-tablet,
  .tablet,
  .block-mobile,
  .mobile-inline {
    display: none;
  }
  .nav > li.no-desktop,
  .nav > li.block-tablet,
  .nav > li.tablet,
  .nav > li.block-mobile,
  .nav > li.mobile-inline {
    display: none;
  }
  .container.comp {
    max-width: 820px;
  }
  .col-md-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 37.5%;
  }
  #blocks-content {
    padding: 70px 0 20px;
  }
  #blocks-content.support-block {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .wrap {
    padding-bottom: 114px;
  }
  #blocks-content {
    padding-bottom: 20px;
  }
  .navbar-header {
    float: none;
    text-align: center;
  }
  .navbar-header button {
    float: left;
  }
  .navbar-toggle {
    display: inline-block;
  }
  .navbar-collapse {
    padding: 10px;
    position: absolute;
    top: 50px;
    left: 7px;
    z-index: 1;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-collapse .navbar-left {
    padding: 0;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
    position: relative;
  }
  .navbar-collapse .navbar-left:before {
    position: absolute;
    top: -5px;
    left: 25px;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: #FFF transparent;
  }
  .navbar-collapse .navbar-left li {
    float: none;
  }
  .navbar-collapse .navbar-left li a {
    height: 50px;
  }
  .navbar-collapse .navbar-left li a .table {
    margin: 0;
  }
  .navbar-collapse .navbar-left li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #EAEAEA;
  }
  .navbar-collapse .navbar-left.header-blocks > li > a {
    background: transparent;
  }
  .navbar-collapse .navbar-left.header-blocks > li > a:before {
    z-index: 1;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-nav li > a.news {
    margin-right: 25px;
    padding: 0 12px;
  }
  .canals-block-text {
    padding-top: 30px;
  }
  .canals-block-text .image-block {
    width: 100%;
    padding: 0 0 25px;
    text-align: center;
  }
  .canals-block-text .image-block > div {
    display: inline-block;
  }
  .canals-block-text .image-block ~ .text-block {
    padding: 0;
    width: 100%;
  }
  .contact-block-info {
    margin: 0 0 30px;
  }
  .contact-block-info:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin-left: -15px;
    width: 100vw;
  }
  .contact-block-info .table-cell {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .contact-block-info .tel-block {
    padding-top: 35px;
  }
  .contact-block-info .image-block {
    position: relative;
    padding-top: 20px;
    max-height: 200px;
    overflow: hidden;
    margin-left: -30px;
    text-align: left;
    left: 0;
    margin-bottom: -1px;
  }
  .contact-block-info .image-block:before {
    top: 35px;
    right: 0;
    left: auto;
  }
  #message-form .btn {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .news-list-block {
    padding-top: 30px;
  }
  .company-history-blocks .back {
    display: none;
  }
  .block-support-items {
    padding: 0;
  }
  .block-support-items:not(:first-child) {
    margin-top: 4px;
  }
  .block-support-title + .block-support-text {
    margin: 0;
    padding: 5px 30px 15px;
  }
  .block-support-left-items {
    position: unset;
    width: auto;
  }
  .block-support-left-items.fixed {
    position: unset;
  }
  .block-support-right-items {
    display: none;
  }
  .block-support-items {
    padding-top: 0;
  }
  .mobile-select a,
  .mobile-select span {
    display: block;
    background: #EAEAEA;
    padding: 16px 40px 16px 20px;
  }
  .mobile-select .block-mobile-select {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    cursor: pointer;
  }
  .mobile-select .block-mobile-select img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mobile-select + .hidden-select {
    display: none;
  }
  .mobile-select + div {
    margin-top: 60px;
  }
  .block-support-overflow .vertical-row {
    margin: -2px;
    padding-top: 20px;
  }
  .block-support-overflow .col-vertical {
    padding: 2px;
  }
  .footer-block .pull-right {
    width: 100%;
  }
  .block-footer.note,
  .block-footer.list {
    width: 48%;
  }
  .block-footer.note {
    margin-right: 2%;
    margin-top: 6px;
    padding-right: 29px;
  }
  .block-footer.list {
    margin-left: 2%;
    margin-right: 0;
    padding-top: 0;
  }
  .block-footer.feedback {
    width: 100%;
  }
  section.main .main-img img {
    margin-left: 0px;
  }
  .push-rtb .simple-text {
    margin-bottom: 0px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .push-rtb .text-border {
    display: inline-block;
    width: 49%;
  }
  .tabs-bottom .tab button {
    padding: 15px 7px;
    padding-right: 0px;
  }
  .tabs-bottom .tab button img {
    margin-right: 10px;
  }
  .tabs-bottom .tab button span {
    padding-top: 13px;
  }
  .tabs-bottom .tabcontent .images-tab img.left,
  .tabs-bottom .tabcontent .images-tab img.right {
    float: none;
  }
  .slider-shop .item {
    padding: 35px 0 30px;
  }
  .slider-shop .item.with-image {
    text-align: center;
  }
  .slider-shop .item.with-image .title-block-slider {
    font-size: 34px;
  }
  .slider-shop .item.with-image .text {
    text-shadow: 0 0 1px #333333;
  }
  .slider-shop .item:not(.with-image) {
    padding: 52px 0 40px;
  }
  .slider-shop .item:not(.with-image) .name-good {
    text-shadow: 0 0 1px #FFFFFF;
  }
  .slider-shop .item .btn {
    display: inline-block;
    max-width: 150px;
  }
  .slider-shop .image-item-shop {
    max-height: 300px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .slider-shop .title-block-slider {
    font-size: 34px;
  }
  .slider-shop .title-block-slider .extra {
    font-size: 56px;
    text-shadow: 1px 1px 0 #425a6e, 2px 2px 1px #425a6e;
    padding-bottom: 0;
  }
  .slider-shop .text {
    font-size: 20px;
    padding-bottom: 236px;
  }
  .name-good {
    padding-bottom: 24px;
  }
  .slider-arrow {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: 9px;
  }
  .slider-arrow.slider-prev {
    left: 20px;
  }
  .slider-arrow.slider-next {
    right: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .desktop,
  .no-tablet,
  .block-mobile,
  .mobile-inline {
    display: none;
  }
  .tablet {
    display: inline-block;
  }
  .block-tablet {
    display: block;
  }
  .block-tablet.table-row {
    display: table-row;
  }
  .nav > li.desktop,
  .nav > li.no-tablet,
  .nav > li.block-mobile,
  .nav > li.mobile-inline {
    display: none;
  }
  .nav > li.tablet {
    display: inline-block;
  }
  .nav > li.block-tablet {
    display: block;
  }
  .nav > li.block-tablet.table-row {
    display: table-row;
  }
  .toggle-mobile .navbar-toggle {
    display: none;
  }
  .table-cell.four-tablet {
    width: 25%;
  }
  .table-cell.two-tablet {
    width: 50%;
  }
  .table-cell.one-tablet {
    width: 100%;
  }
  section.main .prize-line .prize-blk .amount#one p {
    font-size: 29px;
  }
  .tabs-bottom .tab {
    float: none;
    width: 100%;
    display: block;
  }
  .tabs-bottom .tab button {
    display: block;
    width: 100%;
    padding: 15px 20px;
    padding-right: 10px;
  }
  .tabs-bottom .tab button.active::before {
    display: none;
  }
  .tabs-bottom .tabcontent {
    width: 100%;
    float: left;
    border-left: 1px solid #edf3f7;
    padding-left: 0px;
  }
  .tabs-bottom .tabcontent .images-tab p {
    padding-left: 20px;
  }
  .tabs-bottom .tabcontent .images-tab img.right {
    width: inherit;
    margin-top: 15px;
  }
  .tabs-bottom .tabcontent-desc {
    display: block;
  }
  .tabs-bottom .tabcontent .images-tab {
    height: auto;
  }
  .tabs-bottom .tabcontent .images-tab img {
    width: 100%;
  }
  .tabs-bottom .tabcontent .images-tab img.left {
    width: inherit;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .tabs-bottom .tabcontent .images-tab p.right {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .tabs-bottom .tabcontent .images-tab p.left {
    float: none;
    width: 100%;
  }
  .tabs-bottom .tab button.active {
    box-shadow: 15px 0px 20px rgba(176, 213, 238, 0.25);
  }
  .stiky-bottom .forms form input {
    width: 62px;
  }
  .stiky-bottom .forms .title p {
    font-size: 13px;
  }
  .stiky-bottom a.btn {
    margin: 15px 0px;
  }
  .stiky-bottom {
    padding: 15px 0px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .desktop,
  .no-mobile,
  .tablet,
  .block-tablet {
    display: none;
  }
  .mobile-inline {
    display: inline-block;
  }
  .block-mobile {
    display: block;
  }
  .nav > li.desktop,
  .nav > li.no-mobile,
  .nav > li.tablet,
  .nav > li.block-tablet {
    display: none;
  }
  .nav > li.mobile-inline {
    display: inline-block;
  }
  .nav > li.block-mobile {
    display: block;
  }
  .pull-right,
  .pull-left {
    float: none !important;
  }
  .wrap {
    padding-left: 0;
    font: 12px / 18px ProximaNova, serif;
    padding-bottom: 96px;
  }
  #blocks-content {
    padding: 20px 0;
  }
  section {
    padding: 20px 0;
  }
  .social-left {
    display: none;
  }
  .navbar-nav li.no-mobile {
    display: none;
  }
  .category-block-text {
    margin: 0 -35px;
  }
  .category-block-numbers .number-text,
  .country-block-percent .number-text {
    font-size: 24px;
  }
  .country-block-percent .percents {
    font-size: 24px;
  }
  .table.mobile-change {
    display: block;
  }
  .table.mobile-change.height {
    height: auto;
  }
  .table.mobile-change > .table-row {
    display: none;
  }
  .table.mobile-change > .table-row.mobile-inline {
    display: block;
  }
  .table.mobile-change > .table-row > .table-cell {
    display: block;
  }
  .table.mobile-change > .table-cell {
    display: block;
  }
  .table-cell.four-mobile {
    width: 25%;
  }
  .table-cell.two-mobile {
    width: 50%;
  }
  .table-cell.one-mobile {
    width: 100%;
  }
  .news-list-block .table-cell {
    width: 100%;
  }
  .navbar-right {
    float: right;
  }
  .logo-block img {
    float: none;
    padding: 0;
    display: block;
    margin: 0 auto;
  }
  .logo-block .text {
    padding: 6px 0 0;
    font-size: 14px;
    line-height: 1;
  }
  .navbar-brand {
    padding: 10px 6px;
    width: 56px;
    display: inline-block;
    float: none;
  }
  .navbar-nav li > a.news {
    margin: 0;
  }
  .navbar-collapse {
    left: 6px;
  }
  .navbar-collapse ul li a.news img {
    display: none;
  }
  .name-title-index {
    font-size: 24px;
  }
  .name-index {
    font-size: 14px;
  }
  .chances-block-text {
    padding: 0;
    margin-top: -10px;
  }
  .chances-block-text .image-block {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0;
  }
  .chances-block-text .image-block ~ .text-block {
    width: 100%;
    float: none;
  }
  .name-chance-text {
    padding-left: 0;
  }
  .text-chance {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .text-chance p {
    padding-left: 0;
  }
  .title-block-canals {
    font-size: 20px;
    font-weight: 800;
  }
  .canals-blocks {
    display: block;
  }
  .canals-blocks .table-row {
    display: block;
  }
  .canals-blocks .table-row .table-cell {
    display: block;
    width: 100% !important;
  }
  .canal-block:not(:last-child) {
    border-bottom: 1px solid rgba(250, 187, 137, 0.25);
  }
  .canal-block a {
    font-size: 14px;
    padding: 10px 0;
  }
  .canal-block a img {
    display: none;
  }
  .canal-block:hover a,
  .canal-block:active a {
    color: #7d593d;
  }
  .canal-block.active a {
    color: #fabb89;
    padding-top: 20px;
  }
  .canal-block.active a img {
    display: inline-block;
  }
  .canal-block.active a:before,
  .canal-block.active a:after {
    content: none;
  }
  .canal-block:last-child a:before,
  .canal-block:last-child a:after {
    content: '';
  }
  .canals-block-text {
    padding-top: 30px;
    margin: 0;
  }
  .text-canal {
    font-size: 14px;
    line-height: 24px;
    -webkit-column-width: auto;
       -moz-column-width: auto;
            column-width: auto;
    margin: 0;
  }
  .text-canal p {
    padding: 0;
  }
  .contact-block-info:before {
    margin-left: 0;
  }
  .contact-block-info .tel-block {
    font-size: 26px;
  }
  .company-history-blocks {
    margin: 0 -35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .company-history-block {
    margin-left: -25px;
    padding-left: 50px;
  }
  .support-poll-text {
    float: none;
  }
  .support-poll-answer {
    padding: 0;
    float: none;
  }
  .footer {
    left: 0;
  }
  .block-footer.note,
  .block-footer.list {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
  }
  .block-footer.note {
    margin: 0 auto;
    float: none;
  }
  .block-footer.feedback .phone {
    font-size: 26px;
  }
  .support-text .bb-video,
  .support-text .bb-image {
    margin-left: -35px;
    margin-right: -35px;
    display: block;
    text-align: center;
  }
  section.main .main-img {
    margin: 0 20px 40px;
  }
  section.main .text {
    text-align: center;
  }
  section.main .text .inline {
    display: block;
  }
  section.main .text p:last-child {
    max-width: none;
  }
  section.main .text p.star {
    margin: 10px 0;
  }
  section.main .text p.star img {
    display: block;
    margin: 0 auto;
  }
  section.timer .count {
    margin: 0 -35px;
  }
  section.timer .count .date p {
    font-size: 50px;
    min-width: 60px;
  }
  section.timer .count .date p:not(:last-of-type) {
    padding-right: 20px;
    margin-right: 15px;
    min-width: 85px;
  }
  section.timer .count .date p:not(:last-of-type)::after {
    font-size: 50px;
    top: -5px;
  }
  section.timer .count .date p .label {
    font-size: 10px;
  }
  .push-rtb .simple-text {
    margin-bottom: 15px;
    display: block;
    width: 100%;
  }
  .push-rtb .text-border {
    display: block;
    width: 100%;
  }
  .tabs-bottom .tab {
    float: none;
    width: 100%;
    display: block;
  }
  .tabs-bottom .tab button {
    display: block;
    width: 100%;
    padding: 15px 20px;
    padding-right: 10px;
  }
  .tabs-bottom .tab button.active::before {
    display: none;
  }
  .tabs-bottom .tabcontent {
    width: 100%;
    float: left;
    border-left: 1px solid #edf3f7;
    padding-left: 0px;
  }
  .tabs-bottom .tabcontent .images-tab p {
    padding-left: 20px;
  }
  .tabs-bottom .tabcontent .images-tab img.right {
    float: left;
    width: inherit;
    margin-top: 15px;
  }
  .tabs-bottom .tabcontent-desc {
    display: block;
  }
  .tabs-bottom .tabcontent .images-tab {
    height: auto;
  }
  .tabs-bottom .tabcontent .images-tab img {
    width: 100%;
  }
  .tabs-bottom .tabcontent .images-tab img.left {
    float: left;
    width: inherit;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .tabs-bottom .tabcontent .images-tab p.right {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .tabs-bottom .tabcontent .images-tab p.left {
    float: none;
    width: 100%;
  }
  .push-rtb {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .push-rtb .title {
    margin-bottom: 25px;
  }
  .tabs-bottom .title {
    margin-bottom: 30px;
  }
  .realbig {
    padding: 40px 0px;
  }
  .tabs-top {
    margin-top: 20px;
  }
  .chances-blocks .table {
    display: block;
  }
  .chances-blocks .table-row .table-cell.three {
    display: block;
    width: 100%;
  }
  .tabs-bottom .tabs {
    margin-left: -35px;
    margin-right: -35px;
    display: block;
  }
  .tabs-bottom .tab button span {
    display: none;
  }
  section.main .prize-line .col-prizes:nth-of-type(-n+2) {
    width: 50%;
  }
  section.main .prize-line .col-prizes {
    width: 33.3333%;
  }
  section.main .prize-line .prize-blk .amount span {
    padding-top: 10px;
  }
  section.main .text {
    margin: 40px 0 40px;
  }
  .stiky-bottom a .lot .left img {
    width: 49px;
  }
  .stiky-bottom a .lot .left {
    margin-right: 3px;
  }
  .stiky-bottom a .lot {
    margin-bottom: 30px;
  }
  .stiky-bottom a .lot .right .text p {
    padding-bottom: 2px;
  }
  .stiky-bottom .forms form button {
    width: 53px;
  }
  .stiky-bottom .forms form {
    margin-bottom: 20px;
    display: table;
    width: 100%;
  }
  .stiky-bottom .forms form button {
    display: table-cell;
    width: 19%;
  }
  .stiky-bottom .forms form input {
    display: table-cell;
    margin: 0 3%;
    width: 56%;
  }
  .stiky-bottom a.btn {
    padding: 16px;
  }
  .sidenav .closebtn {
    display: block;
  }
  .sidenav .button-side {
    display: block;
  }
  .sidenav {
    width: 0;
  }
  .user-block.no-mobile {
    display: none;
  }
  /*.navbar-collapse {
		padding: 10px;
		left: 15px;
		top: 47px;
		ul {
			background-color: #ffffff;
    		box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
			position: relative;
			min-width: 100px;
			&::before {
				position: absolute;
				content: "";
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 0 6px 5px 6px;
				border-color: transparent transparent #ffffff transparent;
				top: -5px;
				left: 20px;
			}
			li {
				float: none;
				border-bottom: 1px solid #eaeaea;
				&:last-of-type {
					border-bottom: 4px solid #f87712;
				}
				a.news {
					color: #282828;
					font-size: 12px;
					font-weight: 700;
					line-height: 12px;
					img {
						display: none;
					}
				}
			}
		}
	}*/
}
@media (max-width: 620px) {
  .col-fx-1,
  .col-fx-2,
  .col-fx-3,
  .col-fx-4,
  .col-fx-5,
  .col-fx-6,
  .col-fx-7,
  .col-fx-8,
  .col-fx-9,
  .col-fx-10,
  .col-fx-11,
  .col-fx-12 {
    float: left;
  }
  .col-fx-1 {
    width: 8.33333333%;
  }
  .col-fx-2 {
    width: 16.66666667%;
  }
  .col-fx-3 {
    width: 25%;
  }
  .col-fx-4 {
    width: 33.33333333%;
  }
  .col-fx-5 {
    width: 41.66666667%;
  }
  .col-fx-6 {
    width: 50%;
  }
  .col-fx-7 {
    width: 58.33333333%;
  }
  .col-fx-8 {
    width: 66.66666667%;
  }
  .col-fx-9 {
    width: 75%;
  }
  .col-fx-10 {
    width: 83.33333333%;
  }
  .col-fx-11 {
    width: 91.66666667%;
  }
  .col-fx-12 {
    width: 100%;
  }
  .col-fx-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-fx-offset-1-5 {
    margin-left: 12.5%;
  }
  .col-fx-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-fx-offset-3 {
    margin-left: 25%;
  }
  .col-fx-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-fx-offset-4-5 {
    margin-left: 37.5%;
  }
  .col-fx-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-fx-offset-6 {
    margin-left: 50%;
  }
  .col-fx-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-fx-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-fx-offset-9 {
    margin-left: 75%;
  }
  .col-fx-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-fx-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-fx-offset-12 {
    margin-left: 100%;
  }
  .lots .select-category {
    margin-bottom: 45px;
  }
  .lots .select-category .category-blk {
    margin-bottom: 15px;
    padding: 12px 0px;
  }
  .lots .select-category .category-blk p {
    font-size: 11px;
  }
  .lots .title {
    margin-bottom: 25px;
    margin-top: 0px;
    text-align: center;
  }
  .lots .title p {
    line-height: 30px;
  }
  .support-text iframe {
    width: 100%;
    height: calc(65.48387097vw);
  }
}
@media (max-width: 528px) {
  .modal-window .content .button-login {
    float: none;
    margin-bottom: 20px;
  }
  .modal-window .content button {
    margin: 0 auto;
  }
  .modal-window .content .forgot-pass {
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }
  section.main .prize-line > div {
    width: 100%;
  }
  section.timer .count .date p {
    font-size: 32px;
    min-width: 52px;
  }
  section.timer .count .date p:not(:last-of-type) {
    padding-right: 10px;
    margin-right: 10px;
    min-width: 52px;
  }
  section.timer .count .date p:not(:last-of-type)::after {
    font-size: 32px;
    top: -3px;
  }
  section.how-to .how img {
    display: none;
  }
  section.how-to .how p {
    padding-left: 0;
  }
  section.how-to .ref {
    padding: 23px 0 70px;
  }
  section.main .prize-line .col-prizes:nth-of-type(-n+2) {
    width: 100%;
  }
  section.main .prize-line .col-prizes {
    width: 100%;
  }
  section.main .prize-line .prizes {
    height: auto;
    padding-bottom: 22px;
    padding-top: 12px;
  }
  section.main .prize-line .prizes p.right {
    float: none;
    margin-bottom: 15px;
    padding: 0px;
  }
  section.main .prize-line .prizes p.left {
    float: none;
  }
  section.main .prize-line .prizes p.left span {
    padding: 0px;
    display: block;
    padding-top: 10px;
  }
  section.main .prize-line .prizes p.right::before {
    right: 57%;
    left: -11px;
    margin-right: 43px;
    width: initial;
  }
  section.main .prize-line .prizes p.right::after {
    left: 57%;
    right: -11px;
    margin-left: 43px;
    width: initial;
  }
  .tabs-bottom .tabcontent .images-tab img.right {
    width: 100%;
  }
  .slider-shop .item.with-image .title-block-slider {
    font-size: 24px;
  }
  .slider-shop .item:not(.with-image) {
    padding: 44px 0 32px;
  }
  .slider-shop .title-block-slider {
    font-size: 24px;
  }
  .slider-shop .title-block-slider .extra {
    font-size: 40px;
  }
  .slider-shop .text {
    text-shadow: none;
    font-size: 14px;
  }
}
@media (max-width: 359px) {
  .navbar-nav li > a.news {
    padding: 0 4px;
  }
}
@media (max-width: 319px) {
  .navbar-nav li > a.news {
    padding: 0 3px;
  }
  .navbar-nav li > a.news .table .table-cell {
    padding: 0 2px;
  }
  .navbar-brand {
    padding: 10px 4px;
    width: 52px;
  }
  .navbar-toggle {
    padding: 20px 10px 21px;
  }
  .navbar-collapse .navbar-left:before {
    left: 15px;
  }
  .contact-block-info .tel-block {
    font-size: 22px;
  }
  .poll-button {
    margin: 0 !important;
  }
  .poll-button:first-child {
    float: left;
  }
  .poll-button:last-child {
    float: right;
  }
  .block-footer.feedback .phone {
    font-size: 22px;
  }
}
.main-left {
  padding-right: 325px;
}
.wrap.confirm-email .liders {
  top: 111px;
}
.liders {
  width: 325px;
  max-width: 93%;
  background: #feffff;
  border: 1px solid #eaeaea;
  padding-top: 30px;
  position: fixed;
  right: 0;
  z-index: 2;
  top: 62px;
  bottom: 0;
  border-bottom: 0px;
  border-right: 0px;
  -webkit-transition: width 0.3s ease-in-out, top 0.15s linear;
  transition: width 0.3s ease-in-out, top 0.15s linear;
}
.liders .toggle-liders {
  display: none;
  position: absolute;
  right: 100%;
  top: 165px;
  word-break: break-all;
  font-size: 8px;
  line-height: 1.3;
  width: 20px;
  padding: 10px 7px;
  background: #AC96D0;
  border-radius: 2px 0 0 2px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.liders .toggle-liders::before,
.liders .toggle-liders::after {
  content: '';
  position: absolute;
  left: 2px;
  border-left: 18px solid transparent;
}
.liders .toggle-liders::before {
  border-bottom: 4px solid #AC96D0;
  top: -4px;
}
.liders .toggle-liders::after {
  border-top: 4px solid #AC96D0;
  bottom: -4px;
}
.liders .liders-inset {
  min-width: 325px;
  height: 100%;
}
.liders .title {
  margin-bottom: 20px;
  text-align: center;
}
.liders .title p {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.liders .title p span {
  display: block;
  font-weight: 700;
  font-size: 22px;
  padding-top: 15px;
  margin: 0;
}
.liders .button-competition {
  padding: 0 30px;
  position: relative;
}
.liders .button-competition + .lider-block {
  height: 100%;
  margin-top: -129px;
  padding-top: 129px;
}
.liders .lider-block {
  height: 100%;
  margin-top: -75px;
  padding-top: 75px;
}
.liders ol.lider {
  height: 100%;
  overflow: auto;
  padding: 0 33px;
  margin-bottom: 0px;
  list-style-type: none;
}
.liders ol.lider li {
  counter-increment: step-counter;
  position: relative;
  padding: 23px 0px;
  display: block;
}
.liders ol.lider li::after {
  position: absolute;
  content: "";
  height: 1px;
  background: #f5f6fa;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.liders ol.lider li::before {
  content: counter(step-counter);
  position: absolute;
  right: 5px;
  bottom: 25px;
  width: 28px;
  text-align: center;
  font-size: 24px;
  color: #adadad;
}
.liders ol.lider li:nth-of-type(-n+5)::before {
  font-size: 30px;
  color: #6db345;
}
.liders ol.lider li .lider-img {
  float: left;
  border-radius: 3px;
}
.liders ol.lider li .lider-img + p {
  padding-left: 52px;
  padding-top: 3px;
}
.liders ol.lider li p {
  font-weight: 600;
  font-size: 14px;
  color: #282828;
  margin: auto;
  line-height: 1;
  padding-right: 40px;
}
.liders ol.lider li p span {
  font-size: 12px;
  font-weight: 400;
  color: #737373;
  display: block;
  padding-top: 3px;
}
@media (max-width: 1650px) {
  .main .main-left {
    padding-right: 0;
  }
  .main .liders {
    top: 0 !important;
    z-index: 1030;
    border: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    width: 0;
  }
  .main .liders.active {
    width: 325px;
  }
  .main .liders.active .toggle-liders {
    -webkit-animation: none;
            animation: none;
  }
  .main .liders .toggle-liders {
    display: block;
  }
}
@media (max-width: 1199px) {
  .main-left {
    padding-right: 0;
  }
  .liders {
    top: 0 !important;
    z-index: 1030;
    border: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    width: 0;
  }
  .liders.active {
    width: 325px;
  }
  .liders.active .toggle-liders {
    -webkit-animation: none;
            animation: none;
  }
  .liders .toggle-liders {
    display: block;
  }
}
@media (max-width: 767px) {
  .main .liders {
    bottom: 53px;
  }
}
@media (max-width: 350px) {
  .liders .liders-inset {
    min-width: 295px;
  }
}
@media (max-width: 319px) {
  .liders .liders-inset {
    min-width: 240px;
  }
}
.nav-tabs.service-tabs {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.nav-tabs.service-tabs > li {
  min-width: unset;
}
.nav-tabs.service-tabs > li > a {
  background-color: #e9ebf3;
  border: none;
  border-radius: 2px;
  margin: 0;
  line-height: 19px;
  padding: 5px 20px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.nav-tabs.service-tabs > li > a:hover,
.nav-tabs.service-tabs > li > a:focus {
  background-color: #AC96D0;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  color: #fff;
}
.nav-tabs.service-tabs > li > a:active {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.nav-tabs.service-tabs > li.active > a {
  pointer-events: none;
}
.nav-tabs.service-tabs > li.active > a,
.nav-tabs.service-tabs > li.active > a:hover,
.nav-tabs.service-tabs > li.active > a:focus {
  border: none;
  background-color: #AC96D0;
  border-radius: 2px;
  color: #fff;
  box-shadow: none;
}
.services-block .pagination {
  display: block;
  margin: 15px 0;
}
.service-block {
  margin: 15px 0;
  padding: 20px;
  display: -webkit-box;
  display: flex;
  background-color: #F6F7FB;
}
.service-logo {
  width: 153px;
  height: 120px;
  background-color: #fff;
  padding: 8px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.service-logo img {
  max-width: 100%;
  max-height: 100%;
}
.service-link {
  margin-top: 20px;
  border-radius: 14px;
  background-color: #AC96D0;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  display: block;
  line-height: 24px;
  padding: 3px;
  text-align: center;
}
.service-link:hover {
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0);
  background-color: #9584b3;
}
.service-link:hover:active {
  box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.2);
}
.service-text {
  margin-top: -5px;
  padding: 0 20px;
  -webkit-box-flex: 1;
          flex-grow: 1;
  color: #3d3c3c;
  line-height: 24px;
}
.service-title,
.service-header {
  color: #282828;
}
.service-title {
  font-size: 18px;
  font-weight: 600;
}
.service-header {
  font-weight: 700;
}
.service-time {
  padding-top: 5px;
  font-size: 12px;
  color: #ac96d0;
}
.service-percent {
  margin: -20px -20px -20px 0;
  background-color: #F2EDFA;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  color: #828282;
}
.service-percent div {
  min-width: 75px;
  padding: 20px 10px;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 991px) {
  .service-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .service-logo {
    width: 100%;
  }
  .service-text {
    padding: 20px 0 0;
    margin: 0;
  }
}
.title-block.big-height .row-title h3 {
  padding: 37px 0;
}
.title-block.big-height .row-title .block {
  margin: 30px 0;
}
.little-desktop-inline,
.little-desktop-block,
.tablet-inline,
.tablet-block,
.mobile-inline,
.mobile-block,
.little-mobile-inline,
.little-mobile-block {
  display: none;
}
@media (min-width: 1200px) {
  .little-desktop-inherit {
    display: none;
  }
}
@media (max-width: 1199px) {
  .little-desktop-inline {
    display: inline-block;
  }
  .little-desktop-block {
    display: block;
  }
  .no-little-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .tablet-inherit {
    display: none;
  }
}
@media (max-width: 991px) {
  .no-tablet {
    display: none;
  }
  .tablet-inline {
    display: inline-block;
  }
  .tablet-block {
    display: block;
  }
  .width-all-tablet {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 767px) {
  .no-mobile {
    display: none;
  }
  .mobile-block {
    display: block;
  }
  .mobile-inline {
    display: inline-block;
  }
}
@media (max-width: 399px) {
  .no-little-mobile {
    display: none;
  }
  .little-mobile-block {
    display: block;
  }
  .little-mobile-inline {
    display: inline-block;
  }
}
