/* Fonts */

/* Montserrat */
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-weight: 400;
  src: url(../fonts/montserrat/Montserrat-Regular.ttf),
    url(../fonts/montserrat/Montserrat-Italic.ttf);
}

@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-weight: 100;
  src: url(../fonts/montserrat/Montserrat-Thin.ttf),
    url(../fonts/montserrat/Montserrat-ThinItalic.ttf);
}

@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-weight: 200;
  src: url(../fonts/montserrat/Montserrat-ExtraLight.ttf),
    url(../fonts/montserrat/Montserrat-ExtraLightItalic.ttf);
}

@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-weight: 300;
  src: url(../fonts/montserrat/Montserrat-Light.ttf),
    url(../fonts/montserrat/Montserrat-LightItalic.ttf);
}

@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-weight: 500;
  src: url(../fonts/montserrat/Montserrat-Medium.ttf),
    url(../fonts/montserrat/Montserrat-MediumItalic.ttf);
}

@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-weight: 600;
  src: url(../fonts/montserrat/Montserrat-SemiBold.ttf),
    url(../fonts/montserrat/Montserrat-SemiBoldItalic.ttf);
}

@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-weight: 700;
  src: url(../fonts/montserrat/Montserrat-Bold.ttf),
    url(../fonts/montserrat/Montserrat-BoldItalic.ttf);
}

@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-weight: 800;
  src: url(../fonts/montserrat/Montserrat-ExtraBold.ttf),
    url(../fonts/montserrat/Montserrat-ExtraBoldItalic.ttf);
}

@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-weight: 900;
  src: url(../fonts/montserrat/Montserrat-Black.ttf),
    url(../fonts/montserrat/Montserrat-BlackItalic.ttf);
}

/* Roboto */
@font-face {
  font-display: swap;
  font-family: Roboto;
  font-weight: 400;
  src: url(../fonts/roboto/Roboto-Regular.ttf),
    url(../fonts/roboto/Roboto-Italic.ttf);
}

@font-face {
  font-display: swap;
  font-family: Roboto;
  font-weight: 100;
  src: url(../fonts/roboto/Roboto-Thin.ttf),
    url(../fonts/roboto/Roboto-ThinItalic.ttf);
}

@font-face {
  font-display: swap;
  font-family: Roboto;
  font-weight: 300;
  src: url(../fonts/roboto/Roboto-Light.ttf),
    url(../fonts/roboto/Roboto-LightItalic.ttf);
}

@font-face {
  font-display: swap;
  font-family: Roboto;
  font-weight: 500;
  src: url(../fonts/roboto/Roboto-Medium.ttf),
    url(../fonts/roboto/Roboto-MediumItalic.ttf);
}

@font-face {
  font-display: swap;
  font-family: Roboto;
  font-weight: 700;
  src: url(../fonts/roboto/Roboto-Bold.ttf),
    url(../fonts/roboto/Roboto-BoldItalic.ttf);
}

@font-face {
  font-display: swap;
  font-family: Roboto;
  font-weight: 900;
  src: url(../fonts/roboto/Roboto-Black.ttf),
    url(../fonts/roboto/Roboto-BlackItalic.ttf);
}

/* Fonts end */

/* Global */
h1 {
  position: relative;
  width: 960px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 22px;
  margin-top: 0;
}

h1 span {
  font-weight: 700;
}

h1:before {
  position: absolute;
  right: 0;
  top: -10%;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  color: #68af15;
}

h2,
h3 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}

h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

p {
  font-size: 17px;
}

p span {
  font-weight: 700;
}

blockquote {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: 60px;
  padding: 10px 30px;
  border-left: 10px solid #ea2d4a;
}

a,
button {
  transition: 0.3s;
}

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

a:hover {
  color: #ea2d4a !important;
}

button {
  cursor: pointer;
}

hr {
  width: 100%;
  height: 2px;
  background: #dadada;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
  display: flex;
  position: relative;
}

img {
  width: 100%;
}

body {
  color: #202020;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}

body .white {
  color: #000;
}

div,
header,
section,
footer {
  position: relative;
}

section {
  padding: 80px 0;
}

section.color,
footer.color {
  color: #fff;
}

.italic {
  font-style: italic;
}

* {
  box-sizing: border-box;
  border: none;
  outline: none;
  text-decoration-skip-ink: none;
  padding: 0;
  margin: 0;
}

/* Global End */

/* Fontawesome */
.fas,
.far {
  font-size: 17px;
  color: inherit;
  background: transparent;
  margin-right: 10px;
}

/* Container */
.wrapper {
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.row {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

.column {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.jcfl {
  justify-content: flex-start;
  align-items: flex-start;
}

.jcfl img {
  width: 16px;
  height: 20px;
  margin-right: 8px;
}

.fancybox-navigation {
  top: 50%;
}

/* Lists */
.list__item-wrap {
  justify-content: flex-start;
  margin-bottom: 15px;
}

.list__item-title {
  margin-left: 20px;
}

/* Block */
.mlr {
  margin-left: -15px;
  margin-right: -15px;
}

.logo-wrap {
  width: 240px;
  height: 24px;
  margin-left: 0;
  margin-right: 0;
}

/* .logo-wrap img {
  width: 24px;
  height: 25px;
  margin-right: 5px;
}
.logo-wrap span {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
} */

.block-btn {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  background: #ea2d4a;
  font-size: 14px;
  border-radius: 5px;
  padding: 11px 19px 10px;
  border: 2px solid #ea2d4a;
  text-decoration: none !important;
}

.block-btn:hover {
    background: #fff;
    color: #ea2d4a !important;
}

.slider-buttons {
  justify-content: flex-start;
}

.slider-buttons button {
  font-size: 17px;
  padding: 10px;
  background: #fafafa;
  margin-right: 15px;
}

.slider-buttons button:last-child {
  margin-right: 0;
}

.slider-buttons button:hover {
  color: #fff !important;
  background: #ea2d4a;
}

/* Header */
header {
  padding: 32px 0 23px;
  background: #fafafa;
  position: relative;
}

.wrapper_header,
.row_header,
.row_nav .nav-item,
.mobile-nav .wrapper {
  position: static;
}

.row_header {
  line-height: 1;
}

.row_nav {
  margin-left: 72px;
  margin-right: 42px;
  margin-bottom: -4px;
  flex-wrap: wrap;
}

.row_nav .nav-item {
  margin-right: 37px;
}

.row_nav .nav-item:last-child {
  margin-right: 0;
}

.row_nav .nav-link {
  font-size: 17px;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}

.row_nav .nav-item .nav-link:hover,
.row_nav .nav-item.active .nav-link {
  color: #ea2d4a;
  border-bottom-color: #ea2d4a;
}

.dropdown {
  width: 100%;
  flex-direction: column;
  position: absolute;
  top: 94px;
  left: 0;
  padding: 40px 0;
  background-color: #202020;
  transition: 0.3s;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

.dropdown li {
  color: #fff;
}

.row_nav .nav-item.drop:hover>.dropdown {
  opacity: 1;
  visibility: visible;
}

.hamburger {
  display: none;
  padding: 0;
  height: 24px;
}

.hamburger-box {
  width: 30px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  background-color: #ea2d4a;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ea2d4a;
}

.hamburger:hover,
.hamburger.is-active:hover {
  opacity: 1;
}

.tel-wrap {
  margin-left: 14px;
  font-size: 20px;
  font-weight: 500;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
}

.tel-wrap i {
  color: #ea2d4a;
  font-size: 18px;
  margin-right: 5px;
}

/* right-Form */
#right-Form {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background-image: url(../images/backs/color-back.webp);
  z-index: 100;
  width: 39.5%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  padding: 70px 0;
}

#right-Form .wrapper_right-Form {
  margin-left: 50px;
}

#right-Form .wrapper_right-Form .row .form-right {
  width: 305px;
  text-align: center;
}

#right-Form .right-Form_close {
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  outline: none;
  font-size: 0;
  width: 40px;
  height: 30px;
  transform: translate(15px, -95px);
  margin-top: 40px;
}

#right-Form .right-Form_close span {
  position: relative;
}

#right-Form .right-Form_close span::before {
  content: "";
  width: 25px;
  height: 3px;
  display: block;
  background-color: #fff;
  top: 0;
  left: -15px;
  position: absolute;
  transform: rotate(45deg);
}

#right-Form .right-Form_close span::after {
  content: "";
  width: 25px;
  height: 3px;
  display: block;
  background-color: #fff;
  top: 0;
  left: -15px;
  position: absolute;
  transform: rotate(-45deg);
}


