﻿/*
 * Theme Name: Basic
 * Description: Basic is fully responsive, clean and minimal WordPress theme. It has various options in WordPress Customizer to change look of the theme - primary design color, background and header, page layout (left or right sidebar, full or centered content). Clean valid code, semantic markup, markup by Schema.org, full adaptation to mobile devices. Basic is ready to use with child themes and gives for developers simple design change with custom hooks and action. Translation Ready (English, Russian, Ukrainian, French, German, Polish, Turkish). Fully compatible with WPML, WooCommerce, bbPress.
 * Theme URI: http://wp-puzzle.com/basic/
 * Author: WP Puzzle
 * Author URI: http://wp-puzzle.com/
 * Version: 1.3.10
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: two-columns, one-column, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, microformats
 * Text Domain: basic
 */

/* reset & 12 columns
 * ============================================================================ */

@font-face {
  font-family: "PT Sans Narrow Loc";
  src: url(../../fonts/PTSans-NarrowBold.eot);
  src: url("../../fonts/PTSans-NarrowBold-1.eot")
      format("embedded-opentype"),
    url(../../fonts/PTSans-NarrowBold.woff2) format("woff2"),
    url(../../fonts/PTSans-NarrowBold.woff) format("woff"),
    url(../../fonts/PTSans-NarrowBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PT Sans Narrow Loc";
  src: url(../../fonts/PTSans-Narrow.eot);
  src: url("../../fonts/PTSans-Narrow-1.eot")
      format("embedded-opentype"),
    url(../../fonts/PTSans-Narrow.woff2) format("woff2"),
    url(../../fonts/PTSans-Narrow.woff) format("woff"),
    url(../../fonts/PTSans-Narrow.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PT Sans Loc";
  src: url(../../fonts/PTSans-Bold.eot);
  src: url("../../fonts/PTSans-Bold-1.eot")
      format("embedded-opentype"),
    url(../../fonts/PTSans-Bold.woff2) format("woff2"),
    url(../../fonts/PTSans-Bold.woff) format("woff"),
    url(../../fonts/PTSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PT Sans Loc";
  src: url(../../fonts/PTSans-Regular.eot);
  src: url("../../fonts/PTSans-Regular-1.eot")
      format("embedded-opentype"),
    url(../../fonts/PTSans-Regular.woff2) format("woff2"),
    url(../../fonts/PTSans-Regular.woff) format("woff"),
    url(../../fonts/PTSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.font1 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

.font2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

.font3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
}

.font4 {
  font-family: "Noto Sans Display", sans-serif;
  font-weight: 400;
}

.font5 {
  font-family: "Noto Sans Display", sans-serif;
  font-weight: 500;
}

.font6 {
  font-family: "Noto Sans Display", sans-serif;
  font-weight: 600;
}

.font7 {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  /*font-size:16px;*/
  text-decoration: none;
  vertical-align: baseline;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

body.hidden {
  overflow: hidden;
}

ol,
ul {
  list-style: none;
}

a:focus {
  outline: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
object,
embed,
video {
  max-width: 100%;
}

object,
embed,
video {
  width: 100%;
}

img {
  height: auto;
  vertical-align: middle;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.grid {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.grid [class*="col"] {
  width: 100%;
  margin-left: 0;
}

@media screen and (min-width: 1024px) {
  .grid {
    width: 100%;
  }

  .grid [class*="col"] {
    float: left;
  }

  .grid:after,
  .grid:before,
  .grid .newrow:before {
    display: table;
    line-height: 0;
    content: "";
  }

  .grid:after,
  .grid .newrow,
  .grid .newrow:before {
    clear: both;
  }

  .grid [class*="col"] {
    margin-left: 1.694915254%;
    margin-right: 0;
  }

  .grid .newrow,
  .grid [class*="col"]:first-of-type {
    margin-left: 0;
  }

  .grid .col1 {
    width: 6.779661017%;
  }

  .grid .col2 {
    width: 15.25423729%;
  }

  .grid .col3 {
    width: 23.72881356%;
  }

  .grid .col4 {
    width: 32.20338983%;
  }

  .grid .col5 {
    width: 40.6779661%;
  }

  .grid .col6 {
    width: 49.15254237%;
  }

  .grid .col7 {
    width: 57.62711864%;
  }

  .grid .col8 {
    width: 66.10169492%;
  }

  .grid .col9 {
    width: 74.57627119%;
  }

  .grid .col10 {
    width: 83.05084746%;
  }

  .grid .col11 {
    width: 91.52542373%;
  }

  .grid .col12 {
    width: 100%;
  }
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.b {
  font-weight: 700;
}

.i {
  font-style: italic;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.pn {
  padding: 0;
}

.mn {
  margin: 0;
}

.hide {
  display: none;
}

html {
  height: 100%;
}

body {
  width: 100%;
  min-width: 280px;
  background: #fff;
  scroll-behavior: smooth;
}

.wrapper {
  margin: 0 auto;
  overflow: visible;
}

#header {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

#content {
  width: 100%;
  float: none;
}

#main {
  padding-bottom: 104px;
}

#sidebar {
  display: none;
}

#sidebar.block {
  display: block;
}

.maxwidth {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1210px;
  padding: 0 15px;
  box-sizing: border-box;
}

body.custom-background .wrapper {
  margin: 0 auto;
  background: #fff;
  max-width: 1160px;
}

a {
  color: #2a2e3d;
}

a:hover {
  color: #1367fa;
}

p {
  padding: 0 0 1em 0;
}

p:last-child {
  padding-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wtitle,
.title {
  margin: 0;
  padding: 0 0 0.5em;
  line-height: 1.1;
  font-family: "PT Sans Narrow Loc", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.title {
  font-size: 36px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

blockquote,
q {
  position: relative;
  padding: 30px 30px 30px 80px;
  margin: 10px 0 20px 30px;
  color: #2a2e3d;
  background: #efefef;
  border-left: 3px solid #1367fa;
  border-radius: 3px;
  display: block;
}

blockquote:after {
  content: "”";
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 4em;
  line-height: 1;
}

table th {
  background: #ddd;
  border-right: 1px solid #fff;
  padding: 10px 20px;
}

table tr th:last-child {
  border-right: 1px solid #ddd;
}

table td {
  padding: 5px 20px;
  border: 1px solid #ddd;
}

pre {
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 10px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 1.25;
  margin: 0 0 1em 0;
  overflow: auto;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

input,
textarea,
select,
button {
  padding: 10px 10px 10px 0;
  border-color: #ddd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font: 300 16px/1.25 "Open Sans", Tahoma, Verdana, Segoe, sans-serif;
  color: #2a2e3d;
}

textarea {
  min-height: 90px;
  max-width: 100%;
  box-sizing: border-box;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="time"],
input[type="month"],
input[type="week"],
input[type="number"],
input[type="search"] {
  padding: 9px 10px;
  border-width: 1px;
  border-style: solid;
  min-height: 20px;
}

input[type="search"] {
  height: 40px;
}

input[type="color"] {
  padding: 0;
  border: 0;
  background: #fff;
}

input[type="button"],
button,
.submit,
.button {
  padding: 10px 20px;
  min-height: 20px;
  line-height: 20px;
  border: 0;
  background-color: #1367fa;
  color: #fff;
  cursor: pointer;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.submit:hover,
.button:hover {
  opacity: 0.9;
}

.sitetitle {
  text-align: center;
}

#logo {
  display: block;
  margin: 0;
  padding: 0;
  color: #1367fa;
  text-decoration: none;
  display: flex;
  height: 62px;
}

#logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#logo:hover {
  opacity: 0.9;
}

.sitedescription {
  padding-top: 10px;
}

.sitetitle.center .custom-logo {
  margin-left: auto;
  margin-right: auto;
}

.sitetitle.right .custom-logo {
  margin-left: auto;
  margin-right: 0;
}

.custom-logo-top {
  display: block;
  margin-bottom: 20px;
}

.custom-logo-bottom {
  display: block;
  margin-top: 20px;
}

.sitetitle .custom-logo-left {
  float: left;
  margin-right: 20px;
}

.sitetitle .custom-logo-right {
  float: right;
  margin-left: 20px;
}

.sitetitle.right .custom-logo-right,
.sitetitle.left .custom-logo-right {
  margin-left: 20px;
  margin-right: 0;
}

.sitetitle.left .custom-logo-left,
.sitetitle.right .custom-logo-left {
  margin-left: 0;
  margin-right: 20px;
}

#mobile-menu {
  display: block;
  cursor: pointer;
  z-index: 999;
  background-image: url(../../uploads/2023/10/burger.png);
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.topnav nav {
  z-index: 9999;
}

.top-menu {
  position: absolute;
  z-index: 1000;
  width: 100%;
}

.top-menu li {
  padding: 0;
  display: block;
  display: flex;
  height: 100%;
  align-items: center;
}

.top-menu li > a,
.top-menu li > span {
  display: block;
  padding: 0;
  color: var(--red, #1367fa);
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  cursor: pointer;

  /* padding-left: 15px;
  padding-right: 44px; */

  /* height: 100%; */
  display: flex;
  align-items: center;
}

.top-menu > .menu-item {
  white-space: nowrap;
}

.top-menu .sub-menu {
  margin: 0;
}

@media screen and (max-width: 850px) {
  .topnav {
    background-color: #2a2e3d;
  }

  .top-menu li.menu-item-has-children {
    position: relative;
  }

  .top-menu .sub-menu li.menu-item-has-children > .open-submenu {
    height: 40px;
    line-height: 40px;
  }

  .top-menu .submenu-opened > .open-submenu:before {
    content: "–";
  }
}

.entry-box {
  margin: 0;
}

.entry-box ul,
.entry-box ol {
  margin: 0.5em 0 1em 50px;
}

.entry-box ul {
  list-style: outside url(img/li.svg);
}

.entry-box ol {
  list-style: decimal;
}

.entry-box ul ul,
.entry-box ul ol,
.entry-box ol ol,
.entry-box ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-box li {
  padding-top: 5px;
}

.entry-box ul li {
  padding-left: 5px;
  position: relative;
}

.ftrwidget ul {
  list-style: outside url(img/li.svg);
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 1em;
}

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

.comment-body ol,
.comment-body ul {
  margin: 0.2em 0 0.5em 40px;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body ol {
  margin-left: 40px;
  list-style-type: decimal;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6,
.comment-body h2,
.comment-body h3,
.comment-body h4,
.comment-body h5,
.comment-body h6 {
  padding-top: 30px;
  padding-bottom: 10px;
}

.sticky {
  border: 5px solid #eee;
  padding: 30px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.blog-home-header {
  margin-bottom: 50px;
}

.anons h2 {
  font-size: 30px;
  padding-bottom: 0;
}

.anons-thumbnail {
  display: none;
}

.anons-thumbnail.show {
  display: block;
}

.anons img {
  margin-bottom: 15px;
  margin-top: 5px;
  max-width: 100%;
  height: auto;
}

.largeimage {
  margin: 0 0 1em;
  max-width: 100%;
  height: auto;
}

.medium,
.thumbnail {
  float: left;
  margin: 5px 1.5em 0.5em 0;
}

.medium {
  max-width: 50%;
  height: auto;
}

.thumbnail {
  max-width: 30%;
  height: auto;
}

.more-link-box {
  text-align: right;
}

.more-link {
  display: inline-block;
  padding: 10px 20px;
  background: #1367fa;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
}

.more-link:after {
  content: "➤";
  float: right;
  margin-left: 10px;
  margin-right: -5px;
}

.more-link:hover {
  opacity: 0.8;
  color: #fff;
}

.meta {
  margin: 10px 0 0;
  font-size: 12px;
}

.meta span {
  padding-right: 20px;
}

.meta span.hide {
  display: none;
}

.meta .fa {
  padding: 0 5px 0 0;
}

.meta,
.meta a {
  color: #999;
}

.meta a {
  text-decoration: none;
}

.meta a:hover {
  text-decoration: underline;
}

.inform {
  margin-bottom: 2em;
  border-bottom: 1px dotted #e2e2e2;
}

.inform h1 {
  padding-bottom: 1em;
}

.social_share {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #ddd;
}

.social_share li,
.social_share ul {
  margin: 0 !important;
  padding: 0 10px 0 0 !important;
  list-style: none;
}

.social_share li:before {
  display: none;
}

.psb {
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  margin: 0 10px 0 0;
  background: url(img/socialshare.png) 0 0 no-repeat;
  transition: top 0.3s;
  position: relative;
  top: 0;
}

.psb,
.share42-item {
  transition: top 0.3s;
  position: relative;
  top: 0;
}

.psb:hover,
.share42-item:hover {
  position: relative;
  top: 3px;
}

.fb {
  background-position: 0 0;
}

.ok {
  background-position: -80px 0;
}

.tw {
  background-position: -40px 0;
}

.vk {
  background-position: -120px 0;
}

.gp {
  background-position: -160px 0;
}

.entry iframe {
  max-width: 100%;
}

.entry img {
  max-width: 100%;
  height: auto;
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: 1px;
  border-radius: 10px;
}

.alignleft img {
  display: block;
  margin: 0 auto 0 0;
}

.alignright img {
  display: block;
  margin: 0 0 0 auto;
}

img.alignleft,
.alignleft {
  float: left;
  margin-right: 20px;
  margin-left: 0;
}

img.alignright,
.alignright {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

.aligncenter,
div.aligncenter,
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry .attachment,
.entry .caption,
.entry .gallery-caption {
  text-align: center;
}

.entry .attachment .navigation {
  height: 150px;
}

.wp-caption,
.attachment img {
  text-align: center;
  max-width: 100%;
}

.wp-caption img {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-caption-text,
.wp-caption p.wp-caption-text {
  font-size: 12px;
  color: #2a2e3d;
  margin: 0 0 15px;
}

.entry .wp-smiley {
  margin: 0;
  padding: 0;
  border: 0;
}

.gallery {
  border: 2px solid #eee;
  padding: 15px 20px;
  margin: 20px 0 30px;
}

.gallery:after {
  content: "";
  display: table;
  clear: both;
}

.gallery-item img {
  display: block;
  margin: 0 auto;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  padding: 10px 0;
}

.gallery-columns-2 .gallery-item {
  width: 48%;
  padding: 10px 1%;
  float: left;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 1) {
  clear: both;
}

.gallery-columns-3 .gallery-item {
  width: 31.33333333333333%;
  padding: 10px 1%;
  float: left;
}

.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
  clear: both;
}

.gallery-columns-4 .gallery-item {
  width: 23%;
  padding: 10px 1%;
  float: left;
}

.gallery-columns-4 .gallery-item:nth-child(4n + 1) {
  clear: both;
}

.gallery-columns-5 .gallery-item {
  width: 18%;
  padding: 10px 1%;
  float: left;
}

.gallery-columns-5 .gallery-item:nth-child(5n + 1) {
  clear: both;
}

.gallery-columns-6 .gallery-item {
  width: 14.66666666666667%;
  padding: 10px 1%;
  float: left;
}

.gallery-columns-6 .gallery-item:nth-child(6n + 1) {
  clear: both;
}

.gallery-columns-7 .gallery-item {
  width: 12.28571428571429%;
  padding: 10px 1%;
  float: left;
}

.gallery-columns-7 .gallery-item:nth-child(7n + 1) {
  clear: both;
}

.gallery-columns-8 .gallery-item {
  width: 10.5%;
  padding: 10px 1%;
  float: left;
}

.gallery-columns-8 .gallery-item:nth-child(8n + 1) {
  clear: both;
}

.gallery-columns-9 .gallery-item {
  width: 10%;
  padding: 10px 0.5555555555555556%;
  float: left;
}

.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: both;
}

.nav-links {
  line-height: 40px;
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  justify-content: center;
  width: 100%;
}

.nav-links a {
  text-decoration: none;
}

.nav-links .page-numbers,
.nav-links .inactive {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;

  color: var(--gray, #979797);
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;

  background-repeat: no-repeat;
  background-size: cover;
}

.nav-links a:hover {
  background-color: #f7f7f7;
  border-radius: 50%;
}

.nav-links .page-numbers.current {
  color: #1367fa;
}

.nav-links .page-numbers.prev {
  background-image: url(../../uploads/2023/07/frame-7915.svg);
}

.nav-links .inactive.prev {
  background-image: url(../../uploads/2023/07/frame-7912-1.svg);
}

.nav-links .page-numbers.prev:hover {
  background-image: url(../../uploads/2023/07/frame-7920.svg);
}

.nav-links .page-numbers.next {
  background-image: url(../../uploads/2023/07/frame-7914.svg);
}

.nav-links .inactive.next {
  background-image: url(../../uploads/2023/07/frame-7912-rotated-1.svg);
}

.nav-links .page-numbers.next:hover {
  background-image: url(../../uploads/2023/07/frame-71014.svg);
}

.navigation {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  grid-column-start: 1;
  grid-column-end: 3;
}

.nav-links .total {
  margin-right: 5px;
}

.blog_pagination {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-top: 40px;
}

.content-grid__pagination .page-numbers {
  display: none;
}

.content-grid__pagination .page-numbers:nth-child(-n + 2) {
  display: flex;
}

.content-grid__pagination .page-numbers:last-child {
  display: flex !important;
}

.content-grid__pagination .page-numbers.active {
  display: flex;
}

@media (max-width: 930px) {
  .blog_pagination {
    grid-column-start: inherit;
    grid-column-end: inherit;
  }
}

.page-numbers {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  column-gap: 8px;
  cursor: pointer;
}

.page-numbers li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--gray, #979797);
  font-family: "PT Sans Narrow Loc";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-numbers li .page-numbers.current {
  color: #1367fa;
}

.page-numbers li .page-numbers.prev {
  background-image: url(../../uploads/2023/07/frame-7915.svg);
}

.page-numbers li span.prev.inactive {
  background-image: url(../../uploads/2023/07/frame-7912-1.svg);
}

.page-numbers li .page-numbers.next {
  background-image: url(../../uploads/2023/07/frame-7914.svg);
}

.page-numbers li span.next.inactive {
  background-image: url(../../uploads/2023/07/frame-7912-rotated-1.svg);
}

@media (max-width: 930px) {
  .page-numbers li:nth-child(2) {
    display: none;
  }

  .page-numbers li:nth-last-child(2) {
    display: none;
  }
}

#comments,
#respond {
  margin: 60px 0 0;
}

.comments-title,
#reply-title {
  font-size: 30px;
  padding: 20px 0 5px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.comments-title .cnt {
  float: right;
  font-size: 0.7em;
}

.comment-list {
  margin: 10px 0 0 0;
}

.comment-body {
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 100px;
  background: #f9f9f9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}

.comment-body a {
  text-decoration: none;
}

.comment-body a:hover {
  text-decoration: underline;
}

.comment .avatar {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.comment-author {
  float: left;
  margin-right: 10px;
  line-height: 20px;
}

.comment-metadata {
  font-size: 0.7em;
  line-height: 17px;
  padding-top: 3px;
}

.says {
  display: none;
}

.comment-content {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.3;
  clear: both;
}

.comment-reply-link {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: #c5c5c5;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.bypostauthor .comment-body {
  background: #efefef;
}

.rinput,
.rcomment {
  margin-bottom: 10px;
}

.rinput input {
  width: 92%;
  padding-left: 4%;
  padding-right: 4%;
}

.rcomment textarea {
  width: 100%;
}

#cancel-comment-reply-link {
  font-size: 14px;
  float: right;
}

.comment #respond {
  margin: -20px 0 60px 0;
}

#widgetlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

#widgetlist > li:last-child {
  margin-bottom: 0;
}

.widget,
.categories,
#widgetlist > li {
  margin-bottom: 60px;
  padding: 0;
}

.wtitle {
  padding: 0 0 5px 0;
  margin-bottom: 15px;
  border-bottom: 2px solid #555;
  color: #2a2e3d;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.widget ul {
  margin: 0 0 0 15px;
  list-style: outside url(img/li.svg);
}

.widget li {
  padding: 5px 0 5px 5px;
}

.widget .children {
  margin-left: 20px;
}

.widget_calendar td,
.widget_calendar th {
  padding: 10px;
}

.widget a {
  text-decoration: none;
}

.widget a:hover {
  text-decoration: underline;
}

.serp {
  position: relative;
}

.serp:not(:last-child) {
  margin-bottom: 24px;
}

.serp .name {
  color: var(--black, #2a324a);
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.serp .name:hover {
  color: var(--red, #1367fa);
}

.serp .content {
  color: var(--black, #2a324a);
  font-family: "PT Sans Loc", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 6px;
}

.serp .link {
  color: var(--red, #1367fa);
  font-family: "PT Sans Loc", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 6px;
  display: inline-block;
}

.serp .meta {
  margin: 5px 0 0 0;
  font-size: 10px;
  line-height: 1;
}

.serp .entry {
  margin-top: 10px;
}

.serp .entry p {
  font-size: 14px;
  line-height: 1.3;
}

.product_meta {
  font-size: 0.9em;
}

.product_meta > span {
  display: block;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #1367fa;
  line-height: 22px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.woocommerce-page .page-description {
  margin: 1em 0 2em;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #1367fa;
  opacity: 0.8;
}

form#bbp-search-form {
  margin-bottom: 20px;
}

form#bbp-search-form input[type="text"] {
  padding: 5px 10px;
}

form#bbp-search-form input[type="submit"] {
  padding: 7px 15px;
  margin-left: -10px;
}

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  margin-bottom: 0;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
}

#wp-bbp_reply_content-editor-container {
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#qt_bbp_reply_content_toolbar {
  border-radius: 6px 6px 0 0;
}

.bbp-topic-permalink,
.bbp-forum-title {
  text-decoration: none;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content {
  margin: 0;
  color: #818181;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  padding: 20px;
}

.bbp-header .bbp-topic-title .bbp-topic-title,
.bbp-header .bbp-forum-info {
  padding-left: 10px;
  box-sizing: border-box;
}

li.bbp-topic-title {
  width: 47%;
}

li.bbp-forum-topic-count {
  text-align: left;
}

li.bbp-forum-reply-count,
li.bbp-topic-voice-count,
li.bbp-topic-reply-count {
  text-align: left;
  width: 13%;
}

li.bbp-forum-freshness,
li.bbp-topic-freshness {
  text-align: left;
  width: 19%;
}
.footer-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
}

.footmenu {
  padding: 0 0 20px 0;
  margin: 0;
  text-align: center;
}

.footer-menu li {
  display: inline-block;
  padding: 5px 10px;
}

#footer .footer-menu a:hover {
  color: #fff;
  opacity: 0.7;
}

#copy {
  text-align: center;
}

#designedby {
  text-align: center;
  opacity: 0.8;
}

#toTop {
  position: fixed;
  z-index: 1000;
  bottom: 30px;
  left: 30px;
  cursor: pointer;
  width: 60px;
  height: 60px;
}

@media only screen and (min-width: 768px) {
  .sitetitle {
    text-align: left;
  }

  .sitetitle.center {
    text-align: center;
  }

  .sitetitle.right {
    text-align: right;
  }

  #header {
    background-size: auto;
  }

  body.custom-background #header {
    background-size: contain;
  }

  .anons-thumbnail {
    display: block;
  }

  .rinput {
    display: inline-block;
    width: 30%;
    margin-right: 4%;
  }

  .rurl {
    margin-right: 0;
  }

  #copy {
    text-align: left;
    padding-bottom: 0;
  }

  #designedby {
    text-align: right;
  }
}
@media only screen and (min-width: 850px) {
  body.custom-background #header .menu {
    width: 100%;
    margin: 0;
    padding: 0 40px;
    border-radius: 0;
  }

  body.custom-background .wrapper {
    margin: 40px auto;
  }

  body.custom-background .wrapper {
    border-radius: 10px;
  }

  body.custom-background #footer {
    border-radius: 0 0 10px 10px;
  }

  .top-menu {
    border-radius: 5px;
    position: static;
    text-align: center;
  }

  .top-menu li {
    display: inline-block;
    position: relative;
  }

  .top-menu li a {
    border-bottom: 0;
    font-weight: 400;
    color: #ccc;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }

  .top-menu .sub-menu li,
  .top-menu .children li {
    display: block;
    text-align: left;
  }

  .top-menu .sub-menu .sub-menu,
  .top-menu .children .children {
    display: none;
    top: 0;
    left: 100%;
    padding: 0;
    border-top: 0;
  }

  .top-menu .sub-menu li:hover > .sub-menu,
  .top-menu .children li:hover > .children {
    display: block;
  }

  .top-menu .menu-item-has-children > a:after,
  .top-menu .menu-item-has-children > span:after,
  .top-menu .page_item_has_children > a:after,
  .top-menu .page_item_has_children > span:after {
    display: block;
    margin: 0 auto;
    content: "";
    background: url("img/material-symbols_keyboard-arrow-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;

    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .top-menu .sub-menu > .menu-item-has-children > a:after,
  .top-menu .sub-menu > .menu-item-has-children > span:after,
  .top-menu .children > .page_item_has_children > a:after,
  .top-menu .children > .page_item_has_children > span:after {
    content: "\203A";
    margin: 0;
    transform: none;
    display: inline;
    padding-left: 10px;
  }
  .top-menu .page_item_has_children > a,
  .top-menu .page_item_has_children > span {
    padding-right: 10px;
  }
}

@media only screen and (min-width: 1151px) {
  .top-menu li:hover > .sub-menu,
  .top-menu li:hover > .children {
    display: block;
  }
}

@media only screen and (min-width: 1280px) {
  body.custom-background #header {
    border-radius: 10px 10px 0 0;
  }

  #navpages li {
    padding-left: 10px;
  }

  #navpages .sub-menu {
    margin-left: 10px;
  }

  #navpages .sub-menu .sub-menu {
    left: 190px;
  }

  #navpages li a {
    font-size: 16px;
    padding: 10px;
  }

  .comment-list ul.children {
    margin: 0 0 50px 30px;
  }
}

