@font-face {
  font-family: 'Cera Pro';
  src: local('CeraPro Medium'), local('CeraPro-Medium'),
  url('../i/fonts/CeraPro-Medium.woff2') format('woff2'),
  url('../i/fonts/CeraPro-Medium.woff') format('woff'),
  url('../i/fonts/CeraPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro Black';
  src: local('CeraPro Black'), local('CeraPro-Black'),
  url('../i/fonts/CeraPro-Black.woff2') format('woff2'),
  url('../i/fonts/CeraPro-Black.woff') format('woff'),
  url('../i/fonts/CeraPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@viewport {
  user-zoom: fixed;
}

* {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

label {
  cursor: pointer;
}

textarea {
  resize: none;
}

a,
button,
input,
textarea {
  outline: none;
}

:focus {
  outline: none;
}

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

img {
  max-width: 100%;
  vertical-align: top;
}

a,
img {
  border: 0;
}

a {
  outline: none;
  color: #222;
  text-decoration: none;
}

a:hover {
  color: #F02E5A;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

input[type="submit"],
input[type="button"],
button,
.btn-primary {
  display: inline-block;
  color: #fff;
  padding: 15px 60px;
  font-family: 'Cera Pro', sans-serif;
  font-size: 16px;
  cursor: pointer;
  background: linear-gradient(267.99deg, #F5379E 3.41%, #F02E5A 95.2%);
  border: none;
  border-radius: 36px;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.btn-primary:hover {
  color: #fff;
  opacity: 0.8;
}

input,
textarea,
input::placeholder,
textarea::placeholder {
  font-family: 'Cera Pro', sans-serif;
  font-size: 16px;
  color: #222;
}

body {
  font-family: 'Cera Pro', sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #222;
  background: #fff;
}

html,
body {
  height: 100%;
  width: 100%;
  min-width: 300px;
}

*::before,
*::after {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

h1 {
  font-family: 'Cera Pro Black', sans-serif;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 30px;
}

h2 {
  margin-bottom: 30px;
}

h2,
h1.pg,
h2.pg {
  font-family: 'Cera Pro Black', sans-serif;
  font-size: 40px;
  line-height: 48px;
}

h1.pg,
h2.pg {
  margin-bottom: 20px;
}

h1.pg,
h2.pg {
  text-transform: none;
  padding-left: 13px;
}

h2.pg.exclusive {
  text-transform: none;
  padding-left: 0;
}

h3 {
  font-family: 'Cera Pro Black', sans-serif;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  padding-bottom: 4px;
}

h4 {
  font-family: 'Cera Pro Black', sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  padding-bottom: 4px;
}

span.red {
  color: red;
}

.page-width {
  position: relative;
  max-width: 1280px;
  min-height: 100%;
  margin: 0 auto;
}

.mobile-sbm,
.mobile-close {
  display: none;
}

.site-header {
  padding: 24px 0;
}

.site-header .page-bl {
  overflow: hidden;
}

.logo-wrap {
  float: left;
  padding: 0 5px 0 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.logo {
  cursor: pointer;
  display: inline-block;
  width: 193px;
  height: 36px;
  color: transparent;
  vertical-align: top;
  background: url(../i/logo.svg) no-repeat;
}

.phone-wrap,
.mail-wrap {
  float: right;
  font-size: 24px;
  line-height: 34px;
  text-shadow: 0 0 0 #111;
  white-space: nowrap;
  padding: 6px 0 4px 0;
}

.phone-wrap span,
.phone-wrap a,
.mail-wrap span,
.mail-wrap a {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 0 0 0 31px;
}

.phone-wrap span::before,
.phone-wrap a::before,
.mail-wrap span::before,
.mail-wrap a::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 34px;
  background: url(../i/icon-phone.png?v=1) no-repeat left center;
}

.site-nav-wrap {
  float: right;
  width: 75%;
  height: 100%;
}

.site-nav {
  list-style: none;
  text-align: right;
}

.site-nav li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.site-nav li:first-child {
  margin-left: 0;
}

.site-nav-wrap ul li.socseti {
  display: none;
}

.site-nav a {
  position: relative;
  line-height: 36px;
}

.site-nav a::before {
  content: '';
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 100%;
  width: 0;
  height: 2px;
  background: #F02E5A;
  -moz-transition: width 300ms ease 0ms;
  -webkit-transition: width 300ms ease 0ms;
  transition: width 300ms ease 0ms;
}

.site-nav a:hover {
  color: #F02E5A;
}

.site-nav a:hover::before {
  width: 100%;
}

.site-content {
  margin-top: 50px;
}

section {
  position: relative;
  margin: 0 0 140px 0;
}

section.view-blogger {
  padding: 10px 0 0 0;
}

section.main {
  padding: 0;
}

section.main .page-bl {
  position: relative;
}

section.main h1::after {
  background: #fff;
}

.main .page-bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-wrap {
  margin-right: 10px;
  width: 519px;
}

.title-wrap h1 {
  font-size: 80px;
  font-weight: 900;
  line-height: 100px;
  text-transform: uppercase;
}

.title-wrap p {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 25px;
}

.slider-wrap {
  position: relative;
  right: 0;
  width: 595px;
  height: 646px;
}

.slider-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  animation-duration: 10s;
  animation-delay: 1s;
  animation-iteration-count: 3;
  transition-timing-function: linear;
}

#slide-1 {
  animation-name: slide-1;
  z-index: 5;
}

@keyframes slide-1 {
  0% {
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
    z-index: 5;
  }
  7% {
    -ms-transform: translate(-50px, 0) scale(1.15);
    transform: translate(-50px, 0) scale(1.15);
    opacity: 0;
    z-index: 5;
  }
  19.99% {
    -ms-transform: translate(165px, 0) scale(.65);
    transform: translate(165px, 0) scale(.65);
    opacity: 0;
    z-index: 1;
  }
  20% {
    -ms-transform: translate(165px, 0) scale(.65);
    transform: translate(165px, 0) scale(.65);
    opacity: 1;
    z-index: 1;
  }
  40% {
    -ms-transform: translate(137.5px, 0) scale(.725);
    transform: translate(137.5px, 0) scale(.725);
    opacity: 1;
    z-index: 2;
  }
  60% {
    -ms-transform: translate(105px, 0) scale(.8);
    transform: translate(105px, 0) scale(.8);
    opacity: 1;
    z-index: 3;
  }
  80% {
    -ms-transform: translate(57.5px, 0) scale(.9);
    transform: translate(57.5px, 0) scale(.9);
    opacity: 1;
    z-index: 4;
  }
  100% {
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
    z-index: 5;
  }
}

#slide-2 {
  animation-name: slide-2;
  z-index: 4;
  -ms-transform: translate(57.5px, 0) scale(.9);
  transform: translate(57.5px, 0) scale(.9);
}

@keyframes slide-2 {
  0% {
    -ms-transform: translate(50px, 0) scale(.9);
    transform: translate(50px, 0) scale(.9);
    opacity: 1;
    z-index: 4;
  }
  20% {
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
    z-index: 5;
  }
  27% {
    -ms-transform: translate(-50px, 0) scale(1.15);
    transform: translate(-50px, 0) scale(1.15);
    opacity: 0;
    z-index: 5;
  }
  39.99% {
    -ms-transform: translate(165px, 0) scale(.65);
    transform: translate(165px, 0) scale(.65);
    opacity: 0;
    z-index: 1;
  }
  40% {
    -ms-transform: translate(165px, 0) scale(.65);
    transform: translate(165px, 0) scale(.65);
    opacity: 1;
    z-index: 1;
  }
  60% {
    -ms-transform: translate(137.5px, 0) scale(.725);
    transform: translate(137.5px, 0) scale(.725);
    opacity: 1;
    z-index: 2;
  }
  80% {
    -ms-transform: translate(105px, 0) scale(.8);
    transform: translate(105px, 0) scale(.8);
    opacity: 1;
    z-index: 3;
  }
  100% {
    -ms-transform: translate(50px, 0) scale(.9);
    transform: translate(50px, 0) scale(.9);
    opacity: 1;
    z-index: 4;
  }
}

#slide-3 {
  animation-name: slide-3;
  z-index: 3;
  -ms-transform: translate(105px, 0) scale(.8);
  transform: translate(105px, 0) scale(.8);
}

@keyframes slide-3 {
  0% {
    -ms-transform: translate(105px, 0) scale(.8);
    transform: translate(105px, 0) scale(.8);
    opacity: 1;
    z-index: 3;
  }
  20% {
    -ms-transform: translate(57.5px, 0) scale(.9);
    transform: translate(57.5px, 0) scale(.9);
    opacity: 1;
    z-index: 4;
  }
  40% {
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
    z-index: 5;
  }
  47% {
    -ms-transform: translate(-50px, 0) scale(1.15);
    transform: translate(-50px, 0) scale(1.15);
    opacity: 0;
    z-index: 5;
  }
  59.99% {
    -ms-transform: translate(165px, 0) scale(.65);
    transform: translate(165px, 0) scale(.65);
    opacity: 0;
    z-index: 1;
  }
  60% {
    -ms-transform: translate(165px, 0) scale(.65);
    transform: translate(165px, 0) scale(.65);
    opacity: 1;
    z-index: 1;
  }
  80% {
    -ms-transform: translate(137.5px, 0) scale(.725);
    transform: translate(137.5px, 0) scale(.725);
    opacity: 1;
    z-index: 2;
  }
  100% {
    -ms-transform: translate(105px, 0) scale(.8);
    transform: translate(105px, 0) scale(.8);
    opacity: 1;
    z-index: 3;
  }
}

#slide-4 {
  animation-name: slide-4;
  z-index: 2;
  -ms-ransform: translate(137.5px, 0) scale(.725);
  transform: translate(137.5px, 0) scale(.725);
}

@keyframes slide-4 {
  0% {
    -ms-transform: translate(137.5px, 0) scale(.725);
    transform: translate(137.5px, 0) scale(.725);
    opacity: 1;
    z-index: 2;
  }
  20% {
    -ms-transform: translate(105px, 0) scale(.8);
    transform: translate(105px, 0) scale(.8);
    opacity: 1;
    z-index: 3;
  }
  40% {
    -ms-transform: translate(57.5px, 0) scale(.9);
    transform: translate(57.5px, 0) scale(.9);
    opacity: 1;
    z-index: 4;
  }
  60% {
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
    z-index: 5;
  }
  67% {
    -ms-transform: translate(-50px, 0) scale(1.15);
    transform: translate(-50px, 0) scale(1.15);
    opacity: 0;
    z-index: 5;
  }
  79.99% {
    -ms-transform: translate(165px, 0) scale(.65);
    transform: translate(165px, 0) scale(.65);
    opacity: 0;
    z-index: 1;
  }
  80% {
    -ms-transform: translate(165px, 0) scale(.65);
    transform: translate(165px, 0) scale(.65);
    opacity: 1;
    z-index: 1;
  }
  100% {
    -ms-transform: translate(137.5px, 0) scale(.725);
    transform: translate(137.5px, 0) scale(.725);
    opacity: 1;
    z-index: 2;
  }
}

#slide-5 {
  animation-name: slide-5;
  z-index: 1;
  -ms-transform: translate(165px, 0) scale(.65);
  transform: translate(165px, 0) scale(.65);
}

@keyframes slide-5 {
  0% {
    -ms-transform: translate(165px, 0) scale(.65);
    transform: translate(165px, 0) scale(.65);
    opacity: 1;
    z-index: 1;
  }
  20% {
    -ms-transform: translate(137.5px, 0) scale(.725);
    transform: translate(137.5px, 0) scale(.725);
    opacity: 1;
    z-index: 2;
  }
  40% {
    -ms-transform: translate(105px, 0) scale(.8);
    transform: translate(105px, 0) scale(.8);
    opacity: 1;
    z-index: 3;
  }
  60% {
    -ms-transform: translate(57.5px, 0) scale(.9);
    transform: translate(57.5px, 0) scale(.9);
    opacity: 1;
    z-index: 4;
  }
  80% {
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
    z-index: 5;
  }
  87% {
    -ms-transform: translate(-50px, 0) scale(1.15);
    transform: translate(-50px, 0) scale(1.15);
    opacity: 0;
    z-index: 5;
  }
  99.99% {
    -ms-transform: translate(165px, 0) scale(.65);
    transform: translate(165px, 0) scale(.65);
    opacity: 0;
    z-index: 1;
  }
  100% {
    -ms-transform: translate(165px, 0) scale(.65);
    transform: translate(165px, 0) scale(.65);
    opacity: 1;
    z-index: 1;
  }
}

.arrow-white::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: url('../i/icons/arrow-white.svg') no-repeat 0 0;
}