/* Mobile-menu */
.mobile-nav {
  display: none;
  width: 100%;
  position: absolute;
  top: 94px;
  left: 0;
  padding: 20px 0;
  color: #fff;
  background-color: #202020;
  transition: 0.3s;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

.mobile-nav.active {
  opacity: 1;
  visibility: visible;
}

.mobile_row {
  align-items: flex-start;
}

.mobile-dropdown {
  background-color: #202020 !important;
  text-align: left;
}

.mobile_row .nav-item {
  margin-right: 0;
  text-align: center;
}

.mobile_row .nav-item .fas {
  margin-right: 0;
}

.row_nav.mobile_row .nav-item:hover .dropdown {
  opacity: 0;
  visibility: hidden;
}

.row_nav.mobile_row .nav-item button.active {
  transform: rotate(180deg);
}

.row_nav.mobile_row .nav-item .dropdown.active {
  opacity: 1;
  visibility: visible;
}


/* Intro */
#intro {
  padding: 157px 15px 0;
  background-image: url(../images/backs/color-back.webp);
  background-position: center center;
  background-size: cover;
}

#intro .row {
  margin-left: 0;
  margin-right: 0;
  justify-content: flex-start;
}

#intro .block-btn {
  font-size: 17px;
}

.wrapper_intro {
  background-image: url(../images/backs/intro-svg.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 300px 450px;
  padding: 0;
  padding-bottom: 131px;
}

.intro-desc {
  width: 800px;
  font-size: 22px;
  margin-bottom: 50px;
}

#intro .row .video__link-wrap {
  margin-left: 42px;
}

.video__link-wrap {
  color: #fff;
  font-size: 17px;
  transition: 0s;
}

.video__link-wrap i {
  color: inherit;
  font-size: 14px;
  padding: 8px;
  padding-left: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: 0.3s;
}

.video__link-wrap span {
  padding-bottom: 2px;
  border-bottom: 2px dotted #fff;
  transition: 0.3s;
}

.video__link-wrap:hover i,
.video__link-wrap:hover span {
  border-color: inherit;
}

/* About */
.about-left {
  width: 26.9%;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  background-image: url(../images/backs/about-svg.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 60px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.about-left div {
  padding: 10px 25px 25px;
}

.about-name {
  font-size: 24px;
  font-weight: 700;
}

.about-post {
  font-size: 17px;
  font-weight: 400;
}

.about-right {
  width: 66.6%;
  margin-bottom: 10px;
}

.about-right h2 {
  margin-bottom: 20px;
}

.about-right p {
  margin-bottom: 30px;
}

#about .about-right p {
  margin-bottom: 27px;
  font-size: 19px;
  line-height: 26px;
}

#about .abount-content {
  width: 610px;
}

#about .about-right h2 {
  margin-bottom: 29px;
}

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

/* Stats */
#stats {
  margin-top: -8px;
  padding: 0;
  background: #ea2d4a;
}

.wrapper_stats {
  padding: 62px 0;
  background-image: url(../images/backs/stats-svg.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 225px;
}

.stats-item {
  text-align: center;
  width: 23%;
}

.stats-item span {
  position: relative;
  top: -5px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.stats-item p {
  font-size: 16px;
  margin-top: 10px;
}

/* Services */
#services {
  background: #fafafa;
}

#services h2 {
  margin-bottom: 45px;
}

.row_services {
  flex-wrap: wrap;
  align-items: flex-start;
}

.services-item {
  width: 23%;
  padding-left: 20px;
  margin-right: 31px;
}

.services-item:nth-child(4n) {
  margin-right: 0;
}

.services-item a {
  line-height: 1.2;
  font-size: 20px;
  text-decoration: underline;
}

.mrgl {
  margin-left: 0 !important;
}

.services-item:not(:nth-last-child(-n+4)) {
  margin-bottom: 40px;
}

.services-item:before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 10px;
  height: 10px;
  background: #ea2d4a;
}

/* Pushed */
#pushed {
  margin-top: -10px;
  overflow-x: hidden;
  padding-bottom: 23px;
}

#pushed .slick-list {
  overflow: visible;
}

.title_pushed {
  justify-content: flex-start;
  margin-bottom: 30px;
}

.title_pushed h2 {
  margin-bottom: 0;
  margin-right: 40px;
}

.slider_pushed {
  margin-left: -15px;
  margin-right: -15px;
}

.pushed-item {
  width: 250px !important;
  height: 180px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.pushed-item .row {
  margin-left: 0;
  margin-right: 0;
  justify-content: flex-start;
}

.pushed-item p {
  color: #254097;
  text-decoration: underline;
}

.pushed-item .row_place div {
  color: #68af15;
  font-size: 12px;
  font-weight: 700;
  margin-left: 5px;
  margin-top: 0;
  bottom: 10px;
}

.row_place div i {
  font-size: 24px;
  margin-right: 5px;
}

.row_tag a {
  font-weight: 400;
}

.pushed-place {
  font-size: 22px;
}

.pushed-views {
  font-size: 20px;
}

/* Clients */
#clients {
  padding: 60px 0 163px;
}

#clients.index {
  padding-bottom: 60px;
  margin-top: 0 !important;
}

#clients.newsite {
  padding-bottom: 142px;
}

#clients.corporate {
  padding-top: 84px;
}

.row_clients {
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}

.clients-item {
  text-align: center;
  width: 16.7%;
}

.clients-item img {
  object-fit: contain;
  width: 90%;
}

.clients-item:not(:nth-last-child(-n+5)) {
  margin-bottom: 30px;
}

#clients.page {
  margin-bottom: 88px;
}

/* Bid */
#bid {
  margin-top: -3px;
  padding: 0;
  background-image: url(../images/backs/color-back.webp);
  background-position: center;
  background-size: cover;
}

.wrapper_bid {
  padding: 50px 15px 60px;
  background-image: url(../images/backs/bid-svg.webp);
  background-position: 58% 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.bid-caption {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 35px;
}

#bid h2 {
  font-size: 24px;
  margin-bottom: 4px;
}

#bid p a {
  text-decoration: underline;
}

input,
textarea {
  font-size: 16px;
  padding: 15px;
  border-radius: 5px;
}

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

.form-left {
  width: 72%;
}

.form-left textarea {
  width: 58.1%;
  height: 100%;
  resize: none;
  font-size: 17px;
  padding: 20px;
  padding-right: 35px;
  padding-bottom: 30px;
  border-radius: 10px 0 0 10px;
  border-right: 2px solid #e0e0e0;
}

#bid .form-left div {
  color: #202020;
}

form.row {
  align-items: flex-start;
}

.form-left div {
  width: 43%;
  padding: 20px 30px 30px;
  background: #f5f5f5;
  border-radius: 0 10px 10px 0;
}

.form-left h3 {
  font-size: 16px;
}

.form-left li {
  padding-left: 15px;
  margin-bottom: 10px;
}

.form-left li:last-child {
  margin-bottom: 0;
}

.form-left li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ea2d4a;
}

.form-right {
  width: 25%;
}

.form-right h3 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
}

.form-right input {
  margin-bottom: 13px;
  border: 1px solid transparent;
  transition: 0.3s;
}

.form-right input:focus {
  border: 1px solid #ea2d4a;
}

.form-right .block-btn {
  text-align: center;
  font-size: 17px;
  margin-bottom: 17px;
  margin-top: 13px;
}

.form-right .block-btn:hover {
  color: #ea2d4a;
}

.form-right p {
  color: #3c60d3;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
}

/* Records */
#records {
  padding: 35px 0 40px;
  background: #fafafa;
}

#records img {
  width: 16px;
  height: 20px;
  margin-right: 10px;
}

.records-title {
  justify-content: flex-start;
  margin-bottom: 10px;
}

.records-title h3 {
  margin-bottom: 0;
}

.new-records {
  margin-bottom: 30px;
}

.new-records img {
  height: 17px;
}

.records-content {
  align-items: flex-start;
}

.records-content a {
  width: 16.7%;
  font-size: 17px;
  font-weight: 400;
  color: #254097;
  text-decoration: underline;
}

.records-content a:hover {
  color: #ea2d4a;
}

#cookie {
  width: 100%;
  position: fixed;
  bottom: 5%;
  z-index: 10001;
}

#cookie.pressed {
  display: none;
}

.cookie-wrap {
  margin-left: auto;
  padding: 20px;
  margin-right: -15px;
  border-radius: 5px;
  width: 500px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 10001;
}

.cookie-wrap .row {
  margin-left: 0;
  margin-right: 0;
}

.cookie-wrap span {
  color: #ea2d4a;
  text-decoration: underline;
}

.cookie-wrap p {
  font-size: 17px;
}

#cookie .block-btn {
  margin-left: 20px;
}