body {
  font-family: "PT Sans", sans-serif;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  color: #41485b;
  font-size: 16px;
  margin: 0;
}

.sitetitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 26px;
}

.logo {
  padding: 13px 0;
  margin-right: auto;
}

.top-menu {
  margin: 0 !important;
  text-align: left;
}

.top-menu .menu-item a {
  display: flex;
  align-items: center;
  height: 100%;
}

.head-link-default > a {
  cursor: default !important;
}

.topnav {
  background-color: var(--background_dark, #363f5b);
  box-sizing: border-box;
}

.topnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 14999;
}

.topnav nav {
  float: left;
}

.top_menu {
  width: auto;
  float: left;
  display: block;
}

.top_menu .menu-item.current-menu-item span {
  color: #1367fa;
  position: relative;
}

.top_menu .menu-item.current-menu-item span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1367fa;
  bottom: 0;
  left: 0;
}

.top_menu .menu-item:hover a {
  color: #7d2c41;
  text-decoration: none;
}

.menu-item-not-has-children {
  position: absolute !important;
}

.slick_header .menu-item-not-has-children {
  top: 0;
}

.slick_header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.menu-item-not-has-children a {
  height: 40px;
}

.top_second_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 40px;
}

.top_second_menu a {
  text-decoration: none;
  color: #1367fa;
}

.top_second_menu a:hover {
  text-decoration: none;
  color: #2a2e3d;
}

.block_button_header .header-email {
  color: #1367fa;
}

.block_button_header {
  width: auto;
  float: left;
  text-align: center;
  text-align: -webkit-center;
  color: #1367fa;
}

.button,
.form-btn .wpcf7-form-control {
  background-color: #1367fa;
  color: #fff;
  text-decoration: none;
  padding: 0 25px;
  border-radius: 5px;
  width: 196px;
  text-align: center;
  border: 2px solid #1367fa;
  transition: all 0.5s ease;
  position: relative;
  font-size: 16px;
  line-height: 110%;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn_head {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.button:hover,
.form-btn:hover .wpcf7-form-control {
  color: #1367fa;
  background-color: transparent;
  border: 2px solid #1367fa;
}

.form-btn {
  margin-top: 50px;
}

.button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  transition: all 0.5s ease;
}

.button:hover:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 3px;
}

.button_top_header {
  margin: 25px 0;
  width: fit-content !important;
}

.btn_head {
  display: flex;
  padding-left: 0;
  padding-right: 0;
}

.button_header_tel_display {
  display: none;
  margin: 25px 0;
  font-size: 19px;
}

.btn_arrow:before {
  background-color: transparent;
}

.btn_arrow:hover:before {
  background-color: transparent;
}

.btn_border {
  height: 50px;
  display: inline-block;
  color: #1367fa;
  text-decoration: none;
  line-height: 46px;
  padding: 0 25px;
  border-radius: 5px;
  width: 196px;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  border: 1px solid #f1e9eb;
  transition: all 0.5s ease;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.h-block-form .btn_border {
  border: 1px solid #dacfd2;
  margin-top: 30px;
}

.btn_border:before,
.btn_border:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  box-sizing: border-box;
}

.btn_border:before {
  bottom: 0;
  left: 0;
  border-left: 2px solid #1367fa;
  border-top: 2px solid #1367fa;
  border-radius: 5px;
  transition: 0s ease opacity 0.8s, 0.2s ease width 0.4s, 0.2s ease height 0.6s;
}

.btn_border:after {
  top: 0;
  right: 0;
  border-right: 2px solid #1367fa;
  border-bottom: 2px solid #1367fa;
  border-radius: 5px;
  transition: 0s ease opacity 0.4s, 0.2s ease width, 0.2s ease height 0.2s;
}

.btn_border:hover:before,
.btn_border:hover:after {
  height: 100%;
  width: 100%;
  opacity: 1;
}

.btn_border:hover:before {
  transition: 0s ease opacity 0s, 0.2s ease height, 0.2s ease width 0.2s;
}

.btn_border:hover:after {
  transition: 0s ease opacity 0.4s, 0.2s ease height 0.4s, 0.2s ease width 0.6s;
}

@media only screen and (max-width: 1100px) {
  .topnav nav {
    width: 100%;
  }

  .button_header_tel_display {
    display: block;
  }

  .block_button_header {
    width: auto;
  }
}

@media only screen and (max-width: 849px) {
  .block_button_header_top_menu {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .block_button_header {
    width: 50%;
    text-align: center;
    text-align: -moz-center;
  }
}

@media only screen and (max-width: 560px) {
  .header .logo {
    width: auto;
    text-align: center;
  }

  .top_menu {
    display: none;
  }
}

.sub-menu .menu-item a,
.sub-menu .menu-item span {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: none;
}

.sub-menu .menu-item {
  white-space: normal;
  height: fit-content;
}

.slick_header {
  height: 70px;
  background: #2a2e3d;
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}

.slick_header .maxwidth {
  height: 100%;
}

.slick_header .top-menu {
  float: left;
  padding-top: 0;
  padding-left: 10px;
  width: auto;
}

.slick_logo {
  padding: 10px 0;
  float: left;
}

.slick_tel {
  color: #1367fa;
  font-size: 30px;
  font-weight: 900;
  display: inline-block;
  text-decoration: none;
  float: right;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 8px;
}

.slick_tel:hover {
  color: #ccc;
}

.slick_header ul.top-menu > li > a,
.slick_header ul.top-menu > li > span {
  padding: 0;
}

.slick_header .top-menu > li > span,
.slick_header .menu-item-not-has-children > a {
  padding-top: 15px !important;
}

.slick_header
  .top-menu
  > li.menu-item-not-has-children.current-menu-item
  > span {
  padding-top: 15px !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 0;
}

.font-bold-44 {
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
}

.font-size-36 {
  font-size: 36px;
  line-height: 45px;
}

.height-540 {
  height: 540px;
}

.vc_custom_1591777490553 .vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
  top: 0 !important;
  z-index: 9;
  margin-top: 50px !important;
}

.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger {
  background-color: #2a2e3d !important;
  border: none !important;
}

.vc_pagination-color-grey.vc_pagination-style-outline
  .vc_active
  .vc_pagination-trigger {
  background-color: #1367fa !important;
}

.top-center {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 15px !important;
  text-align: center;
}

.top-center img {
  cursor: pointer;
}

#slide-1,
#slide-2,
#slide-4,
#slide-3 {
  background-position: right !important;
  background-repeat: no-repeat !important;
}

@media only screen and (max-width: 1250px) {
  #slide-4 {
    background-position-x: -140px !important;
  }
}

@media only screen and (max-width: 480px) {
  #slide-4 {
    background-position-x: -200px !important;
  }
}

@media only screen and (max-width: 385px) {
  #slide-4 {
    background-position-x: -250px !important;
  }
}

@media only screen and (max-width: 970px) {
  #slide-1 {
    background-position-x: -390px !important;
  }

  #slide-2 {
    background-position-x: -280px !important;
  }
}

@media only screen and (max-width: 1024px) {
  #slide-3 {
    background-position-x: -60px !important;
  }
}

@media only screen and (max-width: 550px) {
  .font-bold-44 {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
  }

  .font-size-36 {
    font-size: 26px;
    line-height: 36px;
  }

  .height-540 {
    height: 470px;
  }
}

.bg-gradient {
  background-size: 45% 100%;
  background-position-x: left;
  background-repeat: no-repeat;
}

.icon span {
  border: 1px solid #1367fa;
  border-radius: 50%;
  padding: 15px 10px 5px;
  width: 30px;
  height: 30px;
}

.bg-gray .vc_custom_1591947709457 {
  padding-left: 7% !important;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.bg-gray > .vc_custom_1591947709457 > .wpb_wrapper {
  width: 65%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.align-right {
  text-align: right;
}

.vc_custom_1591874575376 {
  padding-left: 0px !important;
}

@media only screen and (max-width: 991px) {
  .bg-gradient {
    background-size: 33% 100%;
  }

  .vc_custom_1591780787520 {
    margin-top: 20% !important;
    margin-right: 0;
    margin-left: 20% !important;
  }
}

@media only screen and (max-width: 685px) {
  .mobile-text {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 550px) {
  .bg-gradient {
    margin-bottom: inherit;
    height: inherit;
  }
}

@media only screen and (max-width: 350px) {
  .vc_custom_1591783067213 .btn_border {
    margin-left: -40px;
  }
}

.left-block-form {
  padding-right: 30px !important;
}

@media only screen and (max-width: 767px) {
  .left-block-form {
    padding-right: 0 !important;
  }

  .vc_icon_element {
    margin-bottom: 0 !important;
  }

  .my-icon {
    width: 20% !important;
    float: left;
  }

  .bg-gray > .vc_custom_1591947709457 > .wpb_wrapper {
    width: 100%;
  }

  .bg-gray .vc_custom_1591947709457 {
    padding-right: 7% !important;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-top: 30px;
  }

  .flex-reverse {
    flex-direction: column-reverse;
  }

  .text-align-center > .vc_custom_1592290367202 {
    margin-top: 50px !important;
    margin-left: -50px;
  }

  .left-block-form .vc_custom_heading {
    text-align: center !important;
  }
}

@media only screen and (max-width: 480px) {
  .header-btn-left {
    width: 100% !important;
  }

  .header-btn-right .btn_border {
    float: left;
  }

  .header-btn-right {
    float: none !important;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 322px) {
  .vc_toggle_arrow.accordeon .vc_toggle_icon::before {
    top: -210%;
  }
}

@media only screen and (max-width: 967px) and (min-width: 768px) {
  .vc_toggle_arrow.accordeon .vc_toggle_icon::before {
    top: -210%;
  }
}

.vc_custom_1591787348962 {
  margin-top: 0 !important;
}

.vc_column-inner.vc_custom_1592392085233 {
  padding-left: 100px !important;
}

@media only screen and (max-width: 825px) {
  .vc_column-inner.vc_custom_1592392085233 {
    padding-left: 0px !important;
  }

  .bg-gradient {
    background-size: 23% 100%;
  }
}

.page_feature_block {
  background: #292e3e;
  border-radius: 10px;
}

.page_feature_block > .vc_column_container > .vc_column-inner {
  padding: 0;
}

.page_feature_img img {
  border-radius: 10px;
  margin-top: 0;
}

.page_feature_block_border {
  width: 100%;
  position: relative;
}

.page_feature_block_border:hover {
  cursor: pointer;
}

.page_feature_block_border:hover:before {
  position: absolute;
  border: 2px solid #1367fa;
  content: " ";
  width: 90%;
  height: 96%;
  z-index: 9;
  top: 10px;
  left: 10px;
}

.page_feature_block_border:hover .hover_red {
  color: #1367fa !important;
  text-shadow: none;
}

@media only screen and (max-width: 1100px) {
  .page_feature_block_border:before {
    position: absolute;
    border: 2px solid #1367fa;
    content: " ";
    width: 90%;
    height: 96%;
    z-index: 9;
    top: 10px;
    left: 10px;
  }

  .hover_red {
    color: #1367fa !important;
    text-decoration: none;
  }
}

@media only screen and (max-width: 600px) {
  .page_feature_block_border:before {
    width: 94%;
  }
}

.hover_red {
  padding-bottom: 20px !important;
}

.img-check {
  margin-right: 10px;
  margin-top: 0 !important;
}

.price-block .wpb_content_element {
  margin-bottom: 10px;
}

.circle-arrow {
  position: absolute;
  background-color: #1367fa;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url(../../uploads/2020/06/more.svg);
  background-repeat: no-repeat;
  background-position-x: 14px;
  background-position-y: 17px;
  left: -25px;
  bottom: 25px;
}

.bg-red {
  background-color: #1367fa;
  width: max-content;
  padding: 0 10px;
}

.akcii-link > .vc_column-inner:hover {
  background-image: none !important;
  background-color: #292e3e;
  cursor: pointer;
}

.akcii-link > .vc_column-inner:hover .circle-arrow,
.akcii-link > .vc_column-inner:hover .circle-arrow,
.akcii-link > .vc_column-inner:hover .circle-arrow {
  background-color: #fff;
  background-image: url(../../uploads/2020/06/more-red.svg);
}

.otzyv.vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
  top: 86% !important;
  z-index: 9;
  width: 100px;
  margin: 30px auto;
}

.akcii-link > .vc_column-inner:hover .border-hover > .vc_column-inner {
  border-color: #1367fa !important;
}

.border-gray img {
  border: 1px solid #ccc;
  margin: 0 !important;
}

.vc_custom_1591894968220 {
  width: 250px;
  float: left;
}

.text-decoration a {
  text-decoration: underline !important;
}

.text-decoration a:hover {
  text-decoration: none !important;
}

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

.vc_col-has-fill.text-align-center > .vc_column-inner {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.form-header {
  color: #fff;
  font-size: 44px;
  margin-bottom: 30px;
}

.form-row {
  width: 70%;
  margin: 20px auto;
  position: relative;
}

.form-row input {
  color: #b0b2b8;
  display: block;
  padding: 0 10px;
  line-height: 40px;
  background: none;
  border-width: 0;
  border-bottom: 1px solid #b0b2b8;
  transition: all 0.2s ease;
  border-radius: 0;
  width: 100%;
}

.form-row label {
  position: absolute;
  left: 13px;
  color: #9d959d;
  font-size: 20px;
  font-weight: 300;
  transform: translateY(-35px);
  transition: all 0.2s ease;
}

.form-row input:focus {
  outline: 0;
  border-color: #97b0ff;
}

.form-row input:focus label,
.form-row input:valid + label {
  transform: translateY(-60px);
  margin-left: -14px;
  font-size: 14px;
  font-weight: 400;
  outline: 0;
  border-color: #97b0ff;
  color: #fff;
}

.main-art,
.single-img {
  float: left;
  background-color: #292e3e;
  color: #fff;
  position: relative;
}

.content_category {
  display: grid;
}

.single-img #content-novosti .art-img {
  border-radius: 10px;
  overflow: hidden;
}

.art-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.art-img img {
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.art-img {
  height: 100%;
  position: relative;
}

.art-date {
  border: 1px solid #1367fa;
  background: #fff;
  color: #1367fa;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  line-height: 1.2em;
}

.art-date hr {
  border-color: #1367fa;
}

.art-title {
  font-weight: 700;
}

.art-excerpt {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  height: 160px;
  overflow: hidden;
}

.art-button {
  color: #fff;
  position: absolute;
  bottom: -40px;
  text-align: center;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
}

.main-art:hover .art-button {
  color: #1367fa;
}

@media only screen and (max-width: 849px) {
  .block_button_header {
    float: none;
    padding-top: 1px;
  }
}

.z-index-3 {
  z-index: 3;
}

.accordeon {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 20px !important;
  min-height: 60px;
}

.accordeon h4 {
  font-weight: 700;
  font-family: "PT Sans Loc", Arial, Helvetica, sans-serif;
}

.vc_toggle_icon {
  float: right;
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
  margin-top: 3px;
}

.vc_toggle_title > h3 {
  display: inline-block !important;
  width: 85%;
  padding-top: 0;
  line-height: 1.5em;
  font-family: "PT Sans Loc", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #1367fa !important;
}

.img-right {
  margin-bottom: 0px !important;
}

.img-right img {
  border-radius: 10px;
}

.vc_col-has-fill > .vc_column-inner.vc_custom_1592383097415 {
  padding-top: 30px !important;
  position: relative;
}

.before-bottom-border {
  position: relative;
}

.vc_custom_1592383097415:before,
.before-bottom-border:before {
  content: "";
  position: absolute;
  border: 2px solid #1367fa;
  border-radius: 10px;
  width: 89%;
  height: 100px;
  bottom: -25px;
  z-index: -1;
}

.before-right-border {
  position: relative;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.img-before {
  position: relative;
  z-index: 1;
}

.img-before:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #1367fa;
  border-radius: 10px;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .img-before:before {
    height: 98%;
  }
}

.before-right-border:before,
.vc_custom_1592913324097:before {
  position: absolute;
  border: 2px solid #1367fa;
  border-radius: 10px;
  width: 30px;
  height: 90%;
  right: -25px;
  top: 5%;
  z-index: -1;
}

.before-bottom-border:before {
  position: absolute;
  border: 2px solid #1367fa;
  border-radius: 10px;
  width: 94%;
  height: 100px;
  bottom: -25px;
  z-index: -1;
  left: 3%;
}

.page_feature_block_border.wpb_column.vc_column_container.vc_col-sm-3 {
  width: 270px;
}

.carusel {
  width: 90% !important;
  margin: auto;
  float: none !important;
}

.owl-stage
  .page_feature_block_border.wpb_column.vc_column_container.vc_col-sm-3 {
  width: 100%;
}

.owl-nav {
  position: absolute;
  top: 25%;
  left: -5%;
  width: 110%;
  z-index: -1;
}

.owl-prev {
  float: left;
  margin-left: -15px;
}

.owl-next {
  float: right;
  margin-right: -15px;
}

.owl-one .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
}

.owl-one .owl-nav .owl-next {
  position: absolute;
  right: -20px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
}

.owl-theme .owl-nav [class*="owl-"]:focus,
.owl-theme .owl-dots .owl-dot:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1367fa !important;
}

.class-3 {
  min-height: 420px !important;
}

.display-none {
  display: none;
}

.font-narrow {
  font-family: "PT Sans Narrow Loc", Arial, Helvetica, sans-serif;
}

.price-block-price {
  margin-left: -20px;
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.sotrudniki
  .page_feature_block_border.wpb_column.vc_column_container.vc_col-sm-3 {
  width: 23%;
  margin: 1%;
}

.sotrudniki .hover_red {
  padding-top: 15px;
}

.sotrudniki-heading {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px !important;
  text-align: left !important;
}

.sotrudniki .page_feature_img {
  margin-bottom: 15px;
}

.sotrudniki .class-3 {
  min-height: max-content;
  padding-bottom: 15px;
}

.single-article a {
  color: #1367fa;
}

@media only screen and (max-width: 1000px) {
  .sotrudniki
    .page_feature_block_border.wpb_column.vc_column_container.vc_col-sm-3 {
    width: 31%;
    float: left;
  }

  .sotrudniki .page_feature_block {
    min-height: 585px;
  }
}

@media only screen and (max-width: 930px) {
  .sotrudniki .page_feature_block {
    min-height: 600px;
  }
}

@media only screen and (max-width: 930px) {
  .sotrudniki .page_feature_block {
    min-height: 575px;
  }
}

@media only screen and (max-width: 835px) {
  .sotrudniki .page_feature_block {
    min-height: 560px;
  }
}

@media only screen and (max-width: 767px) {
  .sotrudniki
    .page_feature_block_border.wpb_column.vc_column_container.vc_col-sm-3 {
    width: 48%;
  }
}

@media only screen and (max-width: 625px) {
  .sotrudniki .page_feature_block {
    min-height: 580px;
  }
}

@media only screen and (max-width: 600px) {
  .sotrudniki
    .page_feature_block_border.wpb_column.vc_column_container.vc_col-sm-3 {
    width: 100%;
  }

  .sotrudniki-heading {
    text-align: center !important;
  }
}

.sotrudnik-page .vc_single_image-wrapper {
  width: 100%;
}

.sotrudnik-page .wpb_column.vc_column_container.vc_col-sm-8 {
  margin-left: -10px;
  z-index: -1;
}

.sotrudnik-page h1 {
  margin-top: 0 !important;
}

.sotr-img,
.sotr-img .wpb_wrapper {
  width: 100%;
}

.sotr-img img {
  margin: 0;
  border-radius: 10px;
  width: 100%;
}

.radius-right {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  padding-bottom: 30px;
  background-color: #f2f2f2;
}

.grey-circle {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #f2f2f2;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #1367fa;
  font-weight: 700;
  text-shadow: 1px 1px 0 #b8b8b8;
}

.block-border-left {
  position: relative;
}

.block-border-left:before {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #1367fa;
  left: 40px;
}

@media only screen and (max-width: 767px) {
  .radius-right {
    background-color: transparent !important;
  }
}

.text-align-justify {
  text-align: left;
}

.width-40 {
  display: inline-block;
  width: 40px;
  height: 1px;
}

.vc_custom_1592925263993 i {
  color: #ba2f58;
  margin-right: 10px;
}

.margin-right-10 span {
  margin-right: 10px;
}

#content-single {
  width: 67%;
  float: left;
  margin-right: 5%;
}

#sidebar-single,
#sidebar-novosti {
  width: 28%;
  float: left;
  background-color: #f2f2f2;
  border-radius: 10px;
}

#sidebar-single li,
#sidebar-novosti li {
  list-style: none;
}

#sidebar-single::after {
  content: " ";
}

@media only screen and (max-width: 767px) {
  #content-single,
  #content-novosti {
    width: 100%;
    margin-right: 0;
  }

  #sidebar-single,
  #sidebar-novosti {
    width: 100%;
  }
}

#content-novosti .main-art {
  width: 100%;
  height: 296px;
}

#content-novosti .art-img {
  min-width: 226px;
  height: 100%;
}

#content-novosti .art-button {
  bottom: -35px;
}

.art-rubrika {
  padding: 30px 15px 0;
}

.art-rubrika span {
  color: #1367fa;
  font-weight: 700;
}

#search-2 {
  padding-top: 30px;
}

#search-2 .searchform {
  width: 85%;
  padding-left: 20px;
}

#recent-posts-2 .wtitle,
#categories-2 .wtitle {
  border-bottom: none;
  text-align: left;
  padding-left: 20px;
}

.widget ul {
  margin: 0 15px;
}

#categories-2 a {
  color: #1367fa;
}

.tablepress thead th {
  background-color: #292e3e !important;
  color: #fff;
}

.tablepress thead .column-1 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tablepress thead .column-1,
.tablepress thead .column-2,
.tablepress thead .column-3,
.tablepress thead .column-4 {
  border-bottom: none !important;
}

.tablepress tbody tr td {
  border-top: none !important;
}

.tablepress thead .column-4 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: none !important;
  border-right: none !important;
}

.table-ceny
  .wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-tab.vc_active
  > a {
  border-color: #292e3e !important;
  background-color: #292e3e !important;
  color: #fff !important;
}

.tablepress thead th {
  border-bottom: none;
}

.wpb-js-composer .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  border: 1px solid transparent !important;
}

#tablepress-1,
#tablepress-2,
#tablepress-3,
#tablepress-4 {
  background-color: #fff;
  border-color: #fff;
}

@media only screen and (max-width: 600px) {
  .table-overlow > .wpb_wrapper {
    overflow-x: scroll;
  }

  #tablepress-1,
  #tablepress-2,
  #tablepress-3,
  #tablepress-4 {
    width: 600px;
  }
}