.site-footer {
  padding: 25px 0;
  border-top: 1px solid #DADDE1;
}

.site-footer .page-bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-content p {
  padding-bottom: 10px;
}

.site-content ul,
.site-content ol {
  position: relative;
  margin-bottom: 10px;
}

.site-content ul ul,
.site-content ul ol,
.site-content ol ul,
.site-content ol ol {
  margin-bottom: 0;
}

::-moz-placeholder {
  opacity: 1;
}

::-webkit-input-placeholder {
  opacity: 1;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
  width: 100%;
  height: 54px;
  padding: 16px 20px;
  margin: 0 0 20px 0;
  border: 1px solid #F6F4F5;
  background: #F6F4F5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #22222280
}

input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  clip: rect(0, 0, 0, 0);
}

input[type="checkbox"] + label:before {
  content: ' ';
  position: relative;
  top: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border: solid 1px #111;
  background: #fff;
}

input[type="checkbox"]:checked + label:before {
  background: #ccc;
}

input[type="checkbox"]:disabled + label:before {
  cursor: default;
  opacity: 0.5;
}

input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type="radio"] + label:before {
  content: ' ';
  position: relative;
  top: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border: solid 1px #111;
  background: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

input[type="radio"]:checked + label:before {
  background: #ccc;
}

input[type="radio"]:disabled + label:before {
  cursor: default;
  opacity: 0.5;
}

input.form-error {
  border: 1px solid #F02E5A;
}

.form-success {
  display: none;
  margin-right: 45px;
}

.form-input-label {
  position: relative;
}

.form-input-label label {
  display: none;
  position: absolute;
  font-size: 12px;
  top: 0;
  left: 20px;
}

.form-input-label-active input,
.form-input-label-active textarea {
  padding-top: 30px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: inline-block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider {
  overflow: hidden;
  position: relative;
  left: -30px;
  width: 100%;
  padding: 0 30px;
}

.slider .slide {
  float: left;
  width: 50%;
}

.slider .slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: auto;
  right: 0;
  width: 14px;
  height: 10px;
  font-size: 0;
  color: transparent;
  padding: 0;
  margin: 0 15px;
  border: none;
  background: url(../i/320/slide-arrow.png?v=1) no-repeat;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.slider .slick-prev {
  right: auto;
  left: 0;
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slider .slick-dots {
  width: auto;
  font-size: 0;
  line-height: 6px;
  list-style: none;
  text-align: center;
  padding: 0 20px;
  margin: 0 !important;
}

.slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  padding: 2px 7px;
}

.slider .slick-dots button {
  width: 6px;
  height: 6px;
  font-size: 0;
  color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  background: #bbb2b2;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.slider .slick-dots .slick-active button {
  background: #b21010;
}

section.why .slider .slick-arrow {
  bottom: 25px;
}

.row {
  display: table;
  width: 100%;
}

div[class^=col-md] {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.col-md-1 {
  width: 8%;
}

.col-md-2 {
  width: 16%;
}

.col-md-3 {
  width: 25%;
}

.col-md-4 {
  width: 33.33%;
}

.col-md-6 {
  width: 50%;
}

.col-md-9 {
  width: 75%;
}

.col-md-12 {
  width: 100%;
}

.about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-img,
.about-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.about-img {
  margin-right: 40px;
}

.about-bl > p {
  margin-bottom: 20px;
}

.about-bl > p:last-child {
  margin-bottom: 0;
}

.about-statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.about-statistics span {
  display: block;
  font-family: 'Cera Pro Black', sans-serif;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
}

.about-statistics p {
  padding: 0;
  line-height: 20px;
}

.border-b {
  border: 2px solid #FDCB05
}

section.team h2 {
  text-align: center;
}

.user-about {
  position: relative;
  overflow: visible;
  min-height: 240px;
  text-align: left;
  padding: 0;
  margin: 106px 0;
  border: solid 5px #c1c1c1;
}

.user-about .m-img {
  position: absolute;
  top: 50%;
  right: -5px;
  overflow: hidden;
  width: 460px;
  height: 406px;
  margin-top: -203px;
}

.user-about .m-img span {
  display: block;
  position: relative;
  left: 50%;
  width: 600px;
  text-align: center;
  margin-left: -300px;
}

.user-about .m-img img {
  height: 406px;
}

.user-about .text {
  overflow: hidden;
  max-height: 329px;
  margin: 36px 50px 31px 60px;
}

.user-about .m-img + .text {
  padding-right: 460px;
}

.user-about h4 {
  text-align: left;
  padding: 0;
}

.brands-bl {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brands-bl li {
  margin-bottom: 50px;
}

.brands-bl li i {
  display: block;
  width: 193px;
  height: 89px;
  background: url(../i/clients.jpg) no-repeat;
}

.brands-bl li i.samsung {
  background-position: 0 0;
}

.brands-bl li i.mastercard {
  background-position: -217px 0;
}

.brands-bl li i.visa {
  background-position: -435px 0;
}

.brands-bl li i.rzd {
  background-position: -652px 0;
}

.brands-bl li i.eset {
  background-position: -872px 0;
}

.brands-bl li i.skyeng {
  background-position: -1087px 0;
}

.brands-bl li i.universal {
  background-position: 0 -148px;
}

.brands-bl li i.huawei {
  background-position: -217px -148px;
}

.brands-bl li i.wb {
  background-position: -435px -148px;
}

.brands-bl li i.loreal {
  background-position: -652px -148px;
}

.brands-bl li i.hp {
  background-position: -872px -148px;
}

.brands-bl li i.intimissimi {
  background-position: -1087px -148px;
}

.brands-bl li i.gloriajeans {
  background-position: 0 -298px;
}

.brands-bl li i.lvmh {
  background-position: -217px -298px;
}

.brands-bl li i.henkel {
  background-position: -435px -298px;
}

.brands-bl li i.estel {
  background-position: -652px -298px;
}

.brands-bl li i.colins {
  background-position: -872px -298px;
}

.brands-bl li i.pepsico {
  background-position: -1087px -298px;
}

.brands-bl li i.marieclaire {
  background-position: 0 -446px;
}

.brands-bl li i.krka {
  background-position: -217px -446px;
}

.brands-bl li i.mercedes {
  background-position: -435px -446px;
}

.brands-bl li i.ferrero {
  background-position: -652px -446px;
}

.brands-bl li i.tnt {
  background-position: -872px -446px;
}

.brands-bl li i.vichy {
  background-position: -1087px -446px;
}

.bl {
  position: relative;
  overflow: hidden;
  min-height: 40px;
  margin: 0 0 40px 0;
  background: #fff;
  border-radius: 32px;
  -moz-box-shadow: 0 12px 16px -1px rgba(107, 109, 118, 0.1);
  -webkit-box-shadow: 0 12px 16px -1px rgba(107, 109, 118, 0.1);
  box-shadow: 0 12px 16px -1px rgba(107, 109, 118, 0.1);

}

.date {
  display: block;
  overflow: hidden;
  color: #898989;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  padding: 0 0 12px 0;
}

.sbm-link {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
  padding: 15px 30px;
  background: #F6F4F5;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.sbm-link:hover {
  color: #fff;
  background: #F02E5A;
}

.sbmts-wrap {
  text-align: center;
  padding: 0 0 50px 0;
}

.sbmts-wrap .sbm-link {
  height: 60px;
  line-height: 62px;
  padding: 0 38px;
  margin: 0 0 25px 0;
}

.bloggers-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.bloggers-header h2 {
  margin: 0 70px 5px 0;
}

.bloggers-header p {
  padding: 0;
}

.bloggers-header p b {
  color: #F02E5A;
}

.bloggers-list,
.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.bloggers-item,
.blog-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 410px;
  flex: 0 1 410px;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 12px;
  margin-left: 12px;
}

.bloggers-item {
  padding-bottom: 20px;
}

.blog-item {
  padding-bottom: 30px;
}

.bloggers-item .m-img,
.blog-item .m-img img {
  display: block;
  overflow: hidden;
  border-radius: 32px;
  margin-bottom: 30px;
}

.blogger-exclusive,
.blogger-partner {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 12px;
  border-radius: 36px;
}

.blogger-partner:hover {
  color: #222;
}

.blogger-exclusive {
  color: #fff;
  background: #F02E5A;
}

.blogger-exclusive:hover {
  color: #fff;
}

.blogger-partner {
  background: #FFC107;
}

.blogger-exclusive::before,
.blogger-partner::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.blogger-exclusive::before {
  background: url("../i/icons/exclusive.svg") no-repeat 0 0;
}

.blogger-partner::before {
  background: url("../i/icons/partner.svg") no-repeat 0 0;
}

.bloggers-adv {
  padding: 30px;
  text-align: center;
  background: #FFE5FC;
  background: url('../i/icons/path124.svg') no-repeat bottom center, linear-gradient(74.93deg, #FFE5FC -2.44%, #FFF2ED 98.51%);
}

.bloggers-adv-title {
  font-family: 'Cera Pro Black', sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
}

.bloggers-adv-p {
  margin-bottom: 30px;
}

.bloggers-item .text,
.blog-item .text {
  padding: 0 20px;
}

.bloggers-item .text .blogger-name,
.blog-item .text .blog-title {
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
}

.blog-item .date {
  padding: 0;
}

.user-soc {
  list-style: none;
}

.user-soc li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 10px;
}

.user-soc li:last-child {
  margin-right: 0;
}

.user-soc li::before {
  content: '';
  background: url(../i/icons/soc-stats.svg?v=2) no-repeat 0 0;
}

.user-soc li::before,
.user-soc li.country span {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.user-soc .vk::before {
  background-position: 0 0;
}

.user-soc .youtube::before {
  background-position: -36px 0;
}

.user-soc .tiktok::before {
  background-position: -72px 0;
}

.user-soc .telegram::before {
  background-position: -107px 0;
}

.user-soc .dzen::before {
  background-position: -143px 0;
}

.user-soc .country::before {
  display: none;
}

.feedback-wrap {
  padding: 40px;
  border: 1px solid #FAFAFA;
  border-radius: 32px;
  -moz-box-shadow: 0 2px 23px -1px rgba(107, 109, 118, 0.1);
  -webkit-box-shadow: 0 2px 23px -1px rgba(107, 109, 118, 0.1);
  box-shadow: 0 2px 23px -1px rgba(107, 109, 118, 0.1);
}

.feedback-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feedback-from {
  margin-right: 45px;
  -webkit-box-flex: 0;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
}

.feedback-from .attach-file-label {
  display: inline-block;
  margin: 0 0 20px 0;
}

.feedback-from .attach-file-label::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url('../i/icons/attach-file.svg') no-repeat center;
}

.feedback-contacts {
  padding-top: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
}

.feedback-contacts > div {
  margin-bottom: 35px;
}

.feedback-contacts > div:last-child {
  margin-bottom: 0;
}

.feedback-contacts > div a {
  font-size: 22px;
  font-weight: 900;
}

.feedback-bl div[class^=col-] {
  padding-right: 15px;
}

.feedback-bl div[class^=col-md-4] {
  vertical-align: middle;
}

.feedback-bl .row div[class^=col-]:nth-child(2) {
  text-align: center;
}

.feedback-bl .row div[class^=col-]:nth-child(3) {
  text-align: right;
}

.socseti a {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.socseti a:hover {
  opacity: 0.8;
}

.socseti-vk {
  background: url('../i/icons/vk.svg') no-repeat 0 0;
}

.popup-join-bloggers,
.popup-order-from-bloggers,
.popup-subscribe {
  display: none;
}

.popup-join-bloggers button,
.popup-order-from-bloggers button,
.popup-subscribe button {
  width: 100%;
}

.popup-join-bloggers-body,
.popup-order-from-bloggers-body,
.popup-subscribe-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.popup-join-bloggers-content,
.popup-order-from-bloggers-content,
.popup-subscribe-content {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 530px;
  padding: 50px;
  background: #fff;
  border-radius: 32px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.popup-join-bloggers-body {
  display: block;
  overflow-y: auto;
}

.popup-join-bloggers-content {
  margin: 140px auto;
}

.popup-join-bloggers-content-active,
.popup-order-from-bloggers-content-active,
.popup-subscribe-content-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.popup-join-bloggers-close,
.popup-order-from-bloggers-close,
.popup-subscribe-close {
  position: absolute;
  font-size: 35px;
  font-weight: 900;
  line-height: 17px;
  font-family: 'Times New Roman', Times, serif;
  top: 25px;
  right: 25px;
}

.popup-join-bloggers-title,
.popup-order-from-bloggers-title,
.popup-subscribe-title {
  font-size: 30px;
  font-weight: 900;
  line-height: 38px;
  margin-bottom: 20px;
  padding-right: 20px;
}

.popup-join-bloggers-subtitle,
.popup-subscribe-desc,
.popup-subscribe button {
  margin-bottom: 20px;
}

.popup-subscribe-info {
  font-size: 12px;
  color: #898989;
}

.popup-join-bloggers-form textarea {
  height: 110px;
}

.popup-order-from-bloggers-form textarea {
  height: 80px;
}

.subscribe-form {
  overflow: hidden;
  max-width: 380px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 35px 37px 35px;
  margin: 0 auto;
  background: #424041;
}

.subscribe-form .title {
  display: block;
  padding: 0 0 13px 0;
}

.subscribe-form form {
  position: relative;
  height: 50px;
  padding: 0 50px 0 0;
}

.subscribe-form input {
  margin: 0;
}

.subscribe-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 0;
  border: none;
  background: #b21010 url(../i/icon-ch.png?v=1) no-repeat center center;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.wrap-cont {
  padding: 0 0 40px 0;
}

.article-tags {
  padding-top: 10px;
}

.article-tag {
  display: inline-block;
  border: 1px solid #AB1424;
  color: #AB1424;
  font-size: 16px;
  border-radius: 25px;
  padding: 2px 20px;
  margin: 0 10px 7px 0;
  cursor: pointer;
}

.article-tag:hover {
  border: 1px solid #424041;
  color: #424041;
}

.crumbs {
  padding: 20px 0;
}

.crumbs,
.crumbs a {
  color: #B21010;
}

.crumbs .latest.v2-crumbs-latest.v2-crumbs-a {
  color: #555;
}

.article-share {
  padding: 15px 0 2px 0;
}

.title-share {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  color: #898989;
  font-size: 14px;
}

.ya-share2 {
  display: inline-block;
  vertical-align: middle;
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  height: 36px !important;
  width: 36px !important;
  background-size: 36px 36px !important;
}

.ya-share2 ul {
  padding: 0;
  margin: 0;
}

.ya-share2__item {
  margin-right: 15px !important;
}

.ya-share2__item:last-child {
  margin-right: 0 !important;
}

ul.list-articles {
  list-style: none;
  margin: -20px 0 45px 0;
  padding: 5px 10px;
  border: solid 5px #fff;
  background: #fff;
  -moz-box-shadow: 0 13px 28px rgba(3, 3, 3, 0.14);
  -webkit-box-shadow: 0 13px 28px rgba(3, 3, 3, 0.14);
  box-shadow: 0 13px 28px rgba(3, 3, 3, 0.14);
}

ul.list-articles li {
  display: block;
  text-align: left;
  padding: 0 0 5px 0;
}

ul.list-articles li a {
  color: #B21010;
  font-size: 19px;
}

.article-view .copy-cont .page-bl,
.article-view .wrap-cont .article-share-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article-view .wrap-cont {
  margin-right: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 845px;
  flex: 0 1 845px;
}

.article-view .wrap-cont .article-anons {
  padding: 0;
  margin-bottom: 30px;
}

.article-view .wrap-cont .article-img {
  display: block;
  margin-bottom: 30px;
  border-radius: 32px;
}

.article-view .wrap-cont .article-anons {
  border-left: 4px solid #F02E5A;
  padding-left: 20px;
}

.article-view .wrap-cont .article-share-date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.article-view .wrap-cont .article-share-date .article-share,
.article-view .wrap-cont .article-share-date .date {
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}


.article-view .wrap-cont .article-share-date .date {
  text-align: right;
}

.article-view .article-subscribe {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 326px;
  flex: 0 1 326px;
  height: 354px;
  padding: 30px 25px;
  background: url(../i/icons/article-subscribe.svg) no-repeat bottom left, linear-gradient(74.93deg, #FFE5FC -2.44%, #FFF2ED 98.51%);
  box-sizing: border-box;
  border-radius: 32px;
}

.article-view .article-subscribe .form {
  position: relative;
}

.article-view .article-subscribe .title {
  font-family: 'Cera Pro Black', sans-serif;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 30px;
}

.article-view .article-subscribe input[type="email"] {
  margin: 0;
  padding-right: 50px;
  background: #fff;
}

.article-view .article-subscribe input[type="submit"] {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 32px;
  height: 32px;
  padding: 0;
  margin-top: -16px;
  border-radius: 0;
  background: url(../i/icons/arrow-right-red.svg) no-repeat 0 0;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}

.article-view .article-subscribe input[type="submit"]:hover {
  opacity: 1;
  right: 14px;
}

.dm {
  padding-bottom: 100px !important
}

.site-header-dm .page-bl {
  max-width: 1110px;
}

.site-header-dm .text {
  width: 78%;
  font-size: 16px;
  float: right;
  line-height: 22px;
}

.site-header-dm .text span,
.site-header-dm .text a {
  font-weight: bold;
  color: #B21010;
}

.site-header-dm .text a:hover {
  text-decoration: underline;
}

.site-header-dm .text-mobile-dm {
  display: none;
}

.about-dm {
  padding-bottom: 100px;
}

.about-dm img {
  float: left;
}

section.main-dm {
  min-height: 554px;
}

section.main-dm::before {
  width: 654px;
  background: url(../i/section-5-bg.jpg?v=2.1) no-repeat left bottom;
}

section.main-dm h1:after {
  display: none;
}

section.main-dm p {
  font-weight: bold;
}

.video-block-dm:last-child {
  margin-bottom: 50px;
}

.video-head-dm {
  overflow: hidden;
  margin-bottom: 10px;
}

.video-head-dm h3 {
  float: left;
}

.video-head-dm a {
  float: right;
  font-weight: bold;
  font-size: 18px;
  color: #B21010;
}

.video-head-dm a:hover {
  text-decoration: underline;
}

.video-dm {
  width: 100%;
}

.video-dm div {
  position: relative;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
}

.video-dm iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
}

.footer-text-dm {
  padding: 0;
}

.footer-text-dm p {
  font-size: 21px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  vertical-align: top;
  line-height: 32px;
}

.footer-text-dm p::before {
  content: ' ';
  position: absolute;
  top: 12px;
  right: 100%;
  overflow: hidden;
  width: 1000px;
  height: 2px;
  margin: 0 30px;
  background: #b21010;
}

.footer-text-dm p a {
  font-weight: bold;
  color: #B21010;
}

.footer-text-dm p a:hover {
  text-decoration: underline;
}

.blogger-page h1:after {
  content: normal;
}

.cl,
.clear {
  clear: both;
}

div.bbimg {
  max-width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 6px 0;
  text-align: center;
  clear: both;
}

div.bbimg.left {
  max-width: 650px;
  float: left;
  padding: 4px 20px 4px 0;
}

div.bbimg.right {
  max-width: 650px;
  float: right;
  padding: 4px 0 4px 20px;
}

div.bbimg-title {
  font-size: 16px;
  font-style: italic;
  font-family: Georgia, serif;
}

div.bbimg-copyright {
  font-size: 13px;
  font-family: Verdana, sans-serif;
  color: #777;
}

.block-moderate {
  padding: 0 0 20px 0;
}

.block-moderate img {
  vertical-align: -1px;
}

.block-moderate a {
  color: #B21010;
  font-weight: bold;
  font-size: 20px;
}

#article_content h3 {
  text-align: left;
}

ul.pagination {
  margin: 0;
  text-align: center;
}

ul.pagination li {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0 5px;
}

ul.pagination li a,
ul.pagination li span {
  display: block;
  border-radius: 50%;
  text-align: center;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #F6F4F5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

ul.pagination li a:hover,
ul.pagination li.active span {
  background: #F02E5A;
  color: #FFF;
}

.exclusive-title {
  text-transform: uppercase;
  font-size: 50px;
}

.blogger-page .page-bl {
  overflow: hidden;
}

.blogger-page .photo-blogger {
  float: left;
  width: 543px;
  margin-right: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}

.blogger-page .photo-blogger img {
  width: 100%;
}

.blogger-page .desc-blogger {
  float: left;
  width: 48%;
}

.blogger-page .desc-blogger .inner-blogger h1 {
  margin-bottom: 15px;
}

.blogger-page .desc-blogger .inner-blogger p,
.blogger-page .desc-blogger .inner-blogger .social-stat,
.blogger-page .desc-blogger .inner-blogger .blogger-theme-list {
  padding: 0;
  margin-bottom: 30px;
}

.blogger-page .user-soc li {
  font-size: 22px;
  margin-bottom: 5px;
}

.blogger-page .user-soc li::before {
  display: none;
}

.blogger-page .user-soc li a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 46px;
  height: 46px;
  background: url(../i/icons/soc-stats-big.svg?v=3) no-repeat center center;
}

.blogger-page .user-soc .vk a::before {
  background-position: 0 0;
}

.blogger-page .user-soc .youtube a::before {
  background-position: -58px 0;
}

.blogger-page .user-soc .tiktok a::before {
  background-position: -115px 0;
}

.blogger-page .user-soc .telegram a::before {
  background-position: -173px 0;
}

.blogger-page .user-soc .dzen a::before {
  background-position: -230px 0;
}

.bloggers-news h2 {
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 20px;
}

.blogger-page .btn-primary {
  margin-bottom: 60px;
}

.bloggers-similar h2 {
  text-align: center;
}

.bloggers-news .item-video {
  min-height: 100px;
  background: #fff;
  -moz-box-shadow: 0 13px 28px rgba(3, 3, 3, 0.14);
  -webkit-box-shadow: 0 13px 28px rgba(3, 3, 3, 0.14);
  box-shadow: 0 13px 28px rgba(3, 3, 3, 0.14);
  padding: 20px;
  margin-bottom: 30px;
}

.bloggers-news .item-video img {
  float: left;
  margin: 0 10px 5px 0;
}

.bloggers-news .item-video a {
  font-weight: bold;
  color: #B21010;
  display: inline-block;
}

.blogger-theme {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-right: 10px;
  background: #F6F4F5;
  border-radius: 16px;
  cursor: pointer;
}

.blogger-theme a {
  position: relative;
  display: block;
  padding: 6px 17px;
  font-size: 14px;
  transition: color 0.2s;
}

.blogger-theme a:hover {
  color: #fff;
}

.blogger-theme::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(267.99deg, #F5379E 3.41%, #F02E5A 95.2%);
  transition: opacity 0.2s;
}

.blogger-theme:hover::before {
  opacity: 1;
}

.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  cursor: pointer;
}

.close:hover {
  opacity: 1;
}

.close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

#overlay {
  display: none;
  background-color: #000;
  height: 100%;
  left: 0;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.40;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.subscribe-section {
  padding: 40px 0;
  min-height: 60px;
  background: #424041;
}

/* Photocon */

.photocon .page-bl h1.pg,
.photocon .page-bl h2.pg {
  padding-left: 0;
}

.photocon-wrap .photo {
  width: 48%;
  float: left;
}

.photocon-wrap .photo div {
  padding-right: 15px;
}

.photocon-wrap .photo img {
  width: 100%;
  max-width: 480px;
}

.photocon-wrap .content {
  width: 52%;
  float: left;
}

.photocon-wrap .content .title {
  font-weight: bold;
  font-size: 21px;
  padding-bottom: 10px;
}

.photocon-wrap .content .date-con {
  padding-top: 17px;
}

.photocon-wrap .content .date-con span {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  margin-left: 11px;
  vertical-align: 13px;
}

.calend {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(/i/calend.jpg);
}

.clear {
  clear: both;
}

.photocon .rules {
  margin-top: 70px;
}

.photocon .sbm-link,
.photocon-priz .sbm-link {
  margin: 0 auto;
  background: #B21010;
}

.photocon .rules .rules-wrap {
  padding-top: 30px;
}

.photocon .rules .item {
  position: relative;
  float: left;
  width: 50%;
  padding-bottom: 80px;
}

.photocon .rules .item .num {
  position: absolute;
  font-family: Arial, sans-serif;
  font-size: 100px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.09);
}

.photocon .rules .item .title {
  min-height: 70px;
  font-size: 24px;
  font-weight: bold;
  color: #343434;
}

.photocon .rules .item .title,
.photocon .rules .item .desc {
  padding-left: 70px;
}

.photocon .rules .item .desc::before {
  content: ' ';
  position: absolute;
  overflow: hidden;
  width: 40px;
  height: 2px;
  margin: 13px 0 0 -64px;
  background: #d71010;
}

.photocon .rules .item:nth-child(2n) .inner {
  padding-left: 80px;
}

.photocon .rules .item:nth-child(2n+1) .inner {
  padding-right: 80px;
}

.photocon-priz {
  margin-bottom: 70px;
}


/* check */

.insta-data-progress {
  font: 30px 'ProximaNova-Extrabld';
  margin-bottom: 30px;
}

.insta-data-progress p {
  font-size: 20px;
  margin: 0;
}

.insta-data-progress p span {
  color: #B21010;
  text-decoration: underline;
  cursor: pointer;
  display: block;
  margin-top: 10px;
}

.insta-data-post {
  margin-bottom: 40px;
}

.insta-data-blogger th {
  padding: 0 10px 0 0;
  width: 170px;
  font-size: 18px;
  line-height: 24px;
}

.insta-data-post th {
  font-size: 14px;
  line-height: 16px;
  width: 550px;
  padding: 0 10px 0 0;
}

.insta-data-blogger td,
.insta-data-post td {
  padding: 5px 10px 5px 0;
  font-size: 12px;
  vertical-align: top;
  line-height: 14px;
  min-width: 100px;
}

.insta-data-blogger .data-item td:not(.avatar) {
  height: 50px;
  width: 170px;
}

.insta-data-blogger .data-item tr:nth-child(2) td {
  height: 75px;
}

.insta-data-blogger .avatar {
  text-align: center;
  width: 150px;
  padding-right: 20px;
  vertical-align: top;
}

.insta-data-post .avatar {
  text-align: center;
  width: 200px;
  vertical-align: top;
}

.insta-data-post .avatar > div {
  background: url("/i/no-image_348x348.gif") no-repeat 100%;
  min-width: 200px;
  min-height: 200px;
  background-size: 100%;
  color: transparent;
}

.insta-data-blogger .avatar div {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #c5c5c5;
}

.insta-data-post .text-post div {
  max-width: 500px;
  word-wrap: break-word;
}

.insta-data-blogger .avatar a {
  color: #b21010;
  font-size: 16px;
}

.insta-data-blogger .v_d {
  display: block;
  font: 30px 'ProximaNova-Extrabld';
}

.insta-data-post .v_d {
  display: block;
  font: 24px 'ProximaNova-Extrabld';
}

.insta-data-post .v_d b {
  font-size: 12px;
  font-weight: normal;
  padding-left: 5px;
}

.insta-data-blogger .v_d b {
  font-size: 16px;
  font-weight: normal;
  padding-left: 5px;
}

.insta-data-blogger .v_d.good,
.insta-data-post .v_d.good {
  color: green;
}

.insta-data-blogger .v_d.bad,
.insta-data-post .v_d.bad {
  color: red;
}

.insta-data-blogger img.statistics {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin: -3px 0 0 5px;
}

.insta-data-blogger img.likes {
  width: 32px;
  height: 28px;
  object-fit: contain;
  margin: -2px 0 0 5px;
}

.insta-data-blogger img.comments {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin: -3px 0 0 5px;
}

.show_bot {
  color: red;
  text-decoration: underline;
  cursor: pointer;
  line-height: 1.5;
}

.insta-bot span {
  color: red;
}

.checkup-h2 {
  display: block;
  font: 30px 'ProximaNova-Extrabld';
  line-height: 30px;
  margin: 0 0 20px 0;
  font-weight: bold;
}


/* end : checkup */

.price-blogger h2 {
  margin-bottom: 10px;
  padding-top: 50px;
  padding-bottom: 0;
}

.price-blogger .download-btn {
  color: #b21010;

  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.price-blogger .download-btn::before {
  content: '';
  width: 22px;
  height: 25px;
  background: url('/i/download-button.svg') 0 0 no-repeat;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.price-blogger .menu-price {
  padding: 0;
  margin: 0 0 0 0;
}

.price-blogger .menu-price li {
  display: inline-block;
  margin-right: 35px;
  border-bottom: 1px dashed #b21010;
}

.price-blogger .data-table {
  border: 1px solid #ccc;
  width: 100%;
}

.price-blogger .data-table td,
.data-table th {
  border: 1px solid #ccc;
  padding: 8px;
}

.price-blogger .data-table td.price {
  background: #f5f5f5;
}

fieldset.advanced {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

fieldset.advanced input[type=submit] {
  background: #B21010;
  color: #fff;
  display: block;
  margin: 15px 0 0 0;
}

fieldset.advanced input[type=submit]:hover {
  color: #fff;
  background: #b21010;
  -moz-box-shadow: 0 7px 20px rgba(235, 36, 36, 0.5);
  -webkit-box-shadow: 0 7px 20px rgba(235, 36, 36, 0.5);
  box-shadow: 0 7px 20px rgba(235, 36, 36, 0.5);
}

a.card-link {
  display: inline-block;
  margin-top: 5px;
}


/* end : check */

@media screen and (max-width: 1000px) {
  .photocon .rules .item:nth-child(2n) .inner {
    padding-left: 30px;
  }

  .photocon .rules .item:nth-child(2n+1) .inner {
    padding-right: 30px;
  }

  .photocon .rules .item .title {
    font-size: 20px;
  }

  .smb-cont {
    margin-top: 15px;
  }
}

@media screen and (max-width: 750px) {
  .photocon .rules {
    margin-top: 30px;
  }

  .photocon-wrap .photo,
  .photocon-wrap .content {
    float: none;
    width: 100%;
  }

  .photocon-wrap .content {
    margin-top: 20px;
  }

  .photocon-wrap .photo div {
    text-align: center;
    padding: 0;
  }
}

@media screen and (max-width: 650px) {
  .photocon .rules .item {
    float: none;
    width: 100%;
  }

  .photocon .rules .item .inner {
    padding: 0 !important;
  }
}


/* ----- */

.photocon.upload-photo p {
  padding-bottom: 40px;
  font-size: 20px;
}

.photocon.upload-photo .input-tex {
  border: 1px solid #CCC;
  width: 500px;
  margin-left: 10px;
}

.photocon.upload-photo span.sbm-link {
  cursor: pointer;
}

.photocon.upload-photo #uploaded-image {
  display: block;
}

.photocon.upload-photo #uploaded-image img {
  margin-bottom: 15px;
}

@media screen and (max-width: 880px) {
  .photocon.upload-photo .input-tex {
    display: block;
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 530px) {
  .photocon.upload-photo p {
    font-size: 17px;
    padding-bottom: 30px;
  }

  .photocon.upload-photo .input-tex {
    width: 100%;
  }
}

@media screen and (max-width: 440px) {
  .photocon.upload-photo .sbm-link span {
    display: none;
  }
}

.photocon.view-photo {
  margin-bottom: 80px;
}

.photocon.view-photo .img-photo {
  margin-bottom: 35px;
}

.photocon.view-photo .like-photo .title {
  font-size: 27px;
  font-weight: bold;
}

.photocon.view-photo .ya-share2 {
  display: inline-block;
  margin-left: 10px;
  vertical-align: 15px;
}

.photocon.view-photo .ya-share2__list {
  transform: translate(25%, 25%) scale(1.5);
}

.photocon.view-photo .like-photo .desc {
  padding: 30px 0;
  font-size: 22px;
}

.ico-podarok {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(/i/podarok.png);
  background-size: cover;
  vertical-align: -7px;
  margin: 0 5px;
}

.ico-like {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(/i/like.png);
  background-size: cover;
  vertical-align: -2px;
  margin: 0 5px;
}

ul.social-items-like {
  vertical-align: -5px;
  width: auto;
  display: inline-block;
  padding: 0;
  margin: 0;
}

ul.social-items-like li {
  list-style: none;
  display: inline-block;
  padding: 0 5px;
}

@media screen and (max-width: 700px) {
  .photocon.view-photo .ya-share2 {
    display: block;
    margin: 10px 0 0 0;
  }

  section.view-blogger + section {
    padding-top: 0;
  }
}

@media screen and (max-width: 1100px) {
  ul.social-items-like {
    display: block;
    margin-top: 15px;
  }

  .photocon.view-photo .like-photo .title {
    font-size: 22px;
  }

  .photocon.view-photo .like-photo .desc {
    font-size: 19px;
    line-height: 25px;
  }
}


/* Photocon end.. */


/* SaveInsta */

#ins-form {
  margin-top: 20px;
}

#ins-form table {
  width: 100%
}

#ins-form table td:last-of-type {
  width: 150px;
  padding-left: 25px;
}