#cookie .block-btn:hover {
  color: #ea2d4a;
}


/* Footer */
footer {
  padding: 26px 0;
  background: #202020;
}

footer p,
footer a {
  font-size: 16px;
  margin-bottom: 5px;
}

footer a {
  margin-bottom: 0;
}

footer .divider {
  margin: 0 10px;
}

footer p:last-child,
.footer-social p {
  margin-bottom: 0;
}

.social-wrap {
  margin-left: 10px;
  margin-right: 0;
}

.footer-social a {
  margin-right: 10px;
  padding: 7px;
  background: #404040;
  border-radius: 50%;
}

.footer-social a:last-child {
  margin-right: 0;
}


.footer-contact .row {
  justify-content: flex-end;
}

.tel-mail {
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

.tel-mail p {
  margin-bottom: 0;
}

/* Blog-page */
#blog {
  padding: 70px 0;
}

#blog h2,
#blog h1 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: none;
  line-height: 1.5;
  width: auto;
}

#blog h1::before {
  content: none;
}

#article {
  padding: 70px 0;
}

.row_blog,
.row_article {
  align-items: flex-start;
}

.blog-left,
.article-left {
  width: 65%;
}

.blog-title,
.blog-categories,
.categories-list,
.blog-content,
.blog__item-mark {
  margin-left: 0;
  margin-right: 0;
}

.blog__title-img {
  width: 16%;
  margin-left: 5px;
  margin-bottom: 12px;
}

.blog__title-img img {
  border-radius: 50%;
}

.blog__title-txt {
  width: 79.5%;
}

.blog-categories {
  margin: 20px 0 30px;
  padding: 0 5px;
}

.categories-list {
  width: 86%;
  background: #fafafa;
  padding: 20px;
  border-radius: 5px;
  flex-wrap: wrap;
}

.categories-list li {
  color: #254097;
  text-decoration: underline;
}

.blog-content {
  color: #fff;
  flex-wrap: wrap;
}

.blog-content span,
.blog-content .date,
.blog-content .time {
  font-size: 16px;
  font-weight: 400;
}

.blog-item {
  width: 48.5%;
  height: 300px;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0 70px 20px 20px;
  margin-bottom: 20px;
}

.blog-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.blog__item-mark,
.blog__item-txt {
  z-index: 2;
}

.blog__item-mark {
  width: 100px;
  justify-content: flex-start;
  padding: 5px 10px;
  border-radius: 0 0 5px 5px;
  background: #ea2d4a;
}

.blog__item-mark img {
  width: 12px;
  height: 15px;
  margin-right: 10px;
}

.blog__item-txt {
  margin-top: auto;
}

.blog__item-txt .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 10px 0 20px;
}

.blog__item-txt .row {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.blog__item-txt .views {
  margin-left: 20px;
}

.pages {
  margin-top: 30px;
  margin-left: 3px;
  justify-content: center;
}

.pages button {
  margin: 0 10px;
}

.pages a,
.pages .dots {
  margin: 0 3px;
  padding: 0 8px;
  background: transparent;
}

.pages .dots {
  cursor: initial;
}

.pages a.active {
  color: #fff;
  background: #ea2d4a;
}

.pages a.active:hover {
  color: #fff;
}

.pages button:hover,
.pages button.active {
  color: #ea2d4a;
}

.blog-top {
  position: fixed;
  width: 100%;
 
  z-index: 90;
  overflow: inherit;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  top: 0;
}

.top-item {
  width: 100%;
  padding: 10px 25px 5px 28px;
  border-radius: 5px;
  border: 1px solid transparent;
  background: #fff9e7;
  border-color: #ffecb9;
  margin-bottom: 15px;
}

.top-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #ffecb9 url(../images/icons/trophy-icon.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px 19px;
}

.blog-right,
.article-right {
  width: 31%;
}

.blog-right {
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  position: sticky;
  top: 16px; 
}

.side__item-wrap {
  width: 100%;
  margin-bottom: 30px;
}

.side__item-wrap:last-child {
  margin-bottom: 0;
}

.row_sides {
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}

.side-item {
  width: 95%;
  padding: 10px 25px 5px 28px;
  border-radius: 5px;
  border: 1px solid transparent;
  background: #fafafa;
  margin-bottom: 15px;
}

.side-item:last-child {
  margin-bottom: 0;
}

.side-item.trophy,
.side-item:first-child {
  background: #fff9e7;
  border-color: #ffecb9;
}

.side-item.trophy:before,
.side-item:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #ffecb9 url(../images/icons/trophy-icon.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px 19px;
}
.side-author-top {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-right: 10px;
}
.side-author {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.side-title {
  color: #254097;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

#services.page-services {
  /* margin-top: 8px; */
  padding: 80px 0;
  background-image: url(../images/backs/color-back.webp);
  background-position: center;
  background-size: cover;
}

/* Article-page */
#article h1,
#article h2 {
  font-family: Roboto, sans-serif;
  margin-top: 36px;
  margin-bottom: 20px;
}

#article h1 {
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

#article h1::before {
  display: none;
}

#article h3 {
  font-size: 22px;
  margin-top: 36px;
}

.row_sides .row {
  margin-left: 0;
  margin-right: 0;
}

#article .block-btn {
  color: #fff;
  background: #68af15;
  border-color: #68af15;
}

#article .block-btn:hover {
  color: #68af15 !important;
  background: transparent;
}

.article-left .block-btn {
  padding: 5px 16px;
}

.article-left p,
.article-left .wrap {
  margin-bottom: 18px;
}

.article-left div.wrap p {
  margin-bottom: 30px;
}

.article-left div.wrap p:last-child {
  margin-bottom: 0;
}

.article-left .row {
  margin-left: 0;
  margin-right: 0;
}

.article-info {
  justify-content: flex-start;
  margin-bottom: 5px;
}

.article-left .article-info a {
  margin-right: 15px;
}

.article-left .article-info a:last-child {
  margin-right: 0;
}

.article-author span {
  color: #6c6c6c;
  margin-right: 5px;
}