.tablepress .row-hover tr:hover td:last-child {
  background-color: #f2f2f2;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tablepress .row-hover tr:hover td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.table-ceny
  .vc_general.vc_tta.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic.vc_tta-shape-rounded.vc_tta-spacing-30.vc_tta-gap-20.vc_tta-tabs-position-right.vc_tta-controls-align-left
  > .vc_tta-panels-container
  > .vc_tta-panels {
  border: none !important;
}

.single-img {
  width: 33%;
  margin: 0 30px 30px 0;
}

@media only screen and (max-width: 600px) {
  .single-img {
    width: 100%;
  }
}

@media only screen and (max-width: 1110px) {
  .single-img .art-img {
    width: 100%;
  }
}

.single-img .art-img {
  width: 100%;
  float: none;
}

.single-img .art-content {
  width: 100%;
}

.single-img .art-rubrika {
  padding: 15px 15px;
}

.single-title {
  font-size: 44px;
  font-family: "PT Sans", sans-serif;
  margin-top: 50px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .single-title {
    font-size: 32px;
  }

  #content-novosti .main-art {
    margin-left: 0;
    margin-right: 0;
  }
}

.single-heading {
  color: #1367fa;
  font-size: 26px;
  line-height: 40px;
  display: inline;
  padding-left: 10px;
}

.author-block {
  margin-top: 50px;
  padding: 20px;
  border: 2px solid #eee;
  display: inline-block;
  border-radius: 10px;
}

.author-photo {
  margin: 0 20px 0 0;
  float: left;
}

.author-photo img {
  border-radius: 10px;
}

.author-social {
  float: left;
  margin-right: 20px;
  margin-top: 15px;
}

.author-social .vc_icon_element {
  margin-bottom: 10px !important;
}

.author-social
  .vc_icon_element.vc_icon_element-outer
  .vc_icon_element-inner.vc_icon_element-size-sm.vc_icon_element-have-style-inner {
  width: 2.8em !important;
  height: 2.8em !important;
}

.author-social .vc_icon_element-background-color-custom {
  background-color: #eee !important;
  border: 1px solid !important;
}

.author-social .vc_icon_element-background-color-custom:hover {
  border: #ba2f58;
}

.author-social .vc_icon_element-icon:before {
  color: #484d5c;
}

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

.author-vocation {
  font-size: 14px;
}

.author-vocation span {
  color: #ba2f58;
  font-weight: 700;
}

.author-description {
  margin-top: 15px;
}

#sidebar-novosti,
#content-novosti {
  margin-top: 50px;
}

.line-height-40 {
  padding-top: 5px;
  padding-left: 50px !important;
}

.art-img img {
  width: 100%;
}

#article-float-left.anons {
  width: 48%;
  margin: 1%;
  float: left;
  margin-bottom: 60px;
}

#article-float-left .main-art {
  width: 100%;
}

#article-float-left .art-img img {
  max-height: 310px;
}

.bg-ellipse p.vc_custom_heading {
  padding-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  .bg-ellipse {
    background-image: url(../../uploads/2020/06/group-184.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 370px;
  }

  .ellipse-check-1 {
    text-align: right !important;
  }

  .ellipse-check-2 {
    text-align: right !important;
    padding-right: 15%;
  }

  .ellipse-check-3 {
    padding-left: 28%;
    width: 52%;
  }

  .ellipse-check-4 {
    padding-left: 19%;
  }

  .ellipse-check-5 {
    padding-left: 10%;
    width: 70%;
  }

  .ellipse-check-6 {
    width: 70%;
  }

  .ellipse-check-7 {
    width: 65%;
    padding-left: 6%;
  }

  .ellipse-check-8 {
    padding-left: 20%;
  }

  .ellipse-check-9 {
    padding-left: 28%;
  }

  .ellipse-check-10 {
    padding-left: 33%;
    width: 62%;
  }

  .ellipse-check-11 {
    padding-left: 36%;
  }

  .ellipse-check-12 {
    padding-left: 38%;
  }
}

@media only screen and (max-width: 1125px) {
  .ellipse-check-5 {
    width: 57%;
  }

  .ellipse-check-6 {
    width: 63%;
  }
}

@media only screen and (max-width: 1125px) {
  .bg-ellipse {
    background-size: 37%;
  }
}

@media only screen and (max-width: 991px) {
  .ellipse-check-5 {
    width: 100%;
  }

  .ellipse-check-6 {
    width: 100%;
  }

  .ellipse-check {
    position: relative;
    padding-left: 40px;
  }

  .ellipse-check::after,
  .ellipse-check::before {
    content: " ";
    position: absolute;
    background-color: #ba2f58;
  }

  .ellipse-check::after {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 9px;
    left: 10px;
  }

  .ellipse-check::before {
    width: 1px;
    height: 100%;
    left: 15px;
  }

  .ellipse-check-1::before {
    top: 10px;
  }
}

@media only screen and (max-width: 849px) {
  .menu-item-4847 {
    width: 100%;
    background-color: #2a2e3d;
  }

  .menu-item-not-has-children {
    position: relative !important;
  }

  .menu-item-not-has-children a {
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 1170px) {
  .vc_custom_1592392085233 .vc_custom_heading.mobile-text {
    padding-right: 15px !important;
  }
}

.sotrudniki .page_feature_block {
  min-height: 595px;
}

.vc_custom_1592466516620 .art-img img {
  max-height: 300px;
}

@media only screen and (min-width: 850px) {
  .mobile-menu {
    display: none !important;
  }
}

.partnery-img > .vc_column-inner {
  padding: 0 !important;
}

.partnery-img > .vc_column-inner .wpb_single_image {
  margin: 0 !important;
}

.partnery-img > .vc_column-inner .wpb_single_image img {
  margin: 0 !important;
  border-radius: 10px;
}

@media only screen and (max-width: 1118px) and (min-width: 767px) {
  .partnery-img,
  .partnery-text {
    width: 100% !important;
  }

  .partnery-img > .vc_column-inner .wpb_single_image img {
    max-width: 720px;
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 480px) {
  .vc_custom_1592578646503 {
    padding-bottom: 15px !important;
  }
}

.get-posts .art-img img {
  height: 100%;
  width: auto;
}

@media only screen and (max-width: 600px) {
  .get-posts .art-img img {
    margin-top: 20px !important;
  }
}

.page_feature_block p {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

@media only screen and (max-width: 660px) {
  #content-novosti .main-art:before {
    height: 107%;
  }

  #content-novosti .art-img,
  #article-float-left .art-img {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }

  #content-novosti .art-img img,
  #article-float-left .art-img img {
    width: 100%;
    max-width: 230px;
  }

  #content-novosti .art-content {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }

  #article-float-left.anons {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  #article-float-left .main-art {
    margin: 0 0 20%;
  }
}

@media only screen and (max-width: 767px) {
  #article-float-left > .entry-box.clearfix > .entry > div {
    max-width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #content-single .art-img img {
    width: 100%;
    max-width: 230px;
  }
}

.word-break {
  word-break: break-word;
}

.img_float_right {
  display: none;
}

@media only screen and (max-width: 950px) and (min-width: 796px) {
  .img_float_right {
    display: block;
    float: right;
  }
}

@media only screen and (max-width: 770px) {
  .img_float_right {
    display: block;
    float: right;
  }
}

.head-block-main-menu .head-numb-text {
  padding-left: 30px;
}

.header_tmpl_services .head-block-main-menu .head-numb-text {
  padding-left: 0px;
}

.vc_custom_1591777490553 .vc_custom_1591684397065 {
  padding-top: 0 !important;
}

.owl-cat .owl-dots {
  margin-top: 30px;
}

.owl-cat .subctat-in-tab-in {
  margin-top: 15px;
}

@media only screen and (max-width: 1128px) {
  .owl-cat .owl-nav {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .form-stati.vc_custom_1594710064808 {
    padding-left: 0 !important;
  }

  .form-stati .left-block-form {
    padding-left: 50px;
  }

  .form-stati .text-align-center {
    margin-top: 100px;
  }

  .form-stati .left-block-form > .vc_column-inner > .wpb_wrapper > p,
  .form-stati .left-block-form > .vc_column-inner > .wpb_wrapper > div {
    text-align: center !important;
  }
}

.link-red {
  color: #1367fa;
  text-decoration: underline;
}

.slick_tel_icon {
  display: none;
}

.slick_tel_button {
  display: block;
  width: 210px;
  color: #fff;
  font-size: 19px;
}

.slick_tel_button:hover {
  color: #1367fa;
}

@media only screen and (max-width: 1120px) {
  .slick_tel_icon {
    display: block;
  }

  .slick_tel_button {
    display: none;
  }

  .slick_header .top-menu {
    width: 79%;
  }
}

.color-white {
  color: #fff;
}

.bg-img-bottom-center {
  background-repeat: no-repeat;
  background-position: bottom center;
}

.bg-img-top-center {
  background-repeat: no-repeat;
  background-position: top center;
}

.post-11142 .elem-1 {
  text-align: left !important;
  padding-left: 25%;
  padding-top: 65px;
  width: 55%;
}

.post-11142 .elem-2 {
  text-align: left !important;
  padding-top: 20px;
  padding-left: 75%;
  margin-right: -35%;
}

.post-11142 .elem-3 {
  text-align: left !important;
  padding-left: 20%;
  padding-top: 65px;
}

.post-11156 .elem-1 {
  text-align: left !important;
  padding-top: 25px;
  padding-left: 20%;
  width: 60%;
}

.post-11156 .elem-2 {
  padding-top: 50px;
  padding-left: 70%;
  margin-right: -40%;
}

.post-11156 .elem-3 {
  text-align: left !important;
  padding-top: 25px;
  padding-left: 20%;
  width: 60%;
}

@media only screen and (max-width: 991px) {
  .bg-img-top-center.post-11142 {
    background-image: none !important;
  }

  .post-11142 .elem-1 {
    padding-left: 0;
    padding-top: 0;
    width: auto;
  }

  .post-11142 .elem-2 {
    padding-top: 0;
    padding-left: 0;
    margin-right: 0;
  }

  .post-11142 .elem-3 {
    padding-left: 0;
    padding-top: 0;
  }

  .bg-img-top-center.post-11156 {
    background-image: none !important;
  }

  .post-11156 .elem-1 {
    padding-top: 0;
    padding-left: 0;
    width: auto;
  }

  .post-11156 .elem-2 {
    padding-top: 0;
    padding-left: 0;
    margin-right: 0;
  }

  .post-11156 .elem-3 {
    padding-top: 0;
    padding-left: 0;
    width: auto;
  }
}

.bg-img-bottom-center.post-11134 {
  height: 460px;
}

.post-11134 .elem-top {
  margin-top: 30px;
  margin-right: -105%;
  margin-bottom: 15px;
}

.post-11134 .elem-1 {
  padding-top: 15px;
  padding-right: 23%;
}

.post-11134 .elem-2 {
  padding-top: 77px;
  padding-right: 35%;
}

.post-11134 .elem-3 {
  padding-top: 77px;
  padding-right: 40%;
}

.post-11134 .elem-4 {
  padding-top: 135px;
  padding-left: 25%;
}

.post-11134 .elem-5 {
  padding-top: 50px;
  padding-left: 35%;
}

.post-11134 .elem-6 {
  padding-top: 50px;
  padding-left: 40%;
}

@media only screen and (max-width: 991px) {
  .bg-img-bottom-center.post-11134 {
    background-image: none !important;
    height: auto;
  }

  .post-11134 .elem-top {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    text-align: left !important;
  }

  .post-11134 .elem-1 {
    padding-top: 0;
    padding-right: 0;
    text-align: left !important;
  }

  .post-11134 .elem-2 {
    padding-top: 0;
    padding-right: 0;
    text-align: left !important;
  }

  .post-11134 .elem-3 {
    padding-top: 0;
    padding-right: 0;
    text-align: left !important;
  }

  .post-11134 .elem-4 {
    padding-top: 0;
    padding-left: 0;
  }

  .post-11134 .elem-5 {
    padding-top: 0;
    padding-left: 0;
  }

  .post-11134 .elem-6 {
    padding-top: 0;
    padding-left: 0;
  }

  .right-line-dots .vc_custom_heading {
    padding-left: 30px;
  }

  .left-line.right-line-dots .vc_custom_heading::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #1367fa;
    left: 18px;
    top: 10px;
  }

  .right-line-dots .vc_custom_heading::before {
    content: " ";
    background-color: #1367fa;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    margin-top: 10px;
    left: 12px;
  }
}

.right-line-dots.desktop {
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 600px) {
  .right-line-dots.desktop {
    padding-left: 0;
    padding-right: 0;
  }
}

.right-line-dots.desktop .vc_custom_heading {
  padding-left: 30px;
}

.left-line.right-line-dots.desktop .vc_custom_heading::after,
.left-line.right-line-numbers .wpb_raw_html::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #1367fa;
  left: 18px;
  top: 10px;
  z-index: -1;
}

.left-line {
  position: relative;
}

.right-line-numbers .wpb_raw_html::after,
.right-line-numbers.left-line .wpb_raw_html::after {
  left: 35px;
  top: 0;
}

.right-line-dots.desktop .vc_custom_heading::before {
  content: " ";
  background-color: #1367fa;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  margin-top: 10px;
  left: 12px;
}

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill
  + .vc_row-full-width
  + .vc_row
  > .vc_column_container
  > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

.right-line-numbers .wpb_raw_html span {
  float: left;
  display: inline-block;
  background-color: #f2f2f2;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 15px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  color: #1367fa;
  text-shadow: 2px 2px 2px #c2c2c2;
}

.right-line-numbers .wpb_raw_html p {
  display: flex;
  text-align: justify;
}

.black-block-two {
  padding-left: 15px;
  padding-right: 15px;
}

.my-bl-gr .vc_custom_heading {
  margin-left: 30px;
  margin-right: 30px;
}

.my-bl-gr .vc_custom_heading:first-child {
  margin-top: 30px;
}

.my-bl-gr .vc_custom_heading:last-child {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .bottom-center-dots .bottom-line::before {
    content: " ";
    position: absolute;
    height: 1px;
    width: 200%;
    background-color: #1367fa;
    bottom: 6px;
    left: -50%;
  }

  .bottom-center-dots .vc_custom_heading::after {
    content: " ";
    background-color: #1367fa;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .bottom-center-dots .vc_custom_heading {
    padding-bottom: 15px !important;
    padding-left: 30px;
  }

  .bottom-center-dots .vc_custom_heading::after {
    content: " ";
    background-color: #1367fa;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 15px;
  }

  .bottom-center-dots .vc_custom_heading::before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #1367fa;
    top: 10px;
    left: 20px;
  }
}

.block-gray-with-bottom-line::after {
  content: " ";
  border: 2px solid #1367fa;
  border-radius: 10px;
  position: absolute;
  bottom: -15px;
  width: 86%;
  height: 40px;
  left: 7%;
  z-index: -1;
}

.bl-gr-with-bot-line-full {
  display: flex;
}

.bl-gr-with-bot-line-full::after {
  content: " ";
  border: 2px solid #1367fa;
  border-radius: 10px;
  position: absolute;
  bottom: -20px;
  width: 90%;
  height: 40px;
  left: 5%;
  z-index: -1;
}

.maxwidth .numbers.card.bg-none span,
.maxwidth .numbers.check.bg-none span {
  background-color: transparent;
}

.bg-img-bottom-center.post-11158 {
  background-position-y: 160px;
}

.post-11158 .elem-1 {
  text-align: left !important;
  padding-left: 50%;
  margin-right: -50%;
  line-height: 1.2;
}

.post-11158 .elem-2 {
  text-align: left !important;
  padding-left: 20%;
  width: 63%;
  line-height: 1.2;
  padding-top: 30px;
}

.post-11158 .elem-3 {
  text-align: left !important;
  padding-left: 10%;
  width: 62%;
  line-height: 1.2;
  padding-top: 20px;
}

.post-11158 .elem-4 {
  text-align: left !important;
  width: 67%;
  line-height: 1.2;
  padding-top: 20px;
}

.post-11158 .elem-5 {
  text-align: left !important;
  padding-top: 120px;
  padding-left: 20%;
  line-height: 1.2;
  width: 57%;
}

.post-11158 .elem-6 {
  text-align: left !important;
  padding-left: 33%;
  padding-top: 42px;
  line-height: 1.2;
}

.post-11158 .elem-7 {
  text-align: left !important;
  padding-top: 38px;
  padding-left: 40%;
  line-height: 1.2;
}

@media only screen and (max-width: 1150px) {
  .bg-img-bottom-center.post-11158 {
    background-image: none !important;
  }

  .bg-img-bottom-center.post-11158.right-line-dots .vc_custom_heading {
    padding-left: 30px;
  }

  .bg-img-bottom-center.post-11158.left-line.right-line-dots
    .vc_custom_heading::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #1367fa;
    left: 18px;
    top: 10px;
  }

  .bg-img-bottom-center.post-11158.right-line-dots .vc_custom_heading::before {
    content: " ";
    background-color: #1367fa;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    margin-top: 10px;
    left: 12px;
  }

  .post-11158 .elem-1 {
    text-align: justify !important;
    padding-left: 0;
    margin-right: 0;
    line-height: 26px;
  }

  .post-11158 .elem-2 {
    text-align: justify !important;
    padding-left: 0;
    width: inherit;
    line-height: 26px;
    padding-top: 0;
  }

  .post-11158 .elem-3 {
    text-align: justify !important;
    padding-left: 0;
    width: inherit;
    line-height: 26px;
    padding-top: 0;
  }

  .post-11158 .elem-4 {
    text-align: justify !important;
    width: inherit;
    line-height: 26px;
    padding-top: 0;
  }

  .post-11158 .elem-5 {
    text-align: justify !important;
    padding-top: 0;
    padding-left: 0;
    line-height: 26px;
    width: inherit;
  }

  .post-11158 .elem-6 {
    text-align: justify !important;
    padding-left: 0;
    padding-top: 0;
    line-height: 26px;
  }

  .post-11158 .elem-7 {
    text-align: justify !important;
    padding-top: 0;
    padding-left: 0;
    line-height: 26px;
  }
}

.post-11163 .elem-1 {
  text-align: left !important;
  padding-left: 20%;
  padding-top: 50px;
}

.post-11163 .elem-2 {
  text-align: left !important;
  padding-top: 15px;
  padding-left: 13%;
}

.post-11163 .elem-3 {
  text-align: left !important;
  padding-top: 15px;
  padding-left: 25%;
}

.post-11163 .elem-4 {
  text-align: left !important;
  padding-left: 18%;
  padding-top: 5px;
}

.post-11163 .elem-5 {
  text-align: left !important;
  padding-top: 10px;
  padding-left: 10%;
  padding-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .post-11163 .bg-line-1 > .vc_column-inner,
  .post-11163 .bg-line-2 > .vc_column-inner {
    background-image: none !important;
  }

  .post-11163 .elem-1 {
    padding-left: 0;
    padding-top: 0;
  }

  .post-11163 .elem-2 {
    padding-top: 0;
    padding-left: 0;
  }

  .post-11163 .elem-3 {
    padding-top: 0;
    padding-left: 0;
  }

  .post-11163 .elem-4 {
    padding-left: 0;
    padding-top: 0;
  }

  .post-11163 .elem-5 {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }

  .post-11163.right-line-dots .vc_custom_heading {
    padding-left: 30px;
  }

  .post-11163.left-line.right-line-dots .vc_custom_heading::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #1367fa;
    left: 18px;
    top: 10px;
  }

  .post-11163.right-line-dots .vc_custom_heading::before {
    content: " ";
    background-color: #1367fa;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    margin-top: 10px;
    left: 12px;
  }
}

.bg-img-bottom-center.post-11174 {
  padding-top: 40px;
}

.post-11174 .elem-1 {
  text-align: left !important;
  padding-left: 85%;
  margin-right: -50%;
  width: 55%;
  padding-top: 20px;
  line-height: 1.2;
}

.post-11174 .elem-2 {
  text-align: left !important;
  padding-left: 41%;
  padding-top: 20px;
  width: 59%;
  line-height: 1.2;
}

.post-11174 .elem-3 {
  text-align: left !important;
  padding-left: 23%;
  padding-top: 34px;
  width: 70%;
  line-height: 1.2;
}

.post-11174 .elem-4 {
  text-align: left !important;
  padding-top: 94px;
  padding-left: 20%;
  width: 50%;
  line-height: 1.2;
}

.post-11174 .elem-5 {
  text-align: left !important;
  padding-top: 34px;
  padding-left: 25%;
  line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
  .bg-img-bottom-center.post-11174.vc_custom_1595234143950 {
    background-image: none !important;
    padding-top: 0;
  }

  .post-11174 .elem-1 {
    padding-left: 0;
    margin-right: 0;
    width: auto;
    padding-top: 0;
    line-height: 1.5;
  }

  .post-11174 .elem-2 {
    padding-left: 0;
    padding-top: 0;
    width: auto;
    line-height: 1.5;
  }

  .post-11174 .elem-3 {
    padding-left: 0;
    padding-top: 0;
    width: auto;
    line-height: 1.5;
  }

  .post-11174 .elem-4 {
    padding-top: 0;
    padding-left: 0;
    width: auto;
    line-height: 1.5;
  }

  .post-11174 .elem-5 {
    padding-top: 0;
    padding-left: 0;
    line-height: 1.5;
  }

  .post-11174.right-line-dots .vc_custom_heading {
    padding-left: 15px;
  }

  .post-11174.left-line.right-line-dots .vc_custom_heading::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #1367fa;
    left: 18px;
    top: 10px;
  }

  .post-11174.right-line-dots .vc_custom_heading::before {
    content: " ";
    background-color: #1367fa;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    margin-top: 5px;
    left: 12px;
  }
}

.bg-img-bottom-center.post-11170 {
  background-position-y: 10px;
}

.post-11170 .elem-1 {
  padding-top: 10px;
  padding-left: 10%;
}

.post-11170 .elem-2,
.post-11170 .elem-3,
.post-11170 .elem-4,
.post-11170 .elem-5,
.post-11170 .elem-6,
.post-11170 .elem-7 {
  padding-top: 50px;
  padding-left: 10%;
}

.post-11170 .elem-4 {
  width: 80%;
}

@media only screen and (max-width: 1024px) {
  .bg-img-bottom-center.post-11170.vc_custom_1595237073684 {
    background-image: none !important;
  }

  .post-11170 .elem-1 {
    padding-top: 0;
    padding-left: 0;
  }

  .post-11170 .elem-2,
  .post-11170 .elem-3,
  .post-11170 .elem-4,
  .post-11170 .elem-5,
  .post-11170 .elem-6,
  .post-11170 .elem-7 {
    padding-top: 0;
    padding-left: 0;
  }

  .post-11170 .elem-4 {
    width: auto;
  }

  .post-11170.right-line-dots .vc_custom_heading {
    padding-left: 15px;
  }

  .post-11170.left-line.right-line-dots .vc_custom_heading::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #1367fa;
    left: 18px;
    top: 10px;
  }

  .post-11170.right-line-dots .vc_custom_heading::before {
    content: " ";
    background-color: #1367fa;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    margin-top: 5px;
    left: 12px;
  }
}

.right-bg-gray {
  overflow: inherit !important;
}

.left-block-full-gray > .vc_column-inner {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 2 !important;
}

.text-full-gray {
  width: 565px;
  padding-right: 30px;
  float: right;
  padding-top: 25px;
}

@media screen and (max-width: 1170px) {
  .text-full-gray {
    width: 90%;
  }
}

.img-full-gray img {
  margin-top: -80px;
  margin-bottom: -40px;
  margin-left: -50px;
}

@media screen and (max-width: 1127px) {
  .img-full-gray img {
    margin-top: -62px;
  }
}

@media screen and (max-width: 1100px) {
  .img-full-gray img {
    margin-top: -55px;
  }
}

@media screen and (max-width: 1050px) {
  .img-full-gray img {
    margin-top: -40px;
  }
}

@media screen and (max-width: 1000px) {
  .img-full-gray img {
    margin-top: -25px;
  }
}

@media screen and (max-width: 988px) {
  .img-full-gray img {
    margin-top: 5px;
  }
}

@media screen and (max-width: 930px) {
  .img-full-gray img {
    margin-top: 21px;
    margin-left: -40px;
  }
}