#ins-page-url {
  border: 1px solid #898989;
  margin: 0;
}

#ins-form .sbm-link {
  background: #B21010;
  cursor: pointer;
}

#ins-error {
  padding: 0 0 20px 0;
  color: #B21010;
}

#ins-success .row {
  margin: 10px 0 15px 0;
  border-bottom: 1px solid #898989;
  padding: 10px 0 10px 0;
}

#ins-success .row > div {
  padding: 5px 0;
}

#ins-success .row * {
  max-width: 100%;
}

#ins-success .ins-username {
  color: #303030;
  font-size: 24px;
  margin: 10px 0;
  display: inline-block;
}

#ins-success .ins-link {
  display: inline-block;
  color: #B21010;
  cursor: pointer;
  border-bottom: 1px solid #B21010;
}

#ins-success .ins-link:hover {
  border-color: transparent;
}

#ins-success a {
  color: #B21010;
  cursor: pointer;
}

#ins-success a:hover {
  text-decoration: underline;
}

.bloggers-news {
  min-height: 150px;
}

.ins-share {
  text-align: center;
  margin: 10px 0 30px 0;
}

.ins-share > div {
  margin-top: 10px;
}

@media screen and (max-width: 700px) {
  #ins-form table td {
    display: block;
  }

  #ins-form table {
    width: 100%
  }

  #ins-form table td:last-of-type {
    width: 100%;
    padding-left: 0;
  }

  #ins-form .sbm-link {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-top: 25px;
  }
}


