:root {
  --yelow-color: #ffe000;
  --yelow2-color: #ffa500;
  --second-color: #333;
  --color-white: #fff;
}
body {
  background-color: #d7eaed;
  font-family: "Evolventa", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.9rem;
  font-weight: 400;
  color: var(--second-color);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

a {
  color: var(--second-color);
  outline: 0 none;
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  color: var(--yelow-color);
  text-decoration: none;
  outline: 0 none;
}
.v-h1 {
  color: var(--second-color);
}
p a,
.content a {
  /* color: #ffa700; */
  /* text-decoration: underline; */
  background: linear-gradient(
      to right,
      rgba(106, 117, 117, 1),
      rgba(88, 110, 110, 1)
    ),
    linear-gradient(
      to right,
      rgba(247, 172, 1),
      rgba(255, 238, 1),
      rgba(0, 0, 0, 1)
    );
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}
p a:hover,
.content a:hover {
  /* color: #FFA500; */
  background-size: 0 0.1em, 100% 0.1em;
}
@media (max-width: 991px) {
  .d-none-mobile {
    display: none;
  }
}
img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

hr {
  clear: both;
}

section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
  display: block;
}

table {
  background-color: transparent;
  width: 100%;
}

table thead th {
  padding: 12px 8px;
  background-color: #f2f2f2;
}

table td {
  padding: 15px 10px;
}

p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
  margin-bottom: 24px;
}

::selection {
  background: #1a1a1a;
  color: var(--color-white);
}

::-moz-selection {
  background: #1a1a1a;
  color: var(--color-white);
}

::-webkit-selection {
  background: #1a1a1a;
  color: var(--color-white);
}




.progress-container {
  width: 100%;
  height: 2px;
}
.progress-bar {
  height: 2px;
  background: #555;
  width: 0%;
}




@media only screen and (max-width: 600px) {
  .col-xs-100pc {
    width: 100%;
  }
}
.theme-title {
  font-size: 2.1915rem;
  line-height: 2.9915rem;
  font-weight: 700;
  margin-bottom: 50px;
}
.content {
  background: var(--color-white);
  padding: 12px 50px;
}
@media screen and (max-width: 576px) {
  .content {
    padding: 12px 12px;
  }
  .theme-title {
    font-size: 2.12857rem;
    line-height: 2.5857rem;
  }
}
/*____HEADING & TITLE 
======================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--second-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--second-color);
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--yelow-color);
}

h1 {
  font-size: 3.2857rem;
  line-height: 3.9857rem;
}

h2 {
  font-size: 2.1915rem;
  line-height: 2.9915rem;
}

h3 {
  font-size: 1.4762rem;
  line-height: 1.9762rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 26px;
  margin-bottom: 15px;
}

h5 {
  font-size: 1.2rem;
  line-height: 22px;
  margin-bottom: 10px;
}

h6 {
  font-size: 1rem;
  line-height: 18px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  h2 {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
  h3 {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  h4 {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  h5 {
    font-size: 1.2rem;
    line-height: 20px;
  }

  h6 {
    font-size: 1rem;
    line-height: 18px;
  }
}
p {
  line-height: 1.9rem;
  margin-bottom: 15px;
  font-size: 1.3125rem;
}

strong {
  font-weight: 600;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  /* background: linear-gradient(145deg, #f1f1f1, #f1f1f1, #eee, #ddd); */
  background: var(--color-white);
}

/*-----------------------------------*/