@media screen and (max-width: 870px) {
  .img-full-gray img {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .img-full-gray .wpb_single_image.wpb_content_element.vc_align_left {
    text-align: center;
  }

  .img-full-gray img {
    margin-bottom: 0;
    margin-left: 0;
  }

  .left-block-full-gray > .vc_column-inner {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .text-full-gray {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .five-columns.vc_row .vc_col-sm-2 {
    float: left;
    width: 18.5%;
    padding: 0;
    margin-right: 1.5%;
    min-height: 0;
  }

  .five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
    margin-right: 0;
  }
}

.post-6774 .elem-1 {
  margin-right: -30%;
  margin-left: 70%;
  padding: 25px 15px 15px;
  line-height: 1.2;
  width: 264px;
  height: 134px;
}

.post-6774 .elem-2 {
  margin-bottom: 43px;
  margin-right: 37%;
  margin-left: 11%;
  padding: 15px;
  line-height: 1.2;
  width: 252px;
  height: 75px;
  margin-top: -14px;
  background-image: url(../../uploads/2020/07/Rectangle-176.png);
}

.post-6774 .elem-3 {
  margin-bottom: 30px;
  margin-right: 53%;
  padding: 15px;
  line-height: 1.2;
  width: 252px;
  height: 75px;
  background-image: url(../../uploads/2020/07/Rectangle-176.png);
}

.post-6774 .elem-4 {
  margin-bottom: 30px;
  margin-right: 30%;
  margin-left: -73%;
  padding: 30px;
  line-height: 1.2;
  margin-top: 52%;
}

.post-6774 .elem-5 {
  margin-bottom: 43px;
  margin-right: 17%;
  margin-left: 30%;
  padding: 15px;
  margin-top: 160px;
  line-height: 1.2;
  width: 252px;
  height: 75px;
}

.post-6774 .elem-6 {
  margin-bottom: 30px;
  margin-left: 53%;
  padding: 15px;
  line-height: 1.2;
  width: 252px;
  height: 75px;
}

.bg-img-bottom-center.post-6774 {
  background-position-y: 40%;
  background-size: 50%;
}

.full-gray-2 {
  background-image: url(../../uploads/2020/07/Rectangle-191-2.jpg);
  background-repeat: repeat-y;
}

@media screen and (max-width: 1160px) {
  .post-6774 .elem-6 {
    margin-left: 40%;
  }

  .post-6774 .elem-4 {
    margin-top: 50%;
  }
}

@media screen and (max-width: 1065px) {
  .post-6774 .elem-4 {
    margin-top: 47%;
  }
}

@media screen and (max-width: 1003px) {
  .post-6774 .elem-4 {
    margin-top: 44%;
  }
}

@media screen and (max-width: 991px) {
  .bg-img-bottom-center.post-6774 {
    background-position-x: 5%;
    background-position-y: -24%;
  }

  .post-6774 .elem-1 {
    margin-right: 20%;
    margin-left: auto;
  }

  .post-6774 .elem-2 {
    margin-bottom: 0;
    margin-right: 8%;
    margin-left: auto;
    margin-top: 15px;
    background-image: url(../../uploads/2020/07/Rectangle-179.png);
  }

  .post-6774 .elem-3 {
    margin-bottom: 0;
    margin-top: 15px;
    margin-right: 2%;
    margin-left: auto;
    background-image: url(../../uploads/2020/07/Rectangle-179.png);
  }

  .post-6774 .elem-4 {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    margin-top: -25%;
    width: 50%;
  }

  .post-6774 .elem-5 {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: auto;
    margin-top: 15px;
  }

  .post-6774 .elem-6 {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: auto;
    margin-top: 15px;
  }
}

@media screen and (max-width: 974px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: -20%;
  }
}

@media screen and (max-width: 966px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: -14%;
  }
}

@media screen and (max-width: 952px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: -7%;
  }
}

@media screen and (max-width: 934px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: 0;
  }
}

@media screen and (max-width: 915px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: 6%;
  }
}

@media screen and (max-width: 895px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: 12%;
  }
}

@media screen and (max-width: 869px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: 17%;
  }
}

@media screen and (max-width: 846px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: 22%;
  }
}

@media screen and (max-width: 820px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: 27%;
  }
}

@media screen and (max-width: 783px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: 78%;
    background-position-x: center;
  }

  .post-6774 .elem-1 {
    margin-right: auto;
    margin-left: auto;
  }

  .post-6774 .elem-2 {
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    background-image: url(../../uploads/2020/07/Rectangle-179.png);
  }

  .post-6774 .elem-3 {
    margin-bottom: 0;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../../uploads/2020/07/Rectangle-179.png);
  }

  .post-6774 .elem-4 {
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: 320px;
    width: 92%;
  }

  .post-6774 .elem-5 {
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
  }

  .post-6774 .elem-6 {
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
  }
}

@media screen and (max-width: 656px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: 72%;
    background-size: 70%;
  }

  .post-6774 .elem-4 {
    width: 80%;
  }
}

@media screen and (max-width: 598px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: 74%;
  }
}

@media screen and (max-width: 578px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: 73%;
  }
}

@media screen and (max-width: 562px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: 72%;
  }
}

@media screen and (max-width: 523px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: 71%;
  }

  .post-6774 .elem-4 {
    margin-top: 260px;
  }
}

@media screen and (max-width: 508px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: 70%;
  }
}

@media screen and (max-width: 467px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: 69%;
  }
}

@media screen and (max-width: 424px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: 68%;
  }

  .post-6774 .elem-4 {
    margin-top: 220px;
  }
}

@media screen and (max-width: 403px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: 66%;
  }
}

@media screen and (max-width: 372px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: 65%;
  }
}

@media screen and (max-width: 369px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: 62%;
  }

  .post-6774 .elem-4 {
    margin-top: 170px;
  }
}

@media screen and (max-width: 358px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: 61%;
  }
}

@media screen and (max-width: 346px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: 62%;
  }
}

@media screen and (max-width: 329px) {
  .bg-img-bottom-center.post-6774 {
    background-position-y: 61%;
  }
}

.full-gray-2 > .vc_column-inner {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.owl-about-sotrudniki .page_feature_block_border:hover .hover_black {
  color: #2a2e3d !important;
  padding-bottom: 10px !important;
}

.owl-about-sotrudniki .page_feature_block_border .hover_red {
  padding: 0 !important;
  display: inline-block;
  margin-top: 5px;
}

.owl-about-sotrudniki .page_feature_block {
  background: none;
}

.owl-about-sotrudniki .page_feature_block_border:hover:before {
  height: 93%;
}

.owl-about-sotrudniki .page_feature_block_border > .vc_column-inner {
  padding-bottom: 10px !important;
}

.owl-about-sotrudniki .page_feature_img,
.owl-about-sotrudniki .page_feature_img img {
  margin-bottom: 0 !important;
}

.owl-about-sotrudniki .class-3 {
  min-height: 0 !important;
}

@media screen and (min-width: 1170px) {
  .owl-about-sotrudniki .page_feature_block_border {
    min-height: 430px;
  }
}

.owl-about-sotrudniki .owl-nav {
  position: absolute;
  top: auto;
  left: 0;
  bottom: -27px;
  width: 100%;
  z-index: -1;
}

.owl-about-sotrudniki .owl-dots {
  width: 70%;
  margin: 15px auto;
}

@media screen and (max-width: 1100px) {
  .owl-about-sotrudniki .page_feature_block_border .hover_black {
    color: #2a2e3d !important;
  }
}

@media screen and (max-width: 1170px) {
  .owl-about-sotrudniki .owl-dots {
    margin: 40px auto !important;
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 799px) {
  .owl-about-sotrudniki .page_feature_block_border .hover_black,
  .owl-about-sotrudniki .page_feature_block_border .hover_red {
    width: 97%;
  }
}

.film_roll_child {
  width: 240px;
}

.film_roll_child.active {
  width: 468px !important;
}

.film_roll_wrapper {
  height: 400px !important;
}

.film_roll_pager a {
  width: 10px !important;
  height: 10px !important;
  border: none !important;
  margin: 0 10px 0 0 !important;
  background-color: #d6d6d6 !important;
}

.film_roll_pager a.active {
  background-color: #1367fa !important;
}

.right-bg-gray.flex-reverse.vc_custom_1595405338399.vc_row-no-padding {
  min-height: 0 !important;
}

@media screen and (max-width: 450px) {
  .text-20-mobile {
    font-size: 16px !important;
  }
}

.post-11172 .elem-1 {
  text-align: left !important;
  padding-left: 30%;
  padding-top: 15px;
}

.post-11172 .elem-2 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 15px;
  padding-left: 32%;
  width: 42%;
}

.post-11172 .elem-3 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 15px;
  padding-left: 35%;
  width: 46%;
}

.post-11172 .elem-4 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 15px;
  padding-left: 47%;
  width: 45%;
}

.post-11172 .elem-5 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 15px;
  padding-left: 40%;
  width: 49%;
}

.post-11172 .elem-6 {
  text-align: left !important;
  line-height: 1.2;
  padding-left: 31%;
  width: 50%;
}

.post-11172 .elem-7 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 15px;
  padding-left: 24%;
  width: 49%;
}

.post-11172 .elem-8 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 15px;
  padding-left: 14%;
  width: 75%;
}

@media only screen and (max-width: 1050px) {
  .bg-img-top-center.post-11172.vc_custom_1595517427037 {
    background-image: none !important;
  }

  .post-11172 .elem-1 {
    padding-left: 0;
    padding-top: 0;
  }

  .post-11172 .elem-2 {
    text-align: left !important;
    line-height: 1.5;
    padding-top: 0;
    padding-left: 0;
    width: auto;
  }

  .post-11172 .elem-3 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 0;
    width: auto;
  }

  .post-11172 .elem-4 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 0;
    width: auto;
  }

  .post-11172 .elem-5 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 0;
    width: auto;
  }

  .post-11172 .elem-6 {
    line-height: 1.5;
    padding-left: 0;
    width: auto;
  }

  .post-11172 .elem-7 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 0;
    width: auto;
  }

  .post-11172 .elem-8 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 0;
    width: auto;
  }

  .post-11172.right-line-dots .vc_custom_heading {
    padding-left: 25px;
  }

  .post-11172.left-line.right-line-dots .vc_custom_heading::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #1367fa;
    left: 18px;
    top: 10px;
  }

  .post-11172.right-line-dots .vc_custom_heading::before {
    content: " ";
    background-color: #1367fa;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    margin-top: 5px;
    left: 12px;
  }
}

.post-11191 .elem-1 {
  text-align: center !important;
  line-height: 1.2;
  margin-left: 58%;
  margin-right: -50%;
}

.post-11191 .elem-2 {
  text-align: left !important;
  line-height: 1.2;
  padding-left: 33%;
  width: 41%;
  padding-top: 25px;
}

.post-11191 .elem-3 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 25px;
  padding-left: 16%;
  width: 55%;
}

.post-11191 .elem-4 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 25px;
  width: 62%;
  padding-left: 5%;
}

.post-11191 .elem-5 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 60px;
  padding-left: 25%;
  width: 55%;
}

.post-11191 .elem-6 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 25px;
  padding-left: 33%;
  width: 63%;
}

.post-11191 .elem-7 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 25px;
  padding-left: 37%;
  width: 59%;
}

@media only screen and (max-width: 1070px) {
  .bg-img-bottom-center.post-11191.vc_custom_1595573510100 {
    background-image: none !important;
  }

  .post-11191 .elem-1 {
    text-align: left !important;
    line-height: 1.5;
    margin-left: 0;
    margin-right: 0;
  }

  .post-11191 .elem-2 {
    line-height: 1.5;
    padding-left: 0;
    width: auto;
    padding-top: 0;
  }

  .post-11191 .elem-3 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 0;
    width: auto;
  }

  .post-11191 .elem-4 {
    line-height: 1.5;
    padding-top: 0;
    width: auto;
    padding-left: 0;
  }

  .post-11191 .elem-5 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 0;
    width: auto;
  }

  .post-11191 .elem-6 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 0;
    width: auto;
  }

  .post-11191 .elem-7 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 0;
    width: auto;
  }

  .post-11191.right-line-dots .vc_custom_heading {
    padding-left: 25px;
  }

  .post-11191.left-line.right-line-dots .vc_custom_heading::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #1367fa;
    left: 18px;
    top: 10px;
  }

  .post-11191.right-line-dots .vc_custom_heading::before {
    content: " ";
    background-color: #1367fa;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    margin-top: 5px;
    left: 12px;
  }
}

.post-11181 .elem-1 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 20px;
  padding-left: 28%;
}

.post-11181 .elem-2 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 20px;
  padding-left: 20%;
  width: 70%;
}

.post-11181 .elem-3 {
  text-align: left !important;
  padding-top: 20px;
  line-height: 1.2;
  padding-left: 12%;
  width: 75%;
}

@media only screen and (max-width: 991px) {
  .right-line-dots.left-line.post-11181.vc_custom_1595579182611
    .vc_column-inner {
    background-image: none !important;
  }

  .post-11181 .elem-1 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 25px;
  }

  .post-11181 .elem-2 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 25px;
    width: auto;
  }

  .post-11181 .elem-3 {
    padding-top: 0;
    line-height: 1.5;
    padding-left: 25px;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .post-11181 .vc_custom_1595577022746 .elem-3 {
    padding-bottom: 20px;
  }
}

.float-left.vc_icon_element-align-left > div {
  float: left;
}

.post-11161 .elem-1 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 30px;
  padding-left: 78%;
  margin-right: -38%;
}

.post-11161 .elem-2 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 15px;
  padding-left: 36%;
}

.post-11161 .elem-3 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 49px;
  padding-left: 24%;
  padding-bottom: 21px;
}

.post-11161 .elem-4 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 123px;
  padding-left: 14%;
  width: 62%;
}

.post-11161 .elem-5 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 15px;
  padding-left: 26%;
  width: 57%;
}

@media only screen and (max-width: 1104px) {
  .bg-img-bottom-center.post-11161.vc_custom_1595583314874 {
    background-image: none !important;
  }

  .post-11161 .elem-1 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 25px;
    margin-right: 0;
  }

  .post-11161 .elem-2 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 25px;
  }

  .post-11161 .elem-3 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 25px;
    padding-bottom: 0;
  }

  .post-11161 .elem-4 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 25px;
    width: auto;
  }

  .post-11161 .elem-5 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 25px;
    width: auto;
  }

  .post-11161.left-line.right-line-dots .vc_custom_heading::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #1367fa;
    left: 18px;
    top: 10px;
  }

  .post-11161.right-line-dots .vc_custom_heading::before {
    content: " ";
    background-color: #1367fa;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    margin-top: 5px;
    left: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .post-11161 .elem-3 {
    padding-bottom: 20px;
  }
}

.post-11183 .elem-1 {
  text-align: left !important;
  padding-left: 50px;
  padding-top: 15px;
  padding-right: 30px;
}

.post-11183 .elem-2 {
  text-align: left !important;
  padding-left: 50px;
  padding-top: 50px;
  padding-right: 30px;
}

.post-11183 .elem-3 {
  text-align: left !important;
  padding-left: 50px;
  padding-top: 50px;
  padding-right: 30px;
}

.post-11183 .elem-4 {
  text-align: left !important;
  padding-left: 50px;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-right: 30px;
}

.post-11183 .elem-5 {
  text-align: left !important;
  padding-left: 30px;
  padding-top: 50px;
  padding-right: 50px;
}

.post-11183 .elem-6 {
  text-align: left !important;
  padding-left: 30px;
  padding-top: 25px;
  padding-right: 50px;
}

.post-11183 .elem-7 {
  text-align: left !important;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 50px;
}

@media only screen and (max-width: 991px) {
  .bg-img-top-center.post-11183.vc_custom_1595838040601 {
    background-image: none !important;
  }

  .post-11183 .elem-1 {
    padding-left: 30px;
    padding-top: 0;
    padding-right: 0;
  }

  .post-11183 .elem-2 {
    padding-left: 30px;
    padding-top: 0;
    padding-right: 0;
  }

  .post-11183 .elem-3 {
    padding-left: 30px;
    padding-top: 0;
    padding-right: 0;
  }

  .post-11183 .elem-4 {
    padding-left: 30px;
    padding-top: 0;
    padding-right: 0;
  }

  .post-11183 .elem-5 {
    padding-left: 30px;
    padding-top: 0;
    padding-right: 0;
  }

  .post-11183 .elem-6 {
    padding-left: 30px;
    padding-top: 0;
    padding-right: 0;
  }

  .post-11183 .elem-7 {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 0;
  }
}

.post-11209 .elem-1 {
  text-align: left !important;
  padding-top: 5px;
  padding-left: 27%;
  width: 70%;
}

.post-11209 .elem-2 {
  text-align: left !important;
  padding-left: 20%;
  padding-top: 5px;
  width: 78%;
}

.post-11209 .elem-2-2 {
  text-align: left !important;
  padding-left: 20%;
  padding-top: 15px;
  width: 78%;
}

.post-11209 .elem-3 {
  text-align: left !important;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 12%;
  width: 78%;
}

.post-11209 .elem-3-2 {
  text-align: left !important;
  padding-top: 25px;
  padding-left: 12%;
  padding-bottom: 5px;
  width: 78%;
}

@media only screen and (max-width: 991px) {
  .post-11209.vc_custom_1595866588029 .vc_custom_1595865611824,
  .post-11209.vc_custom_1595866588029 .vc_custom_1595865389743 {
    background-image: none !important;
  }

  .post-11209 .elem-1 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11209 .elem-2 {
    padding-left: 30px;
    padding-top: 0;
    width: auto;
  }

  .post-11209 .elem-2-2 {
    padding-left: 30px;
    padding-top: 0;
    width: auto;
  }

  .post-11209 .elem-3 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11209 .elem-3-2 {
    padding-top: 0;
    padding-left: 30px;
    padding-bottom: 0;
    width: auto;
  }
}

.post-11176 .elem-1 {
  text-align: left !important;
  line-height: 1.2;
  padding-left: 70%;
  margin-right: -41%;
}

.post-11176 .elem-2 {
  text-align: left !important;
  line-height: 1.2;
  padding-left: 25%;
  padding-top: 35px;
  width: 50%;
}

.post-11176 .elem-3 {
  text-align: left !important;
  line-height: 1.2;
  padding-left: 10%;
  padding-top: 35px;
  width: 59%;
}

.post-11176 .elem-4 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 108px;
  padding-left: 26%;
  width: 60%;
}

.post-11176 .elem-5 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 54px;
  padding-left: 36%;
}

@media only screen and (max-width: 991px) {
  .bg-img-bottom-center.post-11176.vc_custom_1595920779435 {
    background-image: none !important;
  }

  .post-11176 .elem-1 {
    line-height: 1.5;
    padding-left: 30px;
    margin-right: 0;
  }

  .post-11176 .elem-2 {
    line-height: 1.5;
    padding-left: 30px;
    padding-top: 0;
    width: auto;
  }

  .post-11176 .elem-3 {
    line-height: 1.5;
    padding-left: 30px;
    padding-bottom: 20px;
    padding-top: 0;
    width: auto;
  }

  .post-11176 .elem-4 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11176 .elem-5 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .vc_custom_1595923561661 .vc_custom_1595923823746 {
    padding-left: 20px !important;
  }

  .vc_custom_1595923561661
    .vc_custom_1595923823746
    .wpb_raw_code.wpb_content_element.wpb_raw_html,
  .vc_custom_1595923561661
    .vc_custom_1595924001979
    .wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin-bottom: 0;
  }
}

.post-11197 .elem-1 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 40px;
  padding-left: 68%;
  margin-right: -42%;
}

.post-11197 .elem-2 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 30px;
  padding-left: 42%;
  width: 55%;
}

.post-11197 .elem-3 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 25px;
  padding-left: 29%;
  width: 64%;
  padding-bottom: 20px;
}

.post-11197 .elem-4 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 124px;
  padding-left: 33%;
}

.post-11197 .elem-5 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 44px;
  padding-left: 38%;
  width: 38%;
}

@media only screen and (max-width: 1165px) {
  .post-11197 .elem-2 {
    padding-top: 20px;
  }

  .post-11197 .elem-3 {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 1150px) {
  .post-11197 .elem-3 {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .bg-img-bottom-center.post-11197.vc_custom_1595928388413 {
    background-image: none !important;
  }

  .post-11197 .elem-1 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    margin-right: 0;
  }

  .post-11197 .elem-2 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11197 .elem-3 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11197 .elem-4 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11197 .elem-5 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }
}

.post-11197-2 .elem-1 {
  text-align: left !important;
  line-height: 1.2;
  padding-left: 32%;
  padding-top: 0;
  width: 56%;
}

.post-11197-2 .elem-2 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 45px;
  padding-left: 32%;
}

.post-11197-2 .elem-3 {
  text-align: left !important;
  line-height: 1.2;
  padding-left: 32%;
  padding-top: 45px;
  width: 74%;
}

.post-11197-2 .elem-4 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 45px;
  padding-left: 32%;
  width: 65%;
}

.post-11197-2 .elem-5 {
  text-align: left !important;
  line-height: 1.2;
  padding-left: 30px;
  width: 60%;
  padding-top: 50px;
}

.post-11197-2 .elem-6 {
  text-align: left !important;
  line-height: 1.2;
  padding-left: 30px;
  padding-top: 50px;
}

.post-11197-2 .elem-7 {
  text-align: left !important;
  padding-left: 30px;
  line-height: 1.2;
  padding-top: 50px;
}

@media only screen and (max-width: 991px) {
  .bg-img-bottom-center.post-11197-2.vc_custom_1595925295806 {
    background-image: none !important;
  }

  .post-11197-2 .elem-1 {
    line-height: 1.5;
    padding-left: 30px;
    padding-top: 0;
    width: auto;
  }

  .post-11197-2 .elem-2 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11197-2 .elem-3 {
    line-height: 1.5;
    padding-left: 30px;
    padding-top: 0;
    width: auto;
  }

  .post-11197-2 .elem-4 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11197-2 .elem-5 {
    line-height: 1.5;
    width: auto;
    padding-top: 0;
  }

  .post-11197-2 .elem-6 {
    line-height: 1.5;
    padding-top: 0;
  }

  .post-11197-2 .elem-7 {
    line-height: 1.5;
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .vc_custom_1595927045148 .wpb_raw_code.wpb_content_element.wpb_raw_html,
  .vc_custom_1595950786074 .wpb_raw_code.wpb_content_element.wpb_raw_html,
  .vc_custom_1595950790992 .wpb_raw_code.wpb_content_element.wpb_raw_html,
  .vc_custom_1596006841881 .wpb_raw_code.wpb_content_element.wpb_raw_html,
  .vc_custom_1596011575848 .wpb_raw_code.wpb_content_element.wpb_raw_html,
  .width-1170.numbers.check.two.maxwidth.color-white
    .wpb_raw_code.wpb_content_element.wpb_raw_html,
  .width-1170.numbers.card.two.maxwidth.color-white
    .wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin-bottom: 5px;
  }

  .bl-gr-with-bot-line-full.my-bl-gr.numbers.check.two.vc_custom_1596006610779 {
    display: inline-block;
  }
}

.post-11203 .elem-1 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 15px;
  width: 58%;
}

.post-11203 .elem-2 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 25px;
  padding-left: 5%;
  width: 71%;
}

.post-11203 .elem-3 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 25px;
  padding-left: 18%;
  width: 62%;
}

.post-11203 .elem-4 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 25px;
  padding-left: 66%;
  margin-right: -42%;
}

.post-11203 .elem-5 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 15px;
  padding-left: 39%;
}

.post-11203 .elem-6 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 25px;
  padding-left: 25%;
}

.post-11203 .elem-7 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 44px;
  padding-left: 13%;
  width: 86%;
}

@media only screen and (max-width: 991px) {
  .bg-img-top-center.post-11203.vc_custom_1596011458396 {
    background-image: none !important;
  }

  .post-11203 .elem-1 {
    line-height: 1.5;
    padding-top: 0;
    width: auto;
  }

  .post-11203 .elem-2 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11203 .elem-3 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11203 .elem-4 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    margin-right: 0;
  }

  .post-11203 .elem-5 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11203 .elem-6 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11203 .elem-7 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }
}

.post-11207 .elem-1 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 15px;
  padding-left: 27%;
}

.post-11207 .elem-2 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 20px;
  padding-left: 20%;
}

.post-11207 .elem-3 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 35px;
  padding-left: 12%;
  padding-bottom: 20px;
}

.post-11207 .elem-3-2 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 45px;
  padding-left: 12%;
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .post-11207 .vc_custom_1596015462539,
  .post-11207 .vc_custom_1596015457265 {
    background-image: none !important;
  }

  .post-11207 .elem-1 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11207 .elem-2 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11207 .elem-3 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    padding-bottom: 20px;
  }

  .post-11207 .elem-3-2 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    padding-bottom: 20px;
  }
}