/* SaveInsta end.. */

.data-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 25px 0;
  line-height: 20px;
}

.data-table td {
  font-size: 12px;
  border-top: 1px solid black;
  padding: 2px 5px 2px 0;
}

.data-table td:last-of-type {
  padding-right: 0;
}

.data-table tr.e404 td {
  background-color: #fdd5d5;
}

.data-table tr.e700 td {
  background-color: #cfffe0;
}

.data-table tr.e800 td {
  background-color: #e3e3e3;
}

.data-table tr.e900 td {
  background-color: #c3daff;
}

.data-table tr.like_minus td {
  background-color: #f1ffae;
}

.data-table tr.is_private.subscribe td {
  background-color: #fafafa;
}

.data-table th {
  font-size: 12px;
  padding: 0 5px 0 0;
}

.data-table th.er {
  width: 60px;
}

.data-table th.td {
  margin-right: 0
}

.data-table a {
  color: #B21010;
}

.search-username {
  padding: 7px;
  background: #f2f2f2;
  margin: 10px 0;
  border: 1px solid #ccc;
  width: 680px;
}

.search-username td {
  vertical-align: middle;
}

.search-username input[type="text"] {
  width: 330px;
  height: 35px;
  border: 1px solid #ccc;
  margin: 0 15px 0 5px;
}