.article-left .item {
  padding: 25px;
  background-color: #fff;
  border: 1px solid #fafafa;
  border-radius: 8px;
  background-position: right bottom;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.article-left .item.trophy {
  border-color: #ffecb9;
  background-color: #fff9e7;
}

.article-left .article-intro {
  margin-bottom: 70px;
}

.article-left .article-choice {
  padding-top: 47px;
  padding-right: 224px;
  padding-bottom: 40px;
  background-image: url(../images/article/person.png);
}

.article-left div.article-choice p {
  margin-bottom: 2px;
}

.article-choice .title {
  font-size: 24px;
  font-weight: 700;
}

.article-choice p {
  margin-top: 12px;
}

.article-choice .block-btn {
  margin-top: 30px;
}

.article-choice .trophy-wrap {
  position: absolute;
  top: -20px;
  width: 171px;
  padding: 5px 20px;
  background: #ffecb9;
  border-radius: 19px;
}

.content-article .article-choice img {
  width: 19px;
  height: 19px;
}

.article-choice span {
  font-size: 18px;
  font-weight: 700;
}

.article-left .article-content {
  padding-left: 30px;
  padding-right: 210px;
  padding-bottom: 35px;
  background-image: url(../images/icons/content-icon.webp);
  background-size: 207px 208px;
}

.article-content .content-title {
  justify-content: flex-start;
  margin-bottom: 15px;
}

.article-content .content-title span {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 5px;
}

.article-content .content-title a {
  cursor: pointer;
  color: #254097;
  font-size: 14px;
  text-decoration: underline;
}

.article-wrap {
  margin-top: 10px;
  margin-bottom: 35px;

}

.content-list li {
  margin-bottom: 6px;
}

.content-list li a {
  font-size: 17px;
  color: #254097;
  text-decoration: underline;
}

.offer-mark {
  margin-bottom: 20px;
  align-items: center;
}

.offer-mark span {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.article-left .hot-offer-wrap {
  margin-top: 79px;
  padding-right: 30px;
}

.hot-offer .left {
  width: 65%;
}

.hot-offer a {
  color: #254097;
  font-size: 22px;
  text-decoration: underline;
}

.hot-offer p {
  margin-top: 5px;
  line-height: 1.3;
}

.hot-offer .right {
  text-align: center;
  width: 183px;
}

.hot-offer .right img {
  margin-bottom: 28px;
}

.hot-offer .price {
  font-size: 24px;
}

.hot-offer .right .block-btn {
  font-size: 16px;
  margin-top: 7px;
  padding: 10px 35px;
}

.hot-offer-wrap.small {
  margin-top: -15px;
  margin-bottom: 83px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hot-offer.small .right img {
  margin-bottom: 0;
}

.hot-offer.small .price {
  display: inline-block;
  margin-left: 26px;
  margin-top: 5px;
}

.hot-offer-wrap.small .offer-mark {
  margin-bottom: 0;
}

.construct {
  width: 99%;
  background-color: #1365ee;
  margin-bottom: 10px;
}

.construct-wrap p {
  font-style: italic;
  margin-left: 5px;
}

.article-left .smth {
  margin-top: -13px;
  padding: 10px 23px;
  padding-right: 142px;
}

.article-left .smth span {
  font-size: 18px;
  font-weight: 700;
}

.article-left .smth .block-btn {
  margin-right: 3px;
  padding: 5px 32px;
}

.article-left .smth i {
  font-size: 30px;
  margin-right: 0;
}

.article-left .smth a {
  color: #254097;
  text-decoration: underline;
}

.article-left .article-lists {
  margin-top: 59px;
  margin-bottom: 44px;
}

.article-lists span {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
}

.article-lists ul li,
.article-lists ol li {
  position: relative;
  margin-left: 16px;
  margin-bottom: 10px;
}

.article-lists ol {
  counter-reset: num;
}

.article-lists li {
  font-size: 17px;
}

.article-lists li::before {
  margin-right: 19px;
  color: red;
  font-weight: bold;
  display: inline-block;
}

.article-lists ul li::before {
  content: "\2022";
}

.article-lists ol li::before {
  margin-right: 10px;
  content: counter(num) '. ';
  counter-increment: num;
}

.stats-table caption,
.content-article table caption {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}

.stats-table table,
.content-article table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

.stats-table table tr,
.content-article table tr {
  border-bottom: 2px solid #e3e3e3;
}

.stats-table table th,
.stats-table table td,
.content-article table th,
.content-article table td {
  padding: 10px 0 30px;
  vertical-align: top;
}

.stats-table table th,
.content-article table th {
  padding: 5px 5px;
}

.stats-table table a,
.content-article table a {
  color: #ea2d4a;
  text-decoration: underline;
}

.stats-table table a:hover,
.content-article table a:hover {
  color: #1365ee !important;
}



.article-left .article-review {
  align-items: flex-start;
  margin-top: 59px;
}

.article__review-left {
  width: 19.5%;
  height: 149px;
  overflow: hidden;
  border-radius: 5px;
  padding-top: 20px;
}

.article__review-left img {
  object-fit: contain;
}

.article__review-right {
  padding-top: 13px;
  width: 77.5%;
  background-image: url(../images/article/review-icon.png);
  background-repeat: no-repeat;
  background-position-y: 5px;
}

.article__review-title {
  margin-left: 15px;
  margin-bottom: 8px;
}

.article__review-name {
  font-size: 20px;
  font-weight: 700;
}

.article__review-post {
  font-size: 17px;
}

.article__review-text {
  background: #fbfbfb;
  padding: 15px;
  padding-right: 35px;
}

.article-rate {
  justify-content: flex-start;
}

.article-rate .rating-stars {
  margin: 0;
}

.article__rate-left {
  width: 230px;
  margin-right: 30px;
  font-size: 18px;
  text-align: center;
  padding: 45px 50px 40px;
  border-radius: 10px;
  background: #fafafa;
}

.article__rate-left .rating-stars {
  margin: auto;
}

.article__rate-num {
  font-size: 36px;
  margin: 0;
}

.article__rate-right {
  padding: 0 8px;
  margin-top: 13px;
}

.article__rate-right p {
  margin-bottom: 0 !important;
}

.article__rate-item {
  width: 273px;
  justify-content: flex-start;
  margin-bottom: 5px;
}

.article__rate-item:last-child {
  margin-bottom: 0;
}

.article__rate-item .title {
  margin-right: auto;
}

.article__rate-item .rating-stars {
  margin-left: 10px;
}

.article-left .article-quality {
  margin-bottom: 30px;
}

.article-advantages,
.article-disadvantages {
  width: 49%;
  padding: 20px 30px;
}

.article-advantages {
  background: #f6fff7;
  padding-left: 25px;
}

.article-disadvantages {
  background: #fff7f5;
}

.quality__list-title {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 16px;
}

.quality-list {
  padding-right: 5px;
}

.quality-list li {
  font-size: 15px;
  padding-left: 28px;
  margin-bottom: 13px;
}

.quality-list li:last-child {
  margin-bottom: 0;
}

.quality-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background-size: contain;
}

.article-advantages .quality-list li::before {
  background-image: url(../images/icons/adv-icon.webp);
}

.article-disadvantages .quality-list li::before {
  background-image: url(../images/icons/dis-icon.webp);
}

.some-item {
  margin-bottom: 40px;
}

.some-item:last-child {
  margin-bottom: 0;
}

.some__item-title {
  margin-bottom: 20px;
}

.some__item-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #dadada;
}

.some__item-title span {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.strange {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 110%;
  height: 100%;
  z-index: 1;
}

.free-use ul li {
  font-size: 17px;
  padding-left: 36px;
  margin-bottom: 11px;
}

.free-use ul li:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 24px;
  top: 0;
  left: 0;
  background-image: url(../images/icons/check-icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

.some-item.tariffs {
  margin-top: -10px;
  margin-bottom: 20px;
}

.tariffs-item {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
}

.tariffs-item p {
  font-size: 17px;
}

.tariffs-item:last-child {
  margin-bottom: 0;
}

.tariffs-name {
  position: relative;
  bottom: 7px;
  font-size: 24px;
  font-weight: 700;
  margin-right: 20px;
}

.article__video-wrap {
  width: 100%;
  height: 432px;
  background-color: #636363;
}

.article-left .post {
  width: 103%;
  margin-top: 63px;
  padding-top: 13px;
  padding-bottom: 4px;
  padding-bottom: 13px;
}

.post img {
  width: 150px;
  height: 140px;
  border-radius: 50%;
  margin-right: 30px;
  margin-bottom: -7px;
  margin-left: -2px;
}

.post-name {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}

.post p a {
  color: #254097;
  text-decoration: underline;
}

.post__txt-wrap {
  width: 55%;
  padding: 10px 0;
  border-right: 2px solid #ffecb9;
}

.post__txt-wrap p {
  font-size: 16px;
  line-height: 1.3;
}

.post__stats-wrap {
  font-size: 17px;
  width: 208px;
  padding: 28px 0 10px;
  padding-left: 30px;
}

.post-stats {
  margin-top: 9px;
}

.post-stats li {
  font-size: 20px;
}

.post-stats li span {
  font-weight: 700;
  margin-left: 5px;
}

.blog-right .block-btn {
  padding: 6px 15px;
}

.row.side-item {
  align-items: flex-start;
}

.side__crm-item {
  margin-bottom: 24px;
}

.crm-item a {
  color: #254097;
  text-decoration: underline;
}

.crm-item .crm-title {
  font-size: 18px;
  font-weight: 700;
  color: #202020;
  text-decoration: none;
  line-height: 1.2;
}

.rating-stars {
  width: 95px;
  margin: 6px 0 8px;
}

.rating-stars i {
  font-size: 14px;
  margin-right: 0;
}

.rating-stars i.checked {
  color: #fac32f;
}

.direction-wrap {
  justify-content: flex-start;
  margin-top: -15px;
  margin-left: 0;
  margin-right: 0;
}

.direction-wrap img {
  width: 24px;
  height: 100%;
  margin-right: 5px;
}

.direction-wrap a {
  font-size: 16px;
  text-decoration: underline;
}

/* Audit */
#intro.audit-page .intro-desc {
  width: 100%;
}

#intro.audit-page h1 {
  width: 100%;
}

#intro.audit-page h1::before {
  display: none;
}

.audit__about-right {
  margin-bottom: 80px;
}

.audit__about-right h2 {
  margin-bottom: 30px;
}

.audit__about-right p {
  font-size: 19px;
}

#audit {
  padding-top: 52px;
  padding-bottom: 132px;
  margin-top: -22px;
  margin-bottom: 159px;
  background: #ea2d4a;
}

.audit__content-wrap {
  position: absolute;
}

.row_audit {
  align-items: stretch;
}

.row_audit .row {
  margin-left: 0;
  margin-right: 0;
}

.audit-item {
  width: 23%;
  height: 245px;
  padding: 22px 26px;
  border-radius: 5px;
  color: #202020;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.audit__item-title {
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 19px;
}

.audit-price {
  font-size: 18px;
  margin-top: auto;
}