.right-line-numbers.post-11113 .wpb_raw_code {
  text-align: center;
}

.right-line-numbers.post-11113 .wpb_raw_code span {
  float: none;
  margin-bottom: 20px;
}

.post-11113 .elem-1 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 40px;
  padding-left: 30%;
  width: 45%;
}

.post-11113 .elem-2 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 40px;
  padding-left: 38%;
  width: 51%;
  padding-bottom: 20px;
}

.post-11113 .elem-3 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 40px;
  padding-left: 30%;
  width: 49%;
}

.post-11113 .elem-4 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 40px;
  padding-left: 17%;
  width: 44%;
}

.post-11113-2 .elem-1 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 10px;
  padding-left: 42%;
  width: 55%;
}

.post-11113-2 .elem-2 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 50px;
  padding-left: 42%;
}

.post-11113-2 .elem-3 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 55px;
  padding-left: 30px;
  width: 81%;
}

.post-11113-2 .elem-4 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 50px;
  padding-left: 30px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .bg-img-top-center.post-11113.right-line-dots.left-line.vc_custom_1596026231363,
  .bg-img-top-center.post-11113-2.right-line-dots.left-line.vc_custom_1596026744585 {
    background-image: none !important;
  }

  .post-11113 .elem-1 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11113 .elem-2 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
    padding-bottom: 20px;
  }

  .post-11113 .elem-3 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11113 .elem-4 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11113-2 .elem-1 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11113-2 .elem-2 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    padding-bottom: 20px;
  }

  .post-11113-2 .elem-3 {
    line-height: 1.5;
    padding-top: 0;
    width: auto;
  }

  .post-11113-2 .elem-4 {
    line-height: 1.5;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.post-11234 .elem-1 {
  text-align: left !important;
  line-height: 1.2;
  padding-left: 89%;
  margin-right: -20%;
}

.post-11234 .elem-2 {
  text-align: left !important;
  line-height: 1.2;
  padding-left: 26%;
  padding-top: 20px;
}

.post-11234 .elem-3 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 20px;
  padding-left: 12%;
  width: 60%;
}

.post-11234 .elem-4 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 20px;
  padding-left: 5%;
  width: 64%;
}

.post-11234 .elem-5 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 55px;
  padding-left: 24%;
}

.post-11234 .elem-6 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 30px;
  padding-left: 35%;
}

.post-11234 .elem-7 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 30px;
  padding-left: 40%;
}

@media only screen and (max-width: 991px) {
  .bg-img-bottom-center.post-11234.right-line-dots.left-line.vc_custom_1596030760635 {
    background-image: none !important;
  }

  .post-11234 .elem-1 {
    line-height: 1.5;
    padding-left: 30px;
    margin-right: 0;
  }

  .post-11234 .elem-2 {
    line-height: 1.5;
    padding-left: 30px;
    padding-top: 0;
  }

  .post-11234 .elem-3 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11234 .elem-4 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
    padding-bottom: 20px;
  }

  .post-11234 .elem-5 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11234 .elem-6 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11234 .elem-7 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .vc_custom_1596032940054
    .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
    margin-bottom: 20px !important;
  }
}

.big-number {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  padding-bottom: 20px;
}

.post-11240 .elem-1 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 20px;
  padding-left: 30%;
  width: 68%;
}

.post-11240 .elem-2 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 25px;
  padding-left: 23%;
  width: 70%;
}

.post-11240 .elem-3 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 27px;
  padding-left: 14%;
  width: 81%;
}

.post-11240 .elem-4 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 5px;
  padding-left: 23%;
  width: 73%;
}

.post-11240 .elem-5 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 8px;
  padding-left: 14%;
  width: 89%;
}

.post-11240-2 .elem-1 {
  text-align: left !important;
  line-height: 1.2;
  padding-left: 50px;
}

.post-11240-2 .elem-2 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 55px;
  padding-left: 50px;
}

.post-11240-2 .elem-3 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 8%;
}

.post-11240-2 .elem-4 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 35px;
  padding-left: 50px;
}

.post-11240-2 .elem-5 {
  text-align: left !important;
  line-height: 1.2;
  padding-left: 50px;
  padding-top: 35px;
}

.post-11240-2 .elem-6 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 50px;
}

.post-11240-2 .elem-7 {
  text-align: left !important;
  line-height: 1.2;
  padding-left: 30px;
  padding-right: 50px;
  padding-top: 20px;
}

.post-11240-2 .elem-8 {
  text-align: left !important;
  line-height: 1.2;
  padding-left: 30px;
  padding-right: 50px;
  padding-top: 40px;
}

.post-11240-2 .elem-9 {
  text-align: left !important;
  line-height: 1.2;
  padding-left: 30px;
  padding-right: 50px;
  padding-top: 30px;
}

@media only screen and (max-width: 991px) {
  .post-11240.vc_custom_1596098316566 .vc_custom_1596095308871,
  .post-11240.vc_custom_1596098316566 .vc_custom_1596095320340,
  .post-11240-2.vc_custom_1596097521642 {
    background-image: none !important;
  }

  .post-11240 .elem-1 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11240 .elem-2 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11240 .elem-3 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11240 .elem-4 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11240 .elem-5 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11240-2 .elem-1 {
    line-height: 1.5;
    padding-left: 30px;
  }

  .post-11240-2 .elem-2 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11240-2 .elem-3 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 0;
  }

  .post-11240-2 .elem-4 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11240-2 .elem-5 {
    line-height: 1.5;
    padding-left: 30px;
    padding-top: 0;
  }

  .post-11240-2 .elem-6 {
    line-height: 1.5;
    padding-top: 0;
    padding-right: 0;
  }

  .post-11240-2 .elem-7 {
    line-height: 1.5;
    padding-right: 0;
    padding-top: 0;
  }

  .post-11240-2 .elem-8 {
    line-height: 1.5;
    padding-right: 0;
    padding-top: 0;
  }

  .post-11240-2 .elem-9 {
    line-height: 1.5;
    padding-right: 0;
    padding-top: 0;
  }
}

.post-11246 .elem-1 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 20px;
  padding-left: 25%;
  width: 68%;
}

.post-11246 .elem-2 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 15px;
  padding-left: 19%;
  width: 76%;
}

.post-11246 .elem-3 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 25px;
  padding-left: 12%;
  padding-bottom: 20px;
}

.post-11246 .elem-4 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 40px;
  padding-left: 25%;
  width: 68%;
}

.post-11246 .elem-5 {
  text-align: left !important;
  line-height: 1.2;
  padding-left: 15%;
}

@media only screen and (max-width: 991px) {
  .post-11246.right-line-dots.left-line.vc_custom_1596111797205
    .vc_custom_1596110436164,
  .post-11246.right-line-dots.left-line.vc_custom_1596111797205
    .vc_custom_1596110451527 {
    background-image: none !important;
  }

  .post-11246 .elem-1 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11246 .elem-2 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11246 .elem-3 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    padding-bottom: 20px;
  }

  .post-11246 .elem-4 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11246 .elem-5 {
    line-height: 1.5;
    padding-left: 30px;
  }
}

.post-11248 .elem-1 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 15px;
  padding-left: 34%;
  width: 41%;
}

.post-11248 .elem-2 {
  text-align: left !important;
  line-height: 1.2;
  padding-left: 52%;
  margin-right: -55%;
  padding-top: 30px;
}

.post-11248 .elem-3 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 15px;
  padding-left: 30%;
  width: 60%;
}

.post-11248-2 .elem-1 {
  text-align: left !important;
  line-height: 1.2;
  padding-left: 77%;
  margin-right: -36%;
}

.post-11248-2 .elem-2 {
  text-align: left !important;
  line-height: 1.2;
  padding-left: 20%;
  padding-top: 20px;
}

.post-11248-2 .elem-3 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 30px;
  padding-left: 10%;
  width: 61%;
}

.post-11248-2 .elem-4 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 20px;
  width: 64%;
  padding-bottom: 20px;
}

.post-11248-2 .elem-5 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 74px;
  padding-left: 25%;
}

.post-11248-2 .elem-6 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 39px;
  padding-left: 35%;
}

.post-11248-2 .elem-7 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 30px;
  padding-left: 41%;
}

@media only screen and (max-width: 991px) {
  .post-11248.right-line-dots.left-line.vc_custom_1596115570371,
  .post-11248-2.right-line-dots.left-line.vc_custom_1596115909173 {
    background-image: none !important;
  }

  .post-11248 .elem-1 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11248 .elem-2 {
    line-height: 1.5;
    padding-left: 30px;
    margin-right: 0;
    padding-top: 0;
  }

  .post-11248 .elem-3 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11248-2 .elem-1 {
    line-height: 1.5;
    padding-left: 30px;
    margin-right: 0;
  }

  .post-11248-2 .elem-2 {
    line-height: 1.5;
    padding-left: 30px;
    padding-top: 0;
  }

  .post-11248-2 .elem-3 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11248-2 .elem-4 {
    line-height: 1.5;
    padding-top: 0;
    width: auto;
    padding-bottom: 20px;
  }

  .post-11248-2 .elem-5 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11248-2 .elem-6 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11248-2 .elem-7 {
    line-height: 1.5;
    padding-top: 0;
    padding-left: 30px;
  }
}

.post-11117 .elem-1,
.post-11117 .elem-2,
.post-11117 .elem-3,
.post-11117 .elem-4,
.post-11117 .elem-5,
.post-11117 .elem-6,
.post-11117 .elem-7,
.post-11117 .elem-8,
.post-11117 .elem-9,
.post-11117 .elem-10 {
  text-align: left !important;
  line-height: 1.2;
}

.post-11117 .elem-1,
.post-11117 .elem-2,
.post-11117 .elem-3,
.post-11117 .elem-4,
.post-11117 .elem-5 {
  padding-left: 35%;
}

.post-11117 .elem-6,
.post-11117 .elem-7,
.post-11117 .elem-8,
.post-11117 .elem-9,
.post-11117 .elem-10 {
  padding-left: 30px;
}

.post-11117 .elem-2,
.post-11117 .elem-3,
.post-11117 .elem-7,
.post-11117 .elem-8 {
  padding-top: 25px;
}

.post-11117 .elem-4,
.post-11117 .elem-9 {
  padding-top: 15px;
}

.post-11117 .elem-5 {
  padding-top: 10px;
}

.post-11117 .elem-6 {
  padding-top: 30px;
}

.post-11117 .elem-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .post-11117.right-line-dots.left-line.vc_custom_1596120961860 {
    background-image: none !important;
  }

  .post-11117 .elem-1,
  .post-11117 .elem-2,
  .post-11117 .elem-3,
  .post-11117 .elem-4,
  .post-11117 .elem-5,
  .post-11117 .elem-6,
  .post-11117 .elem-7,
  .post-11117 .elem-8,
  .post-11117 .elem-9,
  .post-11117 .elem-10 {
    line-height: 1.5;
  }

  .post-11117 .elem-1,
  .post-11117 .elem-2,
  .post-11117 .elem-3,
  .post-11117 .elem-4,
  .post-11117 .elem-5 {
    padding-left: 30px;
  }

  .post-11117 .elem-2,
  .post-11117 .elem-3,
  .post-11117 .elem-7,
  .post-11117 .elem-8 {
    padding-top: 0;
  }

  .post-11117 .elem-4,
  .post-11117 .elem-9 {
    padding-top: 0;
  }

  .post-11117 .elem-5 {
    padding-top: 0;
  }

  .post-11117 .elem-6 {
    padding-top: 0;
  }

  .post-11117 .elem-10 {
    padding-top: 0;
  }
}

.maxwidth .numbers.card.post-11333 span {
  float: none;
  margin: 0 auto 20px;
}

.maxwidth .numbers.card.post-11333 p {
  text-align: center !important;
  padding-left: 0;
}

.post-11333-2 .elem-1,
.post-11333-2 .elem-2,
.post-11333-2 .elem-3,
.post-11333-2 .elem-4 {
  text-align: left !important;
  line-height: 1.2;
  padding-top: 30px;
}

.post-11333-2 .elem-1 {
  padding-left: 28%;
  width: 45%;
}

.post-11333-2 .elem-2 {
  padding-left: 35%;
}

.post-11333-2 .elem-3 {
  padding-left: 29%;
  width: 49%;
}

.post-11333-2 .elem-4 {
  padding-left: 18%;
  width: 54%;
  padding-bottom: 20px;
}

.simple-red-num span {
  color: #9d4459;
  font-size: 20px;
  font-weight: 700;
  float: left;
}

.simple-red-num p {
  padding-left: 40px;
}

.post-11333-3 .elem-1,
.post-11333-3 .elem-2,
.post-11333-3 .elem-3,
.post-11333-3 .elem-4,
.post-11333-3 .elem-5 {
  text-align: left !important;
  line-height: 1.2;
}

.post-11333-3 .elem-1 {
  padding-top: 30px;
  padding-left: 79%;
  margin-right: -45%;
}

.post-11333-3 .elem-2 {
  padding-top: 30px;
  padding-left: 39%;
}

.post-11333-3 .elem-3 {
  padding-top: 35px;
  padding-left: 25%;
  width: 63%;
  padding-bottom: 20px;
}

.post-11333-3 .elem-4 {
  padding-top: 114px;
  padding-left: 23%;
  width: 52%;
}

.post-11333-3 .elem-5 {
  padding-top: 35px;
  padding-left: 46%;
}

@media only screen and (max-width: 991px) {
  .post-11333-2.right-line-dots.left-line.vc_custom_1596179954558,
  .post-11333-3.right-line-dots.left-line.vc_custom_1596178635398 {
    background-image: none !important;
  }

  .post-11333-2 .elem-1,
  .post-11333-2 .elem-2,
  .post-11333-2 .elem-3,
  .post-11333-2 .elem-4 {
    line-height: 1.5;
    padding-top: 0;
  }

  .post-11333-2 .elem-1 {
    padding-left: 30px;
    width: auto;
  }

  .post-11333-2 .elem-2 {
    padding-left: 30px;
  }

  .post-11333-2 .elem-3 {
    padding-left: 30px;
    width: auto;
  }

  .post-11333-2 .elem-4 {
    padding-left: 30px;
    width: auto;
    padding-bottom: 20px;
  }

  .post-11333-3 .elem-1,
  .post-11333-3 .elem-2,
  .post-11333-3 .elem-3,
  .post-11333-3 .elem-4,
  .post-11333-3 .elem-5 {
    line-height: 1.5;
  }

  .post-11333-3 .elem-1 {
    padding-top: 0;
    padding-left: 30px;
    margin-right: 0;
  }

  .post-11333-3 .elem-2 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11333-3 .elem-3 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
    padding-bottom: 20px;
  }

  .post-11333-3 .elem-4 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11333-3 .elem-5 {
    padding-top: 0;
    padding-left: 30px;
  }
}

.post-11339 .elem-1,
.post-11339 .elem-2,
.post-11339 .elem-3,
.post-11339 .elem-4,
.post-11339 .elem-5 {
  text-align: left !important;
  line-height: 1.2;
}

.post-11339 .elem-1 {
  padding-left: 78%;
  margin-right: -43%;
}

.post-11339 .elem-2 {
  padding-top: 25px;
  padding-left: 36%;
  width: 38%;
}

.post-11339 .elem-3 {
  padding-top: 25px;
  padding-left: 16%;
  width: 66%;
}

.post-11339 .elem-4 {
  padding-top: 79px;
  padding-left: 27%;
  width: 49%;
}

.post-11339 .elem-5 {
  padding-top: 25px;
  padding-left: 33%;
}

@media only screen and (max-width: 991px) {
  .post-11339.right-line-dots.left-line.vc_custom_1596185264845 {
    background-image: none !important;
  }

  .post-11339 .elem-1,
  .post-11339 .elem-2,
  .post-11339 .elem-3,
  .post-11339 .elem-4,
  .post-11339 .elem-5 {
    line-height: 1.5;
  }

  .post-11339 .elem-1 {
    padding-left: 30px;
    margin-right: 0;
  }

  .post-11339 .elem-2 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11339 .elem-3 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11339 .elem-4 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11339 .elem-5 {
    padding-top: 0;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .bl-gr-with-bot-line-full.my-bl-gr.numbers.check.two.vc_custom_1596188438000 {
    display: grid;
  }
}

.post-11337 .elem-1,
.post-11337 .elem-2,
.post-11337 .elem-3,
.post-11337 .elem-4,
.post-11337 .elem-5,
.post-11337-2 .elem-1,
.post-11337-2 .elem-2,
.post-11337-2 .elem-3,
.post-11337-2 .elem-4,
.post-11337-2 .elem-5,
.post-11337-2 .elem-6 {
  text-align: left !important;
  line-height: 1.2;
}

.post-11337 .elem-1 {
  padding-top: 20px;
  padding-left: 30%;
  width: 55%;
}

.post-11337 .elem-2 {
  padding-top: 25px;
  padding-left: 22%;
}

.post-11337 .elem-3 {
  padding-top: 40px;
  padding-left: 13%;
  width: 60%;
  padding-bottom: 20px;
}

.post-11337 .elem-4 {
  padding-top: 40px;
  padding-left: 24%;
  width: 71%;
}

.post-11337 .elem-5 {
  padding-top: 45px;
  padding-left: 15%;
}

.post-11337-2 .elem-1 {
  padding-left: 44%;
  padding-top: 30px;
  width: 42%;
}

.post-11337-2 .elem-2 {
  padding-left: 62%;
  padding-top: 20px;
}

.post-11337-2 .elem-3 {
  padding-left: 55%;
  padding-top: 20px;
  padding-bottom: 31px;
}

.post-11337-2 .elem-4 {
  padding-left: 28%;
  padding-top: 30px;
  width: 35%;
}

.post-11337-2 .elem-5 {
  padding-left: 21%;
  width: 53%;
  padding-top: 5px;
}

.post-11337-2 .elem-6 {
  padding-top: 10px;
  padding-left: 11%;
  width: 71%;
}

@media only screen and (max-width: 991px) {
  .post-11337.right-line-dots.left-line.vc_custom_1596198821206
    .vc_custom_1596199029715,
  .post-11337.right-line-dots.left-line.vc_custom_1596198821206
    .vc_custom_1596199017286,
  .post-11337-2.right-line-dots.left-line.vc_custom_1596198215445 {
    background-image: none !important;
  }

  .post-11337 .elem-1,
  .post-11337 .elem-2,
  .post-11337 .elem-3,
  .post-11337 .elem-4,
  .post-11337 .elem-5,
  .post-11337-2 .elem-1,
  .post-11337-2 .elem-2,
  .post-11337-2 .elem-3,
  .post-11337-2 .elem-4,
  .post-11337-2 .elem-5,
  .post-11337-2 .elem-6 {
    line-height: 1.5;
  }

  .post-11337 .elem-1 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11337 .elem-2 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11337 .elem-3 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
    padding-bottom: 20px;
  }

  .post-11337 .elem-4 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11337 .elem-5 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11337-2 .elem-1 {
    padding-left: 30px;
    padding-top: 0;
    width: auto;
  }

  .post-11337-2 .elem-2 {
    padding-left: 30px;
    padding-top: 0;
  }

  .post-11337-2 .elem-3 {
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .post-11337-2 .elem-4 {
    padding-left: 30px;
    padding-top: 0;
    width: auto;
  }

  .post-11337-2 .elem-5 {
    padding-left: 30px;
    width: auto;
    padding-top: 0;
  }

  .post-11337-2 .elem-6 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }
}

.post-11329 .elem-1,
.post-11329 .elem-2,
.post-11329 .elem-3,
.post-11329 .elem-4,
.post-11329 .elem-5 {
  text-align: left !important;
  line-height: 1.2;
}

.post-11329 .elem-1 {
  padding-left: 84%;
  margin-right: -24%;
}

.post-11329 .elem-2 {
  padding-left: 39%;
  width: 38%;
  padding-top: 30px;
}

.post-11329 .elem-3 {
  padding-left: 10%;
  width: 66%;
  padding-top: 30px;
}

.post-11329 .elem-4 {
  padding-top: 65px;
  padding-left: 30%;
  width: 35%;
}

.post-11329 .elem-5 {
  padding-top: 30px;
  padding-left: 36%;
  width: 58%;
}

@media only screen and (max-width: 991px) {
  .post-11329.right-line-dots.left-line.vc_custom_1596444777102 {
    background-image: none !important;
  }

  .post-11329 .elem-1,
  .post-11329 .elem-2,
  .post-11329 .elem-3,
  .post-11329 .elem-4,
  .post-11329 .elem-5 {
    line-height: 1.5;
  }

  .post-11329 .elem-1 {
    padding-left: 30px;
    margin-right: 0;
  }

  .post-11329 .elem-2 {
    padding-left: 30px;
    width: auto;
    padding-top: 0;
  }

  .post-11329 .elem-3 {
    padding-left: 30px;
    width: auto;
    padding-top: 0;
  }

  .post-11329 .elem-4 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11329 .elem-5 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }
}

.post-11331 .elem-1,
.post-11331 .elem-2,
.post-11331 .elem-3,
.post-11331 .elem-4,
.post-11331 .elem-5,
.post-11331 .elem-6 {
  text-align: left !important;
  line-height: 1.2;
}

.post-11331 .elem-1 {
  padding-left: 30%;
  width: 67%;
}

.post-11331 .elem-2 {
  padding-top: 5px;
  padding-left: 30%;
}

.post-11331 .elem-3 {
  padding-top: 5px;
  padding-left: 30%;
}

.post-11331 .elem-4 {
  padding-left: 30px;
  padding-top: 32px;
}

.post-11331 .elem-5 {
  padding-left: 30px;
  padding-top: 26px;
}

