/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

@font-face {
  font-display: swap;
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro/GothamPro-Black.woff2') format('woff2'), url('../fonts/GothamPro/GothamPro-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro/GothamPro-Bold.woff2') format('woff2'), url('../fonts/GothamPro/GothamPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro/GothamPro-Medium.woff2') format('woff2'), url('../fonts/GothamPro/GothamPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro/GothamPro.woff2') format('woff2'), url('../fonts/GothamPro/GothamPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro/GothamPro-Light.woff2') format('woff2'), url('../fonts/GothamPro/GothamPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
.blue {
  color: #0857C3 !important;
}
.container {
  max-width: 1430px;
}
@media only screen and (max-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}
body {
  font-family: 'Gotham Pro', Arial, Helvetica, sans-serif;
  color: #3D3935;
  line-height: 1.6;
}
body.web-modal-opening {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-right: 17px;
}
@media only screen and (max-width: 768px) {
  body.web-modal-opening {
    padding-right: 0;
  }
}
* {
  outline: none;
}
:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 20px 0;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  color: #0857C3;
}
p a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  position: relative;
  line-height: 1.4;
  font-weight: 300;
}
h1 {
  font-size: 48px;
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 576px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-size: 38px;
}
@media only screen and (max-width: 1440px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 992px) {
  h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 576px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 24px;
  font-weight: normal;
}
@media only screen and (max-width: 1440px) {
  h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 576px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  font-size: 26px;
}
h6 {
  font-size: 22px;
}
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}
a:hover {
  -webkit-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  color: inherit;
  text-decoration: none;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 14px;
}
article {
  margin-bottom: 30px;
}
article p {
  line-height: 1.7;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.reset,
ol.reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.web-box {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  .md-order-1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}
@media only screen and (max-width: 992px) {
  .md-order-2 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
blockquote {
  padding: 35px;
  background: #f5f7f8;
  border-left: 4px solid #0857C3;
  font-size: 18px;
}
@media only screen and (max-width: 992px) {
  blockquote {
    font-size: 16px;
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 9999;
  background-image: url('../images/svg/preloader.svg');
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
  background-size: 65px;
}
.web-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.web-video iframe,
.web-video object,
.web-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.web-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-width: 100vw;
  left: 0;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all cubic-bezier(0.39, 0.58, 0.57, 1) 0.4s;
  -o-transition: all cubic-bezier(0.39, 0.58, 0.57, 1) 0.4s;
  transition: all cubic-bezier(0.39, 0.58, 0.57, 1) 0.4s;
}
.web-modal-open {
  visibility: visible;
  top: 0;
  opacity: 1;
}
.web-modal-owerlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 48, 105, 0.9);
}
.web-modal-close {
  position: absolute;
  display: block;
  right: 47px;
  top: 30px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.web-modal-close svg {
  width: 35px;
  height: 35px;
}
.web-modal-close:hover {
  opacity: 0.6;
}
.web-modal-close:active {
  opacity: 0.2;
}
@media only screen and (max-width: 1440px) {
  .web-modal-close {
    width: 25px;
    height: 25px;
    top: 20px;
    right: 37px;
  }
  .web-modal-close svg {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .web-modal-close {
    right: 20px;
  }
}
.web-modal-content {
  max-width: 980px;
  width: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1440px) {
  .web-modal-content {
    max-width: 700px;
  }
}
@media only screen and (max-width: 992px) {
  .web-modal-content {
    max-width: 600px;
  }
}
.web-modal-content-header {
  max-width: 700px;
  margin: 0 auto 35px auto;
}
@media only screen and (max-width: 1440px) {
  .web-modal-content-header {
    max-width: 600px;
  }
}
.web-modal-content-header h2 {
  margin: 0;
}
.web-socials {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.web-socials li:not(:last-child) {
  margin-right: 15px;
}
.web-socials li a:hover {
  opacity: 0.7;
}
.web-section {
  padding: 60px 0;
}
@media only screen and (max-width: 992px) {
  .web-section {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 576px) {
  .web-section {
    padding: 35px 0;
  }
}
.web-section-title {
  text-align: center;
}
.web-section-title h2 {
  max-width: 800px;
  margin: 0 auto 25px auto;
}
@media only screen and (max-width: 1440px) {
  .web-section-title h2 {
    max-width: 700px;
  }
}
.web-section-title h2:last-child {
  margin: 0 auto;
}
.web-section-title p {
  font-size: 24px;
  max-width: 800px;
  margin: 0 auto 25px auto;
}
.web-section-title p:last-child {
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .web-section-title p {
    font-size: 18px;
    max-width: 700px;
  }
}
@media only screen and (max-width: 1200px) {
  .web-section-title p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .web-section-title p {
    font-size: 18px;
  }
}
.web-section-title:not(:last-child) {
  margin-bottom: 45px;
}
@media only screen and (max-width: 992px) {
  .web-section-title:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 576px) {
  .web-section-title:not(:last-child) {
    margin-bottom: 25px;
  }
}
.web-section-blue {
  background-color: #0857C3;
  color: #fff;
}
.web-section-grey-top {
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #F3F6F7 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#F3F6F7));
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #F3F6F7 100%);
}
.web-section-grey-bottom {
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #F3F6F7 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#F3F6F7));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #F3F6F7 100%);
}
.web-section-content {
  max-width: 940px;
  margin: 0 auto;
}
.web-section-content h1 {
  font-size: 36px;
  max-width: 800px;
  font-weight: bold;
}
@media only screen and (max-width: 992px) {
  .web-section-content h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .web-section-content h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 576px) {
  .web-section-content h1 {
    font-size: 24px;
  }
}
.web-section-content iframe{
	max-width: 100%;
}
.web-button {
  text-align: center;
  cursor: pointer;
  border-radius: 100px;
  font-size: 24px;
  border: none;
  display: inline-block;
  background-color: #0857C3;
  color: #fff;
  padding: 16px 55px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}
@media only screen and (max-width: 1440px) {
  .web-button {
    padding: 13px 40px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .web-button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .web-button {
    font-size: 16px;
  }
}
.web-button:hover {
  -webkit-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  color: #fff;
  background-color: #0962db;
}
.web-button:focus {
  outline: none;
}
.web-button:active {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0);
  background-color: #074cab;
}
.web-button-small {
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 11px;
}
.web-button-white {
  color: #0857C3;
  background-color: #fff;
}
.web-button-normal {
  font-size: 16px;
  padding: 12.5px 53px;
}
.web-menu-toggle {
  position: relative;
  width: 20px;
  height: 14px;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 992px) {
  .web-menu-toggle {
    display: inline-block;
  }
}
.web-menu-toggle.white span {
  background-color: #fff;
}
.web-menu-toggle:hover span {
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.web-menu-toggle span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0857C3;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.web-menu-toggle span:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.web-menu-toggle span:nth-child(2) {
  top: 50%;
  width: 20px;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.web-menu-toggle span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.web-menu-toggle.active span:nth-child(1) {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
.web-menu-toggle.active span:nth-child(2) {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  width: 100%;
}
.web-menu-toggle.active span:nth-child(3) {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  bottom: inherit;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.orange-hover:hover {
  background-color: #FFB607;
  opacity: 1!important;
  color: #000025;
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='number'],
input[type='date'],
select,
textarea {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid red;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #f3f6f7;
  padding: 0 25px;
}
button.web-button {
  width: 100%;
}
.web-header.single {
  border-bottom: 1px solid #f3f6f7;
}
.web-header-top {
  background-color: #0857C3;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
}
.web-header-top .container {
  position: relative;
}
.web-header-top-info {
  position: absolute;
  right: 15px;
  bottom: -60px;
  display: none;
}
.web-header-top-info.hidden {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  visibility: hidden;
  opacity: 0;
}
.web-header-top-info a {
  background-color: #FFB607;
  color: #000025;
  z-index: 2;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 4px;
  display: block;
}
.web-header-top-info a:hover {
  color: #000025;
  background-color: #ffbe21;
}
.web-header-top-info-close {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  position: absolute;
  right: -7.5px;
  top: -7.5px;
  background-color: #FFB607;
  text-align: center;
  line-height: 15px;
  color: #000025;
  font-size: 12px;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 992px) {
  .web-header-items {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.web-header-inner {
  padding: 25px 0;
}
@media only screen and (max-width: 992px) {
  .web-header-inner {
    padding: 15px 0;
  }
}
.web-header-nav.blue .sub-menu li a,
.web-header-nav.blue .web-header-nav-sub li a {
  color: #fff!important;
}
.web-header-nav.blue .menu-item-has-children:after {
  background-image: url("../images/svg/arrow-blue.svg");
}
@media only screen and (max-width: 992px) {
  .web-header-nav-collapse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    display: none;
  }
  .web-header-nav-collapse li {
    margin-right: 0!important;
    width: 100%;
  }
  .web-header-nav-collapse li a {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
}
.web-header-nav-parent,
.web-header-nav .menu-item-has-children {
  position: relative;
  padding-right: 20px;
}
.web-header-nav-parent:after,
.web-header-nav .menu-item-has-children:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../images/svg/arrow-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 16px;
}
.web-header-nav-parent.blue:after,
.web-header-nav .menu-item-has-children.blue:after {
  background-image: url("../images/svg/arrow-blue.svg");
}
.web-header-nav-parent:hover .web-header-nav-sub,
.web-header-nav .menu-item-has-children:hover .web-header-nav-sub,
.web-header-nav-parent:hover .sub-menu,
.web-header-nav .menu-item-has-children:hover .sub-menu {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  visibility: visible;
  top: 100%;
  opacity: 1;
}
.web-header-nav a:not(.web-button) {
  padding: 11px 0;
}
.web-header-nav a.web-lankg-link {
  padding: 8px 20px;
}
@media only screen and (max-width: 1200px) {
  .web-header-nav a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .web-header-nav a {
    font-size: 15px;
  }
}
.web-header-nav:not(.web-header-nav-sub),
.web-header-nav:not(.sub-menu) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.web-header-nav:not(.web-header-nav-sub) li,
.web-header-nav:not(.sub-menu) li {
  position: relative;
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  .web-header-nav:not(.web-header-nav-sub) li,
  .web-header-nav:not(.sub-menu) li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .web-header-nav:not(.web-header-nav-sub) li,
  .web-header-nav:not(.sub-menu) li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .web-header-nav:not(.web-header-nav-sub) li,
  .web-header-nav:not(.sub-menu) li {
    font-size: 16px;
  }
}
.web-header-nav:not(.web-header-nav-sub) li:not(:last-child),
.web-header-nav:not(.sub-menu) li:not(:last-child) {
  margin-right: 35px;
}
@media only screen and (max-width: 1440px) {
  .web-header-nav:not(.web-header-nav-sub) li:not(:last-child),
  .web-header-nav:not(.sub-menu) li:not(:last-child) {
    margin-right: 20px;
  }
}
.web-header-nav:not(.web-header-nav-sub) li a:hover,
.web-header-nav:not(.sub-menu) li a:hover {
  opacity: 0.8;
}
.web-header-nav:not(.web-header-nav-sub).blue a,
.web-header-nav:not(.sub-menu).blue a {
  font-weight: 500;
  color: #0857C3;
}
.web-header-nav-sub,
.web-header-nav .sub-menu {
  margin: 0;
  padding: 0;
  position: absolute;
  left: -20px;
  top: 85%;
  min-width: 200px;
  background-color: #094da9;
  z-index: 2;
  color: #fff;
  opacity: 0;
  list-style-type: none;
  visibility: hidden;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
@media only screen and (max-width: 992px) {
  .web-header-nav-sub.vise_md,
  .web-header-nav .sub-menu.vise_md {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}
.web-header-nav-sub.min,
.web-header-nav .sub-menu.min {
  min-width: calc(100% + 20px);
}
.web-header-nav-sub.right,
.web-header-nav .sub-menu.right {
  left: inherit;
  right: 0;
}
.web-header-nav-sub li,
.web-header-nav .sub-menu li {
  font-size: 14px;
}
.web-header-nav-sub li:not(:last-child),
.web-header-nav .sub-menu li:not(:last-child) {
  margin-right: 0!important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.web-header-nav-sub li a,
.web-header-nav .sub-menu li a {
  display: block;
  padding: 8px 20px;
  font-size: 14px;
}
.web-header-nav-sub li a:hover,
.web-header-nav .sub-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.web-header-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .web-header-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 992px) {
  .web-header-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.web-header-logo-link {
  max-width: 206px;
  margin-right: 34px;
}
@media only screen and (max-width: 1440px) {
  .web-header-logo-link {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .web-header-logo-link {
    margin-right: 0;
    margin-bottom: 3px;
  }
}
.web-header-logo-description {
  font-size: 18px;
}
@media only screen and (max-width: 1440px) {
  .web-header-logo-description {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .web-main {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .web-main-text {
    text-align: center;
  }
}
.web-main-text h1 {
  font-size: 26px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1440px) {
  .web-main-text h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .web-main-text h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.web-main-advantages {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1440px) {
  .web-main-advantages {
    font-size: 13px;
  }
}
@media only screen and (max-width: 576px) {
  .web-main-advantages {
    margin-bottom: 20px;
  }
}
.web-main-advantages span {
  display: block;
  font-size: 24px;
}
@media only screen and (max-width: 1440px) {
  .web-main-advantages span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .web-main-order {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .web-main-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.web-main-order-info {
  margin-left: 30px;
  color: #3D3935;
}
@media only screen and (max-width: 576px) {
  .web-main-order-info {
    margin-left: 0;
    margin-top: 15px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .web-main-img {
    margin-bottom: 30px;
  }
}
.web-main-img img {
  max-width: 600px;
}
@media only screen and (max-width: 1440px) {
  .web-main-img img {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1200px) {
  .web-main-img img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .web-main-content .row.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 576px) {
  .web-about {
    padding-top: 0;
  }
}
.web-about-item {
  margin-bottom: 30px;
  padding: 50px 30px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}
.web-about-item:hover {
  -webkit-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1440px) {
  .web-about-item {
    padding: 25px;
  }
}
.web-about-item-ico {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .web-about-item-ico {
    margin-bottom: 20px;
  }
}
.web-about-item-ico img {
  max-width: 50px;
}
.web-about-item-text h4 {
  margin-bottom: 10px;
  font-weight: normal;
}
@media only screen and (max-width: 1440px) {
  .web-about-item-text h4 {
    font-size: 20px;
  }
}
.web-about-text {
  padding-left: 100px;
}
@media only screen and (max-width: 1440px) {
  .web-about-text {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .web-about-text {
    padding-left: 0;
  }
}
.web-about-text p {
  font-size: 24px;
}
@media only screen and (max-width: 1440px) {
  .web-about-text p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .web-about-text p {
    font-size: 16px;
  }
}
.web-about .offset {
  margin-top: 60px;
}
@media only screen and (max-width: 992px) {
  .web-about .offset {
    margin-top: 0;
  }
}
@media screen and (min-width: 991px) {
  .web-about-items {
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  .web-about-items:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
}
@-webkit-keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
.web-contact {
  padding: 0px 0 80px 0;
}
@media only screen and (max-width: 992px) {
  .web-contact {
    padding: 0 0 45px 0;
  }
}
@media only screen and (max-width: 576px) {
  .web-contact {
    padding: 0 0 35px 0;
  }
}
@media only screen and (max-width: 768px) {
  .web-contact-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.web-contact-phone {
  margin-right: 50px;
  font-size: 48px;
}
@media only screen and (max-width: 1440px) {
  .web-contact-phone {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .web-contact-phone {
    font-size: 26px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.web-contact-phone:hover {
  color: #0857C3;
}
.web-info-text {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .web-info-text h4 {
    font-size: 20px;
  }
}
.web-news-items {
  max-width: 940px;
  margin: 0 auto;
}
.web-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .web-news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.web-news-item-img {
  max-width: 216px;
  width: 100%;
  margin-right: 24px;
}
@media only screen and (max-width: 768px) {
  .web-news-item-img {
    max-width: 116px;
  }
}
@media only screen and (max-width: 576px) {
  .web-news-item-img {
    max-width: 100%;
    margin-right: 24px;
    margin-bottom: 24px;
  }
}
.web-news-item-img a {
  display: block;
  position: relative;
  padding-top: 60%;
  border-radius: 10px;
  overflow: hidden;
}
.web-news-item-img a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.web-news-item-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.web-news-item-text h4 {
  margin-bottom: 10px;
  color: #000;
}
.web-testimonials {
  padding: 0;
  position: relative;
}
.web-testimonials-item {
  position: relative;
  padding: 30px 0 45px 0;
}
@media only screen and (max-width: 768px) {
  .web-testimonials-item {
    text-align: center;
  }
}
@media only screen and (max-width: 766px) {
  .web-testimonials-item .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1440px) {
  .web-testimonials-item h2 {
    max-width: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .web-testimonials-item h2 {
    max-width: 100%;
  }
}
.web-testimonials-item p {
  font-size: 24px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .web-testimonials-item p {
    font-size: 18px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 576px) {
  .web-testimonials-item p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .web-testimonials-item p {
    max-width: 100%;
  }
}
.web-testimonials-item-img {
  position: absolute;
  left: 0;
  bottom: -240px;
  max-width: 550px;
}
@media only screen and (max-width: 1440px) {
  .web-testimonials-item-img {
    max-width: 450px;
  }
}
@media only screen and (max-width: 992px) {
  .web-testimonials-item-img {
    position: relative;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .web-testimonials-item-img {
    text-align: center;
  }
}
.web-testimonials-item-img-hover {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  opacity: 0;
}
.web-testimonials-item-img img {
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.web-testimonials-item-img:hover .web-testimonials-item-img-inner {
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}
.web-testimonials-item-img:hover .web-testimonials-item-img-hover {
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 1;
}
@media only screen and (max-width: 766px) {
  .web-testimonials-item-text-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.web-testimonials-item-text-footer .web-button {
  margin-right: 80px;
}
@media only screen and (max-width: 992px) {
  .web-testimonials-item-text-footer .web-button {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .web-testimonials-item-text-footer .web-button {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.web-testimonials-item-text-footer ul li:not(:last-child) {
  margin-right: 35px;
}
@media only screen and (max-width: 992px) {
  .web-testimonials-item-text-footer ul li:not(:last-child) {
    margin-right: 15px;
  }
}
.web-testimonials-header {
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .web-testimonials-header {
    padding: 10px 0;
  }
}
.web-testimonials-header-item {
  font-size: 20px;
}
@media only screen and (max-width: 1440px) {
  .web-testimonials-header-item {
    font-size: 14px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 576px) {
  .web-testimonials-header-item {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.web-testimonials-control {
  cursor: pointer;
  width: 24px;
  height: 18px;
  background-image: url("../images/svg/slider-left-arrow.svg");
  background-position: center center;
  background-size: 100%;
}
.web-testimonials-control.testimonials-next {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.web-testimonials-control:hover {
  opacity: 0.5;
}
.web-logos {
  background-color: #F3F6F7;
  padding: 30px 0;
}
.web-logos-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1000px;
}
@media only screen and (max-width: 1200px) {
  .web-logos-list {
    max-width: 700px;
  }
}
.web-logos-list.reset {
  margin: 0 auto;
}
.web-logos li.current img,
.web-logos li.slick-current img {
  -webkit-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.web-logos li img {
  max-height: 25px;
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  margin: 0 auto;
}
@media only screen and (max-width: 576px) {
  .web-logos li img {
    margin: 0 auto;
  }
}
.web-logos li img:hover {
  -webkit-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.web-advantages {
  padding-bottom: 100px;
  padding-top: 0;
}
@media only screen and (max-width: 992px) {
  .web-advantages {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 576px) {
  .web-advantages {
    padding-bottom: 35px;
  }
}
.web-advantages-partners {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.web-advantages-partners li {
  margin: 0 30px;
}
@media only screen and (max-width: 1200px) {
  .web-advantages-partners li {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .web-advantages-partners li {
    text-align: center;
    width: 33.3333%;
    margin: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.web-advantages-item {
  margin-bottom: 30px;
  background-color: #F4F7F8;
  height: calc(100% - 30px);
  padding: 30px;
}
.web-advantages-ico {
  max-width: 50px;
  margin-right: 20px;
}
@media only screen and (max-width: 1440px) {
  .web-advantages-ico img {
    max-width: 48px;
  }
}
.web-advantages-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.web-advantages-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.web-advantages-header H4 {
  margin: 0;
}
@media only screen and (max-width: 1440px) {
  .web-advantages-header H4 {
    font-size: 18px;
  }
}
.web-advantages-text li:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1440px) {
  .web-advantages-text li:not(:last-child) {
    margin-bottom: 8px;
    font-size: 15px;
  }
}
.web-advantages-items {
  margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .web-advantages-items {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 576px) {
  .web-tasks {
    padding-bottom: 0;
  }
}
.web-tasks-item {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1440px) {
  .web-tasks-item {
    margin-bottom: 40px;
  }
}
.web-tasks-item-ico {
  position: relative;
  width: 128px;
  height: 128px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}
@media only screen and (max-width: 1440px) {
  .web-tasks-item-ico {
    width: 85px;
    height: 85px;
  }
}
.web-tasks-item-ico img {
  max-width: 72px;
}
@media only screen and (max-width: 1440px) {
  .web-tasks-item-ico img {
    max-width: 40px;
  }
}
.web-tasks-item-ico span {
  position: absolute;
  width: 144px;
  height: 144px;
  border: 1px solid;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  border-radius: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 1440px) {
  .web-tasks-item-ico span {
    width: 100px;
    height: 100px;
  }
}
.web-tasks-item-text {
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 24px;
}
.web-tasks-our-values .web-tasks-item-text p{
	font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  .web-tasks-item-text {
    font-size: 17px;
  }
  .web-tasks-our-values .web-tasks-item-text p{
	font-size: 16px;
  }
}
.web-tasks-item:hover .web-tasks-item-ico span {
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.web-tasks-item:hover .web-tasks-item-text {
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.web-footer {
  background-color: #F3F6F7;
}
@media only screen and (max-width: 1440px) {
  .web-footer {
    font-size: 14px;
  }
}
.web-footer-inner {
  padding: 45px 0 20px 0;
}
.web-footer a {
  color: #0857C3;
  text-decoration: underline;
}
.web-footer a:hover {
  text-decoration: none;
}
.web-footer p {
  margin: 0 0 8px 0;
}
.web-footer p:last-child {
  margin-bottom: 0;
}
.web-footer-item {
  margin-bottom: 20px;
}
.web-footer-item-title {
  margin-bottom: 8px;
}
.web-footer-list li:not(:last-child) {
  margin-bottom: 6px;
}
.web-footer-info {
  color: #fff;
  background-color: #0857C3;
  text-align: center;
  padding: 20px 0;
}
@media only screen and (max-width: 576px) {
  .web-footer-info {
    font-size: 14px;
  }
}
.web-footer-info-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.web-footer-info-list.reset {
  margin-top: 10px;
}
.web-footer-info-list li {
  margin: 0 15px;
}
.web-footer-info-list li a {
  color: #fff;
}
.web-inst-item {
  width: 100%;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  cursor: pointer;
  background-color: #0857C3;
  opacity: 0.2;
  -webkit-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}
.slick-dots li.slick-active {
  -webkit-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  opacity: 1;
  background-color: #0857C3;
}
.slick-dots li button {
  display: none;
}
.web-breadcrumbs {
  font-size: 14px;
  padding: 15px 0;
}
.web-breadcrumbs a:hover {
  text-decoration: underline;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: normal;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.modal-close:hover {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.modal-dialog {
  max-width: 650px;
}
.modal-dialog.clients {
  max-width: 1000px;
}
.modal-content {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  position: relative;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 576px) {
  .modal-content {
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .modal-order {
    text-align: center;
  }
}
.modal-order-header {
  margin-bottom: 30px;
}
.modal-order h4 {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.web-faq {
  padding-top: 0;
}
.web-faq-items {
  max-width: 940px;
  margin: 0 auto;
}
.web-faq-items dl {
  margin: 0 auto 15px auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.web-faq-items dl:last-child {
  margin-bottom: 0;
}
.web-faq-items dt {
  padding: 15px 35px 15px 25px;
  cursor: pointer;
  position: relative;
}
.web-faq-items dt:before,
.web-faq-items dt:after {
  content: "";
  position: absolute;
}
.web-faq-items dt:before {
  content: "?";
  width: 25px;
  height: 25px;
  background-color: #0857C3;
  color: #fff;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  font-weight: 700;
  left: 25px;
  top: 14px;
  border-radius: 100%;

  display: none;
}
.web-faq-items dt:after {
  width: 15px;
  height: 15px;
  background-image: url(../images/svg/arrow-blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  right: 19px;
  top: 21px;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.web-faq-items dt.active:after {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.web-faq-items dd {
  padding: 0 25px 15px 25px;
}
.web-faq-items dd a{
  color: #0857C3;
}
.web-faq-items dd a:hover{
  color: inherit;
}
.web-section-cats {
  position: relative;
}
.web-section-cats:before {
  content: "";
  width: 100%;
  height: 60%;
  background-image: -o-linear-gradient(top, #0857C3, #2576e4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0857C3), to(#2576e4));
  background-image: linear-gradient(to bottom, #0857C3, #2576e4);
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
}
.web-section-cats-header {
  color: #fff;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.web-section-cats-list li:not(:last-child) {
  margin-right: 35px;
}
.web-section-cats-search {
  max-width: 280px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .web-section-cats-search {
    display: none;
  }
}
.web-section-cats-search input {
  background-image: url("../images/svg/search.svg");
  background-position: 25px  center;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 55px;
}
.web-section-news-box {
  margin-bottom: 30px;
  height: calc(100% - 30px);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.web-section-news-box.horizontal .web-section-news-box-img {
  height: 100%;
}
.web-section-news-box.horizontal .web-section-news-box-img a {
  height: 100%;
  padding-top: 0;
  border-radius: 0 0 0 0;
}
@media only screen and (max-width: 768px) {
  .web-section-news-box.horizontal .web-section-news-box-img a {
    padding-top: 60%;
  }
}
.web-section-news-box.small .web-section-news-box-content {
  font-size: 14px;
  padding: 25px;
}
.web-section-news-box.small .web-section-news-box-content h3 {
  font-size: 15px;
}
.web-section-news-box-img a {
  display: block;
  padding-top: 60%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.web-section-news-box-img a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.web-section-news-box-img a:hover img {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.web-section-news-box-content {
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.web-section-news-box-content-header,
.web-section-news-box-content-footer {
  font-size: 14px;
}
.web-section-news-box-content-header {
  margin-bottom: 10px;
}
.web-section-news-box-content-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.web-section-news-box-content-header ul li:not(:last-child) {
  margin-right: 10px;
}
.web-section-news-box-content-header ul li a {
  color: #0857C3;
}
.web-section-news-box-content-header ul li a:hover {
  text-decoration: underline;
}
.web-section-news-box-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .web-section-news-box-content h3 {
    font-size: 18px;
  }
}
.web-section-news-box-content h3 a:hover {
  color: #0857C3;
}
.web-section-news-box-content-footer {
  color: #d4d4d4;
}
.web-section-cat-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: nowrap;
}
.web-section-cat-header h2 {
  font-weight: 700;
  margin: 0 35px 0 0;
  font-size: 32px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .web-section-cat-header h2 {
    font-size: 26px;
  }
}
.web-section-cat-header a {
  color: #0857C3;
}
.web-section-cat-header a:hover {
  text-decoration: underline;
}
.web-section-single-cat {
  margin-bottom: 30px;
}
.web-section-single-cat h1 {
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .web-section-single-cat h1 {
    font-size: 26px;
  }
}
.web-section-custom {
  padding-top: 20px;
}
.client-box {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  height: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  border-radius: 10px;
}
.client-box:hover {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.client-box img {
  max-width: 100px;
  max-height: 70px;
}
.modal-client-item img {
  max-width: 300px;
  max-height: 100px;
}
.modal-client-item h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.modal-client-item a {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.web-pagination .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.web-pagination .page-numbers {
  margin: 0 2px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #F3F6F7;
  -webkit-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}
.web-pagination .page-numbers:hover,
.web-pagination .page-numbers.current {
  -webkit-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  color: #fff;
  background-color: #0857C3;
}
/* New styles */
.web-header-nav-custom.reset {
  margin-left: -10px;
}
.web-header-nav-custom li a:hover {
  background-color: #FFB607!important;
  color: #000025!important;
}
.web-header-nav-custom li {
  padding: 0 0 0 0!important;
  margin: 0 10px 0 0!important;
  -webkit-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}
.web-header-nav-custom li.menu-item-has-children {
  padding: 0 20px 0 0!important;
}
.web-header-nav-custom li.menu-item-has-children:before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../images/svg/arrow-black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 8px;
  top: 16px;
  -webkit-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  opacity: 0;
}
.web-header-nav-custom li:hover {
  -webkit-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  background-color: #FFB607;
  color: #000025;
}
.web-header-nav-custom li:hover:after {
  -webkit-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  opacity: 0;
}
.web-header-nav-custom li:hover:before {
  -webkit-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  opacity: 1;
}
.web-header-nav-custom li:after {
  right: 8px!important;
  -webkit-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}
.web-header-nav-custom a {
  padding: 11px 10px!important;
}
.web-header-nav-custom .sub-menu {
  left: -10px;
}
.web-header-nav-custom .sub-menu a {
  padding: 8px 20px!important;
}
@media screen and (max-width: 991px) {
  .web-header-nav-custom .web-header-nav-sub,
  .web-header-nav .sub-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0;
  }
  .web-header-nav-custom li.menu-item-has-children {
    padding: 0!important;
  }
}
/* end New styles */
.web-checkbox-list.reset:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .web-checkbox-list.reset:not(:last-child) {
    margin-bottom: 30px;
  }
}
.web-checkbox-list.small li {
  font-size: 16px;
  background-size: 15px;
  padding-left: 30px;
}
.web-checkbox-list li {
  position: relative;
  background-image: url("../images/svg/ic_check.svg");
  background-position: 0 center;
  background-repeat: no-repeat;
  font-size: 24px;
  padding-left: 35px;
}
.web-checkbox-list li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) {
  .web-checkbox-list li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .web-checkbox-list li {
    font-size: 18px;
  }
}
.web-slider-cols li {
  font-size: 20px;
  color: #000000;
}
.web-slider-cols li:not(:last-child) {
  margin-right: 5px;
}
@media only screen and (max-width: 1440px) {
  .web-slider-cols li {
    font-size: 18px;
  }
}
.web-slider-controls li:not(:last-child) {
  margin-right: 10px;
}
.web-slider-controls li a {
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.web-slider-controls li a path {
  stroke: #0857C3;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.web-slider-controls li a:hover {
  background-color: #0857C3;
}
.web-slider-controls li a:hover path {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  stroke: #fff;
}
.web-tab-buttons li {
  font-size: 24px;
  color: #0857C3;
  cursor: pointer;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  position: relative;
  padding-left: 35px;
}
@media only screen and (max-width: 1440px) {
  .web-tab-buttons li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .web-tab-buttons li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .web-tab-buttons li {
    font-size: 15px;
  }
}
.web-tab-buttons li:not(:last-child) {
  margin-bottom: 20px;
}
.web-tab-buttons li:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/svg/arrow-right.svg");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  opacity: 0;
}
.web-tab-buttons li.current,
.web-tab-buttons li:hover {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  font-weight: 700;
  color: #000;
}
.web-tab-buttons li.current:before {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  opacity: 1;
}
.web-main-text.custom h1 {
  font-size: 48px;
  font-weight: normal;
  color: #3D3935;
}
@media only screen and (max-width: 1440px) {
  .web-main-text.custom h1 {
    font-size: 32px;
  }
}
.web-main-text.custom h1 small {
  font-weight: bold;
  color: #000;
  font-size: 26px;
}
@media only screen and (max-width: 1440px) {
  .web-main-text.custom h1 small {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .web-main-text.custom .web-checkbox-list li {
    background-image: none;
    padding-left: 0;
  }
}
.web-partners {
  background-color: #F3F6F7;
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  .web-partners-title {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .web-partners-title {
    margin-bottom: 20px;
  }
}
.web-partners-title h3 {
  font-size: 32px;
  margin: 0;
}
@media only screen and (max-width: 1440px) {
  .web-partners-title h3 {
    font-size: 26px;
  }
}
.web-partners-item {
  padding: 30px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .web-partners-item {
    padding: 15px;
  }
}
.web-where-item-tab {
  display: none;
}
.web-where-item-tab.current {
  display: block;
}
.web-where-content {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .web-where-content {
    margin-top: 30px;
  }
}
.web-where-content-img img {
  border-radius: 8px;
  width: 100%;
}
.web-where-content-text {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 570px;
  padding: 25px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .web-where-content-text {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.web-order-line {
  background-color: #0857C3;
  color: #fff;
  font-size: 24px;
  padding: 45px 0;
}
@media only screen and (max-width: 1440px) {
  .web-order-line {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .web-order-line {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .web-order-line {
    padding: 35px 0 15px 0;
  }
}
@media only screen and (max-width: 768px) {
  .web-order-line-item {
    margin-bottom: 20px;
  }
}
.web-order-line p {
  max-width: 330px;
}
@media only screen and (max-width: 768px) {
  .web-order-line p {
    max-width: 100%;
  }
}
.web-order-line h3 {
  font-size: 32px;
  margin: 0;
}
@media only screen and (max-width: 1440px) {
  .web-order-line h3 {
    font-size: 26px;
  }
}
.web-about-item.as {
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.web-say {
  position: relative;
}
.web-say:after {
  content: "";
  width: 70%;
  height: 100%;
  background-color: #F3F6F7;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .web-say:after {
    display: none;
  }
}
.web-say-item .col-md-6 {
  height: 100%;
}
.web-say-item-img,
.web-say-item-content {
  height: 100%;
}
.web-say-item-img img {
  border-radius: 8px;
}
.web-say-item-content {
  padding: 0 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .web-say-item-content {
    padding: 35px 0 0 0;
  }
}
.web-say-item-content-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.web-say-item-content-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.web-what {
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #F3F6F7 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#F3F6F7));
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #F3F6F7 100%);
  margin-top: 70px;
}
@media only screen and (max-width: 1440px) {
  .web-what {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .web-what {
    margin-top: 0;
  }
}
.web-what-item {
  height: calc(100% - 50px);
  margin-bottom: 50px;
}
.web-what-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.web-what-item-header-ico {
  margin-right: 30px;
  max-width: 70px;
}
.web-what-item-header-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 460px;
}
.web-about-item {
  position: relative;
}
.web-about-item-decor {
  position: absolute;
  right: -10px;
  bottom: -10px;
  color: rgba(61, 57, 53, 0.05);
  font-size: 200px;
  line-height: 0.8;
  font-weight: 900;
}
.web-about-item.web-box-ico {
  background-image: url("../images/svg/ic_Reward.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) 30px;
}
.web-about-item-ico.text {
  color: #0857C3;
  font-size: 120px;
  line-height: 0.6;
  font-weight: 100;
}
@media only screen and (max-width: 1440px) {
  .web-about-item-ico.text {
    font-size: 70px;
  }
}
.web-timeline-items {
  position: relative;
  padding: 30px 0;
}
.web-timeline-items:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 8px;
  height: 100%;
  background-color: #F3F6F7;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .web-timeline-items:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 32px;
  }
}
.web-timeline-items-line:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .web-timeline-items-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .web-timeline-items-line:nth-child(odd) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .web-timeline-items-line:nth-child(odd) .web-timeline-item {
    left: -48px;
  }
  .web-timeline-items-line:nth-child(even) .web-timeline-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
    right: -48px;
  }
  .web-timeline-items-line:nth-child(even) .web-timeline-item .web-timeline-item-ico {
    margin: 0 0 0 25px;
  }
}
@media only screen and (max-width: 1440px) {
  .web-timeline-items-line:nth-child(odd) .web-timeline-item {
    left: -35px;
  }
  .web-timeline-items-line:nth-child(even) .web-timeline-item {
    right: -35px;
  }
}
@media only screen and (max-width: 768px) {
  .web-timeline-items-line:nth-child(odd) .web-timeline-item {
    left: 0px;
  }
  .web-timeline-items-line:nth-child(even) .web-timeline-item {
    right: 0px;
  }
}
.web-timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 50%;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .web-timeline-item {
    max-width: 100%;
  }
}
.web-timeline-item-ico {
  width: 96px;
  height: 96px;
  border-radius: 100%;
  margin-right: 25px;
  padding: 20px;
}
@media only screen and (max-width: 1440px) {
  .web-timeline-item-ico {
    width: 70px;
    height: 70px;
  }
}
.web-timeline-item-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 24px;
  color: #000000;
  max-width: 460px;
}
@media only screen and (max-width: 1440px) {
  .web-timeline-item-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .web-timeline-item-text {
    font-size: 18px;
  }
}
.web-price {
  position: relative;
}
.web-price:after {
  content: "";
  width: 55%;
  height: 100%;
  background-color: #F3F6F7;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .web-price:after {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .web-price-item {
    margin-bottom: 30px;
  }
}
.web-price-item-info {
  margin-top: 30px;
  max-width: 500px;
  display: none;
}
.web-price-item-info.current {
  display: block;
}
.web-price-item .web-checkbox-list.reset:not(:last-child) {
  margin-bottom: 30px;
}
.web-price-item .web-tab-buttons li:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1440px) {
  .web-price-item .web-tab-buttons li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.culumn-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media only screen and (max-width: 576px) {
  .culumn-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.web-order {
  color: #fff;
  background-color: #0857C3;
  padding: 0;
  margin-top: 70px;
}
@media only screen and (max-width: 1440px) {
  .web-order {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .web-order {
    margin-top: 0;
  }
}
.web-order-form {
  background-color: #fff;
  color: initial;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.web-order-text {
  max-width: 700px;
}
.web-input:not(:last-child) {
  margin-bottom: 40px;
}
.web-input-border {
  border-radius: 0px!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  border: none!important;
  border-bottom: 2px solid #C4C4C4!important;
  padding: 0!important;
}
.web-input-border:focus {
  border-color: #000!important;
}
.web-input button.fix {
  width: inherit;
}
.web-cases {
  overflow: hidden;
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #F3F6F7 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#F3F6F7));
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #F3F6F7 100%);
}
.web-cases-slider img {
  width: 100%;
}
.web-cases-item {
  position: relative;
}
.web-cases-item-text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
@media only screen and (max-width: 992px) {
  .web-cases-item-text {
    position: relative;
    margin-bottom: 30px;
  }
}
.web-cases-item-text-inner {
  max-width: 30%;
}
@media only screen and (max-width: 992px) {
  .web-cases-item-text-inner {
    max-width: 100%;
  }
}
.web-cases-item-text-inner .web-slider-cols.reset {
  margin-bottom: 30px;
}
.web-cases-item-text-info {
  margin: 0 0 20px 0;
  font-size: 22px;
}
@media only screen and (max-width: 1440px) {
  .web-cases-item-text-info {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .web-cases-item-text-info {
    font-size: 18px;
  }
}
.web-cases-item-text-info:last-child {
  margin-bottom: 0;
}
.web-info-text {
  max-width: 570px;
}
.web-order-ppc {
  position: relative;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1440px) {
  .web-order-ppc {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .web-order-ppc {
    margin-bottom: 0;
  }
}
.web-order-ppc:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 50%;
  background-color: #F3F6F7;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 992px) {
  .web-order-ppc:after {
    display: none;
  }
}
.web-order-ppc .web-input {
  margin-bottom: 30px;
}
.web-order-ppc-form {
  padding-right: 40px;
}
@media only screen and (max-width: 992px) {
  .web-order-ppc-form {
    padding-right: 0;
  }
}
.web-order-ppc-info {
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  .web-order-ppc-info {
    padding: 0;
  }
}
.web-order-ppc-list li:not(:last-child) {
  margin-bottom: 20px;
}
.web-order-ppc-list li a {
  text-decoration: underline;
  color: #0857C3;
  font-size: 20px;
}
@media only screen and (max-width: 1440px) {
  .web-order-ppc-list li a {
    font-size: 18px;
  }
}
.web-order-ppc-list li a:hover {
  text-decoration: none;
}

.web-servise-item {
  text-align: center;
  margin-bottom: 30px;
}
.web-servise-item-ico {
  margin-bottom: 30px;
}
.web-servise-item-text {
  font-size: 22px;
}
@media only screen and (max-width: 1440px) {
  .web-servise-item-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .web-servise-item-text {
    font-size: 18px;
  }
  .web-header {
    overflow: hidden;
  }
}
.web-as-custom {
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}
.web-order-line-custom {
  padding-top: 120px;
  margin-top: -100px;
}
.web-seo-steps-item {
  background: #F4F7F8;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .web-seo-steps-item {
    padding: 30px;
  }
}
.web-seo-steps-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.web-seo-steps-header:not(:last-child) {
  margin-bottom: 20px;
}
.web-seo-steps-header-ico {
  max-width: 50px;
  width: 100%;
  margin-right: 20px;
}
.web-seo-steps-header-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
}
@media only screen and (max-width: 1440px) {
  .web-seo-steps-header-text {
    font-size: 18px;
  }
}
.web-seo-steps-content ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media only screen and (max-width: 576px) {
  .web-seo-steps-content ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.web-seo-steps-content ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media only screen and (max-width: 1440px) {
  .web-seo-steps-content ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.web-seo-price {
  position: relative;
}
.web-seo-price .web-section-title {
  margin-bottom: 45px;
}
.web-seo-price-info {
  position: relative;
}
.web-seo-price-info:before {
  content: "";
  width: 45%;
  height: 100%;
  background-color: #F3F6F7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .web-seo-price-info:before {
    display: none;
  }
}
.web-seo-price-text {
  max-width: 400px;
  padding: 50px 0;
}
@media only screen and (max-width: 992px) {
  .web-seo-price-text {
    margin-bottom: 30px;
    background-color: #F3F6F7;
    max-width: 100%;
    padding: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .web-seo-price-text {
    padding: 25px;
  }
}
.web-seo-price-text .web-checkbox-list.small li {
  font-size: 20px;
}
@media only screen and (max-width: 1440px) {
  .web-seo-price-text .web-checkbox-list.small li {
    font-size: 16px;
  }
}
.web-seo-price-item {
  margin-bottom: 24px;
  height: calc(100% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.web-seo-price-item-text {
  color: #fff;
  background-color: #0857C3;
  border-radius: 8px;
  text-align: center;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.web-seo-price-item-text .web-button {
  font-size: 18px;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}
.web-seo-price-item-text h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) {
  .web-seo-price-item-text h4 {
    font-size: 20px;
  }
}
.web-seo-price-item-text span {
  display: block;
  font-size: 32px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1440px) {
  .web-seo-price-item-text span {
    font-size: 22px;
  }
}
.web-seo-price-item-footer {
  background: #F3F6F7;
  border-radius: 0 0 8px 8px;
  text-align: center;
  padding: 15px 25px;
  position: relative;
  top: -3px;
  z-index: -1;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1440px) {
  .web-seo-price-item-footer {
    font-size: 13px;
  }
}
.web-seo-why {
  background-color: #F3F6F7;
  position: relative;
}
.web-seo-why:before {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #0857C3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .web-seo-why:before {
    display: none;
  }
}
.web-seo-why-text-1 {
  color: #fff;
  position: relative;
  z-index: 2;
  max-width: 600px;
}
@media only screen and (max-width: 992px) {
  .web-seo-why-text-1 {
    background-color: #0857C3;
    max-width: 100%;
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .web-seo-why-text-1 {
    padding: 25px;
  }
}
.web-seo-why-text-1 h2 {
  font-size: 32px;
}
@media only screen and (max-width: 1440px) {
  .web-seo-why-text-1 h2 {
    font-size: 26px;
  }
}
.web-seo-why-text-2 {
  padding-left: 100px;
}
@media only screen and (max-width: 1440px) {
  .web-seo-why-text-2 {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .web-seo-why-text-2 {
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .hide__lg {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .hide__md {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .hide__tb {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .hide__xs {
    display: none;
  }
}
.vise__tb {
  display: none;
}
@media only screen and (max-width: 768px) {
  .vise__tb {
    display: block;
  }
}
.vise__md {
  display: none;
}
@media only screen and (max-width: 992px) {
  .vise__md {
    display: block;
  }
}


.web-what-item-header{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.web-what-item-header-text h4{
  margin: 0;
}
.web-checkbox-list.small li{
  background-position: 0 6px;
}
@media only screen and (max-width: 1440px){
  .web-cases-item-text-info{
    font-size: 16px;
  }
}
.web-about-item-header:last-child{
  margin-bottom: 0;
}
.web-about-item-header.flex.custom{
  align-items: flex-start;
}


/* New style */
.blue{
  color: #0857C3;
}
.web-main-text.custom h1 small{
  line-height: 1.5;
  display: block;
  font-size: 22px;
}
.cro_info{
  display: inline-block;
  padding: 15px 35px;
  font-size: 24px;
  background-color: #F3F6F7;
}
.web-cro-info{
  padding-top: 0;
}
.web-cro-info {
    padding-top: 60px;
}
@media only screen and (max-width: 1440px){
  .web-main-text.custom h1 small{
    font-size: 17px;
  }
  .cro_info{
    font-size: 20px;
  }
}

.web-where-item.about{
  font-size: 18px;
  max-width: 490px;
}
@media only screen and (max-width: 768px){
  .web-where-item.about{
    max-width: 100%;
  }
  .cro_info{
    font-size: 18px;
  }
}
@media only screen and (max-width: 568px){
  .web-where-item.about{
    font-size: 16px;
  }
}


.web-cays-new{
  margin-top: 50px;
}
.web-cays-new-item-img{
  text-align: center;
}
.web-cays-new-item-img img{
  /*max-width: 450px;*/
  margin: 0 auto;
}
.web-cays-new-item-text{
  /*max-width: 470px;*/
  font-size: 20px;
  margin-bottom: 40px;
  margin-right: 20px;
  margin-left: 20px;
}
.web-cays-new-item-text .web-checkbox-list li{
  font-size: 18px;
}
.web-cays-new-item-text .web-slider-cols.reset{
  margin-bottom: 30px;
}
.web-cays-new-item-result{
  margin-bottom: 20px;
}

@media only screen and (max-width: 1440px){
  .web-cays-new-item-text{
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px){
  .web-cays-new-item-img img{
    max-width: 100%;
  }
}


.web-contact-offset{
  padding: 80px 0;
}
.web-advantages-service{
  padding-top: 45px;
}
@media only screen and (max-width: 1200px){
  .web-contact-offset{
      padding: 45px 0;
  }
}
@media only screen and (max-width: 568px){
  .web-contact-offset{
      padding: 35px 0;
  }
  .web-advantages-service{
      padding-top: 35px;
  }
}

.web-main-form-inner{
  display: inline-block;
  max-width: 370px;
  padding: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f3f6f7;
}
.web-main-form-inner .web-button{
  font-size: 16px;
  width: 100%;
  max-width: 100%;
}
.web-main-form-header{
  text-align: left;
  border-left: 2px solid #0857c3;
  padding-left: 20px;
  margin-bottom: 20px;
}
.web-main-service ul.web-checkbox-list.small.reset{
  margin-bottom: 20px;
}
.web-main-service-info{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f6f7;
}
.web-main-service-info:last-child{
  border-color: transparent;
}
.web-main-service-info:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
}
.web-main-service-info-ico{
  max-width: 50px;
  width: 100%;
  margin-right: 30px;
  position: relative;
  top: 5px;
}
.web-main-service-info-text{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.web-main-service-info-text-header{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  color: #0857c3;
}
.web-main-service-info-text-content{
  font-size: 14px;
}

@media screen and (min-width: 1500px){
  .web-main-service{
    font-size: 18px;
  }
  .web-main-service ul.web-checkbox-list.small li{
    font-size: 18px;
  }
}
.web-section-grey{
  background-color: #F3F6F7;
}
.web-formats-info{
  margin-bottom: 20px;
}
.web-formats-info ul.reset{
  margin-bottom: 20px;
}
.web-formats-order{
  text-align: center;
}

.web-about-item-header{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.web-about-item-header-ico{
  max-width: 50px;
  margin-right: 20px;
}
.web-about-item-header-title{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.web-about-item-header-title h4{
  margin: 0;
}

.web-what-item-header-ico-num{
  max-width: 50px;
  width: 50px;
  height: 50px;
  border: 2px solid #0857c3;
  border-radius: 100%;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #0857c3;
}

.web-section-box-line{
  position: relative;
  padding: 0 50px 50px 50px;
}
.web-section-box-line:before{
  content: "";
  width: 100%;
  height: 92%;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #d4d5d6;
}
.web-section-box-line .web-section-title h2{
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.web-section-grey .web-section-box-line .web-section-title h2{
  background-color: #F3F6F7;
}
.web-section-text-before{
  margin-bottom: 30px;
}
.web-section-center-order{
  text-align: center;
  padding-bottom: 45px;
}
.web-section-no-padding{
  padding: 0!important;
}
.web-about-item-vertical{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}

.web-about-item-vertical-ico{
  max-width: 70px;
  margin-right: 20px;
  width: 100%;
}
.web-about-item-vertical-content{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.web-about-item-vertical-content h4{
  margin-bottom: 10px;
}
@media screen and (max-width: 576px){
  .web-about-item-vertical{
    margin-bottom: 30px;
  }
  .web-about-item-vertical-ico{
    max-width: 40px;
  }
}
.web-section-cats-header-title{
  font-weight: bold;
  margin: 0;
  font-weight: 500;
  font-size: 36px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1440px){
  .web-section-news-box-content{
    padding: 20px;
  }
  .web-section-news-box-content h3{
    font-size: 16px;
  }
  .web-section-news-box-content p{
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px){
  .web-section-cats-header{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .web-section-cats-header-title{
    margin-bottom: 10px;
  }
}
.web-order-form-inner{
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  padding: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.web-order-form-inner .web-input{
  margin-bottom: 30px;
}
.web-order-form-inner textarea{
  height: auto;
}
.web-section.web-order-form{
  background-repeat: repeat;
  background: url("https://web-promo.ua/wp-content/uploads/2020/03/bg_clocks.png");
  padding: 15px 0 0 0;
}
@media screen and (max-width: 991px){
  .web-order-form-inner{
    padding: 0;
    background-color: transparent
  }
  .web-section.web-order-form{
    padding: 25px 0;
  }
}
span.wpcf7-not-valid-tip{
  display: block;
  text-align: left;
  margin-top: 5px;
  font-size: 14px;
}
div.wpcf7-response-output{
  padding: 20px;
  font-size: 14px;
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted{
  border: 2px solid #E91E63;
  background-color: #E91E63;
  color: #fff;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
  border: 2px solid #FFC107;
  background: #FFC107;
}
div.wpcf7-mail-sent-ok{
  border: 2px solid #0857c3;
  background: #0857c3;
  color: #fff;
}
.web-header-nav-sub li a:hover,
.web-header-nav .sub-menu li a:hover{
  background-color: #FFB607!important;
  color: #000025!important;
  opacity: 1!important;
}
.web-header-nav-sub li,
.web-header-nav .sub-menu li{
  margin: 0!important;
}
.web-section-latest{
  border-top: 1px solid #f3f6f7;
}
img.aligncenter{
	display: block;	
}
.wp-caption,
.aligncenter{
  margin: 0 auto 20px auto;
  text-align: center;
}
.wp-caption-text{
  font-size: 14px;
  display: block;
  width: 100%;
  margin-top: 15px;
}
.web-section-news-box-content{
  font-size: 14px;
}
.web-section-grey-bg{
  background-image: url("https://web-promo.ua/wp-content/uploads/2020/03/bg34223.png");
  background-position: center center;
}
.web-section-title.custom h2{
  font-size: 32px;
}
@media only screen and (max-width: 1440px){
  .web-section-title.custom{
    margin-bottom: 30px;
  }
  .web-section-title.custom h2{
    font-size: 26px;
  }
}
.web-section-blue{
  color: #fff;
}
.web-stats-item{
  text-align: center;
}
.web-stats-val{
  font-size: 80px;
  font-weight: bold;
}
.web-stats-text{
  font-size: 22px;
  font-weight: 100;
}
.web-about-company .web-section-title{
  margin-bottom: 10px;
}
.web-about-company-description{
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 40px;
}
.web-about-company-title{
  margin-bottom: 30px;
}
.web-about-company-items{
  max-width: 1100px;
  margin: 0 auto;
}
.web-about-company-item{
  max-width: 340px;
  margin: 0 auto 30px;
  height: calc(100% - 30px);
  
}
.web-about-company-photo{
  height: 340px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.web-about-company-text{
  text-align: center;
  font-size: 14px;
  background-color: #f3f6f7;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 1px -8px 17px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 1px -8px 17px 0px rgba(0, 0, 0, 0.04);
}
.web-about-company-text h5{
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.web-what-item.custom .web-what-item-header-text h4{
  font-size: 18px;
}
.web-section-grey-light{
  background-color: rgba(243, 246, 247, 0.50);
}
.web-info-content-text{
  margin-bottom: 30px;
}
.web-command img{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.web-command-item{
  position: relative;
  padding-top: 60%;
}

@media only screen and (max-width: 1440px){
  .web-stats-text{
    font-size: 20px;
  }
}
.web-team-item{
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.web-team-item-photo img{
  max-height: 400px;
}
.web-team-item-photo{
  margin-bottom: 20px;
}
.web-team-item-text h4{
  font-size: 22px;
  margin: 0 0 15px 0;
}
.web-order-line-item.custom{
  font-size: 16px;
}
.web-order-line-item.custom p{
  max-width: 100%;
}
.web-timeline-item-text small{
  margin-top: 10px;
  display: inline-block;
}
.web-tab-buttons-custom li span{
  display: block;
  font-weight: normal;
  font-size: 14px;
  display: none;
}
.web-tab-buttons-custom li span.current{
  display: block;
}
.web-platformsi-buttons{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid #E0E0E0;
}
.web-platformsi-buttons.reset{
  margin-bottom: 45px;
}
.web-platformsi-buttons li{
  position: relative;
  top: 2px;
  color: #3D3935;
  font-size: 26px;
  border-bottom: 2px solid transparent;
  padding: 5px 25px;
  cursor: pointer;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.web-platformsi-buttons li.current{
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  border-color: #0962db;
}
.web-platformsi-text{
  padding-left: 40px;
}
.web-platformsi-img{
  margin-bottom: 30px;
}
.web-platformsi-img img{
  border-radius: 15px;
}
.web-platformsi-item{
  display: none;
}
.web-platformsi-item.current{
  display: block;
}
.web-five-row{
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.web-five-row-item{
  width: 20%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.web-vertical-box{
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  max-width: 240px;
  margin: 0 auto 30px auto;
}
.web-vertical-box-ico{
  margin-bottom: 20px;
}
.web-vertical-box-ico img{
  max-height: 96px;
}
.web-vertical-box-title{
  font-size: 18px;
  margin-bottom: 7px;
}
.web-vertical-box-ico{
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.web-info-video-description{
  font-weight: bold;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 45px auto;
}
.web-info-video-inner{
  max-width: 700px;
  margin: 0 auto 45px auto;
  position: relative;
}
.web-info-video-inner img{
  border-radius: 15px;
}
.web-info-video-inner-play{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url("../images/svg/play-button.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80px;
}
.web-info-video-inner-play:hover{
  opacity: 0.8;
}
.web-about-item.web-box.web-box-ico.custom{
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.grey{
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}
.grey:hover{
  -webkit-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.web-cro-why-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.web-cro-why-item-ico{
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
}
.web-cro-why-item-ico img{
  max-width: 70px;
}
.web-cro-why-item-text{
  font-size: 18px;
  max-width: 300px;
}
.web-cro-why-info{
  text-align: center;
  margin-bottom: 30px;
}
.web-cro-why-info-img{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.web-cro-why-info-img img{
  max-height: 300px;
  height: 100%;
}
.web-cro-why-info-text{
  text-align: center;
  font-size: 18px;
}
.web-cro-why-inner{
  max-width: 1200px;
  margin: 0 auto;
}
.web-tasks-item{
  display: block;
}
.web-section-map-inner{
  position: relative;
}
.web-section-map{
  height: 100%;
  position: absolute;
  width: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #f5f5f5;
}
.web-section-map iframe{
  position: relative;
  left: -200px;
  height: 100%!important;
}
.web-section-map-info{
  max-width: 600px;
  background-color: #fff;
  padding: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.15);
          box-shadow: 0px 2px 8px rgba(0,0,0,.15);
}
.web-section-map-info-tabs.reset{
  margin-bottom: 30px;
}
.web-section-map-info-tabs li{
  margin-right: 20px;
  border-radius: 4px;
  padding: 5px 20px;
  cursor: pointer;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.web-section-map-info-tabs li.current{
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  background-color: #0857c3;
  color: #fff;
}
.orange{
  color: #FFB607!important;
}
.web-section-map-info-description{
  font-size: 20px;
  color: #0857c3;
  margin-bottom: 20px;
  font-weight: bold;
}
.web-section-map-info-footer{
  font-size: 14px;
  border-top: 1px solid #0857c3;
  padding-top: 20px;
}
.web-section-map-info-footer p{
  margin: 0 0 10px 0;
}
.web-section-map-info-footer p:last-child{
  margin-bottom: 0;
}
.contact-ico{
  display: inline-block;
  margin-right: 15px;
}
.contact-ico img{
  max-width: 15px;
  width: 15px;
}
.web-section-map-info-list.reset{
  margin-bottom: 30px;
}
.web-section-map-info-list li:not(:last-child){
  margin-bottom: 5px;
}
.web-section-map-info-list li a{
  color: #0857c3;
}
.web-section-map-info-list li a:hover{
  text-decoration: underline;
}
.modal-contact-info{
  background-color: #0857c3;
  color: #fff;
  font-size: 10px;
  border-radius: 4px;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.modal-contact-info:hover{
  color: #fff;
  opacity: 0.8;
}
.web-section-map-info-item{
  display: none;
}
.web-section-map-info-item.current{
  display: block;
}
.modal-contact-list.reset{
  margin-bottom: 30px;
}
a.web-box{
  display: block;
}

@media screen and (max-width: 1400px){
  .web-vertical-box-ico img{
    max-height: 46px;
    max-width: 100px;
  }
  .web-vertical-box-ico{
    height: 46px;
  }
  .web-section-map iframe{
    left: -50px;
  }
}
@media screen and (max-width: 991px){
  .web-five-row-item{
    width: 33.3333%;
  }
  .web-section-map{
    position: relative;
    height: 300px;
  }
  .web-section-map iframe{
    left: 0px;
  }
  .web-section-map-info{
    max-width: 100%;
    margin-bottom: 30px;
  }
  .web-section-map-inner{
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px){
  .web-five-row-item{
    width: 50%;
  }
}
@media screen and (max-width: 568px){
  .web-section-map-info{
    padding: 25px;
  }
}
.wis-feed-header{
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto!important;
  font-family: 'Gotham Pro', Arial, Helvetica, sans-serif;
}
.wis-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wis-header-info-username{
  margin-bottom: 2px!important;
}
.val-text{
  margin-top: 4px;
  display: inline-block;
}
.wis-feed-header:hover .wis-header-neg{
  opacity: 0!important;
}
.wis-feed-header:hover, .wis-feed-header:hover p{
  color: inherit!important;
}
.web-section.web-inst{
  padding: 60px 0 0 0;
}
.web-section.web-news{
  padding: 40px 0 50px 0;
}
@media screen and (max-width: 568px){
  .web-section.web-inst{
    padding: 30px 0 0 0;
  }
}

.web-section-news-box{
  display: flex;
  flex-direction: column;
}
.web-section-news-box-content{
  flex: 1;
  display: flex;
  flex-direction: column;
}
.web-section-news-box-content p {
  flex: 1;
  margin: 0;
}
.web-section-news-box-content-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.post-wiews {
  display: inline-flex;
  align-items: center;
}
.post-wiews svg{
  margin: 0 5px 0 0;
}
.post-wiews path{
  fill: #d4d4d4;
}
.web-section-news-box.horizontal .web-section-news-box-img a{
  min-height: 340px;
}
.web-section-news-box.horizontal .web-section-news-box-content{
  display: block;
}
.web-section-news-box.horizontal .web-section-news-box-content p{
  margin-bottom: 20px;
}
.web-main-form-img{
  margin-bottom: 35px;
}
.web-main-form-img img{
  max-width: 370px;
}
.web-main-form{
  margin-bottom: 30px;
}


.steps_more-item{
  text-align: center;
}
.steps_more-item-ico{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  margin-bottom: 20px;
}
.steps_more-item-ico img{
  width: 100%;
  max-height: 90px;
}
.steps_more-item-text h4{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.steps_more-item-text {
  font-size: 14px;
}

.web-cro-steps_more .col-xl-2:nth-child(1) .steps_more-item-ico img{
  position: relative;
  top: -10px;
}
.web-cro-steps_more .col-xl-2:nth-child(3) .steps_more-item-ico img{
  position: relative;
  top: -13px;
}

.show-tb{
  display: none;
}

.steps_more-item-text h4{
  min-height: 57px;
}

.web-section-error-code{
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  color: #0857c3;
}
.web-section-error h1{
  font-size: 36px;
  margin: 10px 0 10px 0;
}


.web-where-content{
  display: block;
  position: relative;
}
.web-where-content-label{
  position: absolute;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 11px;
  right: 20px;
  top: 20px;
  background-color: #0857C3;
  color: #fff;
  z-index: 4;
  transition: all ease-out 0.2s;
}
.web-where-content:hover .web-where-content-label{
  transition: all ease-out 0.2s;
  background-color: #FFB607;
  color: #000025;
}

.web-main-service{
  padding-top: 30px;
  padding-bottom: 30px;
}


.web-testimonials-item-text-footer .web-button{
  display: none!important;
}
.web-section-map-inner{
  margin-bottom: 60px;
}

.web-section-news-box-content-tags.reset{
  margin-bottom: 5px;
}
.web-section-news-box-content-tags li{
  margin-right: 5px;
  margin-bottom: 5px;
}
.web-section-news-box-content-tags li a{
  font-size: 11px;
  background: rgba(197, 197, 197, 0.3);
  padding: 3px 7px;
  border-radius: 3px;
}
.web-section-news-box-content-tags li a:hover{
  color: #fff;
  background-color: #0857C3;
}

@media screen and (max-width: 1450px){
  .web-main-service{
    padding: 25px 0 35px 0;
  }
  .steps_more-item-text {
    font-size: 11px;
  }
  .web-cro-steps_more .web-section-title h2{
    font-size: 32px;
  }
}


.web-testimonials-item-img{
  bottom: 0px;
  overflow: hidden;
}
.web-testimonials-item-img img{
  max-height: 420px;
  position: relative;
  top: 0;
}
.web-testimonials-slider-item .web-testimonials-inner{
  
}
.web-testimonials-item-img img.web-testimonials-item-img-inner{
  position: absolute;
  left: 0;
  bottom: 0;
}
.web-testimonials-item{
  min-height: 335px;
  max-height: 335px;
}
.web-testimonials-item .col-lg-5.col-md-5{
  position: inherit;
}

._h2{
  font-size: 38px;
  margin-bottom: 25px;
  font-weight: 300;
}
._h4{
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
._h3{
  font-weight: 300;
  font-size: 32px;
}
.title_sub_description{
  font-size: 48px;
  margin-bottom: 25px;
}
.mb0{
  margin-bottom: 0!important;
}
.sub_description_small{
  line-height: 1.5;
  display: block;
  font-size: 22px;
  margin-bottom: 35px;
  color: #000;
  font-weight: bold;
}
.web-what-item{
  display: flex;
  flex-direction: column;
}

.scroll_top{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: fixed;
  bottom: -100px;
  right: 30px;
  background-color: #0857C3;
  z-index: 99;
  cursor: pointer;
  background-image: url("../images/svg/arrow-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  transition: all ease-out 0.2s;
}
.scroll_top.active{
  transition: all ease-out 0.2s;
  bottom: 30px;
}
.scroll_top:hover{
  transition: all ease-out 0.2s;
  opacity: 0.8;
}

@media screen and (max-width: 1450px){
  .web-testimonials-item h2{
    font-size: 28px;
  }
  .web-testimonials-item-img img{
    max-height: 400px;
  }
  .web-timeline-item-ico{
    padding: 15px;
  }
  .web-testimonials-item-text ._h2{
    font-size: 28px;
  }
  ._h2{
    font-size: 36px;
  }
  ._h3{
    font-size: 26px;
  }
  .title_sub_description{
    font-size: 32px;
  }
}

/* @media screen and (min-width: 767px){
  .col-md-6{
    -ms-flex: 0 0 50%!important;
    flex: 0 0 50%!important;
    max-width: 50%!important;
  }
} */

@media screen and (max-width: 1200px){
  .web-main-form-img img{
    max-width: 370px;
  }
  .steps_more-item-text {
    font-size: 14px;
  }
  .steps_more-item{
    margin-bottom: 30px;
  }
  .web-cro-steps_more .web-section-title h2{
    font-size: 26px;
  }
}
@media screen and (max-width: 991px){
  .web-main-form-img img{
    max-width: 100%
  }
  .web-cro-steps_more .web-section-title h2{
    font-size: 24px;
  }
  ._h2{
    font-size: 32px;
  }
  .open-sub-menu{
	position: absolute;
    width: 40px;
    height: 47px;
    top: 0;
    right: 0;
    background-image: url(../images/svg/arrow-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #064aa7;
  }
  .web-header-inner #menu-item-5437 .open-sub-menu{
    background-image: url("../images/svg/arrow-blue.svg");
    background-color: unset;
  }
  .menu-item-has-children:after{
    display: none;
  }
  .web-header-nav-custom .web-header-nav-sub, .web-header-nav .sub-menu{
    display: none;
  }
  .web-header-nav-parent, .web-header-nav .menu-item-has-children{
    padding-right: 0;
  }
  .web-header-top .web-header-nav li{
    margin-right: 0!important;
  }
  .web-header-nav-custom.reset{
    margin-left: 0!important;
  }
  .web-header-nav-custom li a:hover,
  .web-header-nav-custom li a:focus{
    background-color: transparent!important;
    color: #fff!important;
  }
  .web-header-nav-custom a{
    padding: 11px 0px!important;
  }
  .web-header-nav-custom li:hover{
    background-color: transparent!important;
    color: #fff!important;
  }
  .web-header-inner .web-menu-toggle{
    display: none!important;
  }
  .web-header-inner .web-header-nav.web-header-nav-collapse.blue{
    display: block;
    margin: 15px 0!important;
  }
  .web-header-inner .web-header-nav.web-header-nav-collapse.blue li a{
    padding: 6px 0;
  }
  .web-header-inner .web-header-nav.web-header-nav-collapse.blue li ul.sub-menu li a{
    padding: 12px 16px;
  }
  .web-header-inner .web-header-nav.web-header-nav-collapse.blue li .open-sub-menu{
    width: 37px;
    height: 37px;
  }
  .web-about .web-about-item{
    min-height: 255px;
  }
  .web-about-text{
    text-align: center;
  }
  .web-info-text{
    max-width: 100%;
  }
  .md-order-2 li:nth-child(1){
    margin-right: 15px!important;
  }
}

.web-info-text-full{
  max-width: 990px;
  margin: 0 auto;
}

@media screen and (max-width: 768px){
  .title_sub_description{
    text-align: center;
  }
  .hide-tb{
    display: none;
  }
  .show-tb{
    display: block;
  }
  .web-main-text.custom h1{
    font-size: 26px;
  }
  .web-section-cat-header a{
    white-space: nowrap;
  }
  .web-section-map-inner{
    padding-top: 0;
  }
  .web-section-map-info-tabs li{
    font-size: 14px;
    margin-right: 0;
  }
  .web-order-line{
    text-align: center;
  }
  .web-order{
    padding: 30px 0;
  }
  .web-order-text{
    margin-bottom: 30px;
  }
  .web-section.web-order .web-order-form{
    text-align: center;
  }
  .web-order-ppc-form{
    text-align: center;
  }
  .web-seo-why-text-2 h4{
    text-align: center;
  }
  .text-center-tb{
    text-align: center;
  }
  .web-section.web-seo-why h2{
    text-align: center;
  }
  .web-slider-controls{
    display: none;
  }
  .web-main-service .web-main-text{
    text-align: left;
  }
  .web-main-service h1{
    text-align: center;
  }
  .web-main-service-info{
    padding: 10px 0;
  }
  .web-section-box-line:before{
    height: 98%;
  }
  .tb-padding-none{
    padding-top: 0px;
    margin-top: -20px;
  }
  .web-testimonials-item-img img{
    max-height: inherit;
    max-width: 296px;
    margin: 0 auto;
  }
  .web-testimonials-item{
    max-height: inherit;
  }
  .web-testimonials-item{
    padding: 30px 0 0 0;
  }
  ._h2{
    font-size: 26px;
  }
  .title_sub_description{
    font-size: 26px;
  }
  .web-testimonials-item-text{
    text-align: left;
  }
  .web-testimonials-item-text ._h2{
    font-size: 24px;
  }
  .web-testimonials-item-img{
    bottom: -30px;
  }
}
@media screen and (max-width: 766px){
  .web-testimonials-item-img{
    bottom: 0;
  }
}
@media screen and (max-width: 568px){
  .web-section-map-inner{
    margin-bottom: 35px;
  }
  .web-footer-info-list li{
    font-size: 13px;
    margin: 0 5px;
  }
  .web-footer span{
    font-size: 12px;
    line-height: 1.4;
    display: block;
  }
  .jr-insta-thumb li:last-child{
    display: none!important;
  }
  .web-main-text.custom h1{
    font-size: 22px;
  }
  .web-section-cat-header a{
    font-size: 14px;
  }
  .web-section-cat-header h2{
    font-size: 16px;
  }
  .web-section-map-info-tabs{
    flex-wrap: nowrap;
  }
  .web-what-item{
    height: auto;
    margin-bottom: 20px;
  }
  .web-section.tb-padding-none .col-lg-4:last-child .web-what-item{
    margin-bottom: 0;
  }
  .web-section-error {
    text-align: center;
  }
  .web-section-error h1{
    font-size: 26px;
  }
  .web-testimonials-item-img img{
    max-width: 100%;
  }
  ._h2{
    font-size: 24px;
  }
  ._h4{
    font-size: 20px;
  }
  .title_sub_description{
    font-size: 22px;
    text-align: center;
  }
  .sub_description_small{
    margin-bottom: 25px;
  }
  .md-order-2 li:nth-child(1){
    margin-left: 0px!important;
    margin-right: 0px!important;
  }
}
@media screen and (max-width: 400px){
  .web-section-map-info-tabs li{
    font-size: 11px;
  }
  .web-section-map-info-description{
    font-size: 16px;
  }
  .web-section-map-info-item{
    font-size: 14px;
  }
}
.web-info-text.custom{
  max-width: 100%;
}


.web-header-top li.current-menu-item{
  transition: all ease-in-out .1s;
  background-color: #ffb607;
  color: #000025;
}
.web-header-top li.current-menu-item.menu-item-has-children:before{
  opacity: 1;
}
.web-header-top li.current-menu-item.menu-item-has-children:after{
  opacity: 0;
}


.binct-phone-number-1{
  color: inherit!important;
  text-decoration: none!important;
}

.web-order-form-inner.thank{
  margin-bottom: 45px;
  text-align: left;
  background-color: #fff;
  padding: 0;
}
.thank-box{
  margin-bottom: 20px;
  background-color: #f4f7f8;
  padding: 35px 35px 5px 35px;
  box-sizing: border-box;
  border-radius: 20px;
}
.thank-box-footer{
  text-align: center;
}

.thank-box .web-section-news-box{
  margin-bottom: 0;
}
.thank-box .web-section-news-box-img a{
  margin-bottom: 30px;
}

.web-section-content ul li a{
  display: inline;
}


.web-faq-custom{
  padding: 55px 0 0 0;
}
.web-faq-custom_two{
  padding: 0 0 55px 0;
}

@media screen and (max-width: 768px){
  .wp-caption{
    max-width: 100%!important;
  }
  .web-section-news-box.horizontal .web-section-news-box-img a{
    max-height: inherit;
    min-height: inherit;
    display: block;
    padding-top: 60%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
  .web-section-news-box.horizontal .web-section-news-box-img a img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .web-section-cats-list li:not(:last-child){
    margin-right: 15px;
  }
  .web-faq-custom{
    padding: 35px 0 0 0;
  }
  .web-faq-custom_two{
    padding: 0 0 35px 0;
  }
}

@media screen and (max-width: 568px){
  .web-header-nav-right{
    flex-direction: row-reverse;
    flex: 1;
    margin-left: 10px!important;
  }
  .web-header-top .web-header-nav li.callback_button{
    margin-left: 10px!important;
    flex: 1;
  }
  .callback_button a{
    font-size: 12px!important;
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 350px){
  .web-header-nav-right .binct-phone-number-1{
    font-size: 12px;
  }
}


.iscwp-gallery-grid.iscwp-image-fit .iscwp-col-5 .iscwp-img-wrp, .iscwp-image-fit.slidestoshow-5 .iscwp-img-wrp{
  height: 100%;
}

.artl-cnt ol li{position: relative}
.artl-cnt ul li:before{display: none!important}


.inst-box-img{
  margin-bottom: 30px;
  position: relative;
  display: block;
  padding-top: 100%;
}
.inst-box-img img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inst-box-img:hover{
  opacity: 0.8;
}

#sb_instagram .sb_instagram_header{
  display: none!important;
}
#sbi_load{
  display: none!important;
}

/*  New style 26/06/2020 */
	.clients-page .client-box img {
		    max-width: 100%;
	}
	.clients-page .client-box {
		padding: 3px;
		height: 100px;
	}
	
	.clients-page .slick-prev:before, .slick-next:before {
		    color: #0a56c3;
		        font-size: 36px;
	}
	.clients-page .slick-prev, .slick-next {
		    top: 46%;
		        width: 30px;
    height: 30px;
	}
	.clients-page .slick-prev {
    left: -60px;
}
	
	.clients-page .slick-next {
    	right: -60px;
	}
	
	.clients-page .slick-prev:focus, .slick-next:focus {
		border: 0;
		outline: 0;
	}
	
	.clients-page .slick-dots li {
    width: 14px;
    height: 14px;
    }
    .clients-page .slick-dots li.slick-active {
		width: 80px;
		       border-radius: 9px;
	}
	
	.clients-page .slick-dots {
		bottom: -35px;
	}
	
/* end New style 26/06/2020  */



/* end New style */

/* start Web-promo */
.work-items-block{
	margin: 18px 0;
    padding: 40px;
    background: #F4F7F8;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    height: 90%;
}
.work-items-title{
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 30px;
	color: #000000;
}
.work-items-text-block p{
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
	color: #3D3935;
}
@media screen and (max-width: 768px){
	.work-items-text-block{
		font-size: 18px;
		line-height: 26px;
	}
	.work-items-text-block p{
		line-height: 24px;
	}	
}
.web-result .web-vertical-box-ico{
    border-radius: 100px;
    width: 128px;
    height: 128px;
    margin: auto;	
    margin-bottom: 20px;
}
.web-result .web-vertical-box-ico:hover .web-vertical-border-box-ico{
	border-radius: 100px;
	box-sizing: border-box;
    width: 128px;
    height: 128px;
    position: absolute;
}
.web-result .web-vertical-box-ico:hover {
    width: 100px;
    height: 100px;
    margin: 14px auto;
    margin-bottom: 34px;
    cursor: pointer;
}
.web-result .web-vertical-box-ico img {
    max-height: 54px;
}
.web-result .web-vertical-box-text{
	font-family: Gotham Pro;
	font-style: normal;
	font-size: 24px;
	line-height: 32px;	
}
.web-result .web-vertical-box-text b{
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;	
}
@media screen and (max-width: 768px){
	.work-items-text-block{
		font-size: 18px;
		line-height: 26px;
	}
	.work-items-text-block p{
		line-height: 24px;
	}	
}
.web-cost{
	background-color: #F3F6F7;
    position: relative;
}
.web-cost:before {
    content: "";
    width: 65%;
    height: 100%;
    background-color: #0857C3;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
@media only screen and (max-width: 992px) {
	.web-cost:before {
		content: none;
	}
	.web-seo-why-text-1{
		background-color: #0857C3;
		height: 100%;
	}
	.web-cost .web-seo-why-text-2 {
		padding-left: 50px;
	}
	
}
@media screen and (max-width: 768px){
	.web-cost .web-seo-why-text-2 {
		padding-left: 25px;
	}
}
/* end Web-promo */

/* /Menu_1 */
  .desktop-menu{
  	display: block;
  }
  .mobile-menu{
  	display: none;
  }
  .web-header-nav-collapse  .hamburger{
  	display: block;
    width: 20px;
  }
  .hamburger .web-menu-toggle{
  	display: block!important; 
  }

@media only screen and (max-width: 992px) {
  .web-header-inner{
    padding: 5px 0;
  }
  .desktop-menu{
  	display: none;
  }
  .mobile-menu{
  	display: block;
  	background: #EEF5FF;
  	transition: all .5s;
  }
  .hamburger,
  .web-header-logo,
  .web-header-inner .web-header-nav.web-header-nav-collapse.blue {
  	display: flex;
	-webkit-box-orient: unset;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .web-main {
    padding-top: 10px;
  }
  .web-header-logo-link {
    max-width: 148px;
    margin-right: 20px;
  }
  .mobile-menu .web-header-nav-collapse li{
  	margin-left: 0!important;
	margin-right: auto!important;
	width: auto;
    align-items: center;
    justify-content: center;
  }
  .web-header-nav-collapse li.menu-item-has-children{
  	padding-right: 30px;
  }
  .web-header-logo-description {
	font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    position: absolute;
    right: 0;
    margin-right: 15px;
  }
  .web-header-inner .web-header-nav.web-header-nav-collapse.blue{
	margin: 5px 0!important;
	width: 89%;
  }
}
@media only screen and (max-width: 400px) {
  .web-header-logo-description {
    font-size: 11px;
  }
}
@media only screen and (max-width: 350px) {
  .web-header-logo-link {
    max-width: 135px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px){
	.web-header-inner .web-menu-toggle {
	    display: flex!important;
	    width: 20px;
	    margin: auto;
	    margin-left: 0px;
	}
	.mobile-menu-row {
	    display: flex;
	    flex-wrap: wrap;
	}
	.web-header-inner .web-menu-toggle {
	    max-width: 10%;
	}
	.sub-menu li a{
	  color: #fff!important;
	}
	.mobile-menu-primary{
		order: 3;
	}
	.web-header-nav-right {
		margin-left: 0px!important;	
	}
	.menu-item-5437 .sub-menu{
		position: absolute;
	}
	.menu-item-5437 .open-sub-menu{
		background-color: unset;
	}

	.mobile-menu-row{
		display: flex;
	}
	.web-header-logo{
		padding: 5px 0;
	}
	.web-header-nav-custom li a{
		color: #0857C3!important;
	}
	.web-header-nav-custom li a:hover,
	.web-header-nav-custom li a:focus{
		background-color: transparent!important;
		color: #0857C3!important;
	}
	.sub-menu li a{
		color: #fff!important;
	}
	.mobile-phone{
		order: 2;
		margin-left: 0px;
	}
}
/* /Menu_1 */

@media only screen and (max-width: 578px){
	.web-header-logo-description {
    
    	width: calc( 100% - 190px);
    	text-align: center;
	}
	.web-header-logo-link {
    	max-width: 150px;
    	
	}
	.web-header-nav-right .binct-phone-number-1 {
		min-width: 150px;
		text-align: center;
	}
	
	.hamburger, .web-header-logo, .web-header-inner .web-header-nav.web-header-nav-collapse.blue {
		justify-content: space-between;
		
	}
	.hamburger, .web-header-logo, .web-header-inner .web-header-nav.web-header-nav-collapse.blue li {
		margin-right: 0!important;
	}
	
	.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-4972 {
		padding-right: 17px;
	}
	.web-header-inner .web-header-nav.web-header-nav-collapse.blue li .open-sub-menu {
		    width: 17px;
	}
}


/* CSS Tkach 28.08.2020 */
.web-section-cat-header a
{
	color: #3D3935;
	white-space: normal;
}
.next4post{
	font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #0857C3;
    border: 2px solid #0857C3;
    display: inline-block;
    padding: 5px 40px;
    border-radius: 25px;
    margin-bottom: 40px;
    cursor: pointer;
}
@media only screen and (max-width: 578px){
	.next4post{
		display: table;
	    margin: auto;
	    margin-bottom: 40px;
	}	
}
.blog-nav{
	display: none;
	font-size: 16px;	
}

.blog-nav .active{
    font-size: 20px;
    font-weight: 500;
}
.breadcrumbs-container{
	padding: 15px 0 0;
}

.search{
	
}

.search-form {
	position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.search-form label {
	margin-bottom: 0;
    width: 100%;
}
.search-field {
	width: 100%;
    height: 52px;
    padding-left: 10px;
    border: 0px;
    border-radius: 0;
    outline: none;
    background: rgba(8, 87, 195, 0.06);
    color: #0857C3;
}
input.search-field::placeholder{
	color: #0857C3;
}
.searchEnter {
	position: absolute;
    top: 13px;
    right: 21px;
    width: 26px;
    height: 26px;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
	background: rgba(8, 87, 195, 0);
    background-image: url(/wp-content/themes/webpromo/assets/icons/vector.svg);
}
.time-block{
	margin-bottom: 10px;
}
.time-block div{
	float: left;
	width: 50%;
	color: #D4D4D4;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
}
.time-read-post{
	text-align: right;
}
.timesvg{
    background-image: url(/wp-content/themes/webpromo/assets/icons/time.svg);
    background-repeat: no-repeat;
    height: 16px;
    width: 10px;
    z-index: 9;
    display: block;
    float: right;
    margin: 4px 10px;	
}
.timetext{
	float: right;
}
@media screen and (max-width: 768px){
	.blog-nav{
		display: flex;
		width: 150%;
	}
	#menu-menyu-v-bloge{
		display: none;
	}
}
/* share */
.share-this{
	font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 0px;
    max-width: 40%;
    float: left;
}
.social-icons{
	float: right;
	display: flex;
	text-align: center;
	max-width: 60%;
	margin-top: -24px;
}
.social-icon-block{
    height: 48px;
    width: 60px;
	margin: 0 10px;	
}
.social-icons a{
    height: 48px;
    width: 48px;
}
.social-icons .facebook_link{
	background: url('/wp-content/themes/webpromo/assets/icons/facebook.png');
	background-size: cover;
}
.social-icons .twitter_link{
	background: url('/wp-content/themes/webpromo/assets/icons/twitter.png');
	background-size: cover;
}
.social-icons .linkedin_link{
	background: url('/wp-content/themes/webpromo/assets/icons/linkedin.png');
	background-size: cover;
}
.social-icons .telegram_link{
	background: url('/wp-content/themes/webpromo/assets/icons/telegram.png');
	background-size: cover;
}
.social-icons .viber_link{
	background: url('/wp-content/themes/webpromo/assets/icons/viber.png');
	background-size: cover;
}
.clicks_count{
	font-size: 14px;
	line-height: 24px;
	color: #909090;
	margin-top: -7px;
}
.web-section-latest {
    border-top: 1px solid #f3f6f7;
}
@media screen and (max-width: 768px){
	.share-this {
		display: none;
	}
	.social-icon-block {
	    margin: auto;
	}
	.social-icons {
    	max-width: 100%;
    	width: 100%;
	}
	.social-icons a{
		margin: 0 1px;	
	}
	.web-section-latest {
	    padding-bottom: 52px;
	}
}

.lang_nav a{
	line-height: 0px;
	margin: 8px 5px;
}
.wpm-languages{
	display: none!important;
}
.lang_nav a.web-header-nav-link{
    border-bottom: 1px solid #fff;	
}
.lang_nav a.web-lang-link:hover{
	border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
	.lang_nav{
		display: none!important;
	}
	.wpm-languages{
		display: block!important;
	}
	.mobile-menu .web-header-nav-collapse .wpm-languages {
		font-size: 18px;
	    float: left;
	    margin-right: 15px!important;
	}
	.mobile-menu .web-header-nav-collapse .wpm-languages.active-language{
		float: left;
	}
	.mobile-menu .web-header-nav-collapse .wpm-languages.active-language a span{
		border-bottom: 1px solid #0857C3;
	}
	.mobile-menu .web-header-nav-collapse .wpm-languages a:hover span{
		border-bottom: 1px solid #0857C3;
	}
}

/* Like article */
.like-article-section{
	margin-bottom: 36px;
}
.like-article{
	display: flex;	
}
.like-article-text{
	font-family: Gotham Pro;
	font-weight: bold;
	font-size: 35px;
	line-height: 54px;
	color: #0857C3;
	margin-right: 15px;	
}
.like-article-yes,
.like-article-not{
	width: 100px;
	height: 52px;
	margin-left: 25px;
	display: flex;
	border-radius: 52px;
	cursor: pointer;
}
.like-article-yes{
	background: #FFB400;
}
.like-article-not{
	background: #5E5E5E;
}
.like-article-yes:hover{
	background: #FFB400;
	border: 2px solid #00DA16;
}
.like-article-not:hover{
	background: #5E5E5E;
	border: 2px solid #0857C3;
}
.like-article-yes div,
.like-article-not div{
	font-family: Gotham Pro;
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	color: #FFF;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.like-article-text {
	    font-size: 24px;
	    line-height: 24px;
		margin-right: 0px;
	}
	.like-article-yes, .like-article-not {
	    margin-left: 10px;
	}
}

/* / Like article */
.bloglink{
	padding: 15px 30px;
    border: 2px solid #0857C3;
    border-radius: 10px;
    margin: 30px 0px;
}
.bloglink a{
	color: #3ea9f5;
    text-decoration: underline;
}






/*
22/04/21 blog
*/
.web-section-news-box-content .top-row, .web-section-news-box-content .bottom-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	color: #929292;
}
.web-section-news-box-content .top-row .time-read-post .timetext {
	float: none;
	
}

.web-section-news-box-content .top-row .time-read-post {
	display: flex;
	align-items: center;
}

.web-section-news-box.horizontal .web-section-news-box-content p {
	margin-bottom: 10px;
	font-size: 13px;
}
.web-section-news-box-content-header {
	margin-bottom: 7px;
}

.web-section-news-box.horizontal .web-section-news-box-content {
	padding: 19px 25px;
}

@media only screen and (max-width: 1440px)  and (min-width: 992px) {
	.web-section-news-box.horizontal .row.align-items-center .col-lg-5,
	.web-section-news-box.horizontal .row.align-items-center .col-lg-7 {
		flex: 0 0 50%;
    	max-width: 50%;
	}
	
	.web-section-news-box.horizontal .web-section-news-box-content {
		padding: 12px 20px;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
	.web-section-news-box.horizontal .web-section-news-box-img a {
		min-height: auto;
	}
	.web-section-news-box.horizontal .web-section-news-box-img a img {
		position: static;
		-webkit-transform: none;
    	-ms-transform: none;

	}
	
	.web-section-news-box.horizontal .web-section-news-box-content .web-section-news-box-content-header {
		font-size: 12px;
		margin-bottom: 4px;
	}
	
	.web-section-news-box.horizontal .web-section-news-box-content .web-section-news-box-content-tags.reset {
		margin-bottom: 2px;
	}
	
	.web-section-news-box.horizontal .web-section-news-box-content  .web-button-normal {
		font-size: 1vw;
    	padding: 0.9vw 53px;
	}
	
	.web-section-news-box.horizontal .web-section-news-box-content p {
		margin-bottom: 1vw;
		font-size: 1.1vw;
	}
	
	.web-section-news-box.horizontal .web-section-news-box-content {
		padding: 1.1vw
	}
	
	.web-section-news-box.horizontal .web-section-news-box-content h3{
		font-size: 1.2vw;
		margin-bottom: 0.7vw;
	}
	
	.web-section-news-box-content .top-row, .web-section-news-box-content .bottom-row {
		margin-bottom: 0.4vw;
		font-size: 1.1vw;
		
	}
	
	.web-section-news-box.horizontal .web-section-news-box-content .timesvg {
		height: 1.3vw;
    	width: 10px;
    	margin: 0.4vw 3px;
    	background-size: contain;
	}
}

@media only screen and (max-width: 992px) and (min-width: 767px) {
	.web-section-news-box.horizontal .web-section-news-box-img a img {
		position: static;
		-webkit-transform: none;
    	-ms-transform: none;
		border-radius: 10px;
	}
}

.web-section-news-box-content-footer,
.time-block div,
.time-read-post
 {
	color: #929292!important;
}
.web-where-content {
	padding-bottom: 50px;
}
.web-where-content-label{
	left: 36px;
    bottom: 0px;
    top: auto;
    right: auto;
}

.web-where-content-text {

	bottom: 20px;
}
.web-section-cat-header h2 {
	line-height: 1.5;
}

@media screen and (max-width: 768px){
	#menu-menyu-v-bloge {
		display: flex;
		font-size: 15px;
	}
	.web-where-content-label{
		left: 0;
	    bottom: 0px;
	    top: auto;
	    right: auto;
	}
}

html body .web-section > .container > .web-section-content > p, 
html body  .web-section > .container > .web-section-content > span, 
html body  .web-section > .container > .web-section-content > p > span,  
html body  .web-section > .container > .web-section-content > p  span,   
html body  .web-section > .container > .web-section-content > *,   
html body  .web-section  .container  .web-section-content  *,   
html body  .web-section  .container  .web-section-content p *,   
html body  .web-section  .container  .web-section-content p span,   
html body  .web-section  .container  .web-section-content p span  *, 
html body  .web-section  .container  .web-section-content ul *, 
html body  .web-section  .container  .web-section-content ul li *,
html body  .web-section  .container  .web-section-content ul li a *,
html body  .web-section  .container  .web-section-content ul li a strong *,
html body  .web-section  .container  .web-section-content ul li span *,
html body   .web-section  .container  .web-section-content ul, 
html body  .web-section  .container  .web-section-content ul li, 
html body  .web-section  .container  .web-section-content ul li a, 
html body  .web-section  .container  .web-section-content ul li a strong, 
html body  .web-section  .container  .web-section-content ul li span, 
html body  .web-section  .container  .web-section-content>ul>li>span  
 { 
 	font-family: 'Gotham Pro',Arial,Helvetica,sans-serif !important;
 }
 
 #vikiApp .tem-block .title h1 { 
 	font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 67px;
    color: #0857c3;
    margin: 0;
 }
 
 #vikiApp .tem-block .title_sub h2 {
 	font-size: 30px;
    line-height: 29px;
    color: #828282;
    margin: 0;
    font-weight: 400;
 }