.search-username .sbm-link {
  margin: 0;
  background: #B21010;
  width: 100px;
  height: 35px;
}

.search-username .sbm-link:hover {
  background: #B21010;
  color: #fff;
}

.ui-autocomplete {
  font-size: 14px !important;
}

.selection-bloggers,
.selection-bloggers-form table td a {
  color: #B21010;
}

.selection-bloggers {
  display: block;
  font-size: 20px;
  margin: 15px 0 5px 0;
}

.selection-bloggers:hover {
  text-decoration: underline;
}

.selection-bloggers-form table td {
  padding: 15px 10px;
  vertical-align: middle;
}

.selection-bloggers-form table td select,
.selection-bloggers-form table td input[type="text"] {
  border: 1px solid #ccc;
}

.selection-bloggers-form table td select {
  width: 100%;
  height: 150px;
  padding: 5px;
}

.selection-bloggers-form table td input[type="text"] {
  width: 95px;
  height: 40px;
  padding: 10px;
  margin: 0;
}

.selection-bloggers-form fieldset.advanced input[type=submit] {
  margin: 0;
}

.form-select {
  display: inline-block;
  width: 100%;
  position: relative;
  background: transparent;
}

.form-select-mobile {
  display: none;
}

.form-select select {
  width: 100%;
  font-size: 16px;
  font-family: 'Cera Pro', sans-serif;
  line-height: 27px;
  padding: 15px 30px;
  cursor: pointer;
  border: 0;
  background: #F6F4F5;
  height: auto;
  min-width: 200px;
  border-radius: 36px;
}