.post-11331 .elem-6 {
  padding-left: 30px;
  padding-top: 23px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .post-11331.right-line-dots.left-line.vc_custom_1596453957859 {
    background-image: none !important;
  }

  .post-11331 .elem-1,
  .post-11331 .elem-2,
  .post-11331 .elem-3,
  .post-11331 .elem-4,
  .post-11331 .elem-5,
  .post-11331 .elem-6 {
    line-height: 1.5;
  }

  .post-11331 .elem-1 {
    padding-left: 30px;
    width: auto;
  }

  .post-11331 .elem-2 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11331 .elem-3 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11331 .elem-4 {
    padding-top: 0;
  }

  .post-11331 .elem-5 {
    padding-top: 0;
  }

  .post-11331 .elem-6 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.post-11928 .elem-1,
.post-11928 .elem-2,
.post-11928 .elem-3,
.post-11928 .elem-4,
.post-11928 .elem-5,
.post-11928 .elem-6 {
  text-align: left !important;
  line-height: 1.2;
}

.post-11928 .elem-1 {
  padding-top: 30px;
  padding-left: 39%;
  width: 31%;
}

.post-11928 .elem-2 {
  padding-left: 48%;
  padding-top: 10px;
  width: 37%;
}

.post-11928 .elem-3 {
  padding-left: 56%;
  padding-top: 10px;
  width: 40%;
  padding-bottom: 15px;
}

.post-11928 .elem-4 {
  padding-top: 30px;
  padding-left: 29%;
  width: 33%;
}

.post-11928 .elem-5 {
  padding-top: 15px;
  padding-left: 21%;
}

.post-11928 .elem-6 {
  padding-top: 25px;
  padding-left: 12%;
}

@media only screen and (max-width: 991px) {
  .post-11928.right-line-dots.left-line.vc_custom_1596457854003 {
    background-image: none !important;
  }

  .post-11928 .elem-1,
  .post-11928 .elem-2,
  .post-11928 .elem-3,
  .post-11928 .elem-4,
  .post-11928 .elem-5,
  .post-11928 .elem-6 {
    line-height: 1.5;
  }

  .post-11928 .elem-1 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11928 .elem-2 {
    padding-left: 30px;
    padding-top: 0;
    width: auto;
  }

  .post-11928 .elem-3 {
    padding-left: 30px;
    padding-top: 0;
    width: auto;
    padding-bottom: 20px;
  }

  .post-11928 .elem-4 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11928 .elem-5 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11928 .elem-6 {
    padding-top: 0;
    padding-left: 30px;
  }
}

.post-11931 .elem-1,
.post-11931 .elem-2,
.post-11931 .elem-3,
.post-11931 .elem-4,
.post-11931 .elem-5,
.post-11931-2 .elem-1,
.post-11931-2 .elem-2,
.post-11931-2 .elem-3,
.post-11931-2 .elem-4,
.post-11931-2 .elem-5,
.post-11931-2 .elem-6,
.post-11931-2 .elem-7,
.post-11931-2 .elem-8,
.post-11931-2 .elem-9,
.post-11931-2 .elem-10 {
  text-align: left !important;
  line-height: 1.2;
}

.post-11931 .elem-1 {
  padding-left: 96%;
}

.post-11931 .elem-2 {
  padding-left: 32%;
  width: 48%;
  padding-top: 15px;
}

.post-11931 .elem-3 {
  padding-left: 18%;
  padding-top: 25px;
  padding-bottom: 10px;
}

.post-11931 .elem-4 {
  padding-top: 50px;
  padding-left: 32%;
  width: 38%;
}

.post-11931 .elem-5 {
  padding-left: 39%;
  padding-top: 25px;
}

.post-11931-2 .elem-1,
.post-11931-2 .elem-2,
.post-11931-2 .elem-3,
.post-11931-2 .elem-4,
.post-11931-2 .elem-5 {
  padding-left: 45%;
}

.post-11931-2 .elem-2,
.post-11931-2 .elem-3,
.post-11931-2 .elem-4,
.post-11931-2 .elem-5,
.post-11931-2 .elem-7,
.post-11931-2 .elem-8,
.post-11931-2 .elem-9,
.post-11931-2 .elem-10 {
  padding-top: 5px;
}

.post-11931-2 .elem-6 {
  padding-top: 22px;
}

.post-11931-2 .elem-6,
.post-11931-2 .elem-7,
.post-11931-2 .elem-8,
.post-11931-2 .elem-9,
.post-11931-2 .elem-10 {
  padding-left: 30px;
}

@media only screen and (max-width: 991px) {
  .post-11931.right-line-dots.left-line.vc_custom_1596460884523,
  .post-11931-2.right-line-dots.left-line.vc_custom_1596461790424 {
    background-image: none !important;
  }

  .post-11931 .elem-1,
  .post-11931 .elem-2,
  .post-11931 .elem-3,
  .post-11931 .elem-4,
  .post-11931 .elem-5,
  .post-11931-2 .elem-1,
  .post-11931-2 .elem-2,
  .post-11931-2 .elem-3,
  .post-11931-2 .elem-4,
  .post-11931-2 .elem-5,
  .post-11931-2 .elem-6,
  .post-11931-2 .elem-7,
  .post-11931-2 .elem-8,
  .post-11931-2 .elem-9,
  .post-11931-2 .elem-10 {
    line-height: 1.5;
  }

  .post-11931 .elem-1 {
    padding-left: 30px;
  }

  .post-11931 .elem-2 {
    padding-left: 30px;
    width: auto;
    padding-top: 0;
  }

  .post-11931 .elem-3 {
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .post-11931 .elem-4 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11931 .elem-5 {
    padding-left: 30px;
    padding-top: 0;
  }

  .post-11931-2 .elem-1,
  .post-11931-2 .elem-2,
  .post-11931-2 .elem-3,
  .post-11931-2 .elem-4,
  .post-11931-2 .elem-5 {
    padding-left: 30px;
  }

  .post-11931-2 .elem-2,
  .post-11931-2 .elem-3,
  .post-11931-2 .elem-4,
  .post-11931-2 .elem-5,
  .post-11931-2 .elem-7,
  .post-11931-2 .elem-8,
  .post-11931-2 .elem-9,
  .post-11931-2 .elem-10 {
    padding-top: 0;
  }

  .post-11931-2 .elem-6 {
    padding-top: 0;
  }
}

.post-11933 .elem-1,
.post-11933 .elem-2,
.post-11933 .elem-3,
.post-11933 .elem-4,
.post-11933 .elem-5 {
  text-align: left !important;
  line-height: 1.2;
}

.post-11933 .elem-1 {
  padding-left: 78%;
  margin-right: -30%;
}

.post-11933 .elem-2 {
  padding-left: 40%;
  width: 37%;
  padding-top: 10px;
}

.post-11933 .elem-3 {
  padding-left: 25%;
  padding-top: 20px;
  padding-bottom: 15px;
}

.post-11933 .elem-4 {
  padding-top: 45px;
  padding-left: 31%;
  width: 48%;
}

.post-11933 .elem-5 {
  padding-top: 20px;
  padding-left: 38%;
}

@media only screen and (max-width: 991px) {
  .post-11933.right-line-dots.left-line.vc_custom_1596467345031 {
    background-image: none !important;
  }

  .post-11933 .elem-1,
  .post-11933 .elem-2,
  .post-11933 .elem-3,
  .post-11933 .elem-4,
  .post-11933 .elem-5 {
    line-height: 1.5;
  }

  .post-11933 .elem-1 {
    padding-left: 30px;
    margin-right: 0;
  }

  .post-11933 .elem-2 {
    padding-left: 30px;
    width: auto;
    padding-top: 0;
  }

  .post-11933 .elem-3 {
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .post-11933 .elem-4 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11933 .elem-5 {
    padding-top: 0;
    padding-left: 30px;
  }
}

.post-11935 .elem-1,
.post-11935 .elem-2,
.post-11935 .elem-3,
.post-11935 .elem-4 {
  text-align: left !important;
  line-height: 1.2;
}

.post-11935 .elem-1 {
  padding-top: 23px;
  padding-left: 16%;
}

.post-11935 .elem-2 {
  padding-top: 10px;
  padding-left: 10%;
  padding-bottom: 20px;
}

.post-11935 .elem-3 {
  padding-top: 12px;
  padding-left: 15%;
}

.post-11935 .elem-4 {
  padding-left: 10%;
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .post-11935.right-line-dots.left-line.vc_custom_1596523484230
    .vc_custom_1596520673865,
  .post-11935.right-line-dots.left-line.vc_custom_1596523484230
    .vc_custom_1596520690457 {
    background-image: none !important;
  }

  .post-11935 .elem-1,
  .post-11935 .elem-2,
  .post-11935 .elem-3,
  .post-11935 .elem-4 {
    line-height: 1.5;
  }

  .post-11935 .elem-1 {
    padding-top: 20px;
    padding-left: 30px;
  }

  .post-11935 .elem-2 {
    padding-top: 0;
    padding-left: 30px;
    padding-bottom: 20px;
  }

  .post-11935 .elem-3 {
    padding-top: 20px;
    padding-left: 30px;
  }

  .post-11935 .elem-4 {
    padding-left: 30px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .h-block-main-r .image {
    display: none;
  }

  .h-block-main-r {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .h-block-form {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .black-block .flex-reverse {
    display: flex;
  }
}

.black-block .numbers .wpb_content_element {
  margin-bottom: 5px !important;
}

.post-12020 .elem-1,
.post-12020 .elem-2,
.post-12020 .elem-3,
.post-12020-2 .elem-1,
.post-12020-2 .elem-2,
.post-12020-2 .elem-3,
.post-12020-2 .elem-4,
.post-12020-2 .elem-5,
.post-12020-2 .elem-6 {
  text-align: left !important;
  line-height: 1.2;
}

.post-12020 .elem-1 {
  padding-left: 81%;
  margin-right: -24%;
}

.post-12020 .elem-2 {
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 34%;
  width: 47%;
}

.post-12020 .elem-3 {
  padding-top: 69px;
  padding-left: 30%;
}

.post-12020-2 .elem-1 {
  padding-left: 35%;
  width: 45%;
}

.post-12020-2 .elem-2 {
  padding-left: 45%;
  width: 32%;
  padding-top: 10px;
}

.post-12020-2 .elem-3 {
  padding-left: 50%;
  padding-top: 13px;
  width: 43%;
  padding-bottom: 20px;
}

.post-12020-2 .elem-4 {
  padding-top: 20px;
  padding-left: 23%;
}

.post-12020-2 .elem-5 {
  padding-top: 28px;
  padding-left: 18%;
  width: 56%;
}

.post-12020-2 .elem-6 {
  padding-top: 13px;
  padding-left: 9%;
}

@media only screen and (max-width: 991px) {
  .post-12020.right-line-dots.left-line.vc_custom_1596551839032,
  .post-12020-2.right-line-dots.left-line.vc_custom_1596552103228 {
    background-image: none !important;
  }

  .post-12020 .elem-1,
  .post-12020 .elem-2,
  .post-12020 .elem-3,
  .post-12020-2 .elem-1,
  .post-12020-2 .elem-2,
  .post-12020-2 .elem-3,
  .post-12020-2 .elem-4,
  .post-12020-2 .elem-5,
  .post-12020-2 .elem-6 {
    line-height: 1.5;
  }

  .post-12020 .elem-1 {
    padding-left: 30px;
    margin-right: 0;
    padding-top: 20px;
  }

  .post-12020 .elem-2 {
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 30px;
    width: auto;
  }

  .post-12020 .elem-3 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-12020-2 .elem-1 {
    padding-left: 30px;
    width: auto;
    padding-top: 20px;
  }

  .post-12020-2 .elem-2 {
    padding-left: 30px;
    width: auto;
    padding-top: 0;
  }

  .post-12020-2 .elem-3 {
    padding-left: 30px;
    padding-top: 0;
    width: auto;
    padding-bottom: 20px;
  }

  .post-12020-2 .elem-4 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-12020-2 .elem-5 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-12020-2 .elem-6 {
    padding-top: 0;
    padding-left: 30px;
  }
}

.post-12029 .elem-1,
.post-12029 .elem-2,
.post-12029 .elem-3,
.post-12029 .elem-4,
.post-12029 .elem-5,
.post-12029 .elem-6,
.post-12029 .elem-7,
.post-12029 .elem-8,
.post-12029-2 .elem-1,
.post-12029-2 .elem-2,
.post-12029-2 .elem-3,
.post-12029-2 .elem-4 {
  text-align: left !important;
  line-height: 1.2;
}

.post-12029 .elem-1 {
  padding-left: 28%;
  padding-top: 12px;
}

.post-12029 .elem-2 {
  padding-top: 10px;
  padding-left: 23%;
}

.post-12029 .elem-3 {
  padding-top: 30px;
  padding-left: 18%;
}

.post-12029 .elem-4 {
  padding-left: 13%;
  padding-top: 5px;
}

.post-12029 .elem-5 {
  padding-left: 28%;
}

.post-12029 .elem-6 {
  padding-left: 23%;
  padding-top: 5px;
}

.post-12029 .elem-7 {
  padding-left: 18%;
  padding-top: 5px;
}

.post-12029 .elem-8 {
  padding-left: 13%;
  padding-top: 5px;
}

.post-12029-2 .elem-1 {
  padding-left: 50%;
  padding-top: 10px;
}

.post-12029-2 .elem-2 {
  padding-left: 50%;
  padding-top: 30px;
}

.post-12029-2 .elem-3 {
  padding-left: 50px;
  padding-top: 35px;
  width: 51%;
}

.post-12029-2 .elem-4 {
  padding-left: 50px;
  padding-top: 5px;
  width: 54%;
}

@media only screen and (max-width: 991px) {
  .post-12029.right-line-dots.left-line.vc_custom_1596619039181
    .vc_custom_1596619073373,
  .post-12029.right-line-dots.left-line.vc_custom_1596619039181
    .vc_custom_1596619082797,
  .post-12029-2.right-line-dots.left-line.vc_custom_1596619362432 {
    background-image: none !important;
  }

  .post-12029 .elem-1,
  .post-12029 .elem-2,
  .post-12029 .elem-3,
  .post-12029 .elem-4,
  .post-12029 .elem-5,
  .post-12029 .elem-6,
  .post-12029 .elem-7,
  .post-12029 .elem-8,
  .post-12029-2 .elem-1,
  .post-12029-2 .elem-2,
  .post-12029-2 .elem-3,
  .post-12029-2 .elem-4 {
    line-height: 1.5;
  }

  .post-12029 .elem-1 {
    padding-left: 30px;
    padding-top: 0;
  }

  .post-12029 .elem-2 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-12029 .elem-3 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-12029 .elem-4 {
    padding-left: 30px;
    padding-top: 0;
  }

  .post-12029 .elem-5 {
    padding-left: 30px;
  }

  .post-12029 .elem-6 {
    padding-left: 30px;
    padding-top: 0;
  }

  .post-12029 .elem-7 {
    padding-left: 30px;
    padding-top: 0;
  }

  .post-12029 .elem-8 {
    padding-left: 30px;
    padding-top: 0;
  }

  .post-12029-2 .elem-1 {
    padding-left: 30px;
    padding-top: 0;
  }

  .post-12029-2 .elem-2 {
    padding-left: 30px;
    padding-top: 0;
  }

  .post-12029-2 .elem-3 {
    padding-left: 30px;
    padding-top: 0;
    width: auto;
  }

  .post-12029-2 .elem-4 {
    padding-left: 30px;
    padding-top: 0;
    width: auto;
  }
}

.post-12031 .elem-1,
.post-12031 .elem-2,
.post-12031 .elem-3,
.post-12031 .elem-4,
.post-12031 .elem-5,
.post-12031 .elem-6,
.post-12031 .elem-7,
.post-12031 .elem-8 {
  text-align: left !important;
  line-height: 1.2;
}

.post-12031 .elem-1 {
  padding-left: 69%;
  padding-top: 60px;
}

.post-12031 .elem-2 {
  padding-left: 47%;
  padding-top: 30px;
}

.post-12031 .elem-3 {
  padding-top: 25px;
  padding-left: 36%;
  width: 48%;
}

.post-12031 .elem-4 {
  padding-top: 10px;
  padding-left: 29%;
  width: 56%;
}

.post-12031 .elem-5 {
  padding-top: 60px;
  padding-left: 5%;
  width: 40%;
}

.post-12031 .elem-6 {
  padding-top: 30px;
  padding-left: 19%;
  width: 46%;
}

.post-12031 .elem-7 {
  padding-top: 20px;
  padding-left: 25%;
  width: 46%;
}

.post-12031 .elem-8 {
  padding-top: 30px;
  padding-left: 28%;
  width: 63%;
}

@media only screen and (max-width: 991px) {
  .post-12031.right-line-dots.left-line.vc_custom_1597045743048 {
    background-image: none !important;
  }

  .post-12031 .elem-1,
  .post-12031 .elem-2,
  .post-12031 .elem-3,
  .post-12031 .elem-4,
  .post-12031 .elem-5,
  .post-12031 .elem-6,
  .post-12031 .elem-7,
  .post-12031 .elem-8 {
    line-height: 1.5;
  }

  .post-12031 .elem-1 {
    padding-left: 30px;
    padding-top: 0;
  }

  .post-12031 .elem-2 {
    padding-left: 30px;
    padding-top: 0;
  }

  .post-12031 .elem-3 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-12031 .elem-4 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-12031 .elem-5 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-12031 .elem-6 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-12031 .elem-7 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-12031 .elem-8 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }
}

.post-12024 .elem-1,
.post-12024 .elem-2,
.post-12024 .elem-3,
.post-12024 .elem-4,
.post-12024-2 .elem-1,
.post-12024-2 .elem-2,
.post-12024-2 .elem-3,
.post-12024-2 .elem-4 {
  text-align: left !important;
  line-height: 1.2;
}

.post-12024 .elem-1,
.post-12024 .elem-3 {
  padding-top: 15px;
  padding-left: 26%;
}

.post-12024 .elem-2,
.post-12024 .elem-4 {
  padding-top: 20px;
  padding-left: 17%;
  width: 69%;
}

.post-12024-2 .elem-1 {
  padding-left: 47%;
  width: 48%;
}

.post-12024-2 .elem-2 {
  padding-left: 47%;
  padding-top: 30px;
  width: 51%;
}

.post-12024-2 .elem-3 {
  padding-left: 50px;
  width: 49%;
  padding-top: 45px;
}

.post-12024-2 .elem-4 {
  padding-top: 25px;
  padding-left: 50px;
  width: 49%;
}

@media only screen and (max-width: 991px) {
  .post-12024-2.right-line-dots.left-line.vc_custom_1597051856287,
  .post-12024.right-line-dots.left-line.vc_custom_1597051543445
    .vc_custom_1597051566518,
  .post-12024.right-line-dots.left-line.vc_custom_1597051543445
    .vc_custom_1597051576336 {
    background-image: none !important;
  }

  .post-12024 .elem-1,
  .post-12024 .elem-2,
  .post-12024 .elem-3,
  .post-12024 .elem-4,
  .post-12024-2 .elem-1,
  .post-12024-2 .elem-2,
  .post-12024-2 .elem-3,
  .post-12024-2 .elem-4 {
    line-height: 1.5;
  }

  .post-12024 .elem-1,
  .post-12024 .elem-3 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-12024 .elem-2,
  .post-12024 .elem-4 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-12024-2 .elem-1 {
    padding-left: 30px;
    width: auto;
  }

  .post-12024-2 .elem-2 {
    padding-left: 30px;
    padding-top: 0;
    width: auto;
  }

  .post-12024-2 .elem-3 {
    padding-left: 30px;
    width: auto;
    padding-top: 0;
  }

  .post-12024-2 .elem-4 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }
}

.post-12368 .elem-1,
.post-12368 .elem-2,
.post-12368 .elem-3,
.post-12368 .elem-4,
.post-12368 .elem-5,
.post-12368 .elem-6 {
  text-align: left !important;
  line-height: 1.2;
}

.post-12368 .elem-1 {
  padding-left: 62%;
}

.post-12368 .elem-2 {
  padding-top: 19px;
  padding-left: 38%;
  width: 51%;
}

.post-12368 .elem-3 {
  padding-top: 10px;
  padding-left: 23%;
  width: 45%;
}

.post-12368 .elem-4 {
  padding-left: 9%;
  width: 52%;
}

.post-12368 .elem-5 {
  padding-left: 23%;
  width: 53%;
}

.post-12368 .elem-6 {
  padding-top: 10px;
  padding-left: 29%;
}

@media only screen and (max-width: 991px) {
  .post-12368.right-line-dots.left-line.vc_custom_1597058669174 {
    background-image: none !important;
  }

  .post-12368 .elem-1,
  .post-12368 .elem-2,
  .post-12368 .elem-3,
  .post-12368 .elem-4,
  .post-12368 .elem-5,
  .post-12368 .elem-6 {
    line-height: 1.5;
  }

  .post-12368 .elem-1 {
    padding-left: 30px;
  }

  .post-12368 .elem-2 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-12368 .elem-3 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-12368 .elem-4 {
    padding-left: 30px;
    width: auto;
  }

  .post-12368 .elem-5 {
    padding-left: 30px;
    width: auto;
  }

  .post-12368 .elem-6 {
    padding-top: 0;
    padding-left: 30px;
  }
}

.post-12372 .elem-1,
.post-12372 .elem-2,
.post-12372 .elem-3,
.post-12372 .elem-4,
.post-12372 .elem-5 {
  text-align: left !important;
  line-height: 1.2;
}

.post-12372 .elem-1,
.post-12372 .elem-2,
.post-12372 .elem-3 {
  padding-left: 54%;
}

.post-12372 .elem-4,
.post-12372 .elem-5 {
  padding-left: 50px;
}

.post-12372 .elem-1 {
  padding-top: 10px;
}

.post-12372 .elem-2 {
  padding-top: 10px;
}

.post-12372 .elem-3 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.post-12372 .elem-4 {
  padding-top: 55px;
}

.post-12372 .elem-5 {
  padding-top: 35px;
}

@media only screen and (max-width: 991px) {
  .post-12372.right-line-dots.left-line.vc_custom_1597061988986 {
    background-image: none !important;
  }

  .post-12372 .elem-1,
  .post-12372 .elem-2,
  .post-12372 .elem-3,
  .post-12372 .elem-4,
  .post-12372 .elem-5 {
    line-height: 1.5;
  }

  .post-12372 .elem-1,
  .post-12372 .elem-2,
  .post-12372 .elem-3 {
    padding-left: 30px;
  }

  .post-12372 .elem-4,
  .post-12372 .elem-5 {
    padding-left: 30px;
  }

  .post-12372 .elem-1 {
    padding-top: 0;
  }

  .post-12372 .elem-2 {
    padding-top: 0;
  }

  .post-12372 .elem-3 {
    padding-top: 0;
  }

  .post-12372 .elem-4 {
    padding-top: 0;
  }

  .post-12372 .elem-5 {
    padding-top: 0;
  }
}

.post-11300 .elem-1,
.post-11300 .elem-2,
.post-11300 .elem-3,
.post-11300 .elem-4,
.post-11300 .elem-5 {
  line-height: 1.2;
}

.post-11300 .elem-1 {
  padding-top: 25px;
  padding-left: 10%;
  width: 60%;
}

.post-11300 .elem-2 {
  padding-left: 17%;
  width: 68%;
}

.post-11300 .elem-3 {
  padding-left: 77%;
  margin-right: -34%;
}

.post-11300 .elem-4 {
  padding-left: 33%;
  padding-top: 25px;
}

.post-11300 .elem-5 {
  padding-left: 21%;
  width: 64%;
}

@media only screen and (max-width: 991px) {
  .post-11300.right-line-dots.left-line.vc_custom_1597063414051 {
    background-image: none !important;
  }

  .post-11300 .elem-1,
  .post-11300 .elem-2,
  .post-11300 .elem-3,
  .post-11300 .elem-4,
  .post-11300 .elem-5 {
    line-height: 1.5;
  }

  .post-11300 .elem-1 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11300 .elem-2 {
    padding-left: 30px;
    width: auto;
  }

  .post-11300 .elem-3 {
    padding-left: 30px;
    margin-right: 0;
  }

  .post-11300 .elem-4 {
    padding-left: 30px;
    padding-top: 0;
  }

  .post-11300 .elem-5 {
    padding-left: 30px;
    width: auto;
  }
}

.post-11310 .elem-1,
.post-11310 .elem-2,
.post-11310 .elem-3,
.post-11310 .elem-4,
.post-11310 .elem-5 {
  line-height: 1.2;
}

.post-11310 .elem-1 {
  padding-left: 75%;
  margin-right: -33%;
}

.post-11310 .elem-2 {
  padding-left: 30%;
  width: 49%;
}

.post-11310 .elem-3 {
  padding-left: 10%;
  width: 61%;
}

.post-11310 .elem-4 {
  padding-top: 95px;
  padding-left: 23%;
  width: 56%;
}

.post-11310 .elem-5 {
  padding-top: 30px;
  padding-left: 33%;
  width: 50%;
}

.post-11312 .elem-1,
.post-11312 .elem-2,
.post-11312 .elem-3,
.post-11312 .elem-4,
.post-11312 .elem-5,
.post-11312 .elem-6,
.post-11312 .elem-7,
.post-11312 .elem-8,
.post-11312 .elem-9 {
  line-height: 1.2;
}

.post-11312 .elem-1 {
  padding-left: 49%;
}

.post-11312 .elem-2 {
  padding-top: 20px;
  padding-left: 42%;
}

.post-11312 .elem-3 {
  padding-left: 33%;
  width: 60%;
  padding-top: 15px;
}

.post-11312 .elem-4 {
  padding-top: 20px;
  padding-left: 25%;
  width: 57%;
}

.post-11312 .elem-5 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 17%;
}

.post-11312 .elem-6 {
  padding-left: 49%;
}

.post-11312 .elem-7 {
  padding-top: 30px;
  padding-left: 40%;
}

.post-11312 .elem-8 {
  padding-top: 40px;
  padding-left: 32%;
  width: 60%;
}

.post-11312 .elem-9 {
  padding-top: 45px;
  padding-left: 22%;
  padding-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .post-11312 .elem-1,
  .post-11312 .elem-2,
  .post-11312 .elem-3,
  .post-11312 .elem-4,
  .post-11312 .elem-5,
  .post-11312 .elem-6,
  .post-11312 .elem-7,
  .post-11312 .elem-8,
  .post-11312 .elem-9 {
    line-height: 1.5;
  }

  .right-line-dots.left-line.post-11312.vc_custom_1597336227048
    .vc_custom_1597336276219,
  .right-line-dots.left-line.post-11312.vc_custom_1597336227048
    .vc_custom_1597337510991 {
    background-image: none !important;
  }

  .post-11312 .elem-1 {
    padding-left: 30px;
  }

  .post-11312 .elem-2 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11312 .elem-3 {
    padding-left: 30px;
    width: auto;
    padding-top: 0;
  }

  .post-11312 .elem-4 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11312 .elem-5 {
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .post-11312 .elem-6 {
    padding-left: 30px;
  }

  .post-11312 .elem-7 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11312 .elem-8 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11312 .elem-9 {
    padding-top: 0;
    padding-left: 30px;
    padding-bottom: 0;
  }
}

.post-12221 .elem-1,
.post-12221 .elem-2,
.post-12221 .elem-3,
.post-12221 .elem-4 {
  line-height: 1.2;
}

.post-12221 .elem-1 {
  padding-left: 43%;
  padding-top: 40px;
  margin-right: -15%;
}

.post-12221 .elem-2 {
  padding-top: 35px;
  padding-left: 28%;
}

.post-12221 .elem-3 {
  padding-left: 43%;
  padding-top: 40px;
}

.post-12221 .elem-4 {
  padding-top: 35px;
  padding-left: 28%;
  width: 64%;
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .right-line-dots.left-line.post-12221.vc_custom_1597342579141
    .vc_custom_1597342608610,
  .right-line-dots.left-line.post-12221.vc_custom_1597342579141
    .vc_custom_1597342620997 {
    background-image: none !important;
  }

  .post-12221 .elem-1,
  .post-12221 .elem-2,
  .post-12221 .elem-3,
  .post-12221 .elem-4 {
    line-height: 1.5;
  }

  .post-12221 .elem-1 {
    padding-left: 30px;
    padding-top: 0;
    margin-right: 0;
  }

  .post-12221 .elem-2 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-12221 .elem-3 {
    padding-left: 30px;
    padding-top: 0;
  }

  .post-12221 .elem-4 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
    padding-bottom: 0;
  }
}

.post-11307 .elem-1,
.post-11307 .elem-2,
.post-11307 .elem-3,
.post-11307 .elem-4,
.post-11307 .elem-5 {
  line-height: 1.2;
}

.post-11307 .elem-1 {
  padding-left: 40%;
  padding-top: 10px;
}

.post-11307 .elem-2 {
  padding-left: 43%;
  padding-top: 20px;
  width: 45%;
}

.post-11307 .elem-3 {
  padding-left: 80%;
  margin-right: -25%;
  padding-top: 20px;
}

.post-11307 .elem-4 {
  padding-top: 10px;
  padding-left: 25%;
  width: 60%;
}

.post-11307 .elem-5 {
  padding-left: 16%;
  width: 60%;
}

@media only screen and (max-width: 991px) {
  .post-11307.right-line-dots.left-line.vc_custom_1597241485464 {
    background-image: none !important;
  }

  .post-11307 .elem-1 {
    padding-left: 30px;
    padding-top: 0;
  }

  .post-11307 .elem-2 {
    padding-left: 30px;
    padding-top: 0;
    width: auto;
  }

  .post-11307 .elem-3 {
    padding-left: 30px;
    margin-right: 0;
    padding-top: 0;
  }

  .post-11307 .elem-4 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11307 .elem-5 {
    padding-left: 30px;
    width: auto;
  }
}

.post-11257 .elem-1,
.post-11257 .elem-2,
.post-11257 .elem-3,
.post-11257 .elem-4,
.post-11257 .elem-5,
.post-11257 .elem-6,
.post-11257 .elem-7,
.post-11257 .elem-8,
.post-11257 .elem-9,
.post-11257 .elem-10,
.post-11257 .elem-11 {
  line-height: 1.2;
}

.post-11257 .elem-1,
.post-11257 .elem-2,
.post-11257 .elem-3,
.post-11257 .elem-4,
.post-11257 .elem-5,
.post-11257 .elem-6 {
  padding-left: 31%;
}

.post-11257 .elem-7,
.post-11257 .elem-8,
.post-11257 .elem-9,
.post-11257 .elem-10,
.post-11257 .elem-11 {
  padding-left: 50px;
}

.post-11257 .elem-1 {
  padding-top: 15px;
}

.post-11257 .elem-2,
.post-11257 .elem-3,
.post-11257 .elem-4 {
  padding-top: 25px;
}

.post-11257 .elem-5 {
  padding-top: 10px;
}

.post-11257 .elem-6 {
  padding-top: 15px;
  padding-bottom: 20px;
}

.post-11257 .elem-7 {
  padding-top: 47px;
}

.post-11257 .elem-8,
.post-11257 .elem-9,
.post-11257 .elem-10,
.post-11257 .elem-11 {
  padding-top: 23px;
}

@media only screen and (max-width: 991px) {
  .post-11257.right-line-dots.left-line.vc_custom_1597391965602 {
    background-image: none !important;
  }

  .post-11257 .elem-1,
  .post-11257 .elem-2,
  .post-11257 .elem-3,
  .post-11257 .elem-4,
  .post-11257 .elem-5,
  .post-11257 .elem-6,
  .post-11257 .elem-7,
  .post-11257 .elem-8,
  .post-11257 .elem-9,
  .post-11257 .elem-10,
  .post-11257 .elem-11 {
    line-height: 1.5;
  }

  .post-11257 .elem-1,
  .post-11257 .elem-2,
  .post-11257 .elem-3,
  .post-11257 .elem-4,
  .post-11257 .elem-5,
  .post-11257 .elem-6 {
    padding-left: 30px;
  }

  .post-11257 .elem-7,
  .post-11257 .elem-8,
  .post-11257 .elem-9,
  .post-11257 .elem-10,
  .post-11257 .elem-11 {
    padding-left: 30px;
  }

  .post-11257 .elem-1 {
    padding-top: 0;
  }

  .post-11257 .elem-2,
  .post-11257 .elem-3,
  .post-11257 .elem-4 {
    padding-top: 0;
  }

  .post-11257 .elem-5 {
    padding-top: 0;
  }

  .post-11257 .elem-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .post-11257 .elem-7 {
    padding-top: 0;
  }

  .post-11257 .elem-8,
  .post-11257 .elem-9,
  .post-11257 .elem-10,
  .post-11257 .elem-11 {
    padding-top: 0;
  }
}

.post-11257-2 .elem-1,
.post-11257-2 .elem-2,
.post-11257-2 .elem-3,
.post-11257-2 .elem-4,
.post-11257-2 .elem-5,
.post-11257-2 .elem-6,
.post-11257-2 .elem-7,
.post-11257-2 .elem-8 {
  line-height: 1.2;
}

.post-11257-2 .elem-2,
.post-11257-2 .elem-3,
.post-11257-2 .elem-4,
.post-11257-2 .elem-6,
.post-11257-2 .elem-7,
.post-11257-2 .elem-8 {
  padding-top: 40px;
}

.post-11257-2 .elem-1 {
  padding-left: 65%;
}

.post-11257-2 .elem-2 {
  padding-left: 46%;
}

.post-11257-2 .elem-3 {
  padding-left: 32%;
}

.post-11257-2 .elem-4 {
  padding-left: 24%;
  padding-bottom: 35px;
}

.post-11257-2 .elem-5 {
  padding-left: 8%;
}

.post-11257-2 .elem-6 {
  padding-left: 29%;
}

.post-11257-2 .elem-7 {
  padding-left: 37%;
}

.post-11257-2 .elem-8 {
  padding-left: 42%;
}

@media only screen and (max-width: 991px) {
  .post-11257-2.right-line-dots.left-line.vc_custom_1597392517741 {
    background-image: none !important;
  }

  .post-11257-2 .elem-1,
  .post-11257-2 .elem-2,
  .post-11257-2 .elem-3,
  .post-11257-2 .elem-4,
  .post-11257-2 .elem-5,
  .post-11257-2 .elem-6,
  .post-11257-2 .elem-7,
  .post-11257-2 .elem-8 {
    line-height: 1.5;
  }

  .post-11257-2 .elem-2,
  .post-11257-2 .elem-3,
  .post-11257-2 .elem-4,
  .post-11257-2 .elem-6,
  .post-11257-2 .elem-7,
  .post-11257-2 .elem-8 {
    padding-top: 0;
  }

  .post-11257-2 .elem-1 {
    padding-left: 30px;
  }

  .post-11257-2 .elem-2 {
    padding-left: 30px;
  }

  .post-11257-2 .elem-3 {
    padding-left: 30px;
  }

  .post-11257-2 .elem-4 {
    padding-left: 30px;
    padding-bottom: 0;
  }

  .post-11257-2 .elem-5 {
    padding-left: 30px;
  }

  .post-11257-2 .elem-6 {
    padding-left: 30px;
  }

  .post-11257-2 .elem-7 {
    padding-left: 30px;
  }

  .post-11257-2 .elem-8 {
    padding-left: 30px;
  }
}

.post-11259 .elem-1,
.post-11259 .elem-2,
.post-11259 .elem-3,
.post-11259 .elem-4,
.post-11259 .elem-5,
.post-11259 .elem-6,
.post-11259 .elem-7,
.post-11259 .elem-8,
.post-11259 .elem-9 {
  line-height: 1.2;
}

.post-11259 .elem-1 {
  padding-top: 15px;
  padding-left: 32%;
  width: 60%;
}

.post-11259 .elem-2 {
  padding-left: 27%;
  width: 55%;
}

.post-11259 .elem-3 {
  padding-top: 10px;
  padding-left: 22%;
}

.post-11259 .elem-4 {
  padding-top: 20px;
  padding-left: 17%;
}

.post-11259 .elem-5 {
  padding-top: 18px;
  padding-left: 10%;
  width: 72%;
  padding-bottom: 15px;
}

.post-11259 .elem-6 {
  padding-top: 30px;
  padding-left: 32%;
}

.post-11259 .elem-7 {
  padding-top: 10px;
  padding-left: 26%;
}

.post-11259 .elem-8 {
  padding-top: 15px;
  padding-left: 20%;
}

.post-11259 .elem-9 {
  padding-top: 10px;
  padding-left: 14%;
  padding-bottom: 25px;
}

@media only screen and (max-width: 991px) {
  .post-11259.right-line-dots.left-line.vc_custom_1597404505452
    .vc_custom_1597404448082,
  .post-11259.right-line-dots.left-line.vc_custom_1597404505452
    .vc_custom_1597404481575 {
    background-image: none !important;
  }

  .post-11259 .elem-1,
  .post-11259 .elem-2,
  .post-11259 .elem-3,
  .post-11259 .elem-4,
  .post-11259 .elem-5,
  .post-11259 .elem-6,
  .post-11259 .elem-7,
  .post-11259 .elem-8,
  .post-11259 .elem-9 {
    line-height: 1.5;
  }

  .post-11259 .elem-1 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11259 .elem-2 {
    padding-left: 30px;
    width: auto;
  }

  .post-11259 .elem-3 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11259 .elem-4 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11259 .elem-5 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
    padding-bottom: 0;
  }

  .post-11259 .elem-6 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11259 .elem-7 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11259 .elem-8 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11259 .elem-9 {
    padding-top: 0;
    padding-left: 30px;
    padding-bottom: 0;
  }
}

.post-11259-2 .elem-1,
.post-11259-2 .elem-2,
.post-11259-2 .elem-3,
.post-11259-2 .elem-4,
.post-11259-2 .elem-5,
.post-11259-2 .elem-6,
.post-11259-2 .elem-7 {
  line-height: 1.2;
}

.post-11259-2 .elem-1 {
  padding-top: 20px;
  padding-left: 28%;
}

.post-11259-2 .elem-2 {
  padding-top: 25px;
  padding-left: 34%;
  width: 48%;
}

.post-11259-2 .elem-3 {
  padding-left: 41%;
  padding-top: 20px;
  width: 57%;
}

.post-11259-2 .elem-4 {
  padding-left: 70%;
  margin-right: -39%;
  padding-top: 20px;
}

.post-11259-2 .elem-5 {
  padding-left: 33%;
  padding-top: 20px;
}

.post-11259-2 .elem-6 {
  padding-top: 25px;
  padding-left: 26%;
  width: 42%;
}

.post-11259-2 .elem-7 {
  padding-top: 20px;
  padding-left: 17%;
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .post-11259-2.right-line-dots.left-line.vc_custom_1597404778908 {
    background-image: none !important;
  }

  .post-11259-2 .elem-1,
  .post-11259-2 .elem-2,
  .post-11259-2 .elem-3,
  .post-11259-2 .elem-4,
  .post-11259-2 .elem-5,
  .post-11259-2 .elem-6,
  .post-11259-2 .elem-7 {
    line-height: 1.5;
  }

  .post-11259-2 .elem-1 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11259-2 .elem-2 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11259-2 .elem-3 {
    padding-left: 30px;
    padding-top: 0;
    width: auto;
  }

  .post-11259-2 .elem-4 {
    padding-left: 30px;
    margin-right: 0;
    padding-top: 0;
  }

  .post-11259-2 .elem-5 {
    padding-left: 30px;
    padding-top: 0;
  }

  .post-11259-2 .elem-6 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11259-2 .elem-7 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }
}

.post-11264 .elem-1,
.post-11264 .elem-2,
.post-11264 .elem-3,
.post-11264 .elem-4,
.post-11264 .elem-5 {
  line-height: 1.2;
}

.post-11264 .elem-1 {
  padding-top: 25px;
  padding-left: 30%;
  width: 49%;
}

.post-11264 .elem-2 {
  padding-top: 20px;
  padding-left: 38%;
  width: 56%;
}

.post-11264 .elem-3 {
  padding-left: 72%;
  margin-right: -35%;
  padding-top: 20px;
}

.post-11264 .elem-4 {
  padding-top: 25px;
  padding-left: 25%;
}

.post-11264 .elem-5 {
  padding-top: 39px;
  padding-left: 18%;
  width: 55%;
}

@media only screen and (max-width: 991px) {
  .post-11264.right-line-dots.left-line.vc_custom_1597438017485 {
    background-image: none !important;
  }

  .post-11264 .elem-1,
  .post-11264 .elem-2,
  .post-11264 .elem-3,
  .post-11264 .elem-4,
  .post-11264 .elem-5 {
    line-height: 1.5;
  }

  .post-11264 .elem-1 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11264 .elem-2 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11264 .elem-3 {
    padding-left: 30px;
    margin-right: 0;
    padding-top: 0;
  }

  .post-11264 .elem-4 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11264 .elem-5 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }
}