.audit__price-title {
  display: inline-block;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

img.wrench-icon {
  width: 20px;
  height: 20px;
}

img.person-icon {
  width: 16px;
  height: 21px;
}

img.funnel-icon {
  width: 21px;
  height: 21px;
}

img.megaphone-icon {
  width: 21px;
  height: 18px;
}

img.bubble-icon {
  width: 20px;
  height: 17px;
}

img.graph-icon {
  width: 19px;
  height: 15px;
}

img.basket-icon {
  width: 22px;
  height: 19px;
}

img.magnif-icon {
  width: 19px;
  height: 19px;
}

img.plan-icon {
  width: 21px;
  height: 18px;
}

img.pencil-icon {
  width: 20px;
  height: 20px;
}

img.star-icon {
  width: 19px;
  height: 19px;
}

img.list-icon {
  width: 21px;
  height: 21px;
}

img.cart-icon {
  width: 21px;
  height: 20px;
}

img.earth-icon {
  width: 19px;
  height: 20px;
}

/* Conference-page */
#conference {
  padding-top: 70px;
}

#conference h2,
#conference h1 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: none;
  line-height: 1.5;
  width: auto;
}

#conference h1::before {
  content: none;

}

#conference hr {
  margin-bottom: 30px;
}

#conference .blog__title-img {
  display: none;
}

#conference .blog__title-txt {
  width: 100%;
}

.conference-content,
.conference-content .row {
  margin-left: 0;
  margin-right: 0;
}

.conference-content {
  color: #fff;
  flex-wrap: wrap;
}

.conference-item {
  background-color: #000;
  width: 48%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 30px;
  margin-bottom: 20px;
}

.conference-item.big {
  width: 100%;
}

.conference-item.big .conference__item-txt {
  flex-direction: column-reverse;
}

.conference-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.conference__item-mark,
.conference__item-txt {
  z-index: 2;
}

.conference__item-mark {
  text-align: center;
  position: absolute;
  top: 0;
  font-weight: 700;
  background: #68af15;
  padding: 5px 15px;
}

.conference__item-txt {
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}

.conference__item-txt .date {
  opacity: 0.8;
}

.conference__item-txt .title {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  margin-top: 10px;
}

.conference-item.big .conference__item-txt .title {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 20px;
}

/* Consult-page */
.consult__about-right {
  align-self: stretch;
  margin-bottom: -15px;
}

.consult__about-right .list-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: auto;
  margin-bottom: 20px;
}

.consult__about-right ul {
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}

.consult__about-right ul li {
  font-size: 19px;
  width: 47%;
  padding-left: 20px;
}

.consult__about-right ul li:not(:nth-last-child(-n+2)) {
  margin-bottom: 10px;
}

.consult__about-right ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #ea2d4a
}

#audit.consult-page {
  margin-top: 63px;
  margin-bottom: 115px;
}

.consult-item {
  padding-bottom: 17px;
  height: 230px;
}

.consult__item-title {
  font-size: 16px;
}

.consult-item p {
  font-size: 16px;
}

#consult-video {
  margin-top: -77px;
  padding: 60px 0 134px;
  padding-top: 40px;
  margin-top: 0;
}

#consult-video h2 {
  margin-bottom: 50px;
}

.row_video {
  flex-wrap: wrap;
}

.video-item {
  width: 47%;
}

.video-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 40px;
}

.video-item .video-wrap {
  height: 314px;
  background: #000;
}

.video-item span {
  display: inline-block;
  margin-top: 10px;
  font-size: 20px;
  font-style: italic;
}

/* Corporate */
#audit.corporate-page {
  margin-bottom: 151px;
}

#audit h2.mlr {
  margin-bottom: 34px;
}

.corporate-item {
  width: 30%;
  height: 280px;
}

.corporate-item a {
  color: #ea2d4a;
  font-size: 17px;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 10px;
}

.corporate-item a:hover {
  opacity: 0.7;
}

/* New_site */
.wrapper_newsite {
  background-image: url(../images/backs/new_site-svg.webp);
  background-size: 454px 302px;
}

.newsite-item {
  padding-right: 30px;
}

.newsite-item p {
  font-size: 16px;
}

.newsite-item .audit__price-title {
  font-size: 22px;
}

.newsite {
  padding-bottom: 0 !important;
}

.newsite h2 {
  margin-bottom: 45px;
}

.newsite-services ol {
  height: 150px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  counter-reset: num;
}

.newsite-services ol li {
  font-size: 20px;
  margin-right: 162px;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid;
}

.newsite-services ol li:nth-last-child(-n+3) {
  margin-right: 0;
}

.newsite-services ol li::before {
  font-weight: 700;
  color: #ea2d4a;
  margin-right: 10px;
  content: counter(num) '. ';
  counter-increment: num;
}

.newsite-pushed {
  margin-top: 31px;
  margin-bottom: -12px;
  padding-top: 90px;
  background-image: url(../images/backs/newsite_pushed-svg.webp);
  background-repeat: no-repeat;
  background-size: 208px 206px;
  background-position: 5% 20%;
}

.newsite.newsite-pushed h2 {
  margin-bottom: 30px;
}

.newsite-pushed ul {
  height: 390px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.newsite-pushed ul li {
  font-size: 19px;
  padding-left: 13px;
  margin-bottom: 8px;
  margin-right: 205px;
}

.newsite-pushed ul li:nth-last-child(-n+10) {
  margin-right: 0;
}

.newsite-pushed ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #ea2d4a;
}

.newsite-pushed.rent-pushed ul {
  height: 155px;
}

.newsite-pushed.rent-pushed ul li {
  margin-right: 48px;
}

.newsite-pushed.rent-pushed ul li:nth-last-child(-n+4) {
  margin-right: 0;
}

.newsite-pushed.semantic-pushed ul {
  height: 80px;
}

#audit.newsite-page {
  margin-top: -23px;
}

.newsite-item .consult__item-title {
  font-size: 20px;
}

/* Po-faktu */
.work {
  padding-bottom: 80px;
}

.work .row {
  align-items: flex-start;
}

.work.take {
  padding-top: 40px;
  padding-bottom: 0;
}

.work-item {
  width: 31%;
}

.work-item span {
  display: inline-block;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 10px;
}

.work-item span:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #ea2d4a;
}

#example {
  background: #ea2d4a;
  padding-top: 41px;
  margin-top: 14px;
  padding-bottom: 450px;
  margin-bottom: 350px;
}

#example .item {
  margin-top: -8px;
}

#example .item .left {
  width: 62%;
  border-radius: 4px;
  padding: 40px 30px 30px;
  padding-right: 240px;
  color: #202020;
  background-color: #fff;
  background-image: url(../images/backs/client-back.webp);
  background-size: 198px 148px;
  background-position: bottom right;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

#example .item .left span.lin {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 3px;
  border-bottom: 3px solid #ea2d4a;
  margin-bottom: 20px;
}

#example .item .right {
  width: 33%;
}

#example .item .right span {
  font-size: 22px;
}

#example .item .right span.bold {
  font-weight: 700;
}

#example div.item.row .row {
  margin-left: 0;
  margin-right: 0;
}

.example-info {
  position: absolute;
  width: 100%;
  margin: 70px -15px 0;
  text-align: center;
}

.example-info img {
  width: 96%;
  margin: -18px auto 8px 48px;
}

.example-info .row {
  justify-content: center;
}

.example-info span {
  display: inline-block;
  margin-right: 50px;
  color: #202020;
  font-size: 20px;
}

.example-info span:last-child {
  margin-right: 0;
}

.example-info span.color {
  color: #ea2d4a;
  font-weight: 700;
}

#example-txt {
  padding-top: 133px;
  padding-bottom: 0;
}

#example-txt .row {
  flex-wrap: wrap;
  align-items: flex-start;
}

#example-txt p {
  width: 48%;
  margin-bottom: 30px;
}

#example-txt p.big {
  font-size: 20px;
}

#example-txt blockquote {
  font-size: 28px;
  margin: 70px -15px 99px;
  padding-top: 22px;
  padding-right: 30px;
  padding-bottom: 23px;
}

#workscheme {
  padding: 0;
  padding-bottom: 0;
  background: url(../images/backs/scheme-back.webp);
}

.wrapper_workscheme {
  padding: 55px 15px 100px;
  background: url(../images/backs/scheme-svg.webp);
  background-repeat: no-repeat;
  background-position: 0 50px;
  background-size: 75%;
}

.row_scheme {
  padding-top: 40px;
  align-items: flex-start;
}

.scheme-item {
  width: 30%;
}

.scheme-item span {
  font-weight: 700;
}

#position {
  padding-top: 93px;
  padding-bottom: 5px;
}

#position h2 {
  margin-bottom: 35px;
}

.position-big,
.position-big img {
  width: 93%;
}

.interfaces {
  margin: 83px 0 88px;
}