.form-select::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: 3px;
  right: 30px;
  pointer-events: none;
  width: 8px;
  height: 6px;
  background: url(/i/icons/arrow-down-select.svg) no-repeat 0 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.form-select-active::after {
  -webkit-transform: translateY(-100%) rotate(-180deg);
  transform: translateY(-100%) rotate(-180deg);
}

.filter-soc-seti {
  overflow: hidden;
  margin: 0 0 40px 0;
}

.filter-soc-seti .sbm-link {
  margin: 0 10px 0 0;
}

.filter-soc-seti .sbm-link.active {
  background: #F02E5A;
  color: #fff;
}

@media screen and (max-width: 1315px) {
  .page-bl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bloggers-list,
  .blog-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
  }
  .bloggers-item,
  .blog-item {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 1280px) {
  .bloggers-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .bloggers-headers h2 {
    margin: 0 0 5px 0;
  }

  .blogger-page .photo-blogger {
    width: 380px;
  }
}

@media screen and (max-width: 1170px) {
  .title-wrap h1 {
    font-size: 60px;
    line-height: 80px;
  }

  .slider-wrap {
    width: 495px;
    height: 500px;
  }

  .slider-wrap img {
    width: 400px;
  }
}

@media screen and (max-width: 1060px) {
  .filter-soc-seti > div {
    float: none;
  }

  .filter-soc-seti .form-select {
    width: auto;
  }

  .filter-soc-seti .fl {
    display: none;
  }

  .filter-soc-seti .form-select {
    width: 100%;
  }

  .form-select-mobile {
    display: block;
    margin-bottom: 25px;
  }
}