.main-bar {
  position: relative;
  width: 100%;
  padding: 5px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  .main-bar {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.extra-cell i {
  font-size: 1.6rem;
  rotate: 270deg;
  cursor: pointer;
}
.logo-header {
  width: 20%;
}

@media only screen and (max-width: 991px) {
  .logo-header {
    width: 200px;
  }
  .extra-nav {
    position: absolute;
    right: 70px;
  }
  .extra-cell i {
    font-size: 2.2rem;
  }
  .site-header {
    height: 70px;
  }
}
@media only screen and (max-width: 359px) {
  .logo-header {
    width: 180px;
  }
}
.page-wraper {
  background: #f9fbfb;
}

.page-content {
  position: relative;
  top: 70px;
  background: #d7eaed;
}
@media (min-width: 992px) {
  .page-content {
    top: 64px;
  }
}
@media (min-width: 1200px) {
  .page-content {
    top: 74px;
  }
}
@media (min-width: 1299px) {
  .page-content {
    top: 74px;
  }
}
@media (min-width: 1400px) {
  .page-content {
    top: 85px;
  }
}

.page-wraper {
  background: #f9fbfb;
}

.section-full {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
/*-------------------------------------
	mega-menu
-------------------------------------*/
.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}

.navbar-toggle .icon-bar {
  background: var(--second-color);
  height: 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
}

@media only screen and (max-width: 480px) {
  .navbar-toggle {
    margin-left: 10px;
  }
}

.header-nav {
  position: relative;
  padding: 0px;
  z-index: 7;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav {
    flex-direction: column;
  }
}
.navbar-nav li {
  position: relative;
}
.header-nav .nav > li > a {
  display: block;
  color: var(--second-color);
  font-size: 1.1rem;
  padding: 10px 10px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}

.header-nav .nav > li > a:hover {
  border-bottom: 3px solid var(--yelow-color);
}

.header-nav .nav > li > a:router-link-active,
.header-nav .nav > li > a:focus {
  background-color: transparent;
}

.header-nav .nav > li a.router-link-active,
.header-nav .nav > li a.current-menu-item {
  background-color: transparent;
  border-bottom: 3px solid var(--yelow-color);
  padding: 10px 10px;
}

.header-nav .nav > li:hover > a {
  color: var(--second-color);
}

.header-nav .nav > li:hover > .sub-menu,
.header-nav .nav > li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-nav .nav > li .mega-menu {
  background-color: var(--color-white);
  border: 1px solid #e9e9e9;
  display: flex;
  left: -300px;
  top: 100%;
  right: 0px;
  list-style: none;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 960px;
  margin-top: 20px;
  z-index: 10;
}
.header-nav .nav > li .sub-menu {
  background-color: #eee;
  border: 1px solid #f4f4f4;
  display: block;
  left: 0;
  top: 100%;
  list-style: none;
  margin: 20px 0 0;
  opacity: 0;
  padding: 0px;
  position: absolute;
  visibility: hidden;
  width: 350px;
  z-index: 10;
}
.header-nav .nav > li .sub-menu li {
  position: relative;
  text-transform: none;
}

.header-nav .nav > li .sub-menu li a {
  display: block;
  font-size: 1.3125rem;
  padding: 6px 10px;
  /* border-left: 0px solid transparent; */
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header-nav .nav > li .sub-menu a.router-link-active,
.header-nav .nav > li .sub-menu a.current-menu-item,
.header-nav .nav > li .sub-menu li a:hover {
  color: var(--second-color);
  background: #fefefe;
  text-decoration: none;
  border-left: 10px solid var(--yelow-color);
  border-bottom: 0px solid var(--yelow-color);
}

.header-nav .nav > li .sub-menu li a:hover:after {
  width: 4px;
  left: -1px;
}

.header-nav .nav > li .sub-menu li:hover > a {
  color: var(--second-color);
  background-color: #f6f6f6;
}

.header-nav .nav > li .sub-menu li:last-child {
  border-bottom: 0px;
}

.header-nav .nav > li .sub-menu li .fa {
  color: var(--second-color);
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 6px;
}

.header-nav .nav > li .sub-menu li:hover .fa {
  color: var(--second-color);
}

.header-nav .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  top: 0px;
  margin: 0 0 0 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-nav .nav > li .sub-menu li:hover > .sub-menu {
  left: 220px;
  margin: 0px;
  opacity: 1;
  top: -1px;
  visibility: visible;
}

.header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
  background-color: transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}
ul.sub-menu img {
    margin-top: -8px;
}






.header-nav .nav > li.has-mega-menu {
  position: inherit;
}
.title-sub-mega-menu {
  display: block;
  color: var(--second-color);
  font-size: 19px;
  padding: 9px 19px;
  font-weight: 600;
}
.sub-menu-inner-mega-menu-left {
  width: 330px;
}
.header-nav .nav > li .mega-menu li a > i {
  font-size: 13px;
  margin-right: 5px;
  min-width: 20px;
}

.header-nav .nav > li .mega-menu > li {
  display: table-cell;
  padding: 10px 0;
  position: relative;
  vertical-align: top;
  text-transform: none;
}

.header-nav .nav > li .mega-menu > li:after {
  content: "";
  background-color: rgba(204, 204, 204, 0.4);
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 1px;
  height: 100%;
}

.header-nav .nav > li .mega-menu > li:last-child:after {
  display: none;
}

.header-nav .nav > li .mega-menu > li > a {
  display: block;
  font-size: 14px;
  padding: 0 20px;
}

.header-nav .nav > li .mega-menu > li ul {
  list-style: none;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}

.header-nav .nav > li .mega-menu > li ul a {
  display: block;
  font-size: 1.3125rem;
  padding: 9px 10px;
  font-weight: 400;
  border-left: 0px solid transparent;
  transition: all 0.2s linear;
}

.header-nav .nav > li .mega-menu > li ul a:hover {
  color: var(--second-color);
  background: #f6f6f6;
  text-decoration: none;
  border-left: 10px solid var(--yelow-color);
}

.header-nav .nav > li.menu-item-has-children:before {
  content: "\f078";
  display: block;
  font-family: "Font Awesome 5 Pro";
  right: 4px;
  position: absolute;
  top: 50%;
  color: var(--second-color);
  margin-top: -8px;
  font-size: 8px;
}

/*-- Submenu direction---*/
.header-nav .mobile_menu-nav > li a.router-link-active,
.header-nav .mobile_menu-nav > li a.current-menu-item {
  background-color: var(--yelow-color);
  padding: 10px 10px;
}
.has-child .submenu-toogle {
  position: absolute;
  right: 0px;
  top: 5px;
  color: var(--second-color);
  background-color: #f4f5f5;
  z-index: 900;
  cursor: pointer;
  padding: 12px 20px;
  display: none;
}

.header-nav .has-child li .submenu-toogle {
  opacity: 0.9;
}

.header-nav
  .has-child.nav-active
  > a
  + .submenu-toogle.fa.fa-angle-right:before {
  content: "\f107";
}

li.active span.a_active {
  border-bottom: 5px solid var(--yelow-color);
  font-size: 18px;
  padding: 6px 12px 15px;
  margin: 0px 0;
  font-weight: 600;
  position: relative;
  display: block;
  cursor: default;
}
li.active2 span {
  border-bottom: 5px solid var(--yelow-color);
  font-size: 14px;
  padding: 35px 12px 15px;
  margin: -25px 0;
  font-weight: 600;
  position: relative;
  display: block;
  cursor: default;
}

li.active_inner span {
  color: var(--second-color);
  font-size: 14px;
  font-weight: 600;
  padding: 15px 12px;
  margin: 0px 0;
  position: relative;
  display: block;
  background-color: #f6f6f6;
}
.header-nav .nav > li .sub-menu li span {
  border-left: 10px solid var(--yelow-color);
}
/*.header-nav .nav > li:last-child{display:none;}*/
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  header .logo {
    display: block;
    padding: 4px 0;
  }
  .header-nav .nav i {
    margin-top: 6px;
  }
  .header-nav .nav li.has-child.nav-active > a {
    /* color: var(--yelow-color); */
  }
  .header-nav .nav > li > a {
    font-size: 22px;
  }

  .navbar-header {
    float: none;
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .navbar-toggle {
    display: block;
    padding: 10px 10px;
    position: absolute;
    right: 0px;
    border: 1px solid var(--second-color);
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 27px;
    height: 5px;
    background: var(--second-color);
    border-radius: 1px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  .header-nav {
    clear: both;
    border-bottom: 1px solid #e9e9e9;
    display: none;
  }
  .header-nav.in {
    display: block;
  }
  .header-nav .nav {
    float: none;
    margin: 0;
    background: var(--color-white);
  }
  .header-nav .nav li {
    float: none;
  }
  .header-nav .nav > li .sub-menu > li,
  .header-nav .nav > li .mega-menu > li {
    float: none;
    display: block;
    width: auto;
  }
  .header-nav .nav li .sub-menu > li a {
    padding-left: 30px;
  }
  .header-nav .nav > li > a {
    padding: 12px 15px;
    border-top: 1px solid #e9e9e9;
    color: var(--second-color);
  }
  .header-nav .nav > li > span {
    /*padding: 15px 15px;*/
    border-top: 1px solid #e9e9e9;
  }
  li.active span.a_active {
    border-bottom: none;
    padding: 8px 12px 8px 15px;
    margin: 0px;
    /*     background: #FFA500;
    margin: 0px; */
  }
  .header-nav .nav > li > a:hover {
    padding: 8px 12px 8px 15px;
  }
  li.active span.a_active::after {
    content: "";
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-bottom: 5px solid var(--yelow-color);
    padding: 2px;
    margin: 0px;
    display: block;
    cursor: default;
  }
  .header-nav .nav > li > a.router-link-active,
  .header-nav .nav > li.current-menu-item > a {
    padding: 8px 12px 8px 9px;
  }
  .header-nav .nav > li > a.router-link-active,
  .header-nav .nav > li.current-menu-item > a {
    color: var(--second-color);
  }
  .header-nav .nav i {
    float: right;
  }
  .header-nav .nav > li > a:hover,
  .header-nav .nav > li > a:active,
  .header-nav .nav > li > a:focus {
    background-color: #f0f0f0;
    text-decoration: none;
  }
  .header-nav .nav > li .mega-menu > li:after {
    display: none;
  }
  .header-nav .nav > li ul,
  .header-nav .nav > li .sub-menu,
  .header-nav .nav > li .mega-menu {
    /* display: none; */
    display: block;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
  }
  .header-nav .nav > li ul.mega-menu ul {
    display: block;
  }
  .header-nav .nav > li .mega-menu > li {
    padding: 0px;
  }
  .header-nav .nav > li ul.mega-menu li:hover ul {
    display: block;
  }
  .header-nav .nav li.has-child {
    position: relative;
  }
  .header-nav .nav li .sub-menu,
  .header-nav .nav li .mega-menu {
    opacity: 1;
    margin: 0 !important;
  }
  .has-child .submenu-toogle {
    display: block;
  }
}

.mobile_menu {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  max-width: 100%;
  /* height: 100%; */
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  background-color: var(--color-white);
}
.mobile_menu .header-nav {
  display: block;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.95rem 0.75rem;
}
.offcanvas-logo a img {
  width: 185px;
}
.offcanvas-header .close-btn {
  background: none;
  border: 0;
  font-size: 20px;
  color: var(--second-color);
  transition: all 0.3s linear;
}
.offcanvas-header .close-btn:hover {
  transform: rotate(90deg);
  color: var(--secondary-color);
}

/*-------------------------------------
	header with bg primary color 1
-------------------------------------*/
.header-nav .nav > li:hover > a,
.header-nav .nav > li > a.active,
.header-nav .nav > li.current-menu-item > a {
  color: #1a1a1a;
}

@media only screen and (max-width: 991px) {
  button.close-btn svg {
    width: 20px;
    fill: #666;
  }
  .submenu-toogle svg {
    width: 10px;
  }
  .header-nav .nav > li > a {
    color: var(--second-color);
  }
  .header-nav .nav > li:hover > a,
  .header-nav .nav > li > a.router-link-active,
  .header-nav .nav > li.current-menu-item > a {
    color: var(--second-color);
  }
  .header-nav .nav > li {
    margin: 0;
    padding: 0;
  }
  .header-nav .nav > li > a {
    margin: 0;
    padding: 10px 8px;
    font-weight: 600;
  }
}

@media only screen and (max-width: 767px) {
  .header-middle .logo-header {
    float: none;
    margin: 9px auto;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .header-nav .nav > li > a {
    font-size: 13px;
  }
  .header-nav .nav > li > a.router-link-active,
  .header-nav .nav > li.current-menu-item > a {
    padding: 35px 5px 15px;
  }
  .image {
    right: 0%;
    top: 77%;
  }
}

/*------------------------------------- 
	transition 
-------------------------------------*/

a,
.btn,
.overlay-icon li a i,
.how-mt-work .mt-box .shadow-bx img,
.how-mt-work .mt-box .step-no-bx,
.navbar-toggle,
.header-nav .nav > li > a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/*____COLOR
======================================*/
/*text */
.text-white {
  color: var(--color-white);
}

.text-primary {
  color: var(--yelow-color) !important;
}

.text-secondry {
  color: #1a1a1a;
}

.text-black {
  color: var(--second-color);
}

/* background color */
.bg-primary {
  background-color: var(--yelow-color) !important;
}

.bg-gray {
  background-color: #f6f7f8;
}

html,
body {
  scrollbar-color: #999 var(--second-color); /* «цвет ползунка» «цвет полосы скроллбара» */
}
/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
  width: 15px; /* ширина для вертикального скролла */
  height: 8px; /* высота для горизонтального скролла */
  background-color: var(--second-color);
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 0em;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--yelow-color);
}

/* Стрелки */
::-webkit-scrollbar-button:vertical:start:decrement {
  background: linear-gradient(120deg, var(--second-color) 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(240deg, var(--second-color) 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(0deg, var(--second-color) 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #f4f5f6;
}

::-webkit-scrollbar-button:vertical:end:increment {
  background: linear-gradient(300deg, var(--second-color) 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(60deg, var(--second-color) 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(180deg, var(--second-color) 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #f4f5f6;
}

::-webkit-scrollbar-button:horizontal:start:decrement {
  background: linear-gradient(30deg, var(--second-color) 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(150deg, var(--second-color) 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(270deg, var(--second-color) 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #f4f5f6;
}

::-webkit-scrollbar-button:horizontal:end:increment {
  background: linear-gradient(210deg, var(--second-color) 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(330deg, var(--second-color) 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(90deg, var(--second-color) 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #f4f5f6;
}

.grecaptcha-badge {
  display: none !important;
}
.section-full.section-main-content {
  margin-bottom: 0px;
  /*background-color: #ffe000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='1' y2='0' gradientTransform='rotate(0,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23FFFFFF'/%3E%3Cstop offset='1' stop-color='%23CF6'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='0' x2='0' y1='0' y2='1' gradientTransform='rotate(0,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23000000'/%3E%3Cstop offset='1' stop-color='%2315919B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23FFF' fill-opacity='0' stroke-miterlimit='10'%3E%3Cg stroke='url(%23a)' stroke-width='4.29'%3E%3Cpath transform='translate(-8.75 2) rotate(1.25 1409 581) scale(1.005)' d='M1409 581 1450.35 511 1490 581z'/%3E%3Ccircle stroke-width='1.4300000000000002' transform='translate(-5 5) rotate(1.5 800 450) scale(1.003)' cx='500' cy='100' r='40'/%3E%3Cpath transform='translate(4.5 -15) rotate(15 401 736) scale(1.003)' d='M400.86 735.5h-83.73c0-23.12 18.74-41.87 41.87-41.87S400.86 712.38 400.86 735.5z'/%3E%3C/g%3E%3Cg stroke='url(%23b)' stroke-width='1.3'%3E%3Cpath transform='translate(30 -2) rotate(0.5 150 345) scale(0.995)' d='M149.8 345.2 118.4 389.8 149.8 434.4 181.2 389.8z'/%3E%3Crect stroke-width='2.8600000000000003' transform='translate(-20 -12.5) rotate(18 1089 759)' x='1039' y='709' width='100' height='100'/%3E%3Cpath transform='translate(-30 10) rotate(3 1400 132)' d='M1426.8 132.4 1405.7 168.8 1363.7 168.8 1342.7 132.4 1363.7 96 1405.7 96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;*/
  /*background-color: #d7eaed;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='275' height='275' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%2315919B' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%2315919B'%3E%3Ccircle cx='769' cy='229' r='7'/%3E%3Ccircle cx='539' cy='269' r='7'/%3E%3Ccircle cx='603' cy='493' r='7'/%3E%3Ccircle cx='731' cy='737' r='7'/%3E%3Ccircle cx='520' cy='660' r='7'/%3E%3Ccircle cx='309' cy='538' r='7'/%3E%3Ccircle cx='295' cy='764' r='7'/%3E%3Ccircle cx='40' cy='599' r='7'/%3E%3Ccircle cx='102' cy='382' r='7'/%3E%3Ccircle cx='127' cy='80' r='7'/%3E%3Ccircle cx='370' cy='105' r='7'/%3E%3Ccircle cx='578' cy='42' r='7'/%3E%3Ccircle cx='237' cy='261' r='7'/%3E%3Ccircle cx='390' cy='382' r='7'/%3E%3C/g%3E%3C/svg%3E");*/
}

/*____LISTING STYLES
======================================*/
dl,
ul,
ol {
  list-style-position: outside;
  padding: 0;
}

ul,
ol {
  margin-bottom: 24px;
}

ul li,
ol li {
  padding: 0;
}

dl {
  margin-left: 0;
  margin-bottom: 30px;
}

dl dd {
  margin-bottom: 10px;
}
ul.anchor-line {
  margin-left: 25px;
  line-height: 27px;
}
.list-simple li {
  margin-bottom: 10px;
}

.list-simple li ul {
  margin-left: 15px;
  margin-top: 10px;
}

.list-simple.list-unstyled li ul {
  margin-left: 30px;
  margin-top: 10px;
}

/*-------------------------------------
	listing before numbers
-------------------------------------*/
ol.list-num-count {
  counter-reset: li;
  padding-left: 0;
  flex-direction: column;
}

ol.list-num-count > li {
  position: relative;
  margin: 0 0 6px 30px;
  padding: 0px 4px 8px;
  list-style: none;
}
ol.list-num-count > li:before {
  content: counter(li, decimal);
  counter-increment: li;
  position: absolute;
  top: -2px;
  left: -28px;
  width: 28px;
  height: 28px;
  color: var(--color-white);
  background: #1a1a1a;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}
ol.list-num-count > li:hover:before {
  color: #1a1a1a;
  background: var(--yelow-color);
}
ol.list-num-count.lower-alpha > li:before {
  content: counter(li, lower-alpha);
}

ol.list-num-count.upper-alpha > li:before {
  content: counter(li, upper-alpha);
}

ol.list-num-count.list-outline > li:before {
  border: 1px solid var(--second-color);
  background-color: transparent;
  color: var(--second-color);
}

ol.list-num-count.list-outline-none > li:before {
  background-color: transparent;
  color: var(--second-color);
}

/*position relative*/
.relative {
  position: relative;
}

.overlay-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

/*____BOXES CSS 
======================================*/

.rounded-bx,
.mt-box,
.mt-icon-box,
.mt-icon-box-small,
.mt-thum-bx,
.mt-post-thum {
  position: relative;
}

/*-------------------------------------
	box content
-------------------------------------*/
.mt-box {
  position: relative;
}

/*-------------------------------------
	For icons with box
-------------------------------------*/
.mt-icon-box-sm {
  width: 80px;
  height: 80px;
}
.mt-icon-box-sm i {
  font-size: 30px;
}

/*-------------------------------------
	Border
-------------------------------------*/
.bdr-primary {
  border-color: #ffbc13;
}

.bdr-gray {
  border-color: #dddddd;
}

.bdr-solid {
  border-style: solid;
}

.bdr-t-4 {
  border-width: 4px 0px 0px 0px;
}

.bdr-t-4 {
  border-width: 4px 0px 0px 0px;
}

/*-------------------------------------
	For only icons
-------------------------------------*/

.icon-md {
  width: 60px;
}

.icon-md i {
  font-size: 3rem;
}

.icon-md.inline-icon {
  width: 60px;
  height: 60px;
}

.icon-xs {
  width: 30px;
}

.icon-xs i {
  font-size: 20px;
}
/*-------------------------------------
	Buttons 
--------------------------------------- */

.btn_portfolio_wrapper {
    display: flex;
}

.btn {
  padding-top: 9px;
  padding-bottom: 9px;
}

.site-button,
.site-button-secondry {
  padding: 10px 20px;
  display: inline-block;
  font-size: 16px;
  outline: none;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
  margin-left: -1px;
  text-decoration: none !important;
}

.site-button {
  background-color: var(--second-color);
  color: var(--color-white);
}

.site-button:active,
.site-button:hover,
.site-button:focus,
.active > .site-button {
  background-color: var(--color-white);
  color: var(--second-color);
}

.site-button:hover {
  background-color: var(--yelow-color);
  color: var(--second-color);
}

.site-button-secondry {
  background-color: var(--second-color);
  color: var(--color-white);
}

.site-button-secondry:active,
.site-button-secondry:hover,
.site-button-secondry:focus,
.active > .site-button-secondry {
  background-color: var(--second-color);
  color: var(--color-white);
}

/*custom*/
.mt-tilte {
  margin-bottom: 6px;
  margin-top: 5px;
  font-weight: 700;
}

blockquote {
  margin: 20px 0px 20px 0px;
  font-size: 1.3rem;
  padding: 10px 15px;
  border-left: 4px solid var(--yelow-color);
  background: none 0% 0% / auto repeat scroll padding-box border-box #f4f5f5;
}
/*____PAGE-CONTENT
======================================*/

/*portfolio*/
.portfolio {
  margin-bottom: 30px;
}

.hover-shadow {
  -webkit-box-shadow: 0 0px 0px 0 rgba(50, 50, 50, 0.9);
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.9);

  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.hover-shadow:hover {
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.56);
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.56);
  position: relative;
  z-index: 10;
}

.image-effect-two {
  margin: 10px auto 20px;
  position: relative;
  overflow: hidden;
  background-color: var(--color-white);
  -webkit-perspective: 800px;
  perspective: 800px;
}
.image-effect-two * {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.image-effect-two img {
  max-width: 100%;
  width: 100%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.image-effect-two .figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: rotateY(90deg) translate(0%, -50%);
  transform: rotateY(90deg) translate(0%, -50%);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  z-index: 1;
  opacity: 0;
  padding: 0 30px;
}

.image-effect-two:hover img,
.image-effect-two.hover img {
  -webkit-transform: rotateY(-50deg);
  transform: rotateY(-50deg);
  opacity: 0.2;
}
.image-effect-two:hover .figcaption,
.image-effect-two.hover .figcaption {
  -webkit-transform: rotateY(0deg) translate(0, -50%);
  transform: rotateY(0deg) translate(0, -50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.image-effect-two .mfp-link {
  width: 40px;
  height: 40px;
  padding: 8px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  background-color: var(--yelow-color);
  margin-left: 10px;
  color: var(--color-white);
}
.image-effect-two .mfp-link:hover {
  background-color: var(--second-color);
  color: var(--color-white);
}

/*Blog*/
.blog-post {
  margin-bottom: 15px;
}

.content ul {
  padding-left: 30px;
}

pre {
  font-size: 1rem;
  background: var(--second-color);
  padding: 20px 20px;
  color: var(--yelow-color);
}
fixedpre {
  font-family: sans-serif;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-hover > tbody > tr:hover > * {
  color: var(--second-color);
  background: rgb(249, 249, 249);
}

.inner-client-says .profile_portfolio {
  width: 280px !important;
  /* border-radius: 50%; */
  display: inline-block;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  border: solid 5px var(--color-white);
  margin: 15px auto;
}

.table-price {
  min-width: 800px;
}
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > th {
  padding: 15px 8px;
  border-top: 0;
  border-bottom: 3px solid #e5e5e5;
}
.table > tbody > tr > td {
  border-top: 1px solid #e5e5e5;
  padding: 10px 8px;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.table .cell-marker {
  background: var(--yelow-color);
  border-color: var(--yelow-color);
  padding-left: 12px;
  padding-right: 12px;
}
.table th.cell-marker {
  border-color: var(--color-white);
}

@media only screen and (max-width: 768px) {
  .pricing .pricing-item li:first-child {
    font-size: 1.2rem;
  }
  .pricing .pricing-item li {
    padding: 10px 5px;
    line-height: 1.3;
    font-size: 13px;
  }
}

.image-effect-one .mfp-link {
  position: absolute;
  background-color: var(--second-color);
  height: 100%;
  width: 100%;

  line-height: 40px;
  text-align: center;
  top: 0px;
  right: 0px;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.image-effect-one:hover .mfp-link {
  right: 0px;
  top: 0px;
  opacity: 0.2;
  height: 87%;
}
.mt-post-text a {
  color: #f85811;
}
.mt-post-text ul {
  padding-left: 35px;
}

span.confidential {
  font-size: 15px;
  padding-bottom: 20px;
  display: block;
}

.text-primary svg {
  fill: var(--yelow-color);
}
.section-other-service svg {
  width: 40px;
  margin-right: auto;
}

.site-button-link svg {
  width: 7px;
}

.telegram {
  background: #33b1e1;
  color: var(--second-color);
}
.viber {
  background: #665cac;
  color: var(--color-white);
}
.whatsapp {
  background: #02d051;
}

.advance-pricing .pricing-right .price-title {
  font-size: 1.4762rem;
  line-height: 1.4762rem;
  margin-bottom: 10px;
  font-weight: bold;
}

/*Price*/
.rainbow-pricingtable-area {
  position: relative;
  overflow: hidden;
}

.advance-pricing .pricing-left {
  background: #f5f8fa;
}
.advance-pricing {
  background: #ccc;
  border-radius: 10px;
}
.advance-pricing .pricing-left {
  height: 100%;
  background: #f5f8fa;
  padding: 20px 20px;
  border-radius: 10px 0 0 10px;
}
.advance-pricing .pricing-left .main-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.advance-pricing .pricing-left .price-wrapper .price-amount {
  font-size: 2rem;
  text-align: center;
  display: block;
  color: var(--second-color);
  font-weight: 700;
}
.advance-pricing .pricing-left .price-wrapper .price-amount sup {
  font-size: 16px;
  top: -34px;
}

.advance-pricing .pricing-right {
  padding: 20px 20px;
  background: #d8d8d8;
  height: 100%;
}
.rainbow-gradient-circle {
  position: absolute;
  left: -250px;
  top: 250px;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  background-image: linear-gradient(45deg, #059dff, #36c6f0);
  opacity: 0.25;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}
.rainbow-gradient-circle.theme-pink {
  left: auto;
  top: 120px;
  right: -250px;
  bottom: auto;
  background-image: linear-gradient(45deg, #fb5343, #6549d5);
}







/* start ContactSlideShow*/
.extra-nav {
  width: 25px;
  cursor: pointer;
  font-size: 1.6rem;
    rotate: 270deg;
}
.scale-in-center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 600;
}
.scale-in-center i {
  margin-right: 10px;
}
.contact-slide-icon .icon-content {
  text-align: center;
}
.mess_header {
  display: flex;
  justify-content: space-around;
}
.mess_header i {
  font-size: 1.6rem;
}
.mess_header_text {
  margin-bottom: 10px;
  font-size: 1.4rem;
  text-align: center;
}
.mess_header a {
  padding: 10px;
  text-align: center;
}
.mess_header a.viber {
  background: #665cac;
  width: 100%;
}
.mess_header a.telegram {
  background: #33b1e1;
  width: 100%;
}
.mess_header a.whatsapp {
  background: #02d051;
  width: 100%;
}
.mess_header a.viber:hover,
.mess_header a.telegram:hover,
.mess_header a.whatsapp:hover {
  fill: var(--color-white);
  color: var(--color-white);
  background-color: var(--second-color);
}

.contact-slide-hide {
  position: fixed;
  right: -500px;
  top: 0px;
  height: 100%;
  max-width: 3000px;
  background: var(--color-white);
  color: var(--second-color);
  z-index: 12;
  overflow-x: hidden;
  border-left: 1px solid #ddd;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.contact-nav {
  display: table;
  width: 100%;
  height: 100%;
}

.contact-nav .contact-nav {
  padding: 60px 20px 0px;
  display: table-cell;
  vertical-align: middle;
}

.contact-nav .contact_close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 100%;
  border: none;
  text-align: right;
  font-size: 36px;
  cursor: pointer;
}
@media only screen and (max-width: 540px) {
  .contact-slide-hide {
/*     right: 0%;*/
width: 100%;
  }
}
.contact-slide-icon {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 0;
}
/* End ContactSlideShow*/



/*banner*/
.a5-main-banner {
  position: relative;
  padding: 30px 4vw;
}
.a5-main-banner-wrapper {
  position: relative;
  padding: 0px 0 0px;
}

.a5-main-banner-wrapper .container {
  position: relative;
  z-index: 10;
}
.a5-main-banner-wrapper .info .info_title {
  font-size: 3.2857rem;
  line-height: 3.9857rem;
  font-weight: 700;
  margin-bottom: 35px;
}
.a5-main-banner-wrapper .info .info_title span {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3rem;
  /* display: block; */
  margin: 30px 0;
  text-transform: uppercase;
  background: linear-gradient(115deg, #ff6004, #fe9e30);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.a5-main-banner-wrapper .bg-shap {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 1;
  max-height: unset;
  pointer-events: none;
}
.a5-main-banner-wrapper .line-circle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  max-height: unset;
  pointer-events: none;
}
.a5-main-banner-wrapper .float-circle {
  position: absolute;
  top: 0;
  left: 40%;
  pointer-events: none;
  width: 150px;
  height: 150px;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}
@media screen and (max-width: 991px) {
  .a5-main-banner-wrapper {
    padding: 0px 0 150px 0px;
  }
  .a5-main-banner-wrapper .info .info_title {
    font-size: 2.12857rem;
    line-height: 2.5857rem;
  }
}
.rotate-center {
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}
.rotate-center.reverse {
  -webkit-animation: rotate-center 100s linear infinite both reverse;
  animation: rotate-center 100s linear infinite both reverse;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*end banner*/




/*marquee*/
section.marquee {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.marquee-wrap {
  width: 100%;
  position: relative;
}
.marquee-wrap {
  overflow: hidden;
  display: block;
}
.marquee-text {
  animation: marquee 50s linear infinite;
  position: relative;
  width: 100%;
  white-space: nowrap;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}

.marquee-text span {
  font-size: 2rem;
  line-height: 4rem;
  color: var(--color-white);
  font-weight: 500;
}
.marquee-text i {
  font-size: 10px;
  display: inline-block;
  line-height: 1;
  margin: 0 30px;
  color: var(--color-white);
}
.marquee-wrap.style-2 {
  padding: 15px 0;
  transform: scale(1.1) rotate(5deg);
}
.marquee-wrap.style-2 .marquee-text span,
.marquee-wrap.style-2 .marquee-text i {
  color: var(--color-white);
}
.grediant-bg3 {
  background: linear-gradient(115deg, var(--second-color), #5d5d5d);
}

@media screen and (max-width: 991px) {
  section.marquee {
    padding: 50px 0;
  }
  .marquee-wrap.style-2 {
    padding: 20px 0;
    transform: scale(1.1) rotate(5deg);
  }
  .marquee-text span {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}




.marquee-wrap.style-3 {
  padding: 15px 0;
  transform: scale(1.1) rotate(-5deg);
}
.marquee-wrap.style-3 .marquee-text span,
.marquee-wrap.style-3 .marquee-text i {
  color: var(--color-white);
}
/*end marquee*/






/*price_site*/
section.price_site {
  overflow: hidden;
  position: relative;
  padding: 150px 0;
  margin: -200px 0 -200px 0;
}
.fon_1 {
  background: var(--yelow-color);
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  border-bottom: 90px solid #d7eaed;
  border-left: 100vw solid transparent;
  border-top: 90px solid #d7eaed;
  border-right: 100vw solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.container {
  position: relative;
  z-index: 0;
}
.price_site_service {
  font-size: 2.1915rem;
  line-height: 2.9915rem;
  font-weight: 700;
}
.price_site_title {
  font-size: 2.1915rem;
  line-height: 2.9915rem;
  font-weight: 700;
  text-align: center;
}
.price_site_price {
  background: var(--second-color);
  color: var(--color-white);
  padding: 12px 15px;
  font-size: 1.9rem;
  max-width: 255px;
  margin: 12px auto 0;
}

.counter-content {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 30px 0 0 0;
}
.counter-content span {
    font-weight: 800;
}
/*price_site */
.price_site-shape-img-bg {
  position: relative;
}
.price_site-img-bg-shape {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.price_site-mask-img {
  width: 100%;
  height: 640px;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  section.price_site {
    margin: -125px 0 -125px 0;
  }
  .price_site_title {
    font-size: 1.7rem;
    line-height: 2.1rem;
  }
}

/*Что вы получите обратившись к нам за разработкой сайта */
section.developer-site {
  margin: 50px 0;
  padding: 50px 0;
}

.developer-site-item.style-2 {
  text-align: center;
  position: relative;
  z-index: 9;
  padding: 40px 20px 30px;
  background: var(--color-white);
  margin-bottom: 25px;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
  -moz-box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
  box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
}
.developer-site-item.style-2:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15);
  transform: translate3d(0, -20px, 0);
}
.developer-site-item.style-2 .developer-site-icon {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 15px 0;
  background: var(--yelow-color);
  font-size: 4rem;
}

.developer-site-item.style-2 .developer-site-desc p {
  margin: 20px 0 0;
}
.developer-site-item.style-2 .developer-site-title {
  margin-bottom: 0;
  min-height: 55px;
  font-weight: 700;
}

.swiper-slide .developer-site-item.style-2 {
  margin: 50px 15px;
  padding: 40px 30px 70px;
  box-shadow: 0px 5px 20px rgba(8, 10, 55, 0.08);
}
@media screen and (max-width: 991px) {
  section.developer-site {
    margin: 0px 0;
  }
}
/*Что вы получите обратившись к нам за разработкой сайта  end*/




.section-main-content .bg-shap {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 0;
  max-height: unset;
  pointer-events: none;
}
.section-main-content .line-circle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  max-height: unset;
  pointer-events: none;
}
.content ul {
  margin-left: 20px;
}
.content {
  position: relative;
  z-index: 10;
}




.header-banner {
  position: relative;
  overflow: hidden;
  height: 40vh;
  display: flex;
  z-index: 101;
}
.header-banner .overlay-main {
  opacity: 0.5;
  z-index: -1;
  background-color: var(--second-color);
}
.content-banner {
  max-width: 780px;
  margin: auto;
}
.text-banner {
  font-size: 3.2857rem;
  line-height: 3.2857rem;
  color: var(--color-white);
  text-align: center;
}
.text-banner .titleHeader {
  text-shadow: 3px 3px 0px var(--second-color), 0 1px 10px var(--second-color), -1px 0 5px var(--second-color),
    0 -1px 1px var(--second-color);
}

@media only screen and (max-width: 767px) {
  .text-banner {
    font-size: 2rem;
  }
  .header_title_desc {
    font-size: 1.2rem;
  }
}




.v-breadcrumb {
  margin: 0;
  list-style: none;
}

.v-breadcrumb li {
  margin-right: 3px;
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
}

.v-breadcrumb li a:hover {
  color: var(--yelow-color);
}

.v-breadcrumb li:last-child {
  color: var(--second-color);
}

.v-breadcrumb li:first-child a i {
  font-size: 18px;
  vertical-align: text-top;
}

.v-breadcrumb li:last-child:after {
  display: none;
}

.v-breadcrumb li:after {
  content: "/";
  margin: 0 4px 0px 5px;
  color: var(--second-color);
  font-size: 11px;
  font-weight: normal;
}







.header-banner {
  background: linear-gradient(145deg, #f37186, #85e7e2, #7ddb7a, #6097eb);
  background: -webkit-linear-gradient(
    145deg,
    #f37186,
    #85e7e2,
    #7ddb7a,
    #6097eb
  );
  background: -moz-linear-gradient(145deg, #f37186, #85e7e2, #7ddb7a, #6097eb);
  background: -o-linear-gradient(145deg, #f37186, #85e7e2, #7ddb7a, #6097eb);
  background-size: 300% 300%;
  animation: gradient 15s ease-out infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.header_title_desc {
  font-size: 2rem;
}
.other-info {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.icon_contact {
  margin-bottom: 30px;
}
.mt-separator-outer .title {
  margin-bottom: 10px;
}
/*График работы начало*/
.mod_gr_contacts > div {
  position: relative;
}

.mod_gr_contacts p {
  padding: 0;
  margin: 0;
}

.mod_gr_contacts .contacts p {
  padding-bottom: 5px;
}

.mod_gr_contacts .scheme {
  border: 1px solid var(--second-color);
  margin: 5px 0 10px 0;
  display: inline-block;
}

.mod_gr_contacts .day {
  float: left;
  color: black;
  font-size: 14px;
  height: 25px;
  width: 30px;
  text-align: center;
  padding-top: 0px;
}
.mod_gr_contacts .day_footer {
  background: var(--color-white);
}
.open:hover {
  background-color: #2ce83d;
}

.mod_gr_contacts .day + .day {
  border-left: 1px solid var(--second-color);
}

.mod_gr_contacts .day-short {
  background-color: #ffe96d;
}

.mod_gr_contacts .day-off {
  background-color: #cc214e;
  color: white;
}
.row-grey {
  margin: 50px 0 70px;
  padding: 30px 20px;
  background-color: #f3f3f3;
}
/*График работы конец*/






/*====================
42. Faq css 
======================*/
/*-------------------------------------
	Accordians
-------------------------------------*/

.acod-head {
  position: relative;
  cursor: pointer;
  border-top: 1px solid #d4d5ce;
}
.acod-head:last-child {
  border-bottom: 1px solid #d4d5ce;
}

.acod-title {
  background-color: var(--color-white);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  overflow: hidden;
  padding: 20px 80px 20px 0px;
  position: relative;
}

.acod-body {
  color: var(--second-color);
}
.collapse:not(.show) {
    display: none;
}
.acod-content {
/*   display: flex;
justify-content: space-between; */
}
.acod-content .text {
  margin-left: 15px;
}
/*Accodian open close indicator css*/

.acod-head .indicator {
  position: absolute;
  right: 0;
  top: 8px;
}

.acod-head .indicator::before {
  border-radius: 50%;
  content: "\2b";
  font-family: "Font Awesome 6 Pro";
  color: var(--yelow-color);
  display: block;
  position: absolute;
  right: 14px;
  z-index: 1;
  width: 50px;
  height: 50px;
  border: 1px solid #999;
  padding: 10px;
  text-align: center;
}
.acod-head.active .indicator::before {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  color: var(--color-black);
  background: var(--yelow-color);
  border: 1px solid var(--yelow-color);
  display: block;
  position: absolute;
  right: 14px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {

}











.widget {
  margin-bottom: 0px;
}

.widget-title {
  margin-bottom: 30px;
  margin-top: 10px;
}
.widget_address li {
  margin-bottom: 20px;
}

.widget_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  border: 1px solid #e7e7e7;
}

.widget_services ul li {
  margin-bottom: 13px;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  padding: 15px 10px 15px 20px;
  margin-bottom: 0;
  line-height: 20px;
}

.widget_services ul li:last-child {
  border-bottom: 0px;
}

.widget_services ul li {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.widget_services ul li:hover {
  border-left: 5px solid var(--yelow-color);
  -webkit-box-shadow: 0px 4px 7px 0px #ededed;

  box-shadow: 0px 4px 7px 0px #ededed;
}

.widget_services ul li a {
  color: var(--second-color);
  font-size: 16px;
  font-weight: 500;
}

.widget_services ul li a:hover {
  color: var(--yelow-color);
}

.widget_services li {
  border-bottom: none;
  line-height: 28px;
}

.site-footer .widget_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  border: 0px;
}

.site-footer .widget_services ul li {
  margin-bottom: 13px;
  border-bottom: 1px dashed rgba(74, 74, 74, 0.5);
  position: relative;
  padding: 11px 10px 11px 0px;
  margin-bottom: 0;
  line-height: 20px;
  font-size: 14px;
  background: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.site-footer .widget_services ul li:last-child {
  border-bottom: 0px;
}

.site-footer .widget_services ul li:hover {
  border-left: 0px solid var(--yelow-color);
  box-shadow: none;
}

.site-footer .widget_services ul li a {
  color: var(--color-white);
  font-size: 16px;
}

.site-footer .widget_services ul li a:hover {
  color: var(--yelow-color);
}

.site-footer .widget > .widget-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 25px;
  color: var(--color-white);
}
.footer_phone {
  color: var(--color-white);
}
.footer_email a{
  color: var(--color-white);
}
.site-footer p,
.site-footer li {
  line-height: 20px;
  color: var(--color-white);
}

.site-footer {
  background-position: center;
  background-size: cover;
  position: relative;
}

.site-footer .widget ul {
  list-style: none;
  margin-top: 0px;
}

.footer-dark .widget_services ul li a {
  color: var(--color-white);
}

.footer-bottom {
  padding: 20px 0px;
}

.footer-bottom .copyr-text {
  font-size: 1rem;
  color: var(--color-white);
}

@media only screen and (max-width: 991px) {
  .footer-bottom .copyr-text {
    font-size: 0.8rem;
  }
  .site-footer {
    padding: 0px;
  }
  .site-footer .widget > .widget-title {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 359px) {
  .site-footer .widget > .widget-title {
    font-size: 1rem;
  }
}
.footer-dark.site-footer {
  border-top: 0px solid #212121;
}

.footer-dark .footer-top {
  background: linear-gradient(135deg, var(--second-color), var(--second-color), #121212, #151515);
}

.footer-dark .footer-bottom {
  background-color: var(--second-color);
}

.footer-top {
  padding: 50px 0px 10px 0px;
}


.politics_block {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--yelow-color);
  padding: 5px 15px;
  z-index: 999999999999;
}
.politics_block .description_politics {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.2;
  color: var(--second-color);
}
.politics_block a {
  text-decoration: underline;
}
.politics_block a:hover {
  color: var(--color-white);
}
.politics_btn {
  cursor: pointer;
  border: none;
  font-size: 14px;
  padding: 5px 10px;
  color: var(--color-white);
  margin: 0 10px;
  background: #212121;
  height: 30px;
  transition: 0.5s;
}
.politics_btn:hover {
  background: var(--color-white);
  color: var(--second-color);
}







.work-planning {
  /* background-color: var(var(--color-white), #ecf2f2); */
  counter-reset: workPlanningSerialNumber;
  margin: 0 0 75px 0;
}
.work-planning__container {
  position: relative;
  z-index: 1;
}
.work-planning__container_inner {
  margin: 75px 0 0 0;
}

.work-planning__item {
  position: relative;
  text-align: center;
  z-index: 2;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .work-planning__item--bottom-serial-number {
    margin-top: -2px;
    padding-bottom: 76px;
  }
}
@media (min-width: 576px) {
  .work-planning__item--bottom-serial-number
    .work-planning__item__serial-number {
    margin: 0;
    position: relative;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.work-planning__item__serial-number {
  position: relative;
  margin-bottom: 21px;
}
.work-planning__item__serial-number::after {
  content: "0" counter(workPlanningSerialNumber);
  counter-increment: workPlanningSerialNumber;
  font-family: var(--insuba-heading-font, "Poppins", serif);
  font-size: 58px;
  font-weight: 700;
  color: var(--color-white);
  line-height: 1;
  transition: all 500ms ease;
}
.work-planning__item:hover .work-planning__item__serial-number::after {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--second-color);
}
.work-planning__item__image {
  margin: 0 auto 24px;
  position: relative;
  width: 191px;
  height: 191px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-planning__item__image__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 500ms ease;
}
.work-planning__item__image__bg--hover {
  opacity: 0;
}
.work-planning__item__image__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 167px;
  height: 167px;
  z-index: 1;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 501.000000 501.000000"><g transform="translate(0.000000,501.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M2080 4996 c0 -14 -48 -26 -104 -26 -16 0 -52 -6 -80 -14 -28 -8 -80 -22 -116 -31 -36 -10 -81 -23 -100 -30 -114 -42 -183 -70 -210 -86 -8 -5 -22 -12 -30 -15 -21 -8 -79 -39 -120 -63 -19 -11 -42 -24 -50 -28 -8 -3 -31 -19 -51 -35 -20 -15 -41 -28 -47 -28 -6 0 -12 -4 -14 -8 -1 -5 -25 -23 -53 -42 -27 -19 -108 -93 -180 -165 -153 -154 -169 -172 -221 -248 -95 -142 -133 -207 -216 -377 -178 -365 -306 -631 -335 -700 -9 -19 -22 -48 -29 -63 -8 -16 -14 -35 -14 -42 0 -8 -6 -29 -14 -47 -30 -71 -59 -185 -78 -303 -5 -33 -12 -161 -15 -285 -5 -218 3 -333 29 -440 6 -25 14 -61 18 -80 17 -79 50 -183 78 -250 8 -19 20 -48 27 -65 23 -53 86 -179 106 -210 10 -16 22 -37 26 -45 3 -8 19 -31 35 -51 15 -20 28 -41 28 -47 0 -6 4 -12 8 -14 5 -1 23 -24 41 -51 18 -26 92 -107 164 -180 148 -148 171 -169 242 -217 149 -101 195 -127 360 -209 305 -150 648 -315 725 -348 19 -9 48 -22 63 -29 16 -8 35 -14 42 -14 8 0 29 -6 47 -14 62 -27 227 -68 328 -83 87 -12 535 -9 625 4 103 16 234 49 320 80 22 9 58 22 80 30 51 19 106 43 125 54 8 5 22 12 30 15 21 8 79 39 120 63 19 11 42 24 50 28 8 3 31 19 51 35 20 15 41 28 47 28 6 0 12 4 14 8 2 5 26 23 53 42 46 31 280 258 332 322 93 113 177 252 272 443 150 305 315 648 348 725 9 19 22 48 29 63 8 16 14 35 14 42 0 8 6 29 14 47 29 69 72 241 80 328 3 32 12 60 21 66 13 9 15 47 15 243 0 179 -3 230 -12 228 -9 -1 -16 19 -21 58 -4 33 -13 80 -19 105 -6 25 -14 63 -19 85 -13 65 -46 171 -76 243 -41 101 -104 231 -134 277 -10 17 -22 37 -26 45 -3 8 -19 31 -35 51 -15 20 -28 41 -28 47 0 6 -4 12 -8 14 -5 2 -23 24 -41 51 -35 52 -275 298 -331 340 -85 63 -160 117 -164 117 -2 0 -28 16 -58 35 -29 20 -129 73 -223 119 -327 161 -642 312 -715 343 -19 9 -48 22 -63 29 -16 8 -35 14 -42 14 -8 0 -29 6 -47 14 -69 29 -241 72 -328 80 -32 3 -60 12 -66 21 -16 21 -474 23 -474 1z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 501.000000 501.000000"><g transform="translate(0.000000,501.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M2080 4996 c0 -14 -48 -26 -104 -26 -16 0 -52 -6 -80 -14 -28 -8 -80 -22 -116 -31 -36 -10 -81 -23 -100 -30 -114 -42 -183 -70 -210 -86 -8 -5 -22 -12 -30 -15 -21 -8 -79 -39 -120 -63 -19 -11 -42 -24 -50 -28 -8 -3 -31 -19 -51 -35 -20 -15 -41 -28 -47 -28 -6 0 -12 -4 -14 -8 -1 -5 -25 -23 -53 -42 -27 -19 -108 -93 -180 -165 -153 -154 -169 -172 -221 -248 -95 -142 -133 -207 -216 -377 -178 -365 -306 -631 -335 -700 -9 -19 -22 -48 -29 -63 -8 -16 -14 -35 -14 -42 0 -8 -6 -29 -14 -47 -30 -71 -59 -185 -78 -303 -5 -33 -12 -161 -15 -285 -5 -218 3 -333 29 -440 6 -25 14 -61 18 -80 17 -79 50 -183 78 -250 8 -19 20 -48 27 -65 23 -53 86 -179 106 -210 10 -16 22 -37 26 -45 3 -8 19 -31 35 -51 15 -20 28 -41 28 -47 0 -6 4 -12 8 -14 5 -1 23 -24 41 -51 18 -26 92 -107 164 -180 148 -148 171 -169 242 -217 149 -101 195 -127 360 -209 305 -150 648 -315 725 -348 19 -9 48 -22 63 -29 16 -8 35 -14 42 -14 8 0 29 -6 47 -14 62 -27 227 -68 328 -83 87 -12 535 -9 625 4 103 16 234 49 320 80 22 9 58 22 80 30 51 19 106 43 125 54 8 5 22 12 30 15 21 8 79 39 120 63 19 11 42 24 50 28 8 3 31 19 51 35 20 15 41 28 47 28 6 0 12 4 14 8 2 5 26 23 53 42 46 31 280 258 332 322 93 113 177 252 272 443 150 305 315 648 348 725 9 19 22 48 29 63 8 16 14 35 14 42 0 8 6 29 14 47 29 69 72 241 80 328 3 32 12 60 21 66 13 9 15 47 15 243 0 179 -3 230 -12 228 -9 -1 -16 19 -21 58 -4 33 -13 80 -19 105 -6 25 -14 63 -19 85 -13 65 -46 171 -76 243 -41 101 -104 231 -134 277 -10 17 -22 37 -26 45 -3 8 -19 31 -35 51 -15 20 -28 41 -28 47 0 6 -4 12 -8 14 -5 2 -23 24 -41 51 -35 52 -275 298 -331 340 -85 63 -160 117 -164 117 -2 0 -28 16 -58 35 -29 20 -129 73 -223 119 -327 161 -642 312 -715 343 -19 9 -48 22 -63 29 -16 8 -35 14 -42 14 -8 0 -29 6 -47 14 -69 29 -241 72 -328 80 -32 3 -60 12 -66 21 -16 21 -474 23 -474 1z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.work-planning__item__image__inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-planning__item:hover .work-planning__item__image__bg {
  opacity: 0;
}
.work-planning__item:hover .work-planning__item__image__bg--hover {
  opacity: 1;
}
.work-planning__item__icon-box {
  width: 79px;
  height: 79px;
  display: flex;
  position: absolute;
  left: -36px;
  bottom: 36px;
  align-items: center;
  justify-content: center;
  background-color: var(--yelow-color);
  border: 5px solid var(--color-white);
  border-radius: 50%;
  z-index: 2;
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .work-planning__item__icon-box {
    left: -30px;
    bottom: 30px;
  }
}
.work-planning__item:hover .work-planning__item__icon-box {
  background-color: var(--second-color);
}
.work-planning__item__icon {
  display: inline-flex;
  font-size: 36px;
  color: var(--color-white);
}
.work-planning__item__icon svg {
  width: 1em;
  height: 1em;
  /* fill: currentColor; */
  animation: icon-swing 1s ease-in-out infinite alternate;
}
.work-planning__item:hover .work-planning__item__icon {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.work-planning__item__title {
  margin-bottom: 13px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
}
.work-planning__item__text {
  margin: 0;
  font-weight: 500;
  line-height: 1.642;
}
.work-planning__border-shape {
  position: absolute;
  top: calc(37% + 10px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1399px) {
  .work-planning__border-shape {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 1199px) {
  .work-planning__border-shape {
    display: none;
  }
}

@-webkit-keyframes icon-swing {
  from {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@keyframes icon-swing {
  from {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}









.v-section-price {
  padding: 0px 0;
}
.pricing .pricing-item {
  color: #292929;
  list-style: none;
  position: relative;
  padding: 0;
  text-align: center;
  margin: 1em auto;
}
.pricing-item-hit-icon.fa-stars {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 2.5rem;
}
.pricing-item.pricing-item-hit {
  border: 5px solid var(--second-color);
  margin: 0em auto 1em;
}
@media (max-width: 992px) {
  .pricing-item.pricing-item-hit {
    margin: 0em auto 0em;
  }
}

.pricing .pricing-item:before {
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  width: 100%;
}
.pricing .pricing-item:hover:before {
  top: 100%;
}
.pricing .pricing-item li {
  padding: 5px 10px;
  line-height: 1.3;
  font-size: 1rem;
}
.pricing .pricing-item.pricing-item-hit li:first-child {
  color: var(--color-white);
  background: var(--second-color);
}
.pricing .pricing-item li:nth-child(even) {
  background-color: #eee;
}
.pricing .pricing-item li:nth-child(odd) {
  background-color: #ddd;
}
.pricing .pricing-item li:first-child {
  font-size: 1.2em;
  color: var(--second-color);
  font-weight: 900;
  background: var(--yelow-color);
  padding: 30px 0;
}
.pricing .pricing-item li:last-child {
  padding: 2em 0;
}
.pricing .pricing-item li:first-child small {
  display: block;
  font-size: 0.5em;
  font-weight: 400;
}
.pricing .pricing-item li .btn {
  background-color: var(--yelow-color);
  width: 40%;
  color: var(--second-color);
  border-radius: 0;
  padding: 10px 15px;
  font-size: 1rem;
}
.pricing .pricing-item li .btn:hover {
  background-color: var(--second-color);
  border-color: var(--yelow-color);
  color: var(--color-white);
}

.pricing .pricing-item li .pricing-item-hit-btn {
  background-color: var(--second-color);
  border-color: var(--yelow-color);
  color: var(--color-white);
}
.pricing .pricing-item li .pricing-item-hit-btn:hover {
  background-color: var(--yelow-color);
  background-color: var(--yelow-color);
  color: var(--second-color);
}
.price_desc {
  font-size: 1rem;
}
.pricing-desc {
  font-weight: 700;
  font-size: calc(1.5rem + 0.6vw);
  margin-top: 25px;
  text-align: center;
}
.pricing .pricing-item:before {
  background: var(--yelow-color);
}
.price_orginal {
  font-size: 20px;
  display: block;
  text-decoration: line-through;
}
.price_orginal_usluga {
  font-size: 18px;
  text-decoration: line-through;
}
.price_bonus {
  display: block;
  font-size: 0.7em;
}








.developer_desc {
  position: relative;
  padding: 100px 0;
}
.developer_desc_title {
  font-size: 2.1915rem;
  line-height: 2.9915rem;
  font-weight: 700;
}
.developer_desc_price {
  margin: 0 0 0px 0;
}
.developer_desc blockquote {
  border-left: 4px solid var(--color-white);
  background-color: var(--yelow-color);
  color: var(--second-color);
}
.developer_desc-shape-img-bg {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .developer_desc_title {
    font-size: 1.7rem;
    line-height: 2.1rem;
  }
  .developer_desc-shape-img-bg {
    display: none;
  }
}

.developer_desc_inner {
  --am-ifs-clip-offset: 240px;
  overflow: hidden;
}

.developer_desc_inner__content {
  position: relative;
  padding: 50px 0;
}

.developer_desc_inner__bg-field {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70vw;
  height: 100%;
}

.developer_desc_inner_content {
  background-color: var(--yelow-color);
  color: var(--color-white);
}

.developer_desc_inner_content .developer_desc_inner__bg-field {
  right: calc(53% - 245px);
  clip-path: polygon(0 0, 100% 0, calc(100% - 240px) 100%, 0 100%);
  background-color: var(--second-color);
}

@media screen and (max-width: 1199px) {
  .developer_desc_price {
    margin: 0 0 50px 0;
  }
  .developer_desc_inner__content {
    padding: 30px 0 0;
    text-align: center;
  }

  .developer_desc_inner__bg-field {
    display: none;
  }

  .developer_desc_inner_content {
    background-color: var(--second-color);
    clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 100%);
  }

  .developer_desc_inner_content .developer_desc_inner__content {
    padding-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .developer_desc_inner_content .developer_desc_inner__bg-field {
    right: calc(53% - 245px);
    clip-path: polygon(0 0, 100% 0, calc(100% - 240px) 100%, 0 100%);
    background-color: var(--second-color);
  }
  .developer_desc {
    padding: 0px 0;
  }
  .developer_desc_inner_content {
    padding: 75px 0 25px 0;
  }
}






.pricing-btn-group {
  display: flex;
  margin-top: 20px;
}
.btn-style-one {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  overflow: hidden;
  padding: 20px 35px;
  position: relative;
  z-index: 0;
  width: 100%;
  margin-bottom: 10px;
}
.btn-style-one:before {
  background: var(--second-color);
  bottom: auto;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.15;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 7px;
  z-index: -1;
}
.btn-style-one:hover {
  color: var(--color-white);
}
.btn-style-one:hover:before {
  opacity: 1;
  width: 100%;
}

.order_text2 {
  color: var(--second-color);
  text-align: center;
}
.order_text_email2,
.order_text_phone2 {
  margin: 0 0 10px;
}
.order_text_phone2 a {
  color: var(--second-color);
  font-weight: 600;
}
.order_text_phone2 a:hover {
  color: var(--second-color);
}
@media only screen and (max-width: 767px) {
  .btn-style-one {
    font-size: 0.85rem;
    line-height: 1.2rem;
    padding: 20px 10px;
  }
}








.contact-modal {
  padding: 10px 30px 50px 30px;
  background: var(--color-white);
  position: absolute;
  left: 50%;
  bottom: 0%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  width: 80%;
  max-width: 500px;
  z-index: 9999;
}

.contact_modal_close {
  font-size: 0.8rem;
  color: #999;
  text-align: right;
  cursor: pointer;
}

.site-button2 {
  display: block;
  padding: 10px 20px;
  margin: 0 auto;
  color: var(--second-color);
  background: var(--yelow-color);
  max-width: 285px;
  text-align: center;
  cursor: pointer;
}
.site-button2:hover {
  background: var(--second-color);
  color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .contact-modal {
    padding: 20px 10px 30px 10px;
  }
}









.post-image {
  margin-bottom: 10px;
}
.post-image img {
  max-height: 210px;
}
.post_category {
  padding: 10px;
  border: 1px solid #f4f5f5;
  display: flex;
  flex-direction: column;
}
.post_category:hover {
  border-color: var(--yelow-color);
}
.post-meta {
  font-size: 0.8rem;
  font-weight: 500;
}
.post_category .title-post-list {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 600;
}





/** scroll-to-top **/
    .btn-up {
      position: fixed;
      background-color: #333;
      right: 20px;
      bottom: 0px;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 40px;
      z-index: 1;
      transition: 0.3s;
    }

    .btn-up::before {
      content: "";
      width: 30px;
      height: 30px;
      background: transparent no-repeat center center;
      background-size: 100% 100%;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
    }

    .btn-up_hide {
      display: none;
    }

    @media (hover: hover) and (pointer: fine) {
      .btn-up:hover {
        background-color: var(--yelow-color);
      }
    }
    
    