.position-item p.bold {
  font-weight: 700;
  margin-bottom: 25px;
}

.position-item {
  align-items: flex-start;
  margin-bottom: 50px;
}

.position-item:last-child {
  margin-bottom: 0;
}

.position-item .left {
  width: 67%;
  position: relative;
}

.position-item .right {
  width: 30.2%;
  margin-top: -5px;
}

.position__img-txt {
  position: absolute;
  bottom: 21px;
  right: 51px;
  font-size: 16px;
  font-weight: 400;
}

.position__item-end {
  text-align: center;
}

.position__item-end span {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.position__item-end span br {
  display: none;
}

.position__item-end span.color {
  color: #ea2d4a;
  font-weight: 700;
}

.position__item-end img {
  margin-top: 44px;
}

#wantpush {
  background-color: #fafafa;
  padding: 75px 0 120px;
}

.wantpush-title {
  font-size: 22px;
  margin-bottom: 46px;
}

.wantpush-title h2 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.wantpush-title h2 span {
  color: #ea2d4a;
}

.wantpush-content {
  align-items: flex-start;
}

.wantpush-item {
  width: 25%;
}

.wantpush-num {
  position: relative;
  color: #ea2d4a;
  font-size: 24px;
  font-weight: 700;
}

.wantpush-num::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 13px;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/icons/arrow_icon.webp);
}

.wantpush-item:first-child .wantpush-num::before {
  display: none;
}

.wantpush-cap {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

/* Reklama */
#intro.reklama-page .wrapper_intro {
  background-image: url(../images/backs/reklama-svg.webp);
  background-size: 454px 302px;
}

#stats.reklama-page {
  margin-top: 3px;
  margin-bottom: 37px;
}

#stats.reklama-page .wrapper_stats {
  padding-bottom: 83px;
}

#attendance {
  padding-bottom: 0;
  margin-bottom: 13px;
}

#attendance h2 {
  margin-bottom: 50px;
}

#attendance span {
  display: inline-block;
  margin-top: 18px;
  font-size: 20px;
  font-style: italic;
}

#promo {
  margin-top: -20px;
  padding: 103px 0 40px;
}

#promo h2 {
  margin-bottom: 70px;
}

.promo-item {
  align-items: flex-start;
  margin-bottom: 128px;
}

.promo-item:last-child {
  margin-bottom: 0;
}

.promo-item .left {
  width: 32%;
}

.promo-item .right {
  width: 64%;
  margin-top: -10px;
}

.promo__item-title {
  display: inline-block;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.promo-item p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.promo-item p:last-child {
  margin-bottom: 0;
}

.promo-item.hot-deal {
  margin-bottom: 96px;
}

.promo-item.hot-deal a {
  margin-top: 8px;
}

.promo-item.rating .right {
  width: 63.3%;
  margin-top: 7px;
}

.promo-item.rating {
  margin-bottom: 96px;
}

.promo-item.conference .right {
  width: 65%;
  margin-top: 10px;
}

/* Rent */
#intro.rent-page .wrapper_intro {
  background-image: url(../images/backs/rent-svg.webp);
  background-size: 303px 453px;
}

.newsite.rent-pushed {
  margin-top: -40px;
  padding: 40px 0 80px !important;
  margin-bottom: 0;
}

#crpartner {
  margin-top: 6px;
  padding: 44px 0 19px;
  background-color: #ea2d4a;
  margin-bottom: -50px;
}

.row_crpartner .row {
  margin-left: 0;
  margin-right: 0;
}

.row_crpartner {
  flex-wrap: wrap;
  align-items: flex-start;
}

.crpartner-item {
  width: 46%;
  margin-bottom: 50px;
}

.crpartner-item span {
  font-size: 18px;
}

.crpartner-item .img-wrap {
  width: 39px;
  margin-right: 15px;
}

.crpartner-item img {
  position: relative;
  top: 5px;
  margin-right: 0;
}

.crpartner-item img.earth {
  width: 24px;
  height: 24px;
}

.crpartner-item img.briefcase {
  width: 25px;
  height: 22px;
}

.crpartner-item img.people {
  width: 25px;
  height: 18px;
}

.crpartner-item img.rouble {
  width: 16px;
  height: 18px;
}

#benerent {
  margin: 90px 0 50px;
}

.benerent-item {
  width: 23%;
  align-self: stretch;
  text-align: center;
  padding: 30px 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.benerent-item p {
  font-size: 17px;
}

.benerent-img {
  height: 47px;
  margin-bottom: 30px;
}

.benerent-img .clock {
  width: 41px;
  height: 41px;
}

.benerent-img .balance {
  width: 56px;
  height: 47px;
}

.benerent-img .cross {
  width: 31px;
  height: 31px;
}

.benerent-img .megaphone {
  width: 46px;
  height: 39px;
}

/* Semantic */
#intro.semantic-page .wrapper_intro {
  background-image: url(../images/backs/semantic-svg.webp);
  background-size: 454px 302px;
}

#audit.semantic-page {
  margin-top: -16px;
  padding-bottom: 136px;
}

.semantic-item {
  height: 313px;
}

.semantic__item-info {
  margin-top: auto;
}

.newsite.semantic-pushed {
  padding-bottom: 80px !important;
  margin-top: 40px;
  margin-bottom: -15px;
}

.newsite.semantic-pushed h2 {
  margin-bottom: 40px;
}

.semantic-pushed {
  background-position: 5% 50px;
}

.semantic-pushed ul li {
  margin-right: 118px;
}

.semantic-pushed ul li:nth-last-child(-n+2) {
  margin-right: 0;
}

/* Case_list */
.case__list-title {
  margin-bottom: 58px;
}

#blog .case__list-title h2 {
  margin-bottom: 17px;
}

.case__list-title p {
  font-size: 16px;
}

.case__list-content {
  margin-bottom: -20px;
}

.case__list-item {
  width: 48%;
  margin-bottom: 20px;
}

.case__list-item.big {
  width: 100%;
}

.case__list-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.3s;
  z-index: 1;
  opacity: 0;
}

.case__item-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 176px;
  height: 42px;
  color: #fff;
  background: #ea2d4a;
  border: 2px solid #ea2d4a;
  border-radius: 4px;
  text-align: center;
  font-size: 17px;
  padding-left: 21px;
  padding-right: 11px;
  z-index: 2;
  opacity: 0;
}

.case__list-item i {
  font-size: 14px;
}

.case__list-item:hover:before,
.case__list-item:hover .case__item-btn {
  opacity: 1;
}

.case__item-btn:hover {
  color: #ea2d4a;
  background: #fff;
}

.case__right-services {
  margin-top: 42px;
}

#blog .case-right h2 {
  margin-bottom: 31px;
}

.case__right-img {
  width: 320px;
  margin-top: 10px;
}

#blog.case_list-page .row_services {
  flex-wrap: wrap;
  margin-bottom: -40px;
  margin-left: 0;
  margin-right: 0;
}

#blog.case_list-page .services-item {
  width: 100%;
  margin-bottom: 38px;
}

/* Case-page */
#article.case-page {
  padding: 80px 0;
}

.case-left p {
  margin-bottom: 0;
}

.case__intro-mark {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  width: 90px;
  height: 32px;
  color: #fff;
  border: 1px solid #ea2d4a;
  border-radius: 16px;
  background: #ea2d4a;
  padding-top: 7px;
  line-height: 1;
}

.article-left .case-intro {
  margin-bottom: 56px;
}

#article .case-intro h1 {
  margin-top: 12px;
  margin-bottom: 52px;
}

.case__intro-theme {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 25px;
}

.case-item .jcfl {
  align-items: center;
}

.case-item {
  margin-bottom: 50px;
}

.case-item .strange {
  left: 16px;
  width: 105%;
}

.case-item:last-child {
  margin-bottom: 0;
}

.case__item-title {
  margin-bottom: 23px;
}

.case__item-title img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  z-index: 2;
}

.case-task .strange {
  left: 15px;
}

.case-task img {
  width: 15px;
}

.case-solution {
  margin-bottom: 34px;
}

.case-solution ul li {
  font-size: 17px;
  padding-left: 19px;
  margin-bottom: 10px;
}

.case-solution ul li:last-child {
  margin-bottom: 0;
}

.case-solution ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border: 1px solid #ea2d4a;
  border-radius: 100%;
  background: #ea2d4a;
}

.case-wimg .strange {
  left: 0;
}

.case-worklist {
  margin-bottom: 89px;
}

.case-worklist ul li {
  font-size: 17px;
  margin-bottom: 10px;
}

.case-worklist ul li:last-child {
  margin-bottom: 0;
}