.post-11349 .elem-1,
.post-11349 .elem-2,
.post-11349 .elem-3,
.post-11349 .elem-4,
.post-11349 .elem-5,
.post-11349 .elem-6 {
  line-height: 1.2;
}

.post-11349 .elem-1 {
  padding-left: 46%;
}

.post-11349 .elem-2 {
  padding-top: 30px;
  padding-left: 19%;
  width: 54%;
}

.post-11349 .elem-3 {
  padding-top: 30px;
  padding-left: 10%;
  padding-bottom: 20px;
}

.post-11349 .elem-4 {
  padding-left: 16%;
  width: 63%;
}

.post-11349 .elem-5 {
  padding-left: 32%;
  padding-top: 20px;
  width: 59%;
}

.post-11349 .elem-6 {
  padding-top: 40px;
  padding-left: 38%;
}

@media only screen and (max-width: 991px) {
  .post-11349.right-line-dots.left-line.vc_custom_1597498004316 {
    background-image: none !important;
  }

  .post-11349 .elem-1,
  .post-11349 .elem-2,
  .post-11349 .elem-3,
  .post-11349 .elem-4,
  .post-11349 .elem-5,
  .post-11349 .elem-6 {
    line-height: 1.5;
  }

  .post-11349 .elem-1 {
    padding-left: 30px;
  }

  .post-11349 .elem-2 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-11349 .elem-3 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11349 .elem-4 {
    padding-left: 30px;
    width: auto;
  }

  .post-11349 .elem-5 {
    padding-left: 30px;
    padding-top: 0;
    width: auto;
  }

  .post-11349 .elem-6 {
    padding-top: 0;
    padding-left: 30px;
  }
}

.post-11349-2 .elem-1,
.post-11349-2 .elem-2,
.post-11349-2 .elem-3,
.post-11349-2 .elem-4,
.post-11349-2 .elem-5,
.post-11349-2 .elem-6 {
  line-height: 1.2;
}

.post-11349-2 .elem-1,
.post-11349-2 .elem-2,
.post-11349-2 .elem-3 {
  padding-left: 50%;
}

.post-11349-2 .elem-4,
.post-11349-2 .elem-5,
.post-11349-2 .elem-6 {
  padding-left: 50px;
  width: 50%;
}

.post-11349-2 .elem-1 {
  padding-top: 10px;
}

.post-11349-2 .elem-2 {
  padding-top: 20px;
}

.post-11349-2 .elem-3 {
  padding-top: 20px;
}

.post-11349-2 .elem-4 {
  padding-top: 60px;
}

.post-11349-2 .elem-5 {
  padding-top: 25px;
}

.post-11349-2 .elem-6 {
  padding-top: 35px;
  padding-bottom: 25px;
}

@media only screen and (max-width: 991px) {
  .post-11349-2.right-line-dots.left-line.vc_custom_1597498462134 {
    background-image: none !important;
  }

  .post-11349-2 .elem-1,
  .post-11349-2 .elem-2,
  .post-11349-2 .elem-3,
  .post-11349-2 .elem-4,
  .post-11349-2 .elem-5,
  .post-11349-2 .elem-6 {
    line-height: 1.5;
    padding-top: 0;
  }

  .post-11349-2 .elem-1,
  .post-11349-2 .elem-2,
  .post-11349-2 .elem-3 {
    padding-left: 30px;
  }

  .post-11349-2 .elem-4,
  .post-11349-2 .elem-5,
  .post-11349-2 .elem-6 {
    padding-left: 30px;
    width: auto;
  }

  .post-11349-2 .elem-6 {
    padding-bottom: 0;
  }
}

.post-11351 .elem-1,
.post-11351 .elem-2 {
  line-height: 1.2;
}

.post-11351 .elem-1 {
  padding-top: 20px;
  padding-left: 15%;
}

.post-11351 .elem-2 {
  padding-top: 10px;
  padding-left: 10%;
  width: 70%;
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .post-11351.vc_custom_1597504031113 .vc_custom_1597503493944,
  .post-11351.vc_custom_1597504031113 .vc_custom_1597503505770 {
    background-image: none !important;
  }

  .post-11351 .elem-1,
  .post-11351 .elem-2 {
    line-height: 1.5;
  }

  .post-11351 .elem-1 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-11351 .elem-2 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
    padding-bottom: 0;
  }
}

.post-12547 .elem-1,
.post-12547 .elem-2,
.post-12547 .elem-3,
.post-12547 .elem-4,
.post-12547 .elem-5,
.post-12547 .elem-6,
.post-12547 .elem-7,
.post-12547 .elem-8 {
  line-height: 1.2;
}

.post-12547 .elem-1 {
  padding-left: 30%;
  padding-top: 15px;
}

.post-12547 .elem-2 {
  padding-top: 10px;
  padding-left: 24%;
}

.post-12547 .elem-3 {
  padding-top: 15px;
  padding-left: 19%;
  width: 67%;
}

.post-12547 .elem-4 {
  padding-left: 11%;
  width: 73%;
  padding-bottom: 15px;
  padding-top: 10px;
}

.post-12547 .elem-5 {
  padding-top: 20px;
  padding-left: 30%;
}

.post-12547 .elem-6 {
  padding-top: 10px;
  padding-left: 25%;
  width: 70%;
}

.post-12547 .elem-7 {
  padding-top: 12px;
  padding-left: 19%;
}

.post-12547 .elem-8 {
  padding-top: 25px;
  padding-left: 13%;
  padding-bottom: 35px;
}

@media only screen and (max-width: 991px) {
  .right-line-dots.left-line.post-12547 .vc_custom_1597514849341,
  .right-line-dots.left-line.post-12547 .vc_custom_1597514862477 {
    background-image: none !important;
  }

  .post-12547 .elem-1,
  .post-12547 .elem-2,
  .post-12547 .elem-3,
  .post-12547 .elem-4,
  .post-12547 .elem-5,
  .post-12547 .elem-6,
  .post-12547 .elem-7,
  .post-12547 .elem-8 {
    line-height: 1.5;
  }

  .post-12547 .elem-1 {
    padding-left: 30px;
    padding-top: 0;
  }

  .post-12547 .elem-2 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-12547 .elem-3 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-12547 .elem-4 {
    padding-left: 30px;
    width: auto;
    padding-bottom: 15px;
    padding-top: 0;
  }

  .post-12547 .elem-5 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-12547 .elem-6 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-12547 .elem-7 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-12547 .elem-8 {
    padding-top: 0;
    padding-left: 30px;
    padding-bottom: 0;
  }
}

.post-12553 .elem-1,
.post-12553 .elem-2,
.post-12553 .elem-3,
.post-12553 .elem-4,
.post-12553 .elem-5,
.post-12553 .elem-6,
.post-12553 .elem-7 {
  line-height: 1.2;
}

.post-12553 .elem-1 {
  padding-top: 20px;
  padding-left: 17%;
  width: 56%;
}

.post-12553 .elem-2 {
  padding-top: 20px;
  padding-left: 26%;
}

.post-12553 .elem-3 {
  padding-top: 20px;
  padding-left: 32%;
  width: 60%;
}

.post-12553 .elem-4 {
  padding-top: 10px;
  padding-left: 84%;
  margin-right: -38%;
}

.post-12553 .elem-5 {
  padding-top: 20px;
  padding-left: 31%;
  width: 66%;
}

.post-12553 .elem-6 {
  padding-left: 23%;
  width: 65%;
}

.post-12553 .elem-7 {
  padding-left: 13%;
  width: 65%;
}

@media only screen and (max-width: 991px) {
  .post-12553.right-line-dots.left-line.vc_custom_1597571865434 {
    background-image: none !important;
  }

  .post-12553 .elem-1,
  .post-12553 .elem-2,
  .post-12553 .elem-3,
  .post-12553 .elem-4,
  .post-12553 .elem-5,
  .post-12553 .elem-6,
  .post-12553 .elem-7 {
    line-height: 1.5;
  }

  .post-12553 .elem-1 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-12553 .elem-2 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-12553 .elem-3 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-12553 .elem-4 {
    padding-top: 0;
    padding-left: 30px;
    margin-right: 0;
  }

  .post-12553 .elem-5 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-12553 .elem-6 {
    padding-left: 30px;
    width: auto;
  }

  .post-12553 .elem-7 {
    padding-left: 30px;
    width: auto;
  }
}

.post-12553-2 .elem-1,
.post-12553-2 .elem-2,
.post-12553-2 .elem-3,
.post-12553-2 .elem-4,
.post-12553-2 .elem-5,
.post-12553-2 .elem-6,
.post-12553-2 .elem-7,
.post-12553-2 .elem-8 {
  line-height: 1.2;
}

.post-12553-2 .elem-1 {
  padding-top: 15px;
  padding-left: 30%;
  width: 65%;
}

.post-12553-2 .elem-2 {
  padding-top: 5px;
  padding-left: 23%;
}

.post-12553-2 .elem-3 {
  padding-top: 15px;
  padding-left: 17%;
}

.post-12553-2 .elem-4 {
  padding-top: 15px;
  padding-left: 10%;
  padding-bottom: 26px;
}

.post-12553-2 .elem-5 {
  padding-top: 25px;
  padding-left: 30%;
}

.post-12553-2 .elem-6 {
  padding-top: 15px;
  padding-left: 25%;
}

.post-12553-2 .elem-7 {
  padding-top: 15px;
  padding-left: 20%;
}

.post-12553-2 .elem-8 {
  padding-top: 15px;
  padding-left: 13%;
  padding-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .post-12553-2.vc_custom_1597595852933 .vc_custom_1597572105363,
  .post-12553-2.vc_custom_1597595852933 .vc_custom_1597572118006 {
    background-image: none !important;
  }

  .post-12553-2 .elem-1,
  .post-12553-2 .elem-2,
  .post-12553-2 .elem-3,
  .post-12553-2 .elem-4,
  .post-12553-2 .elem-5,
  .post-12553-2 .elem-6,
  .post-12553-2 .elem-7,
  .post-12553-2 .elem-8 {
    line-height: 1.5;
  }

  .post-12553-2 .elem-1 {
    padding-top: 0;
    padding-left: 30px;
    width: auto;
  }

  .post-12553-2 .elem-2 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-12553-2 .elem-3 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-12553-2 .elem-4 {
    padding-top: 0;
    padding-left: 30px;
    padding-bottom: 0;
  }

  .post-12553-2 .elem-5 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-12553-2 .elem-6 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-12553-2 .elem-7 {
    padding-top: 0;
    padding-left: 30px;
  }

  .post-12553-2 .elem-8 {
    padding-top: 0;
    padding-left: 30px;
    padding-bottom: 0;
  }
}