@media screen and (max-width: 980px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }

  h1,
  .title-wrap h1 {
    font-size: 32px;
    line-height: 42px;
  }

  h2,
  h1.pg {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 20px 0;
  }

  h4 {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 8px 0;
  }

  section {
    margin: 0 0 80px 0;
  }

  .page-bl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding-bottom: 20px;
    background: #fff;
    z-index: 9999;
  }

  .site-header .page-bl {
    overflow: visible;
  }

  .site-header .logo-wrap {
    left: 0;
    float: none;
  }

  .site-header .logo {
    width: 155px;
    height: 28px;
    background-size: cover;
  }

  .site-nav-wrap {
    position: fixed;
    z-index: 301;
    top: 72px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .site-nav-wrap-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }

  .site-nav-wrap ul {
    width: 320px;
    height: 100%;
    overflow-y: auto;
    font-size: 14px;
    line-height: 22px;
    padding: 30px 20px;
    margin: 0;
    background: #fff;
    box-sizing: border-box;
  }

  .site-nav-wrap ul li {
    display: block;
    font-weight: 700;
    text-align: left;
    margin: 0 0 10px 0;
  }

  .site-nav-wrap ul li.socseti {
    display: block;
  }

  .mobile-nav-open .site-nav-wrap {
    display: block;
  }

  .site-content {
    padding-bottom: 0 !important;
    margin-top: 120px;
  }

  .main .page-bl, .feedback-body,
  .article-view .copy-cont .page-bl,
  .article-view .wrap-cont .article-share-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .article-view .wrap-cont,
  .article-view .article-subscribe,
  .article-view .wrap-cont .article-share-date .article-share,
  .article-view .wrap-cont .article-share-date .date {
    margin-right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .article-view .article-subscribe {
    display: none;
  }

  .article-view .wrap-cont .article-img {
    width: 100%;
  }

  .article-view .wrap-cont .article-share-date .date {
    text-align: left;
    order: 1;
    margin-bottom: 25px;
  }

  .article-view .wrap-cont .article-share-date .article-share {
    order: 2;
  }

  .article-view .wrap-cont .article-share-date .title-share {
    display: block;
    margin-bottom: 15px;
  }

  .title-wrap {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .title-wrap p {
    font-size: 14px;
    line-height: 22px;
  }

  .slider-wrap {
    margin: 0 auto;
  }

  div[class^=col-md] {
    display: block;
    width: 100%;
  }

  .popup-join-bloggers-content {
    margin: 100px auto;
  }

  .form-success {
    margin-right: 0;
  }

  .feedback-bl div[class^=col-] {
    padding: 0;
  }

  .feedback-from {
    margin: 0 0 50px 0;
  }

  .feedback-contacts {
    margin-bottom: 30px;
  }

  .feedback-contacts > div {
    margin-bottom: 15px;
  }

  .feedback-contacts > div a {
    font-size: 18px;
  }

  .socseti a {
    width: 24px;
    height: 24px;
    background-size: contain;
  }

  .site-nav .socseti a::before {
    display: none;
  }

  .bloggers-item .text .blogger-name,
  .blog-item .text .blog-title {
    font-size: 18px;
  }

  .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-img {
    text-align: center;
    margin: 0 0 20px 0;
  }

  .about-statistics {
    margin-bottom: 20px;
  }

  .about-statistics span {
    font-size: 22px;
  }

  .mobile-sbm {
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 20px;
    width: 18px;
    height: 16px;
  }

  .mobile-sbm::before,
  .mobile-sbm::after,
  .mobile-sbm i {
    content: '';
    display: block;
    overflow: hidden;
    width: 100%;
    height: 2px;
    background: #222;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  .mobile-sbm::before,
  .mobile-sbm::after {
    position: absolute;
    left: 0;
  }

  .mobile-sbm::before {
    top: 0;
  }

  .mobile-sbm::after {
    bottom: 0;
  }

  .mobile-sbm i {
    margin: 7px 0;
  }

  .mobile-sbm-active i {
    display: none;
  }

  .mobile-sbm-active::before,
  .mobile-sbm-active::after {
    top: 50%;
  }

  .mobile-sbm-active::before {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }

  .mobile-sbm-active::after {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }

  section.main-dm {
    min-height: 410px;
  }

  .site-header-dm .logo-wrap {
    float: none;
    display: block;
    text-align: center !important;
    margin-bottom: 10px;
  }

  .site-header-dm .text {
    float: none;
    width: 100%;
  }

  .site-header-dm .text-desktop-dm {
    display: none;
  }

  .site-header-dm .text-mobile-dm {
    display: block;
    text-align: center !important;
  }

  .main-dm,
  .about-dm {
    top: 30px;
  }

  .video-head-dm h3 {
    float: none;
    text-align: left;
  }

  .video-head-dm a {
    float: none;
    display: block;
  }

  .bloggers-adv {
    padding: 20px;
    min-height: 409px;
    background: url('../i/icons/path124-mob.svg') no-repeat bottom center, linear-gradient(74.93deg, #FFE5FC -2.44%, #FFF2ED 98.51%);
  }

  .bloggers-adv-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .bloggers-adv-p {
    margin-bottom: 20px;
  }

  .bloggers-adv .btn-primary {
    font-size: 14px;
  }

  .about-wrap {
    left: 0;
    min-height: 0;
    margin-left: 0;
  }

  .about-wrap::before {
    display: none !important;
  }

  .about-bl {
    max-width: 100%;
    padding: 0 0 21px 0;
    margin: 0;
  }

  .about-bl h2 {
    padding-right: 0;
    margin-bottom: 0;
  }

  section.team h2 {
    margin-bottom: 3px;
  }

  .brands-wrap {
    padding: 0 0 5px 0;
  }

  .brands-wrap .title {
    padding: 0 0 5px 0;
  }

  .brands-bl {
    text-align: center;
  }

  .brands-bl li {
    padding: 12px 15px;
  }

  .sbmts-wrap {
    padding: 22px 0 15px 0;
  }

  ul.pagination li a,
  ul.pagination li span {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }

  .exclusive-title {
    text-transform: none;
    font-size: 30px;
  }

  .blogger-page .desc-blogger .inner-blogger p,
  .blogger-page .desc-blogger .inner-blogger .social-stat {
    margin-bottom: 20px;
  }

  .blogger-page .photo-blogger,
  .blogger-page .desc-blogger {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .blogger-page .user-soc li a::before {
    width: 26px;
    height: 26px;
    background: url(../i/icons/soc-stats.svg?v=3) no-repeat center center;
  }

  .blogger-page .user-soc .vk a::before {
    background-position: 0 0;
  }

  .blogger-page .user-soc .youtube a::before {
    background-position: -36px 0;
  }

  .blogger-page .user-soc .tiktok a::before {
    background-position: -72px 0;
  }

  .blogger-page .user-soc .telegram a::before {
    background-position: -107px 0;
  }

  .blogger-page .user-soc .dzen a::before {
    background-position: -143px 0;
  }

  .blogger-page .desc-blogger .inner-blogger {
    padding-top: 20px;
    margin-bottom: 40px;
  }

  .blogger-page .desc-blogger .inner-blogger .blogger-theme {
    margin-bottom: 10px;
  }

  .blogger-page .user-soc li {
    font-size: 14px;
  }

  ul.list-articles {
    margin: 30px auto;
    max-width: 545px;
  }

  ul.list-articles li {
    padding: 5px 0;
  }

  .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 32px !important;
    width: 32px !important;
    background-size: 32px 32px !important;
  }
}

@media screen and (max-width: 880px) {
  .bloggers-item,
  .blog-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 46.4%;
    flex: 0 1 46.4%;
  }
}

@media screen and (max-width: 800px) {
  .about-statistics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .about-statistics > div {
    margin-bottom: 20px;
  }

  .about-statistics > div:last-child {
    margin-bottom: 0;
  }

  /* check */
  table.insta-data-blogger,
  table.insta-data-blogger tbody,
  table.insta-data-blogger table,
  table.insta-data-post,
  table.insta-data-post tbody,
  table.insta-data-blogger tr,
  table.insta-data-blogger td,
  table.insta-data-blogger th,
  table.insta-data-post tr,
  table.insta-data-post th {
    display: block;
    width: 100%;
  }

  table.insta-data-post {
    margin: 10px 0 70px 0;
  }

  table.insta-data-post td {
    display: inline-block;
    width: 50%;
    margin: 0 -2px 0 0;
    box-sizing: border-box;
  }

  table.insta-data-post .avatar {
    width: 100%;
  }

  table.insta-data-post .avatar > div {
    display: inline-block;
  }

  table.insta-data-post.compact td:first-child {
    width: 100%;
  }

  table.insta-data-post th.text-post {
    padding: 15px 0 5px 0;
  }

  table.insta-data-post .text-post div {
    max-width: 100% !important;
    font-weight: normal;
  }

  table.insta-data-blogger .avatar {
    width: 100% !important;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
  }

  table.insta-data-blogger .avatar div {
    display: inline-block;
    margin-bottom: 10px;
  }

  table.insta-data-blogger .data-item {
    margin: 20px 0 10px 0;
  }

  table.insta-data-blogger .data-item td {
    height: auto !important;
  }

  .insta-data-progress {
    font-size: 20px !important;
    margin-bottom: 0 !important;
  }

  .insta-data-progress p {
    font-size: 18px !important;
  }

  .checkup-h2 {
    margin: 0 0 10px 0;
  }

  table.insta-data-blogger .hc,
  table.insta-data-post .hc {
    display: none;
  }

  /* end : check */
  .brands-bl li i {
    width: 84px;
    height: 39px;
    background: url(../i/clients-mob.jpg) no-repeat;
  }

  .brands-bl li i.samsung {
    background-position: 0 0;
  }

  .brands-bl li i.mastercard {
    background-position: -104px 0;
  }

  .brands-bl li i.visa {
    background-position: -208px 0;
  }

  .brands-bl li i.rzd {
    background-position: 0 -69px;
  }

  .brands-bl li i.eset {
    background-position: -104px -69px;
  }

  .brands-bl li i.skyeng {
    background-position: -208px -69px;
  }

  .brands-bl li i.universal {
    background-position: 0 -138px;
  }

  .brands-bl li i.huawei {
    background-position: -104px -138px;
  }

  .brands-bl li i.wb {
    background-position: -208px -138px;
  }

  .brands-bl li i.loreal {
    background-position: 0 -207px;

  }

  .brands-bl li i.hp {
    background-position: -104px -207px;
  }

  .brands-bl li i.intimissimi {
    background-position: -208px -207px;
  }

  .brands-bl li i.gloriajeans {
    background-position: 0 -276px;
  }

  .brands-bl li i.lvmh {
    background-position: -104px -276px;
  }

  .brands-bl li i.henkel {
    background-position: -208px -276px;
  }

  .brands-bl li i.estel {
    background-position: 0 -346px;
  }

  .brands-bl li i.colins {
    background-position: -104px -346px;
  }

  .brands-bl li i.pepsico {
    background-position: -208px -346px;
  }

  .brands-bl li i.marieclaire {
    background-position: 0 -414px;
  }

  .brands-bl li i.krka {
    background-position: -104px -414px;
  }

  .brands-bl li i.mercedes {
    background-position: -208px -414px;
  }

  .brands-bl li i.ferrero {
    background-position: 0 -484px;
  }

  .brands-bl li i.tnt {
    background-position: -104px -484px;
  }

  .brands-bl li i.vichy {
    background-position: -208px -484px;
  }
}

@media screen and (max-width: 640px) {
  .page-bl {
    position: relative;
  }

  .bloggers-item,
  .blog-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 410px;
    flex: 1 1 410px;
  }

  .bloggers-item .m-img img,
  .blog-item .m-img img {
    width: 100%;
  }

  .mobile-sbm {
    top: 6px;
  }

  section.main-dm::before {
    background: url(../i/320/section-5-bg.jpg?v=2.1) no-repeat right bottom;
  }

  section.main-dm {
    min-height: 335px;
  }

  .main-dm .title-wrap {
    padding: 42px 0 0 0;
    max-width: 75%;
  }

  .about-dm {
    padding-bottom: 50px;
  }

  .about-dm img {
    float: none;
    display: block;
    margin: 0 auto 15px auto;
  }

  .video-head-dm h3 {
    font-size: 18px;
  }

  .video-head-dm a {
    font-size: 16px;
  }

  .footer-text-dm p {
    font-size: 18px;
  }

  .title-wrap .btn-primary,
  .feedback-wrap input[type="submit"] {
    width: 100%;
  }

  .feedback-wrap {
    padding: 0;
    border: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 560px) {
  .main-dm,
  .about-dm {
    top: 50px;
  }

  .slider-wrap {
    width: 395px;
    height: 350px;
  }

  .slider-wrap img {
    width: 280px;
  }

  .about-dm {
    padding-bottom: 50px;
  }

  .site-footer .page-bl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-footer .page-bl > div {
    width: 50%;
  }

  .site-footer .page-bl .footer-copy {
    order: 3;
  }

  .site-footer .page-bl .footer-email {
    order: 1;
    margin-bottom: 20px;
  }

  .site-footer .page-bl .footer-tel,
  .site-footer .page-bl .footer-socseti {
    text-align: right;
  }

  .site-footer .page-bl .footer-tel {
    order: 2;
    margin-bottom: 20px;
  }

  .site-footer .page-bl .footer-socseti {
    order: 4;
  }
}

@media screen and (max-width: 480px) {
  section.main {
    overflow: hidden;
  }

  .brands-bl li {
    padding: 12px 4px;
    margin-bottom: 30px;
  }

  .filter-soc-seti .form-select,
  .filter-soc-seti .form-select select {
    width: 100%;
  }

  .user-soc li {
    margin-right: 20px;
  }

  .popup-join-bloggers-content,
  .popup-order-from-bloggers-content,
  .popup-subscribe-content {
    width: 300px;
    padding: 30px 20px;
  }

  .popup-join-bloggers-title,
  .popup-order-from-bloggers-title,
  .popup-subscribe-title {
    font-size: 22px;
    line-height: 30px;
  }
}