.case-worklist ul li::before {
  content: "";
  background: url(../images/case/icons/checkmark-2.webp);
  width: 24px;
  height: 20px;
  margin-right: 18px;
}

.case-results {
  margin-top: 70px;
}

.case__results-title img {
  width: 19px;
  height: 19px;
}

.case__results-title {
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.case__results-img,
.case__results-img img {
  width: 99%;
}

.case__results-item {
  margin-bottom: 44px;
}

.case__results-item:last-child {
  margin-bottom: 0;
}

.case__resitem-desc {
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
}

.case__resitem-desc img {
  width: 12px;
  height: 18px;
}

.case__resitem-desc .italic {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  margin-left: 5px;
}

.case-table {
  margin-top: 66px;
}

.case-table caption {
  margin-bottom: 20px;
}

.case-table table th {
  padding-bottom: 5px;
}

.case-table th.first {
  width: 52%;
}

.case-table table td {
  padding-bottom: 22px;
}

blockquote.case {
  padding-right: 30px;
  margin: 75px 0 55px;
}

.case__faq-item {
  background-color: #f2f2f2;
}

.case__faq-question {
  cursor: pointer;
  transition: 0.3s;
  justify-content: flex-start;
  background-color: #fafafa;
  padding-right: 20px;
}

.case__faq-question .question-icon {
  width: 40px;
  height: 50px;
  margin-right: 20px;
}

.case__faq-question span {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.case__faq-question img.icon {
  margin-left: auto;
  width: 15px;
  height: 4px;
}

.case__faq-question img.plus-icon {
  height: 15px;
}

.case__faq-question img.minus-icon,
img.plus-icon.active {
  display: none;
}

img.minus-icon.active {
  display: block;
}

.case__faq-question:hover {
  opacity: 0.8;
}

.case__faq-answer {
  display: none;
  padding: 25px;
  padding-left: 60px;
}

.case-video {
  margin-top: 70px;
}

.case-review .article__review-text {
  padding-right: 30px;
}

#pdopage .pagination {
  display: flex;
  justify-content: center;
}

.row.jcfl.case-target {
  margin-bottom: 10px;
}

.row.jcfl.case-target:last-child {
  margin-bottom: 0;
}

li.nav-item.drop:hover::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 34px;
  bottom: 0;
}

.promo-item:nth-child(2),
.promo-item:nth-child(3) {
  margin-bottom: 96px;
}

.mobile-nav li.nav-item.drop:hover::after {
  content: none;
}


.content-article h4 {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
}

.content-article span {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  /*  margin-bottom: 15px;*/
}

.content-article ul li,
.content-article ol li {
  position: relative;
  margin-left: 16px;
  margin-bottom: 10px;
  display: block;
}

.content-article ol {
  counter-reset: num;
}

.content-article li {
  font-size: 17px;
}

.content-article li::before {
  margin-right: 19px;
  color: red;
  font-weight: bold;
  display: inline-block;
}

.content-article ul li::before {
  content: "\2022";
}

.content-article ol li::before {
  margin-right: 10px;
  content: counter(num) '. ';
  counter-increment: num;
}

.content-article {
  margin-bottom: 50px;
}

.pages a {
  color: #202020;
}

ul.row.categories-list {
  justify-content: flex-start;
}

.categories-list li {
  margin-right: 15px;
}


.case__right-img_banner {
  display: block;
  margin-bottom: 30px;
}

.content-article a {
  text-decoration: underline;
  color: #ea2d4a;
}

.content-article a:hover {
  color: #1365ee !important;
}

.content-article table {
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  border: 1px solid #000;
  width: 100% !important;
  border-spacing: 0px;
  max-width: 100%;
  border: none;
  margin-bottom: 30px;
}

.content-article td {
  /* border: 1px solid #000; */
  font-size: 15px;
  line-height: 23px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: none;
  text-align: left !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.content-article td p {
  margin-bottom: 16px;
}

.content-article td span {
  margin-bottom: 0;
}

.row.conference-content {
  margin-top: 30px;
}

.article-left .article-info span {
  margin-right: 15px;
}

.form-right .sub-txt {
  color: #fff;
  font-size: 18px;
  margin-bottom: 18px;
}

.jcfs {
  justify-content: flex-start;
}

blockquote * {
  margin: 0 !important;
}

blockquote img {
  margin-top: 15px !important;
}

#article li a {
  /* margin: 0 5px; */
}

#form-right h3 {
  max-width: 400px;
}

.content-article img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.content-article blockquote {
  margin-bottom: 30px;
}

.hot-offer .right img {
  width: 100%;
}

#vk_comments,
#vk_comments iframe {
  width: 100% !important;
}

.form-horizontal {
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  padding-bottom: 20px;
  padding-top: 20px;
}

span.help-inline {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}

.form-horizontal input {
  border: 1px solid #dedede;
  padding: 5px 10px;  
}

span.add-on {
  margin-right: 3px;
  margin-left: 2px;
  font-size: 14px;
}

.content-article .std, .content-article .g,  .content-article .g * {
  font-family: arial,sans-serif !important  ;
  font-size: 14px;
  font-weight: 400;
}

#article h3.r * {
  font-size: 20px;
  line-height: 1.3;
}

.g cite {
  color: #202124;
  font-style: normal;
}

.g a {
  color: #1a0dab !important;
}

.IsZvec * {
  color: #4d5156;
  line-height: 1.58;
}

#article h3.r {
  margin-top: 0;
  margin-bottom: 10px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  color: #fff;
  padding: 3px 5px;
}
#ptextarea1 {
  border: 1px solid #eee;
}
cite * {
    color: #085e27;
}