.align-self-center {
  align-self: center;
}

.post-12771 .elem-1,
.post-12771 .elem-2,
.post-12771 .elem-3,
.post-12771 .elem-4 {
  line-height: 1.2;
  text-align: left;
}

.post-12771 .elem-1,
.post-12771 .elem-2 {
  padding-left: 50%;
  padding-right: 30px;
}

.post-12771 .elem-3,
.post-12771 .elem-4 {
  padding-left: 50px;
  width: 50%;
}

.post-12771 .elem-1 {
  padding-top: 10px;
}

.post-12771 .elem-2 {
  padding-top: 35px;
}

.post-12771 .elem-3 {
  padding-top: 55px;
}

.post-12771 .elem-4 {
  padding-top: 29px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .vc_custom_1599486496774.post-12771 {
    background-image: none !important;
  }

  .post-12771 .elem-1,
  .post-12771 .elem-2,
  .post-12771 .elem-3,
  .post-12771 .elem-4 {
    line-height: 1.5;
    padding-left: 30px;
    padding-top: 0;
  }

  .post-12771 .elem-3,
  .post-12771 .elem-4 {
    width: auto;
  }
}

#wpd-bubble-wrapper > div,
#wpd-bubble-wrapper > #wpd-bubble #wpd-bubble-add-message {
  background-color: #1367fa;
}

#wpd-bubble-wrapper > #wpd-bubble #wpd-bubble-add-message::before {
  border-left-color: #1367fa;
  border-right-color: #1367fa;
}

.rank-math-breadcrumb p a:first-child {
  background-image: url(../../uploads/2020/06/home.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
  color: transparent;
}

.rank-math-breadcrumb span.separator {
  background-image: url(../../uploads/2024/06/breads-sep-new.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 10px;
}

.rank-math-breadcrumb {
  margin-top: 30px;
}

.rank-math-breadcrumb > p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.float-none {
  float: none !important;
}

.float-right {
  float: right !important;
}

@media (max-width: 768px) {
  .float-right {
    float: none !important;
  }
}

.package-price .wpb_wrapper {
  display: flex;
  justify-content: center;
  color: #2a2e3d;
  font-weight: 700;
  font-size: 60px;
  line-height: 78px;
}

.package-price .wpb_wrapper span:first-child {
  font-size: 36px;
  line-height: 58px;
  align-self: flex-end;
  font-weight: 400;
  padding-right: 10px;
}

.package-price .wpb_wrapper span:last-child {
  font-size: 24px;
  line-height: 31px;
  color: #727272;
  font-weight: 400;
  padding-left: 10px;
}

.list-check p {
  padding-left: 45px;
  position: relative;
}

.list-check p:before {
  content: url(../../uploads/2020/06/Group-110.svg);
  height: 23px;
  width: 25px;
  position: absolute;
  top: 3px;
  left: 0;
}

.package-price-info .vc_column-inner {
  background-image: url(../../uploads/2020/10/package-price-img.svg);
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: right bottom;
}

.saboxplugin-wrap .saboxplugin-desc {
  display: flex !important;
}

.saboxplugin-wrap {
  display: flex !important;
}

.saboxplugin-gravatar cc_cursor {
  display: flex !important;
  order: 1 !important;
}

.saboxplugin-authorname {
  order: 4 !important;
  margin: 10px 0 0 20px !important;
}

.saboxplugin-gravatar {
  width: 100% !important;
}

.saboxplugin-wrap .saboxplugin-gravatar img {
  max-width: 170px !important;
}

.saboxplugin-wrap .saboxplugin-gravatar {
  padding: 20px 0 20px 20px !important;
}

.saboxplugin-desc {
  margin: 0 !important;
}

.fn {
  line-height: 40px !important;
}

.castomDesc div:first-child {
  color: #1367fa !important;
  line-height: 36px !important;
}

.saboxplugin-socials {
  margin-top: 40px !important;
}

*/ jdiv {
  display: none !important;
}

@media (max-width: 670px) {
  .art-rubrika {
    color: #1367fa;
  }

  #content-novosti .main-art:before {
    height: 110%;
  }

  .art-rubrika {
    padding-top: 35px;
  }
}

/**Заголовки h1**/
#content-novosti h1 {
  font-size: 40px;
}

/*блоки на главной*/
.page_feature_block_border:hover:before {
  position: absolute;
  border: 2px solid #1367fa;
  content: " ";
  width: 97%;
  height: 96%;
  z-index: 9;
  top: 10px;
  left: 1px;
}

@media (min-width: 768px) {
  .vc_col-sm-8 {
    width: 63.66666667% !important;
  }
}

.ul-timeline-001.new li {
  max-width: 420px;
}

.ul-timeline-001.new ul {
  margin-left: 0;
}

.sepable-margin {
  margin-top: 100px !important;
}

.sepable-margin.for-two-block .right .wpb_wrapper {
  margin: 0 0 0 5%;
}

.sepable-margin.for-two-block {
  margin-bottom: 100px !important;
}

.border-for-first-block::before {
  content: "";
  position: absolute;
  border: 2px solid #1367fa;
  border-radius: 10px;
  width: 86%;
  height: 77%;
  bottom: -7%;
  left: 7%;
  z-index: -1;
}

@media (max-width: 768px) {
  .sepable-margin {
    margin-top: 80px !important;
  }

  .sepable-margin.for-two-block {
    margin-bottom: 80px !important;
  }

  .sepable-margin.for-two-block .right .wpb_wrapper {
    margin: 0 10px;
  }

  .border-for-first-block::before {
    bottom: -3%;
  }

  .border-for-first-block {
    margin-bottom: 50px;
  }
}

@media (max-width: 415px) {
  .sepable-margin {
    margin-top: 60px !important;
  }

  .sepable-margin.for-two-block {
    margin-bottom: 60px !important;
  }
}

/*Header Price Block*/
.header-price-block {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.header-price-img {
  background: url("../../uploads/2021/07/rectangle-174.png")
    no-repeat;
  max-width: 890px;
  width: 100%;
  height: 460px;
  background-size: auto;
}

.header-price-content {
  position: absolute;
  top: 20%;
  right: -5%;
  max-width: 500px;
  width: 100%;
}

.header-price-content h1,
.price-content-info > p {
  color: #200f1f;
  margin: 0;
  padding: 0;
}

.header-price-content h1 {
  line-height: 48px;
  font-size: 48px !important;
  border-bottom: 2px solid #272b38;
  padding-bottom: 16px;
  max-width: 560px;
}

.price-content-info {
  display: flex;
  padding-top: 16px;
  align-items: flex-end;
}

.price-content-info p {
  font-size: 28px;
  font-weight: bold;
}

.price-content-info span {
  font-size: 16px;
  color: #919191;
}

.price-content__submit {
  padding-top: 36px;
}

.price-content__submit a {
  margin: 0 !important;
}

@media (max-width: 1280px) {
  .header-price-content {
    max-width: max-content;
    right: 0;
  }
}

@media (max-width: 560px) {
  .header-price-content h1 {
    font-size: 38px !important;
    line-height: 35px;
  }

  .header-price-content {
    position: absolute;
    top: 10%;
    right: 0%;
    left: 0;
  }

  .header-price-img {
    width: 100%;
    height: 400px;
  }
}

/*End Header Price block*/

/*Table price*/
.section-price {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.section-price h3 {
  color: #2a2e3d;
  font-size: 36px;
  padding-bottom: 40px;
}

.services_table-wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}

.services_table-wrap p,
.services_table-wrap span {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 140.7%;
}

.services_table-row {
  display: grid;
  grid-template-columns: 40px 5fr 140px 140px;
  grid-column-gap: 10px;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.services_table-row .services_table-title {
  border-right: 1px solid #e1e1e1;
  height: 100%;
}

.services_table-row .services_table-price {
  border-right: 1px solid #e1e1e1;
  height: 100%;
}

.services_table-row.services_table-first-row .services_table-title {
  border-right: 1px solid #414654;
}

.services_table-row.services_table-first-row .services_table-price {
  border-right: 1px solid #414654;
}

.services_table-row .services_table-price,
.services_table-row .services_table-descr {
  text-align: center;
}

.services_table-first-row {
  background-color: #292e3e;
  border-radius: 10px 10px 0 0;
}

.services_table-first-row {
  height: 90px;
}

.services_table-first-row span,
.services_table-first-row p {
  color: #ffffff;
  font-size: 20px;
  line-height: 140%;
}

.services_table-row span,
.services_table-row p {
  display: flex;
  align-items: center;
  width: 100%;
}

.services_table-row .services_table-price,
.services_table-row .services_table-descr {
  justify-content: center;
}

/*row*/
.services_table-row-content:nth-child(1n) {
  background-color: #f7f7f7;
}

.services_table-row-content:nth-child(2n) {
  background-color: #eeeeee;
}

.services_table-row-content:last-child {
  border-radius: 0 0 10px 10px;
}

.services_table-row-content {
  height: 103px;
}

.services_table-row-content .services_table-price {
  font-weight: bold;
  color: #2a2e3d;
}

.services_table-row-bold span,
.services_table-row-bold .services_table-title {
  font-weight: bold;
}

@media (max-width: 768px) {
  .services_table-row {
    display: grid;
    grid-template-columns: 40px 5fr 125px 125px;
    grid-column-gap: 0px;
    padding-right: 0;
    padding-left: 10px;
  }

  .services_table-first-row {
    position: relative;
    z-index: 2;
  }

  .services_table-row-content {
    position: relative;
    z-index: 1;
  }

  .services_table-first-row span,
  .services_table-first-row p {
    font-size: 18px;
  }

  .services_table-row-content {
    height: 100%;
  }

  .services_table-row-content p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 450px) {
  .services_table-row {
    display: grid;
    grid-template-columns: 30px 175px 105px 105px;
    grid-column-gap: 0px;
    padding-right: 0;
    padding-left: 10px;
  }

  .services_table-wrap {
    overflow-x: scroll;
  }

  .services_table-row {
    width: 450px;
  }
}

/*END Table price*/

/*mobile archive article*/
@media (max-width: 660px) {
  /* #content-novosti .main-art {
		margin-bottom: 80px;
	} */

  /* .art-content>.art-title {
		text-align: left;
		font-weight: bold;
		line-height: 18px;
		padding-left: 23px;
		padding-right: 23px;
		padding-top: 10px;
	} */

  .art-content .art-rubrika {
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding-top: 20px;
    padding-left: 23px;
  }

  .main-art .art-content .art-excerpt {
    /* text-align: left;
  font-weight: bold;
  line-height: 18px;
  overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      -moz-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      line-clamp: 3;
      box-orient: vertical;
      height: 58px;
      padding-left: 23px;
      padding-right: 23px; */
    display: none;
  }

  /* 
	.main-art .art-content {
		padding-top: 0;
	} */

  #content-novosti .art-img,
  #article-float-left .art-img {
    padding-top: 0;
  }

  #content-novosti .art-img img,
  #article-float-left .art-img img {
    object-fit: none;
    max-width: 100%;
  }

  #content-novosti .main-art:before {
    height: 109%;
  }

  .main-art .art-button {
    font-size: 14px;
  }
}

/*End mobile archive article*/

/* .vc_row{
 	margin-left:0!important;
 	margin-right:0!important;
 	} */

.branch {
  margin: 0 auto !important;
}

.retrieved_block {
  margin: 0 auto !important;
}

.content-color__a {
  color: #1367fa;
}

/*block wp text*/
.style_wp-text {
  margin-bottom: 1em !important;
}

.style_wp-text .widget.widget_text {
  margin-bottom: 0;
}

/* @media only screen and (max-width:1100px){
	.header-price-content .price-content__submit .button_top_header.zajavka{
		display:block; 
	} 
} */

.wpb-js-composer .vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-panels {
  height: 550px;
}

@media screen and (max-width: 480px) {
  .wpb-js-composer .vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-panels {
    height: 470px;
  }

  .head-block-main-right {
    margin-left: 0 !important;
  }
}

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
  padding-top: 0 !important;
}

.b24-widget-button-inner-container,
.bx-touch .b24-widget-button-inner-container {
  transform: scale(1) !important;
}

/* Стили для нового блока с ценой*/
.block-price-new {
  margin-top: 50px;
  margin-bottom: 50px;
}

.block-price-new .block-price-title {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.18px;
  color: #2a2e3d;
  margin-bottom: 32px;
  padding: 0;
}

.block-price-new .block-price-inner {
  background: #f7f7f7;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  margin-bottom: 16px;
}

.block-price-new .block-price-inner .block-price-one {
  background: #1367fa;
  color: #ffffff;
  padding: 40px;
}

.block-price-new .block-price-inner .block-price-inner-inner {
  display: flex;
}

.block-price-new .block-price-inner .block-price-one .price-new {
  /* 	font-family: 'PT Sans Narrow'; */
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.005em;
  padding: 0;
  margin-bottom: 4px;
}

.block-price-new .block-price-inner .block-price-one .price-new-description {
  /* 	font-family: 'PT Sans'; */
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

.block-price-new .block-price-inner .block-price-two {
  padding: 40px;
  margin: auto;
}

.block-price-new .block-price-inner .block-price-two .price-new-list {
  /* 	font-family: 'PT Sans'; */
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #1367fa;
  padding: 0;
  margin-bottom: 8px;
}

.block-price-new .block-price-inner .block-price-two ul {
  margin: 0;
  list-style: none;
  padding-left: 16px;
}

.block-price-new
  .block-price-inner
  .block-price-two
  .price-new-item:not(:last-child) {
  margin-bottom: 4px;
}

.block-price-new .block-price-inner .block-price-two .price-new-item {
  position: relative;
}

.block-price-new .block-price-inner .block-price-two .price-new-item:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1367fa;
  position: absolute;
  left: -16px;
  top: 45%;
}

.block-price-new .block-price-inner .block-price-three {
  padding: 40px;
  margin-left: auto;
}

.block-price-new .block-price-inner .block-price-three .block-price-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.5s ease;
}

.block-price-new .block-price-inner .block-price-three .block-price-button.one {
  background: #1367fa;
  color: #ffffff;
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  transition: all 0.5s ease;
  position: relative;
}

.block-price-new
  .block-price-inner
  .block-price-three
  .block-price-button.one:hover {
  color: #1367fa;
  background-color: transparent;
  border: 2px solid #1367fa;
}

/* .block-price-new .block-price-inner .block-price-three .block-price-button.one:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: auto;
    right: 0;
    z-index: -1;
    transition: all 0.5s ease;
}
.block-price-new .block-price-inner .block-price-three .block-price-button.one:hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 3px;
} */
.block-price-new .block-price-inner .block-price-three .block-price-button.two {
  border: 1px solid #1367fa;
  border-radius: 5px;
  color: #1367fa;
  font-weight: 400;
  font-size: 16px;
  line-height: 135.7%;
}

.block-price-new
  .block-price-inner
  .block-price-three
  .block-price-button.two:hover {
  background: #1367fa;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
}

.block-price-new .block-price-description {
  max-width: 860px;
}

.block-price-new .block-price-description p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8f8f8f;
  padding-bottom: 0;
}

.block-price-new .block-price-description p:not(:last-child) {
  margin-bottom: 4px;
}

@media (max-width: 1026px) {
  .block-price-new .block-price-inner .block-price-three {
    margin: auto;
  }
}

@media (max-width: 768px) {
  .block-price-new .block-price-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .block-price-new .block-price-inner .block-price-one {
    grid-area: 1 / 1 / 3 / 2;
  }

  .block-price-new .block-price-inner .block-price-two {
    grid-area: 1 / 2 / 2 / 3;
    padding: 40px 30px 30px 30px;
    margin-left: 0;
  }

  .block-price-new .block-price-inner .block-price-three {
    grid-area: 2 / 2 / 3 / 3;
    padding: 0 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .block-price-new .block-price-inner .block-price-three .block-price-button {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .block-price-new .block-price-title,
  .block-price-new .block-price-inner .block-price-one .price-new {
    font-size: 32px;
  }

  .block-price-new .block-price-inner {
    display: flex;
    flex-direction: column;
  }

  .block-price-new .block-price-inner .block-price-one,
  .block-price-new .block-price-inner .block-price-two {
    padding: 32px 24px;
    margin: 0;
  }

  .block-price-new .block-price-inner .block-price-three {
    padding: 0 24px 32px 24px;
    margin: 0;
  }
}

/* //Стилизация виджет от Битрикс */

.b24-widget-button-position-bottom-right {
  right: 122px !important;
  bottom: 34px !important;
}

.b24-widget-button-inner-mask {
  display: none !important;
}

.b24-widget-button-block {
  width: 60px !important;
  height: 60px !important;
}

.b24-widget-button-inner-block {
  width: 60px !important;
  height: 60px !important;
}

.header__social_items {
  display: flex;
  column-gap: 32px;
  align-items: center;
  margin-left: auto;
  position: relative;
}

.social_block {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-left: auto;
}

.social_block a {
  width: 40px;
  height: 40px;
}

.social_block__li {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  transition: background-image 0.2s ease-in-out;
}

.social_block__li_viber {
  background-image: url(../../uploads/2023/07/viber_icon_130796-2.svg);
}

.page-template-main-page .social_block__li_viber {
  background-image: url(img/svg/viber_icon.svg);
}

.social_block__li_viber:hover {
  background-image: url(img/svg/viber_icon_hover.svg);
}

.social_block__li_whatsapp {
  background-image: url(../../uploads/2023/07/iconfinder-social-media-applications-23whatsapp-4102606_113811-2.svg);
}

.page-template-main-page .social_block__li_whatsapp {
  background-image: url(img/svg/whatsapp_icon.svg);
}

.social_block__li_whatsapp:hover {
  background-image: url(img/svg/whatsapp_icon_hover.svg);
}

.social_block__li_tg {
  background-image: url(../../uploads/2023/07/iconfinder-social-media-applications-19telegram-4102591_113792-2.svg);
}

.page-template-main-page .social_block__li_tg {
  background-image: url(img/svg/tg_icon.svg);
}

.social_block__li_tg:hover {
  background-image: url(img/svg/tg_icon_hover.svg);
}

.social_block__li_ok {
  background-image: url(../../uploads/2023/11/iconfinder-social-media-applications-23whatsapp-4102606_113811-3.svg);
}

.social_block__li_ok:hover {
  background-image: url(../../uploads/2023/11/property-1ok-statehover.svg);
}

.social_block__li_vk {
  background-image: url(../../uploads/2023/11/iconfinder-social-media-applications-23whatsapp-4102606_113811-4.svg);
}

.social_block__li_vk:hover {
  background-image: url(../../uploads/2023/11/property-1vk-statehover.svg);
}

.social_block__li_linkedin {
  background-image: url(../../uploads/2023/11/iconfinder-social-media-applications-23whatsapp-4102606_113811-5.svg);
}

.social_block__li_linkedin:hover {
  background-image: url(../../uploads/2023/11/property-1linkedn-statehover.svg);
}

.social_block__li_twitter {
  background-image: url(../../uploads/2023/11/iconfinder-social-media-applications-23whatsapp-4102606_113811-6.svg);
}

.social_block__li_twitter:hover {
  background-image: url(../../uploads/2023/11/property-1twitter-statehover.svg);
}

/*  */

.footer .social_block__li_insta {
  background-image: url(../../uploads/2024/01/iconfinder-social-media-applications-23whatsapp-4102606_113811-8-1.svg);
}
.footer .social_block__li_insta:hover {
  background-image: url(../../uploads/2024/01/property-1instagram-statehover-1.svg);
}
.footer .social_block__li_youtube {
  background-image: url(../../uploads/2024/01/iconfinder-social-media-applications-23whatsapp-4102606_113811-7.svg);
}
.footer .social_block__li_youtube:hover {
  background-image: url(../../uploads/2024/01/property-1you-tube-statehover-1.svg);
}
.footer .social_block__li_whatsapp {
  background-image: url(../../uploads/2024/01/iconfinder-social-media-applications-23whatsapp-4102606_113811-2.svg);
}
.footer .social_block__li_whatsapp:hover {
  background-image: url(../../uploads/2024/01/property-1whatsapp-statehover.svg);
}
.footer .social_block__li_viber {
  background-image: url(../../uploads/2024/01/viber_icon_130796-2.svg);
}
.footer .social_block__li_viber:hover {
  background-image: url(../../uploads/2024/01/property-1viber-statehover-1-1.svg);
}

header .clearfix:after,
header .clearfix:before {
  display: none;
}

header .logo {
  margin-right: 60px;
}

header .block_button_header {
  text-align: right;
}

.b24-widget-button-pulse {
  display: none !important;
}

.flex_just_c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: static;
}

.header_nav {
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 11;
}

.header_nav.active {
  display: block;
}

.header_nav .top-menu {
  height: 100%;
  display: flex;
  align-items: center;
}

.header_nav .top-menu .menu-item:hover > a {
  color: var(--red, #1367fa);
}

#mobile-menu {
  display: none;
}

.top-menu .open-submenu:after,
.top-menu .open-submenu {
  display: none;
}

.top-menu .sub-menu,
.top-menu .children {
  display: none;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  color: var(--black, #2a324a);
  width: 300px;
  z-index: 1000;
  padding-left: 0;
  padding-top: 22px;
  padding-bottom: 22px;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 360px;
}

@media (max-width: 1151px) {
  #mobile-menu {
    display: block;
  }

  #mobile-menu.active {
    background-image: url(../../uploads/2023/10/x.png);
  }

  .header_nav {
    display: none;
  }

  .flex_just_c {
    flex-direction: row-reverse;
  }

  .header_nav {
    display: block;
    position: absolute;
    top: 95px;
    width: 100% !important;
    left: 0px;
    right: 0px;
    display: none;
    height: 1000px;
    background: #f7f7f7;
  }

  .header_nav .top-menu {
    border-radius: 0px;
    width: 100%;
  }

  .topnav {
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    z-index: 11111;
  }

  .header_nav .top-menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-menu li a,
  .top-menu li span {
    padding-right: 0;
  }

  .top-menu li {
    width: 100%;
  }

  .top-menu .menu-item a,
  .top-menu .menu-item span {
    /* color: #FFF; */
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.08px;
  }

  .top-menu li:not(:last-child) {
    margin-bottom: 32px;
  }

  .sub-menu li:not(:last-child) {
    margin-bottom: 24px;
  }

  .header_nav .top-menu {
    padding-top: 24px;
    height: auto;
  }

  .sub-menu {
    padding-top: 26px;
  }

  .top-menu .menu-item-has-children > a:after,
  .top-menu .menu-item-has-children > span:after {
    content: none;
  }

  .top-menu li {
    display: block;
    position: relative;
  }

  .top-menu .open-submenu:after,
  .top-menu .open-submenu {
    display: block;
    content: "";
  }

  .top-menu > li:hover > span {
    background-color: transparent;
  }

  .menu-item-has-children.submenu-opened {
    display: block;
  }

  .sub-menu.active {
    display: block;
  }

  .open-submenu.active {
    background-image: url(../../uploads/2023/10/minus.png);
  }

  .top-menu .sub-menu,
  .top-menu .children {
    position: static !important;
  }

  .top-menu .sub-menu,
  .top-menu .children {
    width: 100%;
    background: transparent;
  }

  .block_button_header_top_menu {
    /* display: none; */
  }

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

  header .logo {
    margin-right: 0px;
  }

  .sitetitle {
    justify-content: space-between;
    column-gap: 26px;
  }

  .top_second_menu {
    justify-content: center;
    column-gap: 20px;
  }

  #logo {
    height: 42px;
  }

  .top-menu li > a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header__social_items {
    margin-left: 0;
  }
}

@media (max-width: 849px) {
  .top_second_menu {
    column-gap: 20px;
  }

  .top-menu {
    left: 0;
  }
}

@media (max-width: 685px) {
  .top_menu {
    display: none;
  }
}

@media (max-width: 374px) {
  .social_block {
    column-gap: 10px;
  }
}

.banner-ne2024 {
  display: inline-block;
  width: 100%;
  height: 320px;
}

.banner-ne2024 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .banner-ne2024 {
    height: 170px;
  }
}

@media (max-width: 930px) {
  .banner-ne2024 {
    height: auto;
  }
}