.ecMessagesTools {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ecMessagesTools__add {
    margin-top: 16px;
}

.ecMessagesTools__sort {
    margin-top: 16px;
}

.ecMessagesTools__sort label {
    color: #8b8b8b;
    font-size: 14px;
    margin-right: 16px;
}

.ecMessagesTools__sort select {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 5px;
    padding: 5px 8px 5px;
    border: 2px solid #ea2d4a;
}
@media (max-width: 768px) {
	
.side-author-top  {
	display: block;
    line-height: normal;
}
.big-table {
	overflow: auto;
	position: relative;
}
.big-table table {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.scroll-right:after {
	content: '';
	display: block;
	width: 15px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 500;
	background: radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 15px 100%;
	background-position: 100% 0%;
}
.scroll-left:before {
	content: '';
	display: block;
	width: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 500;
	background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 15px 100%;
}
}
.table-vpn__head{
  display: flex;
  justify-content: space-between;
  padding: 20px 15px 10px 15px;
}
.table-vpn__head-col{
  width: 16.6%;
  min-width: 16.6%;
  min-height: 55px;
  display: flex;
  align-items:center;
  line-height: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #202020;
  padding-right: 16px;
}
.table-vpn__row {
  display: flex;
  height: 78px;
  border: 1px solid #0000;
  background: #fafafa;
  border-radius: 5px;
  padding: 20px 15px;
  margin-bottom: 16px;
}
.table-vpn__row:nth-child(2){
  background: #fff9e7;
}
.table-vpn__row:last-child{
  margin-bottom: 0;
}
.table-vpn__item{
  width: 16.6%;
  min-width: 16.6%;
  padding-right: 16px;
}
.table-vpn__name {
  width: 16.6%;
  min-width: 16.6%;
}
.table-vpn__name-col {
  display: flex;
  align-items: center;
}
.table-vpn__name-img{
  min-width: 25px;
  width: 25px;
  height: 25px;
}
.table-vpn__name-img img{
  max-width: 100%;
}
.table-vpn__name-text {
  margin-left: 15px;
  font-weight: 700;
}
.table-vpn__name-link{
  display: block;
  margin-top: 5px;
  text-decoration: underline;
  font-size: 13px;
  color: #254097;
  transition: all ease .2s;
}
.table-vpn__rating {
  width: 16.6%;
  min-width: 16.6%;
}
.table-vpn__rating-count {
  display: flex;
  align-items:center;
}
.table-vpn__rating-count::before {
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  background-image: url('/assets/templates/images/icons/star-icon.svg');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 5px;
}
.table-vpn__rating-reviews{
  font-size: 13px;
  color: #254097;
  transition: all ease .2s;
  text-decoration: underline;
}
.table-vpn__restrictions{
  display: flex;
  align-items:center;
}
.table-vpn__restrictions p{
  font-size: 17px;
}
.table-vpn__restrictions-speed{
  display: flex;
  align-items:center;
  justify-content: space-between;
}
.table-vpn__restrictions-speed p{
  font-size: 17px;
}
.table-vpn__restrictions-speed .dialog{
  display: flex;
  align-items:center;
  justify-content: center;
  background: #cacaca;
  width: 20px;
  height: 20px;
  border-radius:50%;
  font-size: 12px;
  color:#fff;
  margin-right: 20px;
}
.table-vpn__restrictions-speed .dialog:hover{
  color:inherit;
}
.table-vpn__price{
  padding-left: 5px;
   display: flex;
  align-items:center;
}
.table-vpn__price p{
  font-size: 17px;
}
.table-vpn__btn{
  display: flex;
  align-items:center;
}
.table-vpn__btn-link{
  padding-left: 20px;
  padding-right: 20px;
  display: inline-flex;
  justify-content: center;
  align-items:center;
  height: 41px;
  background: #68af15;
  border:2px solid #68af15;
  color: #fff !important;
  font-size: 14px;
  border-radius: 5px;
   transform: all ease .2s;
}
.table-vpn__btn-link:hover{
  color:#68af15 !important;
  transform: all ease .2s;
  background-color:transparent;
}
.table-vpn__item-title{
  display: none;
}
.table-vpn__restrictions-speed .table-vpn__item-col{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media(max-width: 1200px){
  .table-vpn__head-col{
    font-size: 12px;
  }
  .table-vpn__row{
    justify-content: space-between;
    height: auto;
  }
  .table-vpn__restrictions p{
    font-size: 14px;
    line-height: normal;
  }
  .table-vpn__head-col:nth-child(2){
    width: 12.6%;
    min-width: 12.6%;
  }
  .table-vpn__head-col:nth-child(5){
    width: 12.6%;
    min-width: 12.6%;
  }
  .table-vpn__rating {
    width: 12.6%;
    min-width: 12.6%;
  }
  .table-vpn__price{
    width: 12.6%;
    min-width: 12.6%;
  }
  .table-vpn__name-text{
    white-space: nowrap;
  }
  .table-vpn__btn-link{
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
  }
}
@media(max-width:992px){
  .table-vpn__row{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .table-vpn__item{
    min-width: 50%;
    width: 50%;
    margin-bottom: 20px;
  }
  .table-vpn__item:last-child{
    margin-bottom: 0;
  }
  .table-vpn__restrictions-speed{
    justify-content: flex-start;
  }
  .table-vpn__restrictions-speed .dialog{
    margin-left: 20px;
  }
  .table-vpn__item-title{
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
  }
  .table-vpn__restrictions{
    display: block;
  }
  .table-vpn__restrictions-speed{
    display: block;
  }
  .table-vpn__price{
    display: block;
  }
  .table-vpn__restrictions-speed p{
     font-size: 14px;
    line-height: normal;
  }
  .table-vpn__item-col{
    display: flex;
    align-items:center;
  }
  .table-vpn__rating-reviews{
    margin-left: 20px;
  }
  .table-vpn__price{
    padding-left: 0;
  }
  .table-vpn__head{
    display: none;
  }
  .table-vpn__restrictions-speed .table-vpn__item-col{
    justify-content: flex-start;
  }
}
@media(max-width:575px){
  .table-vpn__item{
    padding-right: 0;
    width: 100%;
    min-width: 100%;
  }
  .table-vpn__btn-link{
    width: 100%;
  }
}



/********************/


#conference .blog__title-txt {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:16px;
}
#conference .blog__title-txt p{
    flex: 1 1 100%;
}
#conference  .blog-categories {
    margin: 20px 0 30px;
    padding: 0;
    gap: 16px;
}
@media(max-width:575px) {
    #conference  .blog-categories {
        flex-wrap: wrap;
    }
}
.conference-table{
    color: #1e1e1e;
    overflow:auto;
}
.conference-table_thead{
    display: table-header-group;
    vertical-align: middle;
}
.conference-table_tbody{
    display: table-row-group;
    vertical-align: middle;
}
.conference-table_table{
    color: #1e1e1e;
    width:100%;
    height: 1px;
    font-size: 14px;
    min-width:600px;
    border-collapse: collapse;
    display: table;
}
.conference-table_th{
    text-align: left;
    font-weight: 500;
    padding: 5px 12px 12px;
    display: table-cell;
    vertical-align: inherit;
}
.conference-table_tr{
    display: table-row;
    vertical-align: inherit;
}
.conference-table_td{
    display: table-cell;
    vertical-align: inherit;
    text-align: left;
    padding: 0 0 12px 0;
    height: inherit;
}
.conference-table_table b{
    display: none;
    font-weight: 500;
    margin-right: 5px;
}
.conference-table_td>div{
    background: #fafafa;
    padding: 12px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    min-height: 70px;
}
.conference-table_td:first-child>div{
    border-radius: 5px 0 0 5px;
}
.conference-table_td:last-child>div{
    border-radius: 0 5px 5px 0;
}
.conference-table_td>div.ct-name{
    font-size: 17px;
    line-height: 1.4;
}
.conference-form {
    color: #1e1e1e;
    margin-top: 40px;
}
.conference-table a{
    color: #254097;
}

.conference-form__title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}
.conference-form__intro {
    margin-bottom: 16px;
    font-size: 14px;
}
.conference-form__intro p{
    font-size: 14px;
    margin-bottom: 14px;
}
.conference-form__intro ol{
    margin-top: 14px;
    list-style: decimal;
    padding-left: 16px;
}
.conference-form__intro ol li{
    list-style-type: decimal;
    display: list-item;
    margin-bottom: 4px;
}
.conference-form__box{
    background: #fafafa;
    padding: 20px 35px;
    border-radius: 5px;
}
.conference-form__box .block-btn{
    margin-top: 16px;
}

@media(max-width:575px) {

    .conference-table_table{
        min-width:0;
    }

    .conference-table_tr {
        display: flex;
        flex-direction:column;
        margin-bottom:16px;
        background: #fafafa;
        padding: 20px 10px
    }
    .conference-table_td{
        padding: 0;
        display:block;

    }
    .conference-table_td div{
        padding: 0;
        min-height:0;
    }
    .conference-table_table b{
        display: inline-block;
    }
    .ct-name {
        margin: 12px 0;
    }

    .conference-table_td>div.ct-date {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        color: #888;
        font-size: 12px;
    }
    .conference-table_td>div.ct-place,
    .conference-table_td>div.ct-price {
        font-size: 12px;
    }
    .conference-table_thead {
        display: none;
    }
}
.fc-group{
    margin-bottom: 16px;
}
.fc-group label{
    margin-bottom: 6px;
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.fc-group small{
    display: block;
    font-size: 12px;
    line-height: 1.24;
    color:#999;
    margin:4px 0 6px;
}
.fc-input{
    display: block;
    border: 1px #ddd solid;
    outline: none;
    width: 100%;
    padding: 8px 12px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
}
.fc-checkbox{
    display: block;
}
.fc-checkbox span{
    font-size: 14px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.fc-checkbox span small{
    font-size: 12px;
    font-weight: 400;
}
.fc-checkbox input{
    display: none;
}
.fc-checkbox span i{
    display: block;
    height: 16px;
    width: 16px;
    margin-right: 8px;
    vertical-align: middle;
    border:1px #ddd solid;
    background: #fff;
    position: relative;
    flex:0 0 16px;
}
.fc-checkbox input:checked ~ span i:before{
    position: absolute;
    content: '';
    display: block;
    height: 4px;
    top: 3px;
    left: 2px;
    width: 8px;
    border-left: 2px #112b84 solid;
    border-bottom: 2px #112b84 solid;
    transform: rotate(-53deg);
}
.fc-checkbox-group{
    display: flex;
    flex-direction: row;
    gap:10px 32px;
    flex-wrap: wrap;
}
.conf-content__price{
    margin-top: 26px;
}
.conf-content__button{
    margin-top: 26px;
}
.conf-content__price b{
    font-weight: 500;
}
.conf-content__article {
    margin-top: 34px;
}
.box-row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}
.box-col_100{
    flex: 0 0 auto;
    width: 100%;
    padding: 0 0.5rem;
}

.box-col_50{
    flex: 0 0 auto;
    width: 50%;
    padding: 0 0.5rem;
}

@media(max-width:575px) {
    .box-col_50{
        width: 100%;
        padding: 0 0.5rem;
    }
    .fc-checkbox-group {
        display: block;
    }
}

.xbtn{
    text-align: center;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    background: #ea2d4a;
    font-size: 14px;
    border-radius: 5px;
    padding: 11px 19px 10px;
    border: 2px solid #ea2d4a;
    text-decoration: none !important;
}
.xbtn:hover{
    color: #ea2d4a;
    background: #fff;
}
.xbtn_green{
    color: #fff;
    background: #68af15;
    border-color: #68af15;
}
.xbtn_green:hover{
    color: #68af15!important;
    background: #fff;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #888;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #888;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

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