@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,700,900&subset=latin,cyrillic);
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'WhitneySsmBook';
  src: url('../fonts/WhitneySsm/WhitneySSm-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/WhitneySsm/WhitneySSm-Book.ttf') format('opentype'), url('../fonts/WhitneySsm/WhitneySSm-Book.woff') format('woff'), url('../fonts/WhitneySsm/WhitneySSm-Book.ttf') format('truetype'), url('../fonts/WhitneySsm/WhitneySSm-Book.svg#WhitneySSm') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'WhitneySsmMedium';
  src: url('../fonts/WhitneySsm/WhitneySSm-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/WhitneySsm/WhitneySSm-Medium.ttf') format('opentype'), url('../fonts/WhitneySsm/WhitneySSm-Medium.woff') format('woff'), url('../fonts/WhitneySsm/WhitneySSm-Medium.ttf') format('truetype'), url('../fonts/WhitneySsm/WhitneySSm-Medium.svg#WhitneySSm') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'WhitneySsmSemibold';
  src: url('../fonts/WhitneySsm/WhitneySSm-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/WhitneySsm/WhitneySSm-Semibold.ttf') format('opentype'), url('../fonts/WhitneySsm/WhitneySSm-Semibold.woff') format('woff'), url('../fonts/WhitneySsm/WhitneySSm-Semibold.ttf') format('truetype'), url('../fonts/WhitneySsm/WhitneySSm-Semibold.svg#WhitneySSm') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeUI-BoldItalic';
  src: url('../fonts/SegoeUI/SegoeUI-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI/SegoeUI-BoldItalic.ttf') format('opentype'), url('../fonts/SegoeUI/SegoeUI-BoldItalic.woff') format('woff'), url('../fonts/SegoeUI/SegoeUI-BoldItalic.ttf') format('truetype'), url('../fonts/SegoeUI/SegoeUI-BoldItalic.svg#SegoeUI') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFHandbookPro-Black';
  src: url('../fonts/PFHandbookPro/PFHandbookPro-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/PFHandbookPro/PFHandbookPro-Black.ttf') format('opentype'), url('../fonts/PFHandbookPro/PFHandbookPro-Black.woff') format('woff'), url('../fonts/PFHandbookPro/PFHandbookPro-Black.ttf') format('truetype'), url('../fonts/PFHandbookPro/PFHandbookPro-Black.svg#WhitneySSm') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UniSansSemiBold';
  src: url('../fonts/UniSans/UniSansSemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/UniSans/UniSansSemiBold.ttf') format('opentype'), url('../fonts/UniSans/UniSansSemiBold.woff') format('woff'), url('../fonts/UniSans/UniSansSemiBold.ttf') format('truetype'), url('../fonts/UniSans/UniSansSemiBold.svg#WhitneySSm') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UniSansBold';
  src: url('../fonts/UniSans/UniSansBold.eot?#iefix') format('embedded-opentype'), url('../fonts/UniSans/UniSansBold.ttf') format('opentype'), url('../fonts/UniSans/UniSansBold.woff') format('woff'), url('../fonts/UniSans/UniSansBold.ttf') format('truetype'), url('../fonts/UniSans/UniSansBold.svg#WhitneySSm') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UniSansBook';
  src: url('../fonts/UniSans/UniSansBook.eot?#iefix') format('embedded-opentype'), url('../fonts/UniSans/UniSansBook.ttf') format('opentype'), url('../fonts/UniSans/UniSansBook.svg#WhitneySSm') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UniSans';
  src: url('../fonts/UniSans/UniSansRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/UniSans/UniSansRegular.ttf') format('opentype'), url('../fonts/UniSans/UniSansRegular.woff') format('woff'), url('../fonts/UniSans/UniSansRegular.ttf') format('truetype'), url('../fonts/UniSans/UniSansRegular.svg#WhitneySSm') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UniSansLight';
  src: url('../fonts/UniSans/UniSansLight.eot?#iefix') format('embedded-opentype'), url('../fonts/UniSans/UniSansLight.ttf') format('opentype'), url('../fonts/UniSans/UniSansLight.woff') format('woff'), url('../fonts/UniSans/UniSansLight.ttf') format('truetype'), url('../fonts/UniSans/UniSansLight.svg#WhitneySSm') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UniSansItalic';
  src: url('../fonts/UniSans/UniSansRegularItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/UniSans/UniSansRegularItalic.ttf') format('opentype'), url('../fonts/UniSans/UniSansRegularItalic.woff') format('woff'), url('../fonts/UniSans/UniSansRegularItalic.ttf') format('truetype'), url('../fonts/UniSans/UniSansRegularItalic.svg#WhitneySSm') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
  Color variables
  ========================================================================== */
/* ==========================================================================
  Fonts variables
  ========================================================================== */
/* ==========================================================================
  Base styles: opinionated defaults
  ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #303030;
}
html {
  overflow-y: scroll;
  height: 100%;
}
::selection {
  background: #26c485;
  color: #fff;
  text-shadow: none;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
textarea {
  resize: vertical;
}
input {
  line-height: normal;
  box-shadow: none;
}
img {
  vertical-align: text-top;
  max-width: 100%;
}
#ho_adv {
  display: none !important;
}
/* ==========================================================================
  Author's custom styles
  ========================================================================== */
a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -o-transition: all 0.3s;
  /* Opera */
  outline: none;
}
button,
input {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.heading-1 {
  font-size: 36px;
  font-family: 'WhitneySsmMedium';
  color: #303030;
  line-height: 65px;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  padding: 34px 0 10px 0;
}
.heading-2 {
  font-size: 36px;
  line-height: 36px;
  font-family: 'WhitneySsmMedium';
  text-transform: uppercase;
  padding-bottom: 62px;
  color: #303030;
  text-align: center;
  font-weight: normal;
}
.heading-3 {
  font-size: 30px;
  line-height: 36px;
  font-family: 'WhitneySsmSemibold';
  padding-bottom: 9px;
  color: #303030;
  font-weight: normal;
}
.heading-4 {
  font-size: 24px;
  line-height: 30px;
  font-family: 'WhitneySsmMedium';
  font-weight: normal;
}
.heading-4 a:hover,
.heading-4 a:focus {
  color: #26c485;
}
blockquote {
  margin: 0;
  padding-left: 40px;
  font-style: italic;
  padding-right: 40px;
  padding-top: 8px;
  padding-bottom: 25px;
}
.btn,
button {
  display: inline-block;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 36px;
  color: #183d6a;
  border: 2px solid #183d6a;
  padding: 8px 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -o-transition: all 0.3s;
  /* Opera */
}
.btn:hover,
button:hover,
.btn:focus,
button:focus {
  color: #fff;
  background: #183d6a;
}
body {
  font-size: 18px;
  line-height: 24px;
  color: #303030;
  font-family: 'WhitneySsmBook';
  background: #fff;
}
a {
  text-decoration: none;
  color: #303030;
}
a:focus,
a:focus {
  color: #26c485;
}
.container {
  max-width: 1430px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
}
p {
  margin: 0;
  padding-bottom: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style-type: none;
}
/*  header  */
#header {
  background: rgba(3, 3, 3, 0.3);
  background: #4e4e4e;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0 14px;
  color: #fff;
}
#header a {
  color: #fff;
}
#header a:hover,
#header a:focus {
  color: #26c485;
}
.homepage #header {
  background: rgba(3, 3, 3, 0.3);
}
.logo {
  line-height: 0;
  float: left;
  margin: 0;
  padding: 0;
  background: none;
}
// .shop.lp .menu-link{
// 	float: left;
// 	margin-left: 0;
// 	margin-right: 60px;
// }
.menu-link {
	//float: right;
	font-size: 32px;
	line-height: 46px;
	font-family: 'FontAwesome';
	margin-left: 60px;
}
.retail_cust .menu-link{
	//float: left;
	//margin-left: 0;
	//margin-right: 60px;
}
.menu-link:before {
  content: "\f0c9";
}
.phone-call {
  float: right;
  font-size: 26px;
  line-height: 42px;
}
/* main menu */
.main-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 1001;
  background: rgba(3, 3, 3, 1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -o-transition: all 0.5s;
  /* Opera */
  height: 0;
  overflow: hidden;
}
.main-menu.open {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.main-menu .container {
  padding-top: 160px;
  padding-bottom: 50px;
  position: relative;
}
.main-menu .close {
  font-size: 32px;
  line-height: 44px;
  font-family: 'FontAwesome';
  position: absolute;
  top: 16px;
  right: 21px;
  color: #fff;
}
.main-menu .close:before {
  content: "\f00d";
}
.main-menu .close:hover,
.main-menu .close:focus {
  color: #26c485;
}
.main-menu .container > ul {
  float: left;
  width: 25%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-left: 50px;
  font-family: 'Roboto', sans-serif;
}
.main-menu .container > ul > li {
  font-weight: bold;
  font-size: 42px;
  line-height: 53px;
  padding-bottom: 30px;
}
.main-menu .container > ul > li > ul {
  padding-bottom: 18px;
  padding-top: 18px;
}
.main-menu .container > ul > li > ul > li {
  font-size: 21px;
  line-height: 28px;
  padding-bottom: 8px;
  font-weight: 300;
}
.main-menu .container > ul a {
  color: #fff;
}
.main-menu .container > ul a:hover,
.main-menu .container > ul a:focus {
  color: #26c485;
}
.main-menu .container > ul:nth-child(2) {
  width: 28%;
}
.main-menu .container > ul:nth-child(3) {
  width: 22%;
}
/* content */
#main {
  padding-top: 77px;
  // padding-bottom: 11px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.homepage #main .phone-call {
  text-align: center;
  font-size: 16px;
  color: #fff;
  float: none;
  display: none;
}
.top-nav {
  padding-top: 23px;
  padding-bottom: 19px;
  height: 78px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.breadcrumbs {
  float: left;
  padding-top: 5px;
}
.breadcrumbs li {
  float: left;
  font-size: 16px;
  margin-right: 1px;
}
.breadcrumbs li a,
.breadcrumbs li span {
  color: #d0d0ce;
  display: block;
  padding: 0px 9px 0px;
  border: 2px solid #d0d0ce;
  line-height: 23px;
}
.breadcrumbs li span,
.breadcrumbs li a:hover {
  color: #183d6a;
  border-color: #183d6a;
}
.search {
  float: right;
  margin-right: 17px;
}
.search input {
  margin-bottom: 0;
  width: 218px;
  padding-right: 40px;
}
.search fieldset {
  position: relative;
}
.search button {
  position: absolute;
  top: 5px;
  right: 7px;
  width: 25px;
  height: 25px;
  padding: 0;
  border: none;
  background: url(../images/sprite.png) -56px -34px no-repeat;
}
.search button:hover,
.search button:focus {
  transform: scale(1.15);
  -o-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  background: url(../images/sprite.png) -56px -34px no-repeat;
  border: none;
}
.page-title {
  border-top: 2px solid #d0d0ce;
  background: url(../images/bg-title.jpg) center center no-repeat;
  background-size: cover;
}
.categories-nav {
  text-align: center;
  padding-bottom: 69px;
}
.categories-nav ul {
  overflow: hidden;
  display: inline-block;
}
.categories-nav li {
  float: left;
  margin-left: -2px;
}
.categories-nav li a,
.categories-nav li span {
  display: block;
  border: 2px solid #d0d0ce;
  padding: 12px 20px;
  font-size: 17px;
  font-family: 'WhitneySsmMedium';
  color: #303030;
  position: relative;
  z-index: 1;
}
.categories-nav li a:hover,
.categories-nav li span:hover {
  border-color: #183d6a;
  z-index: 2;
}
.categories-nav li span {
  z-index: 2;
  padding-bottom: 26px;
  border-color: #183d6a;
}
.categories-nav li:first-child {
  margin-left: 0;
}
.row-2 {
  display: table;
  width: 100%;
  border-spacing: 30px;
  table-layout: fixed;
  padding-bottom: 51px;
}
.row-2 .row {
  display: table-row;
}
.row-2 .col {
  display: table-cell;
}
.row-2 .col-small {
  width: 32%;
}
.row-2 .col-big {
  width: 68%;
}
.row-2 .col-big .text {
  text-align: center;
}
.row-2 .col-big .heading-4 {
  max-width: 350px;
  margin: 0 auto;
}
.row-2 .img {
  height: 315px;
}
.row-2 .text {
  padding: 31px 35px 34px;
  position: relative;
}
.img {
  overflow: hidden;
}
.img img {
  min-height: 100%;
  max-width: inherit;
  min-width: 100%;
}
.row-1 {
  padding: 24px 45px 9px;
}
.row-1 .item {
    background: #f9f9f9;
    overflow: hidden;
    border: 2px solid #ddd;
    position: relative;
    padding-top: 1px;
}
.row-1 .img {
  float: left;
  width: calc(100% - 455px);
  height: 561px;
  margin-right: 50px;
  position: relative;
  z-index: 1;
}
.row-1 .text {
  padding: 33px 35px 60px 0;
  float: left;
  width: 360px;
}
.row-1 .heading-4 {
  padding-top: 4px;
}
.row-1 p {
  padding-bottom: 37px;
}
.row-1.items .btn-info {
  top: 22px;
  bottom: auto;
}
.row-3 {
  display: table;
  width: 100%;
  border-spacing: 30px;
  table-layout: fixed;
  padding-bottom: 48px;
}
.row-3 .row {
  display: table-row;
}
.row-3 .col {
    float: left;
    width: 33.33%;
    margin: 0 15px 30px;
    width: calc(33.33% - 30px);
    border: 2px solid #ddd;
    box-sizing: border-box;
    min-height: 728px;
}
.row-3 .col .heading-4{
    height: 45px;
    overflow: hidden;
}
.row-3 .col .hashtag{
    height: 50px;
    display: block;
    overflow: hidden;
}
.row-3 .col .date.hashtag{
    height: initial;
}
.row-3 .img {
  height: 290px;
}
.row-3 .text {
  padding: 43px 35px 10px 22px;
  position: relative;
}
.row-3 .heading-4 {
  padding-top: 4px;
}
.row-3 p {
  padding-bottom: 37px;
}
.row-3.items .btn-info {
  top: 31px;
  bottom: auto;
  right: 15px;
}
.items .col {
  background: #f9f9f9;
}
.items .category {
  font-family: 'WhitneySsmMedium';
  color: #989898;
  font-size: 19px;
  display: block;
  padding-bottom: 21px;
  height: 50px;
  overflow: hidden;
}
.items .heading-4 {
  line-height: 26px;
  padding-bottom: 34px;
}
.items .hashtag {
  font-size: 14px;
  font-family: 'WhitneySsmMedium';
  color: #989898;
  max-height: 230px;
  overflow: hidden;
  display: block;
}
.items .hashtag span {
  padding-right: 24px;
}
.items .hashtag span:last-child {
  padding-right: 0;
}
.items .btn-info {
  position: absolute;
  bottom: 24px;
  right: 21px;
}
.items .btn-info .view {
  float: left;
  margin-right: 13px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 2px solid #989898;
  color: #989898;
  font-size: 18px;
  line-height: 42px;
  font-family: 'FontAwesome';
  border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
}
.items .btn-info .view:before {
  content: "\f03e";
}
.items .btn-info .view:hover {
  color: #303030;
  border-color: #303030;
}
.items .btn-info .more {
  float: left;
  font-size: 55px;
  line-height: 44px;
  font-family: 'FontAwesome';
  color: #26c485;
}
.items .btn-info .more:before {
  content: "\f0a9";
}
.items .btn-info .more:hover {
  color: #303030;
}
.show-more {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 80px;
}
.show-more button {
  display: inline-block;
  font-size: 24px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-family: 'WhitneySsmMedium';
  color: #183d6a;
  padding: 26px 0 28px 64px;
  background: none;
  border: none;
  position: relative;
}
.show-more button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  height: 82px;
  background: url(../images/arrow-more.png) 0 0 no-repeat;
}
.show-more button:after {
  content: "";
  position: absolute;
  bottom: 26px;
  left: 64px;
  right: 100%;
  height: 1px;
  background: #183d6a;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -o-transition: all 0.5s;
  /* Opera */
}
.show-more button:hover,
.show-more button:focus {
  background: url(../images/arrow-more.png) 0 0 no-repeat;
  color: #183d6a;
}
.show-more button:hover:after,
.show-more button:focus:after {
  right: 0;
}
/* carousel */
.slider {
  padding: 0 60px 60px;
  position: relative;
}
.slider .slide {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 15px;
  text-align: center;
}
.slide:focus {
  outline: none;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  background: none !important;
  border: none;
  padding: 0;
  text-indent: -9999px;
  width: 16px;
  height: 18px;
}
.slick-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  border: 16px solid transparent;
  border-top-width: 9px;
  border-bottom-width: 9px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -o-transition: all 0.5s;
  /* Opera */
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  right: 0;
  border-right-color: #26c485;
}
.slick-prev:hover:before {
  border-right-color: #303030;
}
.slick-next {
  right: 0;
}
.slick-next:before {
  left: 0;
  border-left-color: #26c485;
}
.slick-next:hover:before {
  border-left-color: #303030;
}
.slick-dots {
  text-align: center;
  padding-top: 25px;
  height: 14px;
  line-height: 14px;
}
.slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.slick-dots li button {
  padding: 0;
  border: none;
  border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  background: #dddddd;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
}
.slick-dots li button:hover {
  background: #303030;
}
.slick-dots li.slick-active button {
  background: #303030;
}
.img-slider {
  padding-bottom: 28px;
}
.img-slider .slide {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 15px;
  text-align: center;
}
.img-slider .slide:focus {
  outline: none;
}
.item.container {
  margin-top: -12px;
}
.item.container .category {
  font-family: 'WhitneySsmMedium';
  color: #989898;
  font-size: 19px;
  display: block;
  padding-bottom: 29px;
  text-align: center;
}
.item.container .heading-2 {
  padding-bottom: 48px;
}
.item.container .date {
  font-size: 14px;
  font-family: 'WhitneySsmMedium';
  text-align: center;
  display: block;
  padding-bottom: 20px;
}
.item.container .row {
  padding: 0 30px;
}
.item.container .img {
  height: 456px;
}
.item.container .video {
  height: 315px;
  position: relative;
  margin-bottom: 55px;
}
.item.container .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 154px;
  height: 154px;
  margin-left: -77px;
  margin-top: -72px;
  background: url(../images/play.png) 0 0 no-repeat;
}
.item.container .video .play:hover {
  transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.blog_row .item {
    max-width: 980px;
    margin: 0 auto;
}
.link_img{
    display: block;
    width: 100%;
    height: 100%;
}
.blog_img{
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.row-1 .blog_img{
    background-size: cover;
}
.item.container .text {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 16px;
  position: relative;
}
.item.container .soc-buttons-share {
  position: absolute;
  top: 0;
  left: 8px;
  width: 44px;
  padding-top: 100px;
}
.item.container .soc-buttons-share:before {
  content: "\f03e";
  position: absolute;
  top: 7px;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 2px solid #989898;
  color: #989898;
  font-size: 18px;
  line-height: 42px;
  font-family: 'FontAwesome';
  border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
}
.item.container .soc-buttons-share:after {
  position: absolute;
  top: 73px;
  height: 2px;
  left: 0;
  width: 100%;
  background: #183d6a;
  content: "";
}
.item.container .soc-buttons-share li {
  text-align: center;
  padding-bottom: 17px;
  line-height: 20px;
  font-size: 12px;
}
.item.container .soc-buttons-share li a {
  color: #989898;
}
.item.container .soc-buttons-share li a:hover {
  color: #303030;
}
.item.container .soc-buttons-share li i {
  display: block;
  font-size: 18px;
}
.item.container .hashtag {
  display: block;
  padding-top: 51px;
  font-size: 18px;
  font-family: 'WhitneySsmMedium';
  color: #989898;
}
.item.container .text .hashtag{
  padding-top: 0px;
  margin-bottom: 40px;
}
.item.container .hashtag span {
  padding-right: 24px;
}
.item.container .hashtag span:last-child {
  padding-right: 0;
}
.newsletter {
  padding-top: 76px;
  padding-bottom: 94px;
  text-align: center;
}
.newsletter .heading-2 {
  padding-bottom: 23px;
}
.newsletter p {
  font-size: 24px;
  padding-bottom: 36px;
}
body .main-buttons.parallax_main {
  background: url(../images/bg.jpg) 0 center no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 90px;
  text-align: center;
  background-attachment: fixed;
}
.teach{
	padding-bottom: 60px;
}
.main-buttons{
	padding-top: 80px;
	padding-bottom: 90px;
	text-align: center;
}
.main-buttons .heading-2 {
  padding-bottom: 7px;
  color: #fff !important;
}
.main-buttons .heading-4 {
  padding-bottom: 38px;
  color: #fff !important;
  font-family: 'WhitneySsmBook';
}
/* homepage */
.homepage {
  background: #273867;
  background-size: cover;
}
.homepage #main {
  position: fixed;
  padding: 0;
  top: 50%;
  margin-top: -50px;
  left: 0;
  width: 100%;
  text-align: center;
}
.homepage #main .heading-2 {
  text-transform: none;
  padding-bottom: 10px;
  color: #fff;
}
.homepage #main .heading-4 {
  padding-bottom: 43px;
  color: #fff;
}
.buttons {
  text-align: center;
}
.buttons a {
  display: inline-block;
  font-size: 28px;
  line-height: 1.2em;
  font-family: 'WhitneySsmMedium';
  padding: 8px 28px 11px;
  border: 2px solid #fff;
  border-left-width: 0;
  color: #fff;
}
.buttons a:first-child {
  border-left-width: 2px;
}
.buttons a:hover,
.buttons a:focus {
  background: #26c485;
}
/* page services */
.services-block {
  padding: 58px 0px 0;
}
.services-block .heading-2 {
  text-align: left;
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 25px;
}
.services-block p {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 36px;
}
.services-block .iframe {
  float: right;
  margin-left: 50px;
  margin-top: -20px;
}
.services-block .list {
  margin-top: -11px;
  padding-bottom: 41px;
}
.services-block .list li {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 9px;
  padding-left: 36px;
}
.services-block .heading-3 {
  font-size: 30px;
  line-height: 36px;
  font-family: 'WhitneySsmMedium';
  text-transform: uppercase;
  padding-bottom: 0;
}
.services-list {
  padding: 63px 13px 88px;
  text-align: center;
}
.services-list li {
  display: inline-block;
  margin: 0;
  width: 25%;
  padding: 0 3px 6px;
  vertical-align: text-top;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.services-list li > a {
  border: 2px solid #d0d0ce;
  padding: 107px 25px 29px;
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -o-transition: all 0.5s;
  /* Opera */
}
.services-list li > a:before {
  content: "";
  position: absolute;
  top: 45px;
  left: 50%;
  width: 85px;
  height: 50px;
  margin-left: -43px;
  background: url(../images/services-icons.png) 0 0 no-repeat;
}
.services-list li:hover > a {
  background: url(../images/services-bg.jpg) center center no-repeat;
  background-size: cover;
  border-color: #183d6a;
}
.services-list li:hover > a:before {
  background-position: 0 -64px;
}
.services-list li:hover .heading-4 {
  color: #183d6a;
}
.services-list li .heading-4 {
  text-transform: uppercase;
  color: #666;
  line-height: 1.2em;
  text-align: center;
  display: table-row;
  padding-bottom: 0;
  letter-spacing: -1px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -o-transition: all 0.5s;
  /* Opera */
}
.services-list li .heading-4 span {
  height: 85px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.services-list li p {
  color: #666;
  text-align: justify;
  font-size: 14px;
  line-height: 17px;
  padding-top: 4px;
  /* Piven Added Text Cut */
  text-overflow: ellipsis;
  height: 148px;
  overflow: hidden;
  /* End Piven Added Text Cut */
}
.services-case .page-title .heading-1 {
  font-size: 61px;
  line-height: 1.2em;
  padding-top: 183px;
  position: relative;
  padding-bottom: 39px;
  background-image: url(../images/bg-title-big.jpg);
  background-size: cover;
}
.services-case .page-title .heading-1:before {
  content: "";
  position: absolute;
  top: 29px;
  left: 50%;
  height: 143px;
  width: 254px;
  margin-left: -127px;
  background: url(../images/services-title-icon.png) center center no-repeat;
}
.services-case .services-block {
  padding-top: 69px;
  padding-bottom: 55px;
}
.services-case .services-block p {
  padding-bottom: 45px;
}
.services-case .services-block .list {
  padding-bottom: 28px;
}
.services-case .services-block .list li {
  padding-bottom: 5px;
}
/* portfolio */
.portfolio .page-title {
  background: none;
  border: none;
  padding-top: 50px;
}
.portfolio .page-title .heading-1 {
  font-family: 'WhitneySsmBook';
  padding-bottom: 55px;
}
.portfolio .row-1 {
  padding: 0;
}
.portfolio .row-1 .img {
  float: right;
  width: 58.5%;
  margin-right: 0;
  margin-left: 30px;
  height: 550px;
}
.portfolio .row-1 .img .small-img {
  min-width: inherit;
  min-height: inherit;
  max-width: 383px !important;
  position: absolute;
  bottom: 66px;
  right: 35px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}
.portfolio .item {
  background: none;
  position: relative;
  padding-bottom: 0px;
  padding-right: 0px;
  margin-bottom: 87px;
  margin-top: 0;
}
.portfolio .item:last-child {
  margin-bottom: 26px;
}
.portfolio .text {
    padding: 33px 0px 60px 35px;
    max-width: 100%;
    width: 36%;
}
.portfolio .text .heading-3 {
  font-family: 'WhitneySsmMedium';
  color: #183d6a;
  padding-bottom: 34px;
}
.portfolio .text p {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  padding-bottom: 43px;
}
.portfolio .text .list-use {
  padding-bottom: 60px;
}
.portfolio .text .list-use li {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #183d6a;
  padding-bottom: 19px;
  padding-top: 8px;
  position: relative;
  padding-left: 62px;
}
.portfolio .text .list-use li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  width: 40px;
  text-align: center;
}
.portfolio .text .more {
  float: right;
  margin-right: 56px;
  padding-right: 38px;
  font-size: 24px;
  font-family: 'WhitneySsmSemibold';
  line-height: 1.2em;
  color: #26c485;
  position: relative;
}
.portfolio .text .more:after {
  content: "\f0a9";
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'FontAwesome';
  font-size: 36px;
}
.portfolio .text .more:hover,
.portfolio .text .more:focus {
  color: #183d6a;
}
.portfolio-case {
  counter-reset: realization;
}
.portfolio-case .page-title {
  text-align: center;
  background: none;
  padding-top: 52px;
  border: none;
  max-width: 980px;
  margin: 0 auto;
}
.portfolio-case img {
    width: auto!important;
    height: auto!important;
}
.portfolio-case .page-title .heading-1 {
  font-size: 48px;
  font-family: 'WhitneySsmBook';
  padding-top: 13px;
  padding-bottom: 19px;
}
.portfolio-case .info {
  /*text-align: center;*/
}
.portfolio-case .heading-3 {
    text-align: center;
}
.portfolio-case .info p {
  padding: 0 96px 51px;
  font-size: 20px;
  line-height: 30px;
}
.portfolio-case .info .heading-3 {
  font-size: 36px;
  font-family: 'WhitneySsmMedium';
  padding-top: 67px;
  padding-bottom: 31px;
  position: relative;
}
.portfolio-case .info .heading-3 i {
  position: absolute;
  top: 3px;
  font-size: 63px;
  color: #26c485;
  left: 50%;
  width: 100px;
  margin-left: -50px;
}
.portfolio-case .info .pretext {
  font-size: 24px;
  padding-bottom: 64px;
}
.portfolio-case .history {
  padding-top: 65px;
  padding-bottom: 28px;
}
.portfolio-case .history .heading-3 {
  padding-top: 68px;
  padding-bottom: 35px;
}
.portfolio-case .history .heading-3 i {
  font-size: 70px;
}
.portfolio-case .history p {
  line-height: 24px;
}
.portfolio-case .goal .heading-3,
.portfolio-case .result .heading-3 {
  padding-top: 65px;
  padding-bottom: 33px;
}
.portfolio-case .goal .heading-3 i,
.portfolio-case .result .heading-3 i {
  font-size: 56px;
  top: 6px;
}
/* .portfolio-case .goal p,
.portfolio-case .result p {
  line-height: 24px;
} */
.portfolio-case .goal ul,
.portfolio-case .result ul {
  padding: 32px 136px 40px;
  overflow: hidden;
}
.portfolio-case .goal ul li,
.portfolio-case .result ul li {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 18px;
  line-height: 18px;
  padding: 0 20px;
}
.portfolio-case .goal ul li img,
.portfolio-case .result ul li img {
  display: inline-block;
  padding-bottom: 14px;
}
.portfolio-case .result {
  padding-bottom: 19px;
}
.portfolio-case .result .heading-3 {
  padding-top: 71px;
  padding-bottom: 23px;
}
.portfolio-case .result .heading-3 i {
  font-size: 62px;
  top: 11px;
}
.portfolio-case .result p {
  padding-bottom: 40px;
}
.portfolio-case .result ul {
  padding-top: 0;
}
.portfolio-case .steps {
  padding-bottom: 28px;
}
.portfolio-case .steps .heading-3 {
  padding-top: 68px;
  padding-bottom: 35px;
}
.portfolio-case .steps .heading-3 i {
  font-size: 50px;
  top: 15px;
}

.portfolio-case .steps ol {
  padding: 18px 95px 11px 100px;
  margin: 0;
  counter-reset: item;
}
/* .portfolio-case .steps ol li {
    list-style-type: decimal;
    margin-left: 138px;
    position: relative;
    font-size: 20px;
    line-height: 17px;
    text-align: left;
    padding-bottom: 20px;
} */
.portfolio-case .info ol li{
    list-style-type: decimal;
    font-size: 20px;
    line-height: 25px;
    margin-left: 20px;
    padding-bottom: 14px;
}
.portfolio-case .info ol {
    padding: 0 215px 51px;
}
/* .portfolio-case .steps ol li:before {
  counter-increment: item;
  content: '0' counter(item);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 96px;
  line-height: 46px;
  font-family: 'SegoeUI-BoldItalic';
  color: #fff;
  text-shadow: 2px 2px #26c485, -2px -2px #26c485, 2px -2px #26c485, -2px 2px #26c485;
} */
.portfolio-case .realization .heading-3 {
  padding-top: 73px;
  padding-bottom: 32px;
}
.portfolio-case .realization .heading-3 i {
  font-size: 60px;
  top: 13px;
}
.portfolio-case .realization p {
  font-size: 20px;
  padding-left: 0;
  padding-right: 0;
}
.portfolio-case .realization .step {
  font-size: 24px;
  line-height: 29px;
  text-align: left;
  padding-left: 234px;
  border-bottom: 1px solid #cdcccc;
  margin-bottom: 42px;
  padding-bottom: 70px;
  position: relative;
}
.portfolio-case .realization .step:before {
  counter-increment: realization;
  content: '0' counter(realization);
  position: absolute;
  top: 0;
  left: 102px;
  font-size: 96px;
  line-height: 46px;
  font-family: 'SegoeUI-BoldItalic';
  color: #26c485;
}
.portfolio-case .realization .with-img {
  padding-bottom: 42px;
}
.portfolio-case .realization .with-img img {
  float: right;
  margin-left: 100px;
}
.portfolio-case .realization .with-img p {
  text-align: left;
  padding: 0 0 0 12px;
  font-size: 24px;
  line-height: 29px;
}
.portfolio-case .row-bg {
  padding-bottom: 31px;
  margin-bottom: 65px;
  position: relative;
}
.portfolio-case .row-bg:before {
  content: "";
  position: absolute;
  background: #f8f8f8;
  top: 0;
  height: 100%;
  left: 50%;
  margin-left: -10000px;
  width: 20000px;
}
.portfolio-case .row-bg > * {
  position: relative;
}
.portfolio-case .idea {
  padding-top: 32px;
}
.portfolio-case .idea .heading-4 {
  font-size: 30px;
  padding-bottom: 32px;
}
.portfolio-case .idea .sidebar-right {
  width: 25%;
  float: right;
  margin-left: 30px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-right: 40px;
  text-align: left;
}
.portfolio-case .idea .sidebar-right img {
  margin-left: 18px;
  margin-bottom: 36px;
}
.portfolio-case .idea .sidebar-right img:last-child {
  margin-top: -22px;
  margin-bottom: 26px;
}
.portfolio-case .idea .col {
  text-align: left;
}
.portfolio-case .idea .col p {
  padding-left: 12px;
  padding-bottom: 29px;
  max-width: 910px;
  text-align: justify;
}
.portfolio-case .resources {
  padding-top: 75px;
}
.portfolio-case .resources .heading-3 {
  padding-top: 64px;
  padding-bottom: 15px;
}
.portfolio-case .resources .heading-3 i {
  font-size: 50px;
  top: 15px;
}
.portfolio-case .resources ul {
  padding-bottom: 11px;
}
.portfolio-case .resources ul li {
  float: left;
  width: 25%;
  position: relative;
  padding-top: 40px;
  padding-bottom: 120px;
  text-align: left;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.portfolio-case .resources ul li > * {
  position: relative;
  color: #0b2550;
  display: block;
}
.portfolio-case .resources ul li span {
  font-size: 24px;
  line-height: 18px;
  display: block;
  margin-top: -14px;
}
.portfolio-case .resources ul li strong {
  font-size: 94px;
  font-family: 'PFHandbookPro-Black';
  line-height: 1em;
  letter-spacing: -1px;
}
.portfolio-case .resources ul li i {
  font-size: 220px;
  position: absolute;
  top: 0;
  left: 0;
  color: #7095c8;
}
.portfolio-case .resources ul .counter-1 {
  padding-left: 88px;
}
.portfolio-case .resources ul .counter-1 i {
  font-size: 235px;
  line-height: 0.93em;
}
.portfolio-case .resources ul .counter-2 {
  padding-left: 100px;
}
.portfolio-case .resources ul .counter-2 i {
  font-size: 222px;
  line-height: 1em;
}
.portfolio-case .resources ul .counter-3 {
  padding-left: 86px;
}
.portfolio-case .resources ul .counter-3 i {
  font-size: 221px;
  line-height: 0.98em;
}
.portfolio-case .resources ul .counter-4 {
  padding-left: 130px;
}
.portfolio-case .resources ul .counter-4 i {
  font-size: 207px;
  line-height: 1em;
}
.portfolio-case .resources ul:after {
  content: "";
  display: table;
  clear: both;
}
.testimonials {
  background: url(../images/bg-testimonials.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 55px 0 52px 0;
  color: #fff;
}
.testimonials .heading-2 {
  color: #fff;
  padding-bottom: 49px;
}
.testimonials .iframe {
  float: right;
  margin-left: 54px;
  margin-right: 99px;
  margin-top: 9px;
}
.testimonials p {
  padding-left: 12px;
  font-size: 24px;
  line-height: 29px;
}
.modules .page-title {
  background: none;
}
.modules .page-title .heading-1 {
  padding-top: 14px;
}
.modules .with-sidebar-left {
  position: relative;
}
.modules .sidebar-left:before {
  content: "";
  background: #f0f0ef;
  height: 55px;
  width: 20000px;
  left: 50%;
  margin-left: -10000px;
  position: absolute;
  top: 0;
}
.modules .sidebar-left > * {
  position: relative;
}
.modules .item {
  margin-top: 0;
  padding-left: 17px;
  padding-bottom: 40px;
  margin-bottom: 47px;
  border-bottom: 2px solid #d0d0ce;
}
.modules .item img {
  float: left;
  margin-right: 34px;
  width: 200px;
}
.modules .item .rating {
  float: right;
  margin-top: 12px;
  width: 99px;
  height: 16px;
  background: url(../images/rating.gif) 0 0 no-repeat;
}
.modules .item .rating span {
  display: block;
  height: 16px;
  background: url(../images/rating.gif) 0 bottom no-repeat;
}
.modules .item .heading-4 {
  font-size: 30px;
  padding-top: 4px;
  padding-bottom: 12px;
}
.modules .item p {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 18px;
}
.modules .item .price {
  float: left;
  margin-right: 34px;
}
.modules .item button.btn {
  padding: 4px 10px 3px;
  background: #fff;
  font-size: 24px;
  font-family: 'WhitneySsmMedium';
  margin-right: 30px;
}
.modules .item button.btn:hover,
.modules .item button.btn:focus {
  background: #183d6a;
}
.modules .item button.add-to-wishlist {
  padding: 0;
  border: none;
  background: url(../images/sprite.png) -150px -34px no-repeat;
  top: 8px;
  position: relative;
  width: 31px;
  height: 29px;
  transition: all 0s;
  -webkit-transition: all 0s;
  /* Safari and Chrome */
  -moz-transition: all 0s;
  /* Firefox 4 */
  -o-transition: all 0s;
  /* Opera */
}
.modules .item button.add-to-wishlist:hover,
.modules .item button.add-to-wishlist:focus {
  background-position: -119px -34px;
}
.price {
  display: inline-block;
  width: 205px;
  background: #26c485;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  font-size: 30px;
  font-family: 'WhitneySsmMedium';
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 10px 20px;
}
.price span {
  font-size: 24px;
  position: relative;
}
.price span:after {
  content: "";
  position: absolute;
  top: 62%;
  height: 1px;
  background: #fff;
  left: 0;
  right: 0;
}
.shop-icons {
  float: right;
  margin-right: 118px;
}
.shop-icons li {
  float: left;
  margin-left: 21px;
}
.shop-icons li a {
  display: block;
  height: 33px;
  background: url(../images/sprite.png) -10px -69px no-repeat;
  transition: all 0s;
  -webkit-transition: all 0s;
  /* Safari and Chrome */
  -moz-transition: all 0s;
  /* Firefox 4 */
  -o-transition: all 0s;
  /* Opera */
}
.shop-icons li.cart a {
  width: 44px;
  background-position: -123px -67px;
}
.shop-icons li.cart a:hover {
  background-position: -123px -107px;
}
.shop-icons li.wishlist {
  margin-left: 40px;
}
.shop-icons li.wishlist a {
  width: 29px;
  background-position: -73px -69px;
}
.shop-icons li.wishlist a:hover {
  background-position: -73px -109px;
}
.shop-icons li.login a {
  width: 23px;
}
.shop-icons li.login a:hover {
  background-position: -10px -109px;
}
.sidebar-left {
  width: 338px;
  float: left;
  margin-left: -5px;
  margin-right: 20px;
}
.content {
  overflow: hidden;
  position: relative;
}
.sort {
  margin-bottom: 51px;
  position: relative;
  z-index: 10;
}
.sort .view {
  float: right;
  margin-right: 10px;
}
.sort .view a {
  display: block;
  width: 47px;
  height: 51px;
  position: relative;
  border: 2px solid transparent;
}
.sort .view a:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 8px;
  width: 29px;
  height: 28px;
  background: url(../images/sprite.png) -48px -152px no-repeat;
}
.sort .view a:hover:before {
  background-position: -48px -212px;
}
.sort .view li {
  float: left;
}
.sort .view li.active a {
  border-color: #183d6a;
  background: #d9d9d7;
}
.sort .view li:last-child a {
  width: 43px;
}
.sort .view li:last-child a:before {
  width: 25px;
  background-position: -102px -153px;
}
.sort .view li:last-child a:hover:before {
  background-position: -102px -213px;
}
.sort .view li:first-child a:before {
  background-position: 0 -152px;
}
.sort .view li:first-child a:hover:before {
  background-position: 0 -212px;
}
.sort .jq-selectbox {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.sort .jq-selectbox select {
  display: none;
}
.sort .jq-selectbox:first-child {
  width: 450px;
}
.sort .jq-selectbox:focus .jq-selectbox__select,
.sort .jq-selectbox:hover .jq-selectbox__select,
.sort .jq-selectbox.opened .jq-selectbox__select {
  border-color: #183d6a;
  background: #d9d9d7;
  color: #183d6a;
}
.sort .jq-selectbox__select {
  border: 2px solid transparent;
  background: transparent;
  padding: 14px 50px 13px 16px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -o-transition: all 0.3s;
  /* Opera */
  cursor: pointer;
}
.sort .jq-selectbox__select .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 23px;
  right: 13px;
  border: 5px solid transparent;
  border-bottom-width: 8px;
  border-top: 8px solid #4e4e4e;
}
.sort .jq-selectbox__dropdown {
  border: 2px solid #183d6a;
  margin-top: 1px;
  top: 100% !important;
  bottom: auto !important;
  width: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.sort .jq-selectbox__dropdown li {
  padding: 14px 16px 13px;
  border-bottom: 1px solid #183d6a;
  background: #fff;
  cursor: pointer;
}
.sort .jq-selectbox__dropdown li:last-child {
  border-bottom: none;
}
.sort .jq-selectbox__dropdown li:hover {
  color: #183d6a;
  background: #f0f0ef;
}
.filters .heading-3 {
  font-size: 18px;
  padding-top: 10px;
  margin-bottom: 36px;
}
.filters .heading-4 {
  background: #f0f0ef;
  padding: 6px 30px 5px;
  font-size: 18px;
  margin-bottom: 24px;
}
.filters .price-text {
  display: inline-block;
  border-color: #a3b1c3;
  border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  width: 95px;
  height: 32px;
  margin: 0 3px;
}
.filters .price-slider-input {
  text-align: center;
  font-size: 16px;
}
.filters #range-slider,
.filters #range-slider2 {
  position: relative;
  margin-top: 36px;
  margin-bottom: 79px;
  height: 2px;
  margin-left: 32px;
  margin-right: 32px;
  background: #d0d0ce;
}
.filters #range-slider .ui-slider-handle,
.filters #range-slider2 .ui-slider-handle {
  position: absolute;
  top: -17px;
  width: 31px;
  height: 31px;
  border: 2px solid #183d6a;
  background: #fff;
  margin-left: -17px;
  border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  cursor: pointer;
}
.filters #range-slider .ui-slider-handle span,
.filters #range-slider2 .ui-slider-handle span {
  position: absolute;
  top: 100%;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  font-size: 14px;
  margin-top: 1px;
  text-align: center;
}
.filters #range-slider .ui-slider-handle:focus,
.filters #range-slider2 .ui-slider-handle:focus {
  outline: none;
}
.filters .reset-filters {
  background: none;
  border: none;
  padding: 0 0 0 36px;
  position: relative;
  font-size: 16px;
  font-family: 'WhitneySsmBook';
  color: #ffa0a0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -o-transition: all 0.3s;
  /* Opera */
}
.filters .reset-filters i {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  left: 13px;
  top: 8px;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #ffa0a0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -o-transition: all 0.3s;
  /* Opera */
}
.filters .reset-filters:hover {
  color: #ff7474;
}
.filters .reset-filters:hover i {
  border-color: #ff7474;
}
.filters .product-filter {
  padding-left: 15px;
  padding-bottom: 15px;
}
.filters .product-filter li {
  position: relative;
  text-align: left;
  font-size: 16px;
  padding-bottom: 16px;
}
.filters .product-filter li input[type="checkbox"] {
  display: none;
}
.filters .product-filter li .jq-checkbox,
.filters .product-filter li .jq-radio {
  position: absolute !important;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/sprite.png) 0 0 no-repeat;
}
.filters .product-filter li .jq-checkbox .jq-checkbox__div,
.filters .product-filter li .jq-radio .jq-checkbox__div,
.filters .product-filter li .jq-checkbox .jq-radio__div,
.filters .product-filter li .jq-radio .jq-radio__div {
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 14px;
}
.filters .product-filter li .jq-checkbox.checked .jq-checkbox__div,
.filters .product-filter li .jq-radio.checked .jq-checkbox__div,
.filters .product-filter li .jq-checkbox.checked .jq-radio__div,
.filters .product-filter li .jq-radio.checked .jq-radio__div {
  background: url(../images/sprite.png) 0 -41px no-repeat;
}
.filters .product-filter li.green .jq-checkbox.checked .jq-checkbox__div,
.filters .product-filter li.green .jq-radio.checked .jq-checkbox__div,
.filters .product-filter li.green .jq-checkbox.checked .jq-radio__div,
.filters .product-filter li.green .jq-radio.checked .jq-radio__div {
  background: url(../images/sprite.png) 0 -22px no-repeat;
}
.filters .product-filter li label {
  cursor: pointer;
  position: relative;
  padding-left: 38px;
  display: inline-block;
}
.filters .product-filter li.checked label:after {
  background: url(../images/sprite.png) 0 bottom no-repeat;
}
.module-description .page-title {
  background: none;
  text-align: center;
}
.module-description .page-title .heading-1 {
  padding-bottom: 12px;
}
.module-description .page-title .heading-1 img {
  display: inline-block;
  margin-top: -23px;
  margin-right: 11px;
}
.module-description .page-title .rating {
  display: inline-block;
  width: 164px;
  height: 27px;
  background: url(../images/rating-big.gif) 0 bottom repeat-x;
  margin-bottom: 18px;
}
.module-description .page-title .rating span {
  display: block;
  height: 27px;
  background: url(../images/rating-big.gif) 0 0 repeat-x;
}
.module-description .page-title .bg {
  background: url(../images/bg-title-big.jpg) center center;
  background-size: cover;
  padding: 10px 0 15px 0;
}
.module-description .add-ty-cart {
  padding-top: 54px;
  padding-bottom: 57px;
}
.module-description .add-ty-cart .col1 {
  float: left;
  width: 66%;
  border-bottom: 2px solid #d0d0ce;
  margin-right: 30px;
  padding-bottom: 27px;
}
.module-description .add-ty-cart .col1 label {
  width: 350px;
  float: left;
  margin-right: 20px;
  font-size: 24px;
  font-family: 'WhitneySsmMedium';
  margin-bottom: 40px;
  line-height: 42px;
}
.module-description .add-ty-cart .col1 > div:after {
  content: "";
  display: table;
  clear: both;
}
.module-description .add-ty-cart .col1 input[type="text"] {
  height: 43px;
  margin-bottom: 5px;
  width: 395px;
}
.module-description .add-ty-cart .col1 .small {
  font-size: 12px;
  line-height: 14px;
  color: #666666;
  max-width: 395px;
  display: inline-block;
  padding-bottom: 38px;
}
.module-description .add-ty-cart .col1 .jq-selectbox select {
  display: none;
}
.module-description .add-ty-cart .col1 .jq-selectbox .jq-selectbox__select {
  position: relative;
  padding: 8px 70px 7px 12px;
  border: 2px solid #d0d0ce;
  cursor: pointer;
}
.module-description .add-ty-cart .col1 .jq-selectbox .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 17px;
  right: 14px;
  border: 5px solid transparent;
  border-bottom-width: 8px;
  border-top: 8px solid #4e4e4e;
}
.module-description .add-ty-cart .col1 .jq-selectbox .jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  bottom: auto !important;
  margin-top: 1px;
  border: 2px solid #d0d0ce;
}
.module-description .add-ty-cart .col1 .jq-selectbox .jq-selectbox__dropdown li {
  cursor: pointer;
  padding: 8px 70px 7px 12px;
  border-bottom: 1px solid #d0d0ce;
  background: #fff;
}
.module-description .add-ty-cart .col1 .jq-selectbox .jq-selectbox__dropdown li:last-child {
  border-bottom: none;
}
.module-description .add-ty-cart .col1 .jq-selectbox .jq-selectbox__dropdown li:hover {
  background: #f4f4f4;
}
.module-description .add-ty-cart .col2 {
  overflow: hidden;
  max-width: 360px;
}
.module-description .add-ty-cart .submit {
  margin-top: 17px;
  padding: 4px 37px 3px 100px;
  background: #fff;
  font-size: 24px;
  font-family: 'WhitneySsmMedium';
  position: relative;
  margin-right: 20px;
}
.module-description .add-ty-cart .submit:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 26px;
  width: 45px;
  height: 36px;
  background: url(../images/sprite.png) -123px -107px no-repeat;
}
.module-description .add-ty-cart .submit:hover {
  color: #183d6a;
  background: #f0f0f0;
}
.module-description .add-ty-cart .add-ty-wishlist {
  padding: 0 0 0 0;
  height: 33px;
  width: 29px;
  border: none;
  top: 12px;
  position: relative;
  background: url(../images/sprite.png) -73px -72px no-repeat;
  transition: all 0s;
  -webkit-transition: all 0s;
  /* Safari and Chrome */
  -moz-transition: all 0s;
  /* Firefox 4 */
  -o-transition: all 0s;
  /* Opera */
}
.module-description .add-ty-cart .add-ty-wishlist:hover {
  background: url(../images/sprite.png) -73px -112px no-repeat;
}
.module-description .heading-4 {
  font-size: 30px;
  color: #183d6a;
  padding-bottom: 21px;
}
.module-description p {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 49px;
}
.module-description ol {
  counter-reset: item;
  padding-bottom: 38px;
}
.module-description ol li {
  list-style-type: none;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 34px;
}
.module-description ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  font-size: 30px;
  line-height: 30px;
  font-family: 'WhitneySsmSemibold';
  color: #183d6a;
  position: absolute;
  left: 0;
  top: -3px;
}
.parametrs {
  padding-bottom: 22px;
}
.parametrs li {
  position: relative;
  text-align: left;
  font-size: 16px;
  padding-bottom: 26px;
  padding-top: 5px;
}
.parametrs li input[type="checkbox"] {
  display: none;
}
.parametrs li .jq-checkbox {
  position: absolute !important;
  top: 10px;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../images/sprite.png) 0 0 no-repeat;
}
.parametrs li .jq-checkbox .jq-checkbox__div {
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 14px;
}
.parametrs li .jq-checkbox.checked .jq-checkbox__div {
  background: url(../images/sprite.png) 0 -22px no-repeat;
}
.parametrs li label {
  display: inline-block;
  font-size: 24px;
  line-height: 29px;
  padding-right: 48px;
  font-family: 'WhitneySsmMedium';
}
.separator {
  border-top: 2px solid #d0d0ce;
  padding-top: 20px;
  margin-top: 4px;
  text-align: center;
}
.separator .cols {
  margin: 0 -10px;
}
.separator .cols .col {
  padding: 0 10px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 50%;
  float: left;
}
.separator .cols:after {
  content: "";
  display: table;
  clear: both;
}
.separator iframe {
  margin: 27px 0 70px 0;
}
.demo {
  padding-bottom: 66px;
}
.demo .heading-2 {
  padding-bottom: 40px;
}
.demo img {
  margin-bottom: 53px;
}
.demo .btn {
  width: 389px;
  font-size: 24px;
  font-family: 'WhitneySsmMedium';
  padding: 4px 10px 3px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.list {
  text-align: left;
}
.list li {
  font-size: 20px;
  line-height: 24px;
  padding-left: 32px;
  padding-bottom: 14px;
  position: relative;
  background: transparent;
}
.list li:before{
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 20px;
  height: 10px;
  background: url(../images/sprite.png) -94px -34px no-repeat;
}

.testimon {
  padding-bottom: 65px;
}
.testimon .heading-2 {
  padding-bottom: 35px;
}
.testimon .slider-testimon .slick-list {
  padding-top: 41px;
  padding-bottom: 14px;
}
.testimon .slider-testimon {
  padding: 0 54px;
}
.testimon .slick-arrow {
  width: 9px;
  height: 20px;
  margin-top: -7px;
}
.testimon .slick-arrow:before {
  border-width: 10px;
  border-left-width: 9px;
  border-right-width: 9px;
}
.testimon .slick-prev {
  left: 37px;
}
.testimon .slick-prev:before {
  border-right-color: #aebbcb;
}
.testimon .slick-prev:hover:before {
  border-right-color: #183d6a;
}
.testimon .slick-next {
  right: 44px;
}
.testimon .slick-next:before {
  border-left-color: #aebbcb;
}
.testimon .slick-next:hover:before {
  border-left-color: #183d6a;
}
.testimon .item {
  margin: 0 38px;
  border: 1px solid #636c6c;
  border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  position: relative;
  padding: 13px 12px 20px 16px;
  text-align: left;
}
.testimon .item img {
  border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  position: absolute;
  top: -42px;
  left: 14px;
}
.testimon .item .heading-5 {
  font-family: 'WhitneySsmSemibold';
  font-size: 18px;
  font-weight: 500;
  color: #183d6a;
  padding-left: 106px;
  padding-bottom: 30px;
}
.testimon .item p {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  font-style: italic;
  padding-bottom: 0;
  height: 102px;
  overflow: hidden;
}
.testimon .item .more {
  position: absolute;
  bottom: -14px;
  font-size: 31px;
  font-family: 'FontAwesome';
  color: #8e9295;
  width: 27px;
  height: 27px;
  line-height: 27px;
  left: 50%;
  margin-left: -15px;
  text-align: center;
  background: #fff;
}
.testimon .item .more:hover {
  color: #183d6a;
}
.testimon .item .more:before {
  content: "\f0ab";
}
.testimon .item.open p {
  height: auto;
}
.testimon .item.open .more:before {
  content: "\f0aa";
}
.guarantees {
  padding-bottom: 60px;
}
.guarantees .heading-2 {
  padding-bottom: 36px;
}
.guarantees .cols {
  margin: 0 -10px;
}
.guarantees .cols:after {
  content: "";
  display: table;
  clear: both;
}
.guarantees .cols .col {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 82px 0 38px;
}
.guarantees .block {
  position: relative;
  border: 1px solid #183d6a;
  border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  text-align: left;
  padding-bottom: 29px;
}
.guarantees .block img {
  float: right;
  margin-right: -59px;
  margin-top: -1px;
  border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
}
.guarantees .block *{
  font-size: 16px;
  font-family: 'WhitneySsmBook';
  line-height: 19px;
  padding-bottom: 0;
}
.guarantees .block .title {
  background: #183d6a;
  position: relative;
  padding: 12px 0 12px 0;
  margin-bottom: 54px;
}
.guarantees .block .title .heading-4 {
  font-size: 22px;
  color: #fff;
  padding-left: 48px;
  padding-bottom: 0;
}
.guarantees .block .title .heading-4:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -10px;
  border: 18px solid transparent;
  border-top-width: 27px;
  border-bottom-width: 27px;
  border-top-color: #fff;
  border-left-color: #fff;
}
.guarantees .block .title:before {
  content: "";
  position: absolute;
  bottom: -34px;
  right: 0;
  left: 30px;
  background: #8e9295;
  height: 28px;
}
.guarantees .block .title:after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -34px;
  border: 14px solid transparent;
  border-left-width: 9px;
  border-right-width: 9px;
  border-left-color: #fff;
  border-bottom-color: #fff;
}
.packages .custom .back {
  float: right;
  font-size: 20px;
  color: #183d6a;
  text-decoration: underline;
  padding-right: 32px;
  position: relative;
}
.packages .custom .back:after {
  content: "\f115";
  position: absolute;
  top: 3px;
  right: 0;
  font-family: 'FontAwesome';
}
.packages .custom.page-title .heading-1 {
  padding-bottom: 4px;
}
.packages .custom .container-block {
  border: 2px solid #183d6a;
  background: #fff;
  margin: 0 -5px;
  margin-top: 9px;
}
.packages .custom .package tbody tr td:last-child:after {
  display: none;
}
.packages .custom .base-services {
  background: #e2e1e1;
  padding-left: 27px;
  text-align: left;
  padding-right: 10px;
}
.packages .custom .base-services .disabled {
  opacity: 1;
}
.packages .custom .base-services .disabled:before {
  background: none;
}
.packages .custom .base-services .all-price {
  font-size: 80px;
  float: right;
}
.packages .custom .base-services .all-price:before {
  display: none;
}
.packages .custom .base-services .all-price span {
  font-size: 48px;
  font-family: 'Roboto', sans-serif;
  position: relative;
}
.packages .custom .base-services .all-price span:after {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  height: 2px;
  background: #2c2c2b;
}
.packages .custom .btns {
  text-align: right;
  padding-right: 17px;
  line-height: 1.4em;
  padding-bottom: 39px;
}
.packages .custom .btns div {
  padding-right: 38px;
  padding-bottom: 38px;
}
.packages .custom .btns .btn:before {
  position: absolute;
  content: "";
  top: -100px;
  left: -290px;
  width: 218px;
  height: 179px;
  background: url(../images/arrow_upd.png) 0 0 no-repeat;
}
.packages .page-title {
  background: url(../images/bg_top.jpg) center center no-repeat;
  background-size: cover;
  border-top: none;
  padding-bottom: 37px;
}
.packages .page-title .heading-1 {
  padding-top: 23px;
  padding-bottom: 47px;
}
.packages .tabs {
  margin: 0 -5px;
}
.packages .tab-content .tab {
  opacity: 0;
  height: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  /* Safari and Chrome */
  -moz-transition: all 0.4s;
  /* Firefox 4 */
  -o-transition: all 0.4s;
  /* Opera */
}
.packages .tab-content .tab.active {
  opacity: 1;
  height: auto;
}
.packages .tabs-nav {
  position: relative;
  z-index: 2;
  padding-top: 33px;
}
.packages .tabs-nav:after {
  content: "";
  display: table;
  clear: both;
}
.packages .tabs-nav li {
  float: left;
  text-align: center;
  width: 30.5%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: 2px solid #183d6a;
  background: #d0d0ce;
  cursor: pointer;
  position: relative;
}
.packages .tabs-nav li:after {
  content: "";
  position: absolute;
  bottom: 15px;
  height: 2px;
  background: #d0d0ce;
  left: 0;
  right: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -o-transition: all 0.3s;
  /* Opera */
}
.packages .tabs-nav li:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -o-transition: all 0.3s;
  /* Opera */
  border-top-color: #d0d0ce;
}
.packages .tabs-nav li.active:after {
  bottom: -2px;
}
.packages .tabs-nav li.active:before {
  bottom: -17px;
}
.packages .tabs-nav li.featured {
  width: 39%;
  margin-top: -33px;
  background: #f5d10a;
}
.packages .tabs-nav li.featured:after {
  background: #f5d10a;
}
.packages .tabs-nav li.featured:before {
  border-top-color: #f5d10a;
}
.packages .tabs-nav li.featured .label {
  position: absolute;
  top: -10px;
  left: -11px;
}
.packages .tabs-nav li.featured .title {
  padding: 44px 20px 47px;
}
.packages .tabs-nav li.featured .price {
  font-size: 100px;
  padding: 26px 0 4px 0;
}
.packages .tabs-nav li.featured .price span {
  font-size: 60px;
}
.packages .tabs-nav li.featured .price span:after {
  background: #2c2c2b;
  height: 2px;
}
.packages .tabs-nav li.featured p {
  font-size: 30px;
  padding-bottom: 34px;
}
.packages .tabs-nav li.active .title,
.packages .tabs-nav li:hover .title,
.packages .tabs-nav li:focus .title {
  color: #303030;
  font-size: 48px;
}
.packages .tabs-nav li:first-child {
  border-right: none;
}
.packages .tabs-nav li:last-child {
  border-left: none;
  background: #b8b8b7;
}
.packages .tabs-nav li:last-child:after {
  background: #b8b8b7;
}
.packages .tabs-nav li:last-child:before {
  border-top-color: #b8b8b7;
}
.packages .tabs-nav .title {
  font-size: 40px;
  font-family: 'WhitneySsmSemibold';
  background: #fff;
  padding: 36px 20px 39px;
  color: #666666;
  text-transform: uppercase;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -o-transition: all 0.3s;
  /* Opera */
}
.packages .tabs-nav .price {
  background: none;
  font-size: 71px;
  line-height: 1em;
  font-family: 'WhitneySsmMedium';
  color: #303030;
  width: 100%;
  padding: 30px 0 84px 0;
}
.packages .tab-content {
  border: 2px solid #183d6a;
  border-top: none;
  background: #fff;
  padding-bottom: 43px;
}
.packages .social-package {
  background: #183d6a;
  color: #fff;
  padding: 21px 30px 30px 44px;
}
.packages .social-package p {
  font-size: 20px;
  padding-bottom: 0;
}
.packages .social-package p strong {
  font-size: 36px;
  font-weight: normal;
  font-family: 'WhitneySsmSemibold';
  display: inline-block;
}
.packages .social-package .fa {
  font-size: 30px;
}
.packages .social-package .fa.fa-vk {
  font-size: 36px;
}
.packages .base-services {
  text-align: center;
  padding-top: 32px;
}
.packages .btns{
  margin-top: 32px;
}
.packages .base-services li {
  display: inline-block;
  font-size: 20px;
  line-height: 34px;
  font-family: 'WhitneySsmMedium';
  margin: 0 15px;
  position: relative;
}
.packages .custom .base-services{
  min-height: 98px;
  box-sizing:border-box;
}
.packages .custom .btns{
  margin-top: 0;
}
.packages .base-services li label {
  padding-left: 48px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -o-transition: all 0.3s;
  /* Opera */
}
.packages .base-services li label:hover {
  text-decoration: underline;
}
.packages .base-services li .jq-radio {
  position: absolute !important;
  top: 0;
  left: 0;
}
.packages .base-services li .jq-radio input {
  display: none;
}
.packages .base-services li .jq-radio:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 31px;
  background: #fff;
  border: 2px solid #183d6a;
  border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
}
.packages .base-services li .jq-radio.checked:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 25px;
  height: 25px;
  background: url(../images/sprite.png) -64px -2px no-repeat;
}
.packages .btns {
  font-size: 24px;
  line-height: 46px;
  font-family: 'WhitneySsmMedium';
  text-align: center;
}
.packages .btns .btn {
  display: inline-block;
  padding: 15px 56px 15px 14px;
  font-size: 30px;
  font-family: 'WhitneySsmMedium';
  position: relative;
}
.packages .btns .btn:after {
  content: "\f101";
  font-size: 36px;
  font-family: 'FontAwesome';
  position: absolute;
  top: 15px;
  right: 14px;
}
.packages .testimonials {
  text-align: center;
  padding-bottom: 69px;
  margin-bottom: 71px;
}
.packages .testimonials iframe {
  display: inline-block;
  margin: 0 20px;
  float: none;
}
.packages .testimonials .heading-2 {
  padding-bottom: 59px;
}
.packages .portfolio {
  padding-top: 13px;
  padding-bottom: 37px;
}
.packages .portfolio .heading-2 {
  padding-bottom: 37px;
}
.certificates {
  background: #f8f8f8;
  position: relative;
  padding-bottom: 49px;
  text-align: center;
  padding-top: 60px;
}
.certificates .heading-2 {
  padding-bottom: 36px;
}
.certificates:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 106px;
  background: #fff;
}
.certificates > * {
  position: relative;
}
.certificates ul li {
  display: inline-block;
  margin: 0 10px;
}
.package thead tr td {
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 12px;
}
.package thead tr td .heading-3 {
  padding-top: 0;
}
.package tr td {
  border-right: 2px solid #fff;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-align: right;
  padding: 5px 30px;
  vertical-align: text-top;
}
.package tr td:first-child {
  width: 52.8%;
  padding-left: 77px;
  padding-right: 34px;
  text-align: left;
}
.package tr td:last-child {
  width: 15.5%;
  border-right: none;
  text-align: left;
  padding-left: 23px;
  padding-right: 38px;
}
.package .heading-3 {
  font-size: 24px;
  font-family: 'WhitneySsmSemibold';
  line-height: 30px;
  padding-bottom: 0;
  padding-top: 5px;
}
.package .plus {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 9px;
  cursor: pointer;
  background: url(../images/sprite.png) -124px -2px no-repeat;
}
.package .active .plus {
  background-position: -161px -2px;
}
.package tbody tr td:first-child {
  position: relative;
}
.package tbody tr td:first-child h4:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 44px;
  width: 21px;
  height: 20px;
  background: url(../images/sprite.png) -94px -2px no-repeat;
}
.package tbody tr td:first-child.without-icon:before {
  display: none;
}
.package tbody tr td:nth-child(2) {
  font-size: 24px;
  text-decoration: line-through;
  font-family: 'WhitneySsmBook';
  color: #666666;
}
.package tbody tr td:last-child {
  font-size: 24px;
  font-family: 'WhitneySsmMedium';
  color: #2c2c2b;
  position: relative;
}
.package tbody tr td:last-child:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 11px;
  width: 26px;
  height: 25px;
  background: url(../images/sprite.png) -30px 0 no-repeat;
}
.package tbody tr td .heading-4 {
  font-size: 20px;
}
.package tbody tr td p {
  font-size: 16px;
  line-height: 18px;
  color: #666666;
  padding-top: 18px;
  padding-bottom: 14px;
}
.package tbody tr td p:before {
  content: "";
  padding-left: 22px;
}
.package tbody tr td strong {
  font-size: 16px;
  line-height: 18px;
  color: #666666;
  padding-left: 22px;
}
.package tbody tr td .list {
  padding-top: 4px;
  padding-bottom: 4px;
}
.package tbody tr td .list li {
  font-size: 16px;
  line-height: 18px;
  padding-left: 22px;
  color: #666666;
  padding-bottom: 6px;
  background-position: 0 4px;
}
.package tbody tr:nth-child(2n) td {
  background: #e2e1e1;
}
.roznitca #main,
.shop #main {
  padding-top: 0;
}
.roznitca #header,
.shop #header {
  background: rgba(3, 3, 3, 0.3);
}
.roznitca #header.fixed,
.shop #header.fixed {
  background: #4e4e4e;
}
.roznitca .main-buttons,
.shop .main-buttons {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}
.roznitca .main-buttons .heading-2,
.shop .main-buttons .heading-2 {
  text-transform: none;
  font-family: 'WhitneySsmSemibold';
}
.roznitca .main-buttons .heading-4,
.shop .main-buttons .heading-4 {
  max-width: 840px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 27px;
}
.roznitca .main-buttons .heading-3,
.shop .main-buttons .heading-3 {
  font-size: 28px;
  font-family: 'WhitneySsmBook';
  color: #fff;
  padding-bottom: 9px;
}
.roznitca .main-buttons .fa,
.shop .main-buttons .fa {
  font-size: 48px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -o-transition: all 0.3s;
  /* Opera */
}
.roznitca .main-buttons .fa:hover,
.shop .main-buttons .fa:hover,
.roznitca .main-buttons .fa:active,
.shop .main-buttons .fa:active {
  color: #26c485;
}
.roznitca .buttons a,
.shop .buttons a {
  font-family: 'WhitneySsmBook';
  padding-left: 64px;
  padding-right: 64px;
  background: #26c485;
}
.roznitca .buttons a:hover,
.shop .buttons a:hover,
.roznitca .buttons a:active,
.shop .buttons a:active {
  background: none;
}
.roznitca .testimonials,
.shop .testimonials {
  text-align: center;
  padding-bottom: 69px;
  margin-bottom: 71px;
}
.roznitca .testimonials iframe,
.shop .testimonials iframe {
  display: inline-block;
  margin: 0 20px;
  float: none;
}
.roznitca .testimonials .heading-2,
.shop .testimonials .heading-2 {
  padding-bottom: 59px;
}
.roznitca .certificates .heading-2,
.shop .certificates .heading-2,
.roznitca .guarantees .heading-2,
.shop .guarantees .heading-2,
.roznitca .testimon .heading-2,
.shop .testimon .heading-2 {
  text-transform: none;
}
.advantages {
  background: #f8f8f8;
  margin-top: 10px;
  padding-top: 65px;
  padding-bottom: 37px;
}
.advantages .heading-2 {
  text-transform: none;
  padding-bottom: 55px;
}
.advantages ul {
  margin: 0 -60px;
}
.advantages ul:after {
  content: "";
  display: table;
  clear: both;
}
.advantages ul li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 60px;
  text-align: center;
}
.advantages ul .icon {
  width: 254px;
  height: 143px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
.advantages ul .icon:after,
.advantages ul .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/advantages-icon.png) right 0 no-repeat;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -o-transition: all 0.3s;
  /* Opera */
}
.advantages ul .icon:after {
  background-position: 0 0;
  opacity: 0;
}
.advantages ul .heading-4 {
  font-size: 20px;
  line-height: 22px;
  font-family: 'WhitneySsmMedium';
  padding-bottom: 8px;
}
.advantages ul .box:hover .icon:before {
  opacity: 0;
}
.advantages ul .box:hover .icon:after {
  opacity: 1;
}
.advantages ul .box:hover .btn {
  visibility: visible;
  opacity: 1;
}
.advantages ul p {
  font-size: 14px;
  line-height: 16px;
  padding: 0 10px 14px;
}
.advantages ul .btn {
  font-size: 24px;
  font-family: 'WhitneySsmBook';
  padding: 3px 22px;
  opacity: 0;
  visibility: hidden;
}
.advantages ul .btn:after {
  content: "\f101";
  font-family: 'FontAwesome';
  padding-left: 8px;
}
.projects {
  padding-top: 50px;
  padding-bottom: 91px;
}
.projects .heading-2 {
  text-transform: none;
  padding-bottom: 11px;
}
.projects p {
  font-size: 18px;
  line-height: 20px;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
  padding-bottom: 36px;
}
.projects .tabs {
  padding: 0 0 0 70px;
}
.projects .tabs-nav {
  float: left;
  width: 412px;
}
.projects .tabs-nav li {
  border: 3px solid transparent;
  color: #9fa9a9;
  margin-top: -3px;
  position: relative;
  cursor: pointer;
  padding: 15px 23px 8px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -o-transition: all 0.3s;
  /* Opera */
  display: table;
  width: 100%;
  vertical-align: middle;
  font-size: 16px;
  line-height: 19px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.projects .tabs-nav li .box {
  display: table-row;
  width: 100%;
}
.projects .tabs-nav li:after {
  content: "";
  position: absolute;
  right: -3px;
  top: 0px;
  bottom: -3px;
  width: 12px;
  background: #9fa9a9;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -o-transition: all 0.3s;
  /* Opera */
}
.projects .tabs-nav li.active,
.projects .tabs-nav li:hover {
  border-color: #183d6a;
}
.projects .tabs-nav li.active:after,
.projects .tabs-nav li:hover:after {
  background: #183d6a;
}
.projects .tabs-nav li.active,
.projects .tabs-nav li:hover {
  color: #183d6a;
}
.projects .tabs-nav li.active .icon,
.projects .tabs-nav li:hover .icon {
  background-position: right 0;
}
.projects .tabs-nav li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 12px;
  width: 76%;
}
.projects .tabs-nav li .icon {
  padding-left: 0;
  width: 60px;
  height: 60px;
}
.projects .tab-content {
  float: right;
  width: 802px;
}
.projects .tab-content .tab {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -o-transition: all 0.5s;
  /* Opera */
}
.projects .tab-content .tab.active {
  height: auto;
  opacity: 1;
  padding-bottom: 1px;
}
.projects .tab-content .heading-4 {
  font-size: 30px;
  padding-top: 20px;
  color: #183d6a;
  padding-bottom: 37px;
}
.projects .tab-content img {
  float: right;
  margin-top: 8px;
}
.projects .tab-content ul {
  padding-bottom: 78px;
}
.projects .tab-content ul li {
  padding-bottom: 6px;
  padding-left: 35px;
  position: relative;
}
.projects .tab-content ul li:before,
.projects .tab-content ul li:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/sprite.png) 0 0 no-repeat;
}
.projects .tab-content ul li:after {
  background-position: 0 -20px;
  top: 3px;
}
.projects .tab-content .btns a {
  display: inline-block;
  font-size: 30px;
  line-height: 1.2em;
  padding: 7px 10px 9px;
  border: 2px solid #183d6a;
  color: #183d6a;
}
.projects .tab-content .btns a:nth-child(2) {
  border-left: none;
}
.projects .tab-content .btns a:hover,
.projects .tab-content .btns a:active {
  color: #fff;
  background: #183d6a;
}
.work-steps {
  background: #f8f8f8;
  padding-top: 58px;
  padding-bottom: 80px;
}
.work-steps .heading-2 {
  text-transform: none;
}
.work-steps .steps {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 8px;
}
.work-steps .steps:after {
  content: "";
  display: table;
  clear: both;
}
.work-steps .steps li {
  width: 50%;
  float: left;
  display: table;
  padding-top: 20px;
  padding-bottom: 2px;
}
.work-steps .steps li span {
  height: 100px;
  vertical-align: middle;
  display: table-cell;
  line-height: 20px;
}
.work-steps .steps li div {
  width: 280px;
  float: left;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-left: 30px;
}
.work-steps .steps li:nth-child(even) {
  float: right;
}
.work-steps .steps li:nth-child(even) div {
  float: right;
  padding-left: 0;
}
.mission {
  padding-top: 200px;
  padding-bottom: 173px;
  background: url(../images/bg-mission.jpg) center 0 no-repeat;
  background-size: cover;
}
.mission blockquote {
  width: 57.7%;
  float: right;
  padding: 0;
}
.mission blockquote p {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -1px;
}
.mission blockquote p span {
  display: inline-block;
}
.mission .logo {
  float: none;
  padding-bottom: 26px;
}
.teach {
  background: #f8f8f8;
  padding-top: 59px;
}
.teach .heading-2 {
  text-transform: none;
  padding-bottom: 12px;
}
.teach .pretext {
  text-align: center;
  padding-bottom: 60px;
}
.teach ul {
  margin: 0 -40px;
  overflow: hidden;
}
.teach ul li {
  float: left;
  padding: 0 40px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 33.33%;
  font-size: 16px;
  line-height: 19px;
}
.teach ul li:before {
  content: "";
  float: left;
  width: 78px;
  height: 79px;
  margin-right: 20px;
  background: url(../images/teach-icons.png) right 0 no-repeat;
}
.teach ul li:first-child:before {
  background-position: 0 0;
}
.teach .now {
  margin: 0 auto;
  max-width: 830px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding-top: 56px;
  padding-bottom: 68px;
}
.teach .now strong {
  font-size: 24px;
  line-height: 29px;
  font-family: 'WhitneySsmSemibold';
  text-transform: uppercase;
  color: #183d6a;
  font-weight: normal;
}
.slider-teach {
  margin: 0 -18px;
  padding-bottom: 60px;
  margin-bottom: 82px;
}
.slider-teach .item {
  padding: 0 18px;
}
.slider-teach .link {
  padding-left: 35px;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  display: inline-block;
  margin-top: 4px;
}
.slider-teach .link:before {
  content: "\f0a9";
  font-size: 22px;
  font-family: 'FontAwesome';
  color: #183d6a;
  position: absolute;
  top: 2px;
  left: 0;
}
.slider-teach .link:hover,
.slider-teach .link:active {
  color: #183d6a;
}
.slider-teach .slick-arrow {
  width: 9px;
  height: 20px;
  top: auto;
  bottom: 0;
}
.slider-teach .slick-arrow:before {
  border-width: 10px;
  border-left-width: 9px;
  border-right-width: 9px;
}
.slider-teach .slick-prev {
  left: auto;
  right: 50%;
  margin-right: 12px;
}
.slider-teach .slick-prev:before {
  border-right-color: #aebbcb;
}
.slider-teach .slick-prev:hover:before {
  border-right-color: #183d6a;
}
.slider-teach .slick-next {
  right: auto;
  left: 50%;
  margin-left: 12px;
}
.slider-teach .slick-next:before {
  border-left-color: #aebbcb;
}
.slider-teach .slick-next:hover:before {
  border-left-color: #183d6a;
}
.ps {
  background: #345b8a;
  margin-bottom: 19px;
  color: #fff;
  padding-top: 24px;
}
.ps .heading-3 {
  color: #fff;
  padding-left: 98px;
  font-family: 'WhitneySsmMedium';
}
.ps .ps-text {
  float: left;
  width: 50%;
  padding-left: 106px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin-right: -10px;
  padding-top: 35px;
}
.ps .heading-4 {
  border-bottom: 1px solid #859db9;
  margin-bottom: 12px;
  overflow: hidden;
  max-width: 402px;
  position: relative;
  left: 35px;
}
.ps .list {
  overflow: hidden;
  padding-bottom: 30px;
}
.ps .list li {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 6px;
  position: relative;
  background: transparent;
}
.ps .list li:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/sprite.png)no-repeat -30px -34px;
  width: 20px;
  height: 20px;
}
/* form style */
input,
textarea {
  background: #fff;
  margin-bottom: 10px;
  border-radius: 0px;
  -o-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  padding: 6px 10px 6px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 280px;
  height: 36px;
  font-size: 16px;
  color: #303030;
  line-height: 20px;
  border: 2px solid #d0d0ce;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #303030;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #303030;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #303030;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #303030;
  opacity: 1;
}
input.error,
textarea.error {
  color: red;
}
input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  color: red;
}
input.error::-moz-placeholder,
textarea.error::-moz-placeholder {
  color: red;
}
input.error:-moz-placeholder,
textarea.error:-moz-placeholder {
  color: red;
}
input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  color: red;
}
label.error {
  display: none !important;
}
/* popup */
.popup, .popup2 {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -o-transition: all 0.5s;
  /* Opera */
  opacity: 0;
  visibility: hidden;
}
.popup.open, .popup2.open {
  visibility: visible;
  opacity: 1;
}
.popup .overlay-popup, .popup2 .overlay-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.popup .content-popup, .popup2 .content-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 470px;
  margin-left: -235px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: #fff;
  border: 2px solid #183d6a;
  padding: 51px 17px 42px;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.popup .close, .popup2 .close {
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 24px;
  color: #183d6a;
}
.popup .close:hover,
.popup .close:active,
.popup2 .close:hover,
.popup2 .close:active {
  color: #303030;
}
.popup h3, .popup2 h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  font-family: 'WhitneySsmBook';
  padding-bottom: 30px;
}
.popup h3 strong, .popup2 h3 strong {
  font-size: 24px;
  font-family: 'WhitneySsmMedium';
  display: block;
}
.popup input, .popup2 input {
  width: 100%;
  height: 55px;
  padding: 12px 15px 12px;
  font-size: 24px;
  font-family: 'WhitneySsmBook';
  line-height: 29px;
  margin-bottom: 7px;
  border: 1px solid #c1c1c1;
}
.popup input::-webkit-input-placeholder, .popup2 input::-webkit-input-placeholder {
  color: #d2d2d2;
  opacity: 1;
}
.popup input::-moz-placeholder, .popup2 input::-moz-placeholder {
  color: #d2d2d2;
  opacity: 1;
}
.popup input:-moz-placeholder, .popup2 input:-moz-placeholder {
  color: #d2d2d2;
  opacity: 1;
}
.popup input:-ms-input-placeholder, .popup2 input:-ms-input-placeholder {
  color: #d2d2d2;
  opacity: 1;
}
.popup .btn, .popup2 .btn {
  margin-top: 22px;
  display: block;
  width: 100%;
  font-size: 30px;
  line-height: 36px;
  font-family: 'WhitneySsmMedium';
  text-align: center;
  padding: 12px 10px 18px;
  background: #fff;
}
.popup .btn:after, .popup2 .btn:after {
  font-size: 36px;
  line-height: 36px;
  padding-left: 6px;
  content: "\f101";
  font-family: 'FontAwesome';
}
.popup .btn:hover,
.popup .btn:active,
.popup2 .btn:hover,
.popup2 .btn:active {
  background: #183d6a;
}
/* footer */
footer {
  background: #2d312f;
  color: #fff;
  padding-bottom: 14px;
  padding-top: 21px;
}
footer .container {
  max-width: 1360px;
  display: table;
}
footer .logo {
  float: none;
  padding-bottom: 15px;
}
.social li {
  display: inline-block;
  margin-right: 3px;
}
.contacts {
  padding-bottom: 10px;
}
.contacts li {
  font-size: 18px;
  font-family: "Tahoma";
  line-height: 20px;
  padding-bottom: 7px;
  margin-bottom: 15px;
}
.contacts li:last-child{
  margin-bottom: 0;
}
.contacts li a {
  display: inline-block;
  padding-left: 37px;
  position: relative;
  color: #fff;
  text-decoration: underline;
}
.contacts li a:hover,
.contacts li a:focus {
  color: #636c6c;
}
.contacts li a.tel {
  text-decoration: none;
}
.contacts li a:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-family: 'FontAwesome';
  line-height: 20px;
}
.contacts li a.mail:before {
  content: "\f1fa";
}
.contacts li a.skype:before {
  content: "\f17e";
}
.contacts li a.tel:before {
  content: "\f095";
}
.contacts li a.tel{
  font-size: 22px;
}
.social li a{
  background: #404041;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  display: block;
  font-size: 25px;
  text-align: center;
  padding-top: 9px;
  box-sizing: border-box;
  color: #fff;
}
.social li a:hover,
.social li a:focus {
  color: #636c6c;
}
.copy{
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  padding-bottom: 0;
}
.one_box_foot{
  vertical-align: top;
  display: table-cell;
  border-right: 1px solid #191b1a;
}
.two_box_foot{
  vertical-align: top;
  display: table-cell;
  padding: 15px 30px;
  border-right: 1px solid #191b1a;
  border-left: 1px solid #616864;
}
.three_box_foot{
  vertical-align: top;
  padding-left: 55px;
  display: table-cell;
  border-left: 1px solid #616864;
}
.two_box_foot a{
  font-family: 'WhitneySsmSemibold';
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}
.two_box_foot a:hover, .two_box_foot a:focus {
  color: #636c6c;
}
.two_box_foot li a{
  font-size: 14px;
  text-transform: none;
  padding-left: 12px;
  position: relative;
  vertical-align: top;
  font-family: 'WhitneySsmBook';
}
.two_box_foot ul{
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    max-width: 277px;
}
.two_box_foot li a:before{
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
}
.three_box_foot a{
  font-family: 'WhitneySsmSemibold';
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  line-height: 33px;
}
.three_box_foot a:hover, .three_box_foot a:focus {
  color: #636c6c;
}
/* responsive */
@media (max-width: 1400px) {
  .categories-nav li a,
  .categories-nav li span {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }
  .row-2 .text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
  .row-1 .img {
    margin-right: 30px;
  }
  .row-1 .text {
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .portfolio .row-1 .text {
    padding-top: 20px;
    padding-right: 0px;
  }
  .row-3 .col {
     min-height: 764px;
  }
  .row-3 .text {
    padding-top: 80px;
  }
  .main-menu .container > ul {
    padding-left: 30px;
  }
  .main-menu .container > ul > li {
    font-size: 30px;
    padding-bottom: 0;
  }
  .module-description .add-ty-cart .col1 label {
    width: 300px;
  }
  .module-description .add-ty-cart .submit {
    padding-left: 80px;
  }
  .module-description .add-ty-cart .submit:before {
    left: 16px;
  }
  .module-description .add-ty-cart .col1 .small {
    max-width: 320px;
  }
  .module-description .add-ty-cart .col1 input[type="text"] {
    width: 320px;
  }
  .module-description .add-ty-cart .col1 {
    padding-bottom: 72px;
  }
  iframe {
    max-width: 100%;
  }
  .testimon .item {
    margin: 0 10px;
  }
  .guarantees .cols .col {
    padding-left: 10px;
    padding-right: 60px;
  }
  .guarantees .block .title .heading-4 {
    font-size: 16px;
  }
  .sort .jq-selectbox__select {
    font-size: 13px;
    padding-right: 30px;
    padding-left: 10px;
  }
  .sort .view {
    margin-right: 0;
  }
  .sort .jq-selectbox__dropdown li {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .package tr td:last-child {
    width: 25%;
  }
  .packages .base-services li label {
    font-size: 16px;
  }
  .packages .custom .base-services .all-price {
    font-size: 40px;
  }
  .packages .custom .base-services .all-price span {
    font-size: 30px;
  }
  .packages .btns .btn {
    font-size: 20px;
  }
  .packages .testimonials iframe {
    max-width: 40%;
    margin: 0 4%;
  }
  .portfolio .text .more {
    float: none;
  }
  .portfolio .text .list-use {
    padding-bottom: 30px;
  }
  .certificates:before {
    display: none;
  }
  .certificates ul li {
    margin: 0 20px 20px;
  }
  .packages .tabs-nav li.featured .price {
    font-size: 70px;
  }
  .packages .tabs-nav li.featured p {
    font-size: 20px;
  }
  .portfolio-case .idea .col {
    overflow-y: hidden;
  }
  .portfolio-case .realization .with-img p,
  .testimonials p {
    font-size: 18px;
    line-height: 24px;
  }
  .portfolio-case .resources ul i {
    font-size: 180px !important;
  }
  .portfolio-case .resources ul li strong {
    font-size: 80px;
  }
  .services-block iframe {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .advantages ul li {
    padding: 0 30px;
    width: 48%;
    float: none;
    display: inline-block;
    padding-bottom: 30px;
    vertical-align: top;
  }
  .advantages ul {
    margin: 0 -30px;
  }
  .projects .tabs {
    padding-left: 0;
  }
  .projects .tabs-nav {
    width: 360px;
    margin-right: 30px;
  }
  .projects .tab-content {
    float: none;
    width: auto;
    overflow: hidden;
  }
  .projects .tab-content .btns a {
    font-size: 26px;
  }
  .roznitca .testimonials iframe,
  .shop .testimonials iframe {
    margin-bottom: 20px;
  }
  .testimon {
    padding-top: 50px;
  }
  .ps .heading-3 {
    padding-left: 0;
  }
  .ps .ps-text {
    padding-left: 0;
  }
  .ps .list {
    padding-bottom: 0;
  }
}
@media (max-width: 1240px) {
    .blog .img img{
        min-height: initial;
        min-width: initial;
    }
    .row-3 .img {
        height: 240px;
    }
    .row-1 .blog_img {
        background-size: contain;
    }
    .row-3 .col {
        min-height: 700px;
    }
    .row-3 .text {
        padding-top: 60px;
    }
    .row-3.items .btn-info{
        top: 8px;
    }
}
@media (max-width: 1024px) {
  .categories-nav li a,
  .categories-nav li span {
    font-size: 13px;
  }
  .module-description .add-ty-cart .col1 label {
    width: 270px;
  }
  .module-description .add-ty-cart .submit {
    margin-right: 10px;
  }
  .guarantees .block p {
    font-size: 13px;
    line-height: 15px;
  }
  .services-list li {
    width: 33.33%;
  }
}
@media (max-width: 979px) {
  .roznitca .main-buttons,
  .shop .main-buttons {
    height: 840px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .roznitca .main-buttons .fa,
  .shop .main-buttons .fa {
    bottom: 100px;
  }
  .categories-nav li {
    display: inline-block;
    height: 69px;
    float: none;
  }
  .categories-nav ul {
    text-align: center;
  }
  .row-1 .img {
    float: none;
    width: 100%;
  }
  .row-3 .col {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    min-height: initial;
  }
  .main-menu .container > ul {
    width: 50% !important;
  }
  .main-menu .container > ul > li > ul {
    padding-top: 0;
  }
  .main-menu .container {
    padding-top: 80px;
  }
  .shop-icons {
    margin-right: 0;
  }
  .module-description .add-ty-cart .col1 {
    float: none;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .module-description .add-ty-cart .col2 {
    width: 100%;
    float: none;
    max-width: inherit;
  }
  .demo .btn {
    font-size: 20px;
    width: 100%;
  }
  .guarantees .block img {
    display: none;
  }
  .guarantees .block p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .guarantees .cols .col {
    padding-right: 10px;
  }
  .guarantees .block .title .heading-4 {
    font-size: 14px;
  }
  iframe {
    max-height: 600px;
  }
  .sort .jq-selectbox__select {
    border-color: #f0f0ef;
    margin-top: 10px;
  }
  .modules .item img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .modules .item .price {
    float: none;
    display: inline-block;
    margin-bottom: 3px;
  }
  .package tbody tr td:last-child,
  .package tbody tr td:nth-child(2) {
    font-size: 16px;
  }
  .package thead tr td {
    font-size: 13px;
  }
  .package tr td:first-child {
    padding-left: 40px;
  }
  .package tbody tr td:first-child:before {
    left: 10px;
  }
  .packages .custom .base-services {
    padding-left: 10px;
  }
  .packages .base-services li {
    margin: 0 5px;
  }
  .packages .custom .base-services .all-price {
    display: block;
    text-align: right;
    float: none;
    margin-top: 10px;
  }
  .packages .custom .btns div {
    padding-right: 0;
  }
  .packages .testimonials iframe {
    margin: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .portfolio .row-1 .img {
    float: none;
    width: 100%;
    margin-left: 0;
    position: relative;
    margin-bottom: 40px;
    display: none;
  }
  .portfolio .row-1 .text {
    padding: 20px;
    width: 100%;
    float: none;
    box-sizing: border-box;
  }
  .portfolio .item{
      margin-bottom: 40px;
  }
  .portfolio .row-1 .img .small-img {
    bottom: 20px;
  }
  .packages .tabs-nav li {
    width: 100%;
    float: none;
  }
  .packages .tabs-nav li:first-child {
    border: 2px solid #183d6a;
  }
  .packages .tabs-nav li.featured {
    margin-top: 0;
    width: 100%;
    border-top: none;
  }
  .packages .tabs-nav li:last-child {
    border: 2px solid #183d6a;
    border-top: none;
  }
  .packages .tabs-nav li.active:after,
  .packages .tabs-nav li.active:before {
    display: none !important;
  }
  .packages .tabs-nav .title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .packages .tabs-nav .price,
  .packages .tabs-nav li.featured .title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .packages .tabs-nav li.featured .label {
    max-width: 140px;
    top: -8px;
    left: -8px;
  }
  .packages .tabs-nav li.active .title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .packages .tabs-nav li.featured .price {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .packages .tabs-nav li.featured p {
    padding-bottom: 10px;
  }
  .portfolio-case .info p,
  .portfolio-case .steps ol {
    padding-left: 0;
    padding-right: 0;
  }
  .portfolio-case .goal ul,
  .portfolio-case .result ul {
    padding-left: 0;
    padding-right: 0;
  }
  .portfolio-case .realization .step {
    padding-left: 136px;
  }
  .portfolio-case .realization .step:before {
    left: 0px;
  }
  .progressbar img {
    margin-bottom: 20px;
  }
  .portfolio-case .realization p {
    font-size: 18px;
    line-height: 24px;
  }
  .portfolio-case .realization .with-img img {
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .portfolio-case .resources ul li {
    width: 50%;
  }
  .testimonials {
    text-align: center;
  }
  .testimonials iframe {
    float: none;
    display: inline-block;
    margin: 0 0 20px;
  }
  .buttons a {
    font-size: 20px;
  }
  .item.container .soc-buttons-share {
    left: 0;
  }
  .item.container .row {
    padding-left: 0;
    padding-right: 0;
  }
  .item.container .text {
    padding-left: 66px;
    padding-right: 0;
  }
  .services-list li {
    width: 50%;
  }
  .newsletter p,
  .newsletter .btn {
    opacity: 1;
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .item.container .category {
    opacity: 1;
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .item.container .item,
  .item.container .text,
  .img-slider,
  .newsletter p,
  .newsletter .btn,
  .heading-2,
  .items.slider,
  .main-buttons .heading-4,
  .buttons,
  .show-more,
  .sidebar-left,
  .sort,
  .page-title .bg,
  .add-ty-cart,
  .visible-block,
  .slider-testimon {
    opacity: 1;
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .show-more button {
    opacity: 1;
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .row-1 .item,
  .content .item {
    opacity: 1;
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .row-3 .row,
  .guarantees .row,
  .goal .row,
  .result .row {
    opacity: 1;
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .row-3 .col,
  .guarantees .col,
  .goal .col,
  .result .col {
    opacity: 1;
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .row-2 .col {
    opacity: 1;
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .advantages ul li {
    padding: 0 10px;
    padding-bottom: 30px;
  }
  .advantages ul {
    margin: 0 -10px;
  }
  .projects .tabs-nav {
    float: none;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .projects .tabs-nav li:after {
    display: none;
  }
  .work-steps .steps li div {
    width: 190px;
    padding-left: 0;
  }
  .mission blockquote {
    float: none;
    width: 100%;
  }
  .mission {
    background-position: right;
  }
  .teach ul li {
    padding: 0 10px;
    text-align: center;
  }
  .teach ul li:before {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  .teach ul {
    margin: 0 -10px;
  }
  .ps .ps-text {
    position: absolute;
    bottom: 0;
    opacity: 0.1;
  }
  .ps .list {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .homepage #main {
    position: relative;
    top: 0px;
    margin-top: 100px;
  }
  .buttons a {
    box-sizing: border-box;
    width: 290px;
    text-align: center;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 32px;
    margin-bottom: 14px;
  }
  .buttons {
    padding-bottom: 25px;
  }
  .homepage #main .phone-call {
    display: inline-block;
  }
  .menu-link {
    margin-left: 30px;
  }
  .phone-call {
    font-size: 20px;
    display: none;
  }
  .main-menu .container > ul > li > ul {
    padding-bottom: 0;
  }
  .categories-nav li span {
    padding-bottom: 12px;
  }
  .categories-nav li {
    height: 56px;
  }
  .row-2 .col-small,
  .row-2 .col-big {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  footer .container {
    padding-left: 60px;
  }
  .buttons a {
    border-left-width: 2px;
    margin-bottom: 3px;
  }
  .shop-icons {
    float: none;
    padding-top: 10px;
    display: inline-block;
  }
  .shop-icons li:first-child {
    margin-left: 0;
  }
  .breadcrumbs {
    float: none;
    overflow: hidden;
  }
  .breadcrumbs ul {
    display: inline-block;
  }
  .breadcrumbs li {
    font-size: 14px;
  }
  .top-nav {
    height: auto;
    text-align: center;
  }
  .module-description .add-ty-cart .col1 label {
    width: 100%;
    margin-bottom: 0;
  }
  .module-description .add-ty-cart .col1 .small {
    padding-bottom: 0;
  }
  .module-description .add-ty-cart .col1 > div {
    margin-bottom: 20px;
  }
  iframe {
    max-height: 300px;
  }
  .separator .cols .col {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .guarantees .block .title .heading-4 {
    font-size: 20px;
  }
  .guarantees .block img {
    display: block;
  }
  .guarantees .cols .col {
    padding-right: 60px;
    padding-bottom: 120px;
    float: none;
    width: 100%;
  }
  .sidebar-left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .sort .view {
    float: none;
    overflow-y: hidden;
    background: #f0f0ef;
  }
  .package tbody tr td:nth-child(2),
  .package thead tr td:nth-child(2) {
    display: none;
  }
  .package tr td:last-child {
    padding-left: 13px;
    width: 28%;
  }
  .packages .custom .btns {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .packages .custom .btns div {
    padding-bottom: 20px;
  }
  .packages .btns .btn {
    font-size: 18px;
  }
  .packages .btns .btn:before {
    display: none;
  }
  .packages .base-services li {
    margin-bottom: 5px;
  }
  .portfolio-case .idea .sidebar-right {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .portfolio-case .resources ul .counter-1 i {
    font-size: 160px !important;
  }
  .portfolio-case .resources ul li {
    padding-left: 70px !important;
  }
  .portfolio-case .resources ul li strong {
    font-size: 70px;
  }
  .portfolio-case .result ul li {
    padding: 0 10px;
  }
  .services-list li {
    width: 100%;
  }
  .search {
    float: none;
    margin-top: 10px;
    width: 218px;
    display: inline-block;
  }
  .advantages ul li {
    width: 100%;
    float: none;
  }
  .projects .tab-content .btns a {
    font-size: 20px;
  }
  .work-steps .steps {
    background: none;
  }
  .work-steps .steps li div {
    float: none;
    width: 100%;
  }
  .work-steps .steps li {
    float: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .work-steps .steps li span {
    height: inherit;
  }
  .work-steps .steps li:nth-child(even) {
    float: none;
  }
  .work-steps .steps {
    counter-reset: list;
  }
  .work-steps .steps li {
    position: relative;
    padding-left: 40px;
  }
  .work-steps .steps li:before {
    counter-increment: list;
    content: counter(list) ". ";
    font-size: 24px;
    font-family: 'WhitneySsmMedium';
    position: absolute;
    top: 0;
    left: 0;
  }
  .mission {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .teach ul li {
    float: none;
    width: 100%;
    padding-bottom: 30px;
  }
  .roznitca .testimonials iframe,
  .shop .testimonials iframe {
    margin: 0 0 20px 0;
  }
}
/* visible blocks */
.row-2 .col {
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  /* Safari and Chrome */
  -moz-transition: all 0.6s;
  /* Firefox 4 */
  -o-transition: all 0.6s;
  /* Opera */
  transform: translateY(80px);
  -o-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
}
.row-2 .visible .col {
  opacity: 1;
  transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
.row-3 .row,
.guarantees .row,
.goal .row,
.result .row {
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  /* Safari and Chrome */
  -moz-transition: all 0.6s;
  /* Firefox 4 */
  -o-transition: all 0.6s;
  /* Opera */
  transform: translateY(80px);
  -o-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
}
.row-3 .row.visible,
.guarantees .row.visible,
.goal .row.visible,
.result .row.visible {
  opacity: 1;
  transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
.row-3 .col,
.guarantees .col,
.goal .col,
.result .col {
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  /* Safari and Chrome */
  -moz-transition: all 0.6s;
  /* Firefox 4 */
  -o-transition: all 0.6s;
  /* Opera */
  transform: translateY(80px);
  -o-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
}
.row-3 .col:nth-child(2),
.guarantees .col:nth-child(2),
.goal .col:nth-child(2),
.result .col:nth-child(2) {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  /* Safari and Chrome */
  -moz-transition: all 0.8s;
  /* Firefox 4 */
  -o-transition: all 0.8s;
  /* Opera */
  transform: translateY(280px);
  -o-transform: translateY(280px);
  -moz-transform: translateY(280px);
  -webkit-transform: translateY(280px);
  -ms-transform: translateY(280px);
}
.row-3 .col:nth-child(3),
.guarantees .col:nth-child(3),
.goal .col:nth-child(3),
.result .col:nth-child(3) {
  transform: translateY(480px);
  -o-transform: translateY(480px);
  -moz-transform: translateY(480px);
  -webkit-transform: translateY(480px);
  -ms-transform: translateY(480px);
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari and Chrome */
  -moz-transition: all 1s;
  /* Firefox 4 */
  -o-transition: all 1s;
  /* Opera */
}
.row-3 .col:nth-child(4),
.guarantees .col:nth-child(4),
.goal .col:nth-child(4),
.result .col:nth-child(4) {
  transform: translateY(680px);
  -o-transform: translateY(680px);
  -moz-transform: translateY(680px);
  -webkit-transform: translateY(680px);
  -ms-transform: translateY(680px);
  transition: all 1.2s;
  -webkit-transition: all 1.2s;
  /* Safari and Chrome */
  -moz-transition: all 1.2s;
  /* Firefox 4 */
  -o-transition: all 1.2s;
  /* Opera */
}
.row-3 .visible .col,
.guarantees .visible .col,
.goal .visible .col,
.result .visible .col {
  opacity: 1;
  transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
.advantages li,
.teach li,
.cource-counters li{
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  /* Safari and Chrome */
  -moz-transition: all 0.6s;
  /* Firefox 4 */
  -o-transition: all 0.6s;
  /* Opera */
  transform: translateY(80px);
  -o-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
}
.advantages li:nth-child(2),
.teach li:nth-child(2),
.cource-counters li:nth-child(2) {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  /* Safari and Chrome */
  -moz-transition: all 0.8s;
  /* Firefox 4 */
  -o-transition: all 0.8s;
  /* Opera */
  transform: translateY(280px);
  -o-transform: translateY(280px);
  -moz-transform: translateY(280px);
  -webkit-transform: translateY(280px);
  -ms-transform: translateY(280px);
}
.advantages li:nth-child(3),
.teach li:nth-child(3),
.cource-counters li:nth-child(3) {
  transform: translateY(480px);
  -o-transform: translateY(480px);
  -moz-transform: translateY(480px);
  -webkit-transform: translateY(480px);
  -ms-transform: translateY(480px);
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari and Chrome */
  -moz-transition: all 1s;
  /* Firefox 4 */
  -o-transition: all 1s;
  /* Opera */
}
.advantages li:nth-child(4),
.teach li:nth-child(4),
.cource-counters li:nth-child(4) {
  transform: translateY(680px);
  -o-transform: translateY(680px);
  -moz-transform: translateY(680px);
  -webkit-transform: translateY(680px);
  -ms-transform: translateY(680px);
  transition: all 1.2s;
  -webkit-transition: all 1.2s;
  /* Safari and Chrome */
  -moz-transition: all 1.2s;
  /* Firefox 4 */
  -o-transition: all 1.2s;
  /* Opera */
}
.advantages li:nth-child(5),
.cource-counters li:nth-child(5){
  transform: translateY(880px);
  -o-transform: translateY(880px);
  -moz-transform: translateY(880px);
  -webkit-transform: translateY(880px);
  -ms-transform: translateY(880px);
  transition: all 1.4s;
  -webkit-transition: all 1.4s;
  /* Safari and Chrome */
  -moz-transition: all 1.4s;
  /* Firefox 4 */
  -o-transition: all 1.4s;
  /* Opera */
}
.advantages .visible li,
.teach .visible li,
.cource-counters .visible li {
  opacity: 1;
  transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
.heading-2,
.items.slider,
.main-buttons .heading-4,
.homepage #main .heading-4,
.main-buttons .heading-3,
.buttons,
.show-more,
.sidebar-left,
.sort,
.page-title .bg,
.add-ty-cart,
.visible-block,
.slider-testimon,
.anim {
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  /* Safari and Chrome */
  -moz-transition: all 0.6s;
  /* Firefox 4 */
  -o-transition: all 0.6s;
  /* Opera */
  transform: translateY(80px);
  -o-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
}
.heading-2.visible,
.items.slider.visible,
.main-buttons .heading-4.visible,
.homepage #main .heading-4.visible,
.main-buttons .heading-3.visible,
.buttons.visible,
.show-more.visible,
.sidebar-left.visible,
.sort.visible,
.page-title .bg.visible,
.add-ty-cart.visible,
.visible-block.visible,
.slider-testimon.visible,
.anim.visible {
  opacity: 1;
  transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
.row-1 .item,
.content .item {
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  /* Safari and Chrome */
  -moz-transition: all 0.6s;
  /* Firefox 4 */
  -o-transition: all 0.6s;
  /* Opera */
  transform: translateY(80px);
  -o-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
}
.row-1 .item.visible,
.content .item.visible {
  opacity: 1;
  transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
.show-more button:before {
  transform: scale(1.5);
  -o-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  /* Safari and Chrome */
  -moz-transition: all 0.8s;
  /* Firefox 4 */
  -o-transition: all 0.8s;
  /* Opera */
}
.show-more.visible button:before {
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.item.container .item,
.item.container .text,
.img-slider,
.newsletter p,
.newsletter .btn {
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  /* Safari and Chrome */
  -moz-transition: all 0.6s;
  /* Firefox 4 */
  -o-transition: all 0.6s;
  /* Opera */
  transform: translateY(80px);
  -o-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
}
.item.container .item.visible,
.item.container .text.visible,
.img-slider.visible,
.newsletter p.visible,
.newsletter .btn.visible {
  opacity: 1;
  transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
.item.container .category {
  opacity: 0.1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  /* Safari and Chrome */
  -moz-transition: all 0.6s;
  /* Firefox 4 */
  -o-transition: all 0.6s;
  /* Opera */
  transform: translateY(80px);
  -o-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
}
.item.container.visible .category {
  opacity: 1;
  transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
.newsletter p,
.newsletter .btn {
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  /* Safari and Chrome */
  -moz-transition: all 0.6s;
  /* Firefox 4 */
  -o-transition: all 0.6s;
  /* Opera */
  transform: translateY(80px);
  -o-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
}
.newsletter.visible p,
.newsletter.visible .btn {
  opacity: 1;
  transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}


/*bey_style*/
.items .col.col_no_bg{
  background-color: transparent;
}
.items .custom_col{
  border: 1px solid #9f9e9e;
  border-radius: 3px;
  padding: 25px 25px 20px;
  box-sizing: border-box;
}
.icon_search{
  margin-right: 25px;
  float: left;
  position: relative;
  width: 60px;
  height: 60px;
}
.icon_search:before{
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 70px;
  height: 68px;
  background: url(../images/sprite.png) no-repeat -141px -152px;
}
.top_title_box{
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 0 25px;
  margin: 0 0 15px;
}
.content_box p{
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.result_search_txt{
  background: #f8e406;
  padding: 2px;
}
.pb_none{
  padding-bottom: 0!important;
}
.mt-20{
  margin-top: 20px;
}
.rating .fa{
  display: inline-block!important;
  color: #26c485;
  font-size: 17px;
}
.rating .fa.big{
  font-size: 30px;
}
.rating .fa-star{
  color: #26c485;
}
.modules .item .rating span,
.modules .item .rating,
.module-description .page-title .rating span,
.module-description .page-title .rating{
  background: transparent;
}
.img_box_bg ul {
  background: #fff;
  max-width: 1360px;
  padding: 0 8px;
  margin: 0 auto;
  box-sizing: border-box;
}
.img_box_bg li{
  display: inline-block;
  margin: 7px 2px;
  vertical-align: top;
  border: 5px solid #efefef;
  max-width: 182px;
  max-height: 182px;
  box-sizing: border-box;
}
#altBG,#canvas {
  width: 100%;
  height: 100%;
  padding: 0; margin: 0;
}
#canvas {
  position: absolute;
  top: 0; left: 0;
  z-index: -1;
}
.main-buttons .heading-4.p_b_70{
  padding-bottom: 70px;
}
.new_grid.advantages ul{
  text-align: center;
}
.new_grid.advantages ul li{
  max-width: 330px;
  width: 100%;
  float: none;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
}

/*lp style Bey*/
.lp .advantages ul,
.lp .new_grid.advantages ul{
  margin: 0;
}
.lp .advantages ul li,
.lp .new_grid.advantages ul li{
  padding: 0 5px;
}  
.lp .advantages ul .heading-4{
  display: block;
  min-height: 44px;
}
.lp .advantages ul .icon{
  display: block;
  margin: 0 auto 30px;
  height: 158px;
  vertical-align: middle;
  height: 100%;
}
.lp .advantages ul .icon:before,
.lp .advantages ul .icon:after{
  display: none;
}
.mt-20{
  margin-top: 20px!important;
}
.lp .double_head p.visible-block{
  font-size: 18px;
  line-height: 20px;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
  padding-bottom: 36px;
}
.lp .advantages.double_head .heading-2{
  padding-bottom: 11px;
}
.lp .ps .buttons {
  margin-bottom: 20px;
}
.lp .ps .ps-text{
  padding-top: 75px;
}

.lp .projects .tabs-nav li .icon {
  padding-left: 0;
  width: 60px;
  height: 60px;
  position: relative;
}

.lp .projects .tab-content ul {
  max-width: 620px;
}


.lp .projects .tab-content img {
  max-width: 210px;
}
// .lp.shop .main-buttons{
//   background: transparent;
// }
.lp .advantages ul .box .btn{
  display: none;
}
.lp.shop .buttons a:hover{
  background: #04b06c;
}
.lp .advantages ul .icon img{
  // -webkit-filter: grayscale(100%);
  // filter: grayscale(100%);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.lp .advantages ul li:hover .icon img{
  // -webkit-filter: grayscale(0%);
  // filter: grayscale(0%);
  -webkit-transform-origin: center;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.lp .projects .tab-content .active ul li{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
.lp .projects .tab-content .active ul li:nth-child(2){
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.lp .projects .tab-content .active ul li:nth-child(3){
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.lp .projects .tab-content .active ul li:nth-child(4){
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.lp .projects .tab-content .active ul li:nth-child(5){
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.lp .projects .tab-content .active ul li:nth-child(6){
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.lp .projects .tab-content .active ul li:nth-child(7){
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.lp .projects .tab-content .active ul li:nth-child(8){
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.lp .projects .tab-content .active ul li:nth-child(9){
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.lp .projects .tab-content .active ul li:nth-child(10){
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.lp .projects .tab-content .active ul li:nth-child(11){
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.lp .projects .tab-content .active ul li:nth-child(12){
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.lp .projects .tab-content .active ul li:nth-child(13){
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.lp .projects .tab-content .active img{
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.lp .projects .tab-content .active .btns{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
.lp .projects .tab-content img{
  margin: 0;
}
.lp .projects .tabs-nav{
  max-height: 433px;
  overflow-y: scroll;
}
.lp .projects .tab-content {
  width: 845px;
}
.lp .projects .tab-content img{
  margin-top: -20px;
}
.lp .projects .tabs-nav li img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.lp .projects .tabs-nav li.active img,
.lp .projects .tabs-nav li:hover img{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.lp .projects .tabs-nav li:first-child{
  margin-top: 0;
}
.lp .projects .tab-content ul li:before,
.lp .projects .tab-content ul li:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/sprite.png) 0 0 no-repeat;
}
.lp .projects .tab-content ul li:after {
  background-position: 0 -20px;
  top: 3px;
}
.lp .projects .tab-content .active ul li:after{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: custom;
  animation-name: custom;
}

.lp .projects .tab-content .active ul li:nth-child(1):after{
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.lp .projects .tab-content .active ul li:nth-child(2):after{
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.lp .projects .tab-content .active ul li:nth-child(3):after{
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.lp .projects .tab-content .active ul li:nth-child(4):after{
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.lp .projects .tab-content .active ul li:nth-child(5):after{
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.lp .projects .tab-content .active ul li:nth-child(6):after{
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.lp .projects .tab-content .active ul li:nth-child(7):after{
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.lp .projects .tab-content .active ul li:nth-child(8):after{
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}
.lp .projects .tab-content .active ul li:nth-child(9):after{
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}
.lp .projects .tab-content .active ul li:nth-child(10):after{
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.lp .projects .tab-content .active ul li:nth-child(11):after{
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s;
}
.lp .projects .tab-content .active ul li:nth-child(12):after{
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}
.lp .projects .tab-content .active ul li:nth-child(13):after{
  -webkit-animation-delay: 5.2s;
  animation-delay: 5.2s;
}
.certificates li:hover{
  -webkit-transform-origin: center;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.custo_box{
  overflow: scroll;
  height: 300px;
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@keyframes custom{
  from{
    width: 0px;
  }
  to{
    width: 20px;
  }
}
@-webkit-keyframes fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@keyframes fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes jello {
    0%, 100%, 11.1% {
    -webkit-transform: none;
    transform: none;
}
22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
}
77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
}
}@keyframes jello {
    0%, 100%, 11.1% {
    -webkit-transform: none;
    transform: none;
}
22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
}
77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
}
}.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}


@-webkit-keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


@-webkit-keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}



@-webkit-keyframes zoomInUp {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
}
}@keyframes zoomInUp {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
}
}.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes slideInUp {
    0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes slideInUp {
    0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
75% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
90% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
75% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
90% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}











.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scrollbar-inner > .scroll-element .scroll-bar{
  height: 89px!important;
}
.scrollbar-inner > .scroll-element .scroll-bar,
.scrollbar-inner > .scroll-element:hover .scroll-bar,
.scrollbar-outer > .scroll-element .scroll-bar:hover,
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar,
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar{
    background-color: #183d6a;
    opacity: 1;
    border: 0;
    border-radius: 0;
}
.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar{
  border-radius: 0;
}
.scrollbar-inner > .scroll-element .scroll-element_track{
  background: #9fa9a9;
}
.scrollbar-inner > .scroll-element.scroll-y{
  width: 12px;
  right: 0;
}
.lp .advantages{
  margin-top: 0;
}
.content{
  padding-top: 40px;
}
.content ul{
  text-align: left;
}
.content ul li,
.portfolio-case .info ul li{
  font-size: 20px;
  line-height: 24px;
  padding-left: 32px;
  padding-bottom: 14px;
  position: relative;
  background: transparent;
}
.content ul li:before,
.portfolio-case .info ul li:before{
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 10px;
  background: url(../images/sprite.png) -94px -34px no-repeat;
}
.work-steps .steps li{
  position: relative;
}
.work-steps .steps li:after{
  content: "";
  position: absolute;
  top: 23px;
  right: 9px;
  width: 149px;
  height: 94px;
  background: url(../images/steps_one.png) no-repeat 0 0;
}
.work-steps .steps li:nth-child(2):after{
  right: auto;
  left: 11px;
  top: 27px;
  background: url(../images/steps_two.png) no-repeat 0 0;
}
.work-steps .steps li:nth-child(2):before{
  content: "";
  position: absolute;
  top: 0px;
  left: -43px;
  background: url(../images/sprite.png) 0 -264px;
  width: 76px;
  height: 27px;
}
.work-steps .steps li:nth-child(3):after{
  top: 25px;
  background: url(../images/steps_three.png) no-repeat 0 0;
}
.work-steps .steps li:nth-child(4):after{
  right: auto;
  left: -9px;
  top: 25px;
  width: 167px;
  background: url(../images/steps_four.png) no-repeat 0 0;
}
.work-steps .steps li:nth-child(4):before{
  content: "";
  position: absolute;
  top: -14px;
  left: -32px;
  background: url(../images/sprite.png) -93px -256px;
  width: 67px;
  height: 60px;
}
.work-steps .steps li:nth-child(5):after{
  top: 25px;
  background: url(../images/steps_five.png) no-repeat 0 0;
}
.work-steps .steps li:nth-child(6):after{
  right: auto;
  left: -9px;
  top: 21px;
  height: 96px;
  width: 167px;
  background: url(../images/steps_six.png) no-repeat 0 0;
}
.work-steps .steps li:nth-child(6):before{
  content: "";
  position: absolute;
  top: -15px;
  left: -32px;
  background: url(../images/sprite.png) -93px -256px;
  width: 67px;
  height: 60px;
}
.work-steps .steps.visible li:before{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: custombefore;
  animation-name: custombefore;
}
.work-steps .steps.visible li:nth-child(2):before{
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.work-steps .steps.visible li:nth-child(4):before{
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}  
.work-steps .steps.visible li:nth-child(6):before{
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}   
@keyframes custombefore{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
.package tbody tr td:nth-child(2) {
    color: rgb(186, 186, 186);
}
#back-top{
  width: 59px;  
  height: 59px; 
  background: transparent;
  position: fixed;
  right: 3px;
  bottom: 3px;
  text-indent: -9999px;
  opacity: 0.8;
  transition: all 0.5s;
}
#back-top:hover{
  opacity: 1;
}
#back-top a{
  display: block; 
  width: 100%;  
  height: 100%; 
  background: url(../images/up.png) no-repeat;
}
.guarantees{
  padding-top: 60px;
}
.grey_btn{
  font-family: 'WhitneySsmBook';
  background: #26c485;
  display: inline-block;
  font-size: 28px;
  line-height: 1.2em;
  padding: 8px 10px 11px;
  border: 2px solid #fff;
  color: #fff;
}
.grey_btn:hover {
  background: #04b06c;
}
.form input{
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.21);
  color: #fff;
  font-size: 18px;
  padding: 15px 15px;
  border: 2px solid #fff;
  margin-bottom: 0;
  min-height: 56px;
  vertical-align: top;
  width: 270px;
}
.form input::-webkit-input-placeholder { color: #fff; }
.form input::-moz-placeholder          { color: #fff; } /* Firefox 19+ */
.form input:-moz-placeholder           { color: #fff; } /* Firefox 18- */
.form input:-ms-input-placeholder      { color: #fff; }
.forms_box_ps{
  overflow: hidden;
  float: right;
  margin-bottom: 35px;
}
.forms_box_ps input[type="email"]{
  margin-right: 25px;
}
.upgrade_ps.ps{
  position: relative; 
}
.upgrade_ps.ps .visible-block{
  overflow: hidden;
}
body .upgrade_ps.ps .ps-text{
  position: absolute;
  left: 100px;
  bottom: 0;
  padding: 0!important;
  margin: 0;
}
.right_ps{
  float: right;
  padding-right: 140px;
}
.upgrade_ps.ps .ps-text{
  width: 24%;
}
.services-list li > a:before{
  display: none;
}
.services-list li > a{
  padding-top: 20px;
}
.services-list li > a img{
  max-width: 64px;
  max-height: 64px;   
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.img_ser_box{
  width: 100px;
  height: 100px;
  border: 1px solid #666;
  margin: 0 auto 15px;
  padding-top: 20px;
  box-sizing: border-box; 
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.services-list li > a:hover .img_ser_box{
  border-color: #183d6a;
}
.services-list li > a:hover .img_ser_box img{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.contact{
  padding-top: 60px;
  margin-bottom: 55px;
  border-bottom: 2px solid #bcbcbc;
}
.head_txt{
  display: block;
  color: #303030;
  font: 30px 'WhitneySsmMedium';
  text-transform: uppercase;
  margin-bottom: 45px;
}
.contact .contacts{
  padding-left: 35px;
  float: left;
}
.contact .contacts li a:before{
  color: #163e6c;
}
.contact .contacts li a{
  color: #303030;
  text-decoration: none;
}
.contact .contacts li a:hover{
  color: #0113ff;
}
.contact .contacts li a.tel {
  font-size: 24px;
}
.contact .contacts li a{
  font-size: 20px;
}
.contact .contacts li a:before{
  font-size: 28px;
}
.contact .contacts_form{
  float: right;
  padding-right: 35px;
  width: 66%;
  position: relative;
  margin-bottom: 30px;
}
.contact .contacts_form input{
  width: 255px;
  height: 50px;
  border: 1px solid #303030;
  margin-bottom: 3px;
  display: block;
  margin-right: 3px;
}
.contact .contacts_form textarea{
  display: block;
  resize: none;
  width: 72.8%;
  min-height: 103px;
  float: right;
  border: 1px solid #303030;
  padding: 15px 70px 15px 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.btn_new_form{
  position: absolute;
  bottom: 6px;
  right: 3px;
  border: 2px solid #26c485;
  color: #26c485;
  width: 50px;
  height: 50px;
  background-color: transparent;
  padding: 0;
}
.btn_new_form:hover, .btn_new_form:focus{
  background-color: transparent;
  color: #04b06c;
}
.info_cont{
  padding: 25px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  max-width: 450px;
  position: absolute;
  top: 35px;  
  left: 45px;  
}
.top_info{
  padding-left: 40px;
  position: relative;
  padding-bottom: 20px; 
  margin-bottom: 25px;  
  border-bottom: 2px solid #bcbcbc;
}
.top_info p{
  padding-bottom: 0; 
  line-height: 40px;
  font-size: 22px;
}
.top_info:before{
  content: "\f124";
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 30px;
  font-family: 'FontAwesome';
  color: #163e6c;
}
.center_info{
  padding-bottom: 20px; 
  margin-bottom: 25px;  
  border-bottom: 2px solid #bcbcbc;
}
.center_info strong{
  font-size: 30px;
  display: block; 
  margin-bottom: 30px;
}
.center_info li{
  font-size: 24px;
  line-height: 35px;
}
.bottom_info .social li a{
  width: 60px;  
  height: 60px; 
  font-size: 36px;
  padding-top: 14px;
}
.ymaps-2-1-44-svg-icon{
  background: url(../images/map_icon.png)!important;
  width: 68px!important;  
  height: 113px!important;  
}
.map_cont{
  position: relative;
}
.testimon .item img{
  max-height: 100px;
  max-width: 100px;
}
.statistics{
  text-align: center;
  margin: 60px 0;
}
.statistics .col_two{
  width: 20%;
  float: left;
}

.statistics .col_two .icon_stat img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s; 
  opacity: 0.5;
}   
.statistics .col_two:hover .icon_stat img{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1; 
}
.txt_stat{
  display: table;
  width: 231px;
  height: 215px;
  margin: 10px auto;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff url(../images/txt_stat_bg.png) no-repeat;
}
.txt_stat.top_txt_stat{
  background: #fff url(../images/txt_stat_bg_top.png) no-repeat;
}
.cont_stat{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 20px;
  padding: 0 2px;
}
.top_txt_stat .cont_stat{
  padding-bottom: 20px;
  padding-top: 0;
}
.cont_stat p{
  font-size: 16px;
  color: #303030;
  line-height: 26px;
  padding-bottom: 0;
}
.cont_stat strong{
  color: #183d6a;
  font-size: 24px;
}
.cont_stat span{
  color: #183d6a;
  font-size: 18px;
}
.icon_stat{
  height: 165px;
  margin: 10px auto;
  overflow: hidden;
  box-sizing: border-box;
  display: table;
}
.icon_stat .img_cont{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cont_stat_modal img{
  max-width: 80px;
  margin-top: -4px;
}
.cont_stat_modal .btn.modal{
  display: block;
  text-decoration: underline;
  text-transform: uppercase;
  color: #183d6a;
  font-size: 12px;
  margin-top: 30px;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.big_pop .content-popup{
  width: 100%;
  max-width: 800px;
  margin-left: -400px;
  font: 26px "Comic Sans MS", cursive;
  color: #000;
  padding: 17px;
}
.big_pop .modal_img{
  float: left;
  margin-right: 30px;
}
.big_pop .right_text{
  margin-top: 90px;
}
.big_pop .right_text .red{
  color: #f90808;
}
.services-case .page-title .heading-1:before{
  display: none;
}
.services-case .page-title .heading-1{
  padding-top: 20px;
}
.services-case .page-title{
  padding-top: 20px;
  text-align: center;
} 
.services-case .page-title img{
  display: block;
  margin: 0 auto;
  max-width: 200px;
}   
.content a{
  color: #3075ca;
}
.content a:hover{
  color: #26c485;
}
.guarantees .content_guarantees{
	padding: 0 20px;
}
.guarantees .content_guarantees p{
	padding: 0;
}
.guarantees .content_guarantees p:last-child,.guarantees .content_guarantees ul{
    margin-right: 75px;
}
.guarantees .icon_guarantees{
	float: right;
	margin-right: -59px;
	margin-top: -60px;
	border-radius: 100%;
	-o-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	overflow: hidden;
}   
.guarantees .icon_guarantees img{
	float: none;
	margin: 0;
	border-radius: 0;
}
.garant_box{
	padding: 30px 0;
} 
.info-director {
    padding-left: 25px;
}
.podpis {
	width: 198px;
	height: 148px;
	background: url(../images/podpis_garant.png) top left no-repeat;
	float: left;
	margin-right: 20px;
	margin-top: 60px;
}
.director-foto {
	float: left;
	width: 278px;
	height: 278px;
	background: url(../images/director_foto.jpg) top left no-repeat;
}
.info-director .slogan {
    font-size: 36px;
    font-style: italic;
    color: #193e6c;
    font-family: "Times New Roman", Times, serif;
    display: block;
    line-height: 35px;
}
span.name-direct {
    color: #c75754;
    font-size: 30px;
    margin-top: 100px;
    display: block;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 28px;
}
.info-director p {
    font-size: 22px;
    color: #494a4a;
    font-weight: 300;
    line-height: 24px;
}
.large-9 {
    width: 76%;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
}
.large-3 {
    width: 20%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.two_box_foot ul.first-list li:nth-child(1) a,
.two_box_foot ul.first-list li:nth-child(2) a,
.two_box_foot ul.first-list li:nth-child(3) a,
.two_box_foot ul.first-list li:nth-child(4) a,
.two_box_foot ul.first-list li:nth-child(5) a,
.two_box_foot ul.second-list li:nth-child(10) a,
.two_box_foot ul.second-list li:nth-child(11) a
{
	font-weight: 600;
}
.ps .list li:before{
	background-position: -191px -34px;
	width: 20px;
	height: 20px;
}
body .main-menu li ul li:nth-child(1),
body .main-menu li ul li:nth-child(2),
body .main-menu li ul li:nth-child(3),
body .main-menu li ul li:nth-child(4),
body .main-menu li ul li:nth-child(5){
	font-weight: 600;
}
.content .buttons a,
.content .buttons a:hover,
.content .buttons a:focus{
	color: #fff;
}
.content .buttons a:hover,
.content .buttons a:focus{
	background: #04b06c;
}
.main-buttons.parallax_main.def_parallax{
	background-position: 0 0!important;
}
.guarantees .content_guarantees ul li{
	position: relative;
	text-indent: 32px;
}
.guarantees .content_guarantees ul li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../images/sprite.png)  -94px -34px;
    width: 20px;
    height: 10px;
}
@-moz-document url-prefix() { 
  .two_box_foot li a,
  .guarantees .block *{
     font-family: 'Roboto', sans-serif;
  }
  body{
     font-family: 'Roboto', sans-serif;
  }
}
.projects .left_tabs_list{
  float: left;
  width: 412px;
  display: block;
}
.projects .tabs-nav.tabs-nav {
  float: none;
  width: auto!important;
}
.scroll-element.scroll-x.scroll-scrollx_visible{
  display: none;
}
.projects .tabs-nav li{
  border-width: 3px 0 3px 3px;
}
.projects .tabs-nav li::after{
  right: 0;
}
.homepage #main{
  position: static;
  margin-top: 0;
  display: table;
}
.homepage #main .container{
  display: table-cell;
  vertical-align: middle;}

.content ul li:before,
.portfolio-case .info ul li:before{
  background-position: -183px -239px;
  width: 31px;
  height: 30px;
  top: -5px
}  
.content ul li,
.portfolio-case .info ul li{
  line-height: 25px;
  padding-left: 40px;
}  
.packages .tabs-nav li:hover .price,
.packages .tabs-nav li.active .price{
  background: #f5d10a;
}
.packages .tabs-nav li:after,
.packages .tabs-nav li:before,
.packages .tabs-nav li:last-child:after,
.packages .tabs-nav li:last-child:before{
  background-color: transparent;
  border-top-color: transparent;
}
.packages .tabs-nav li.active:after,
.packages .tabs-nav li.active:before,
.packages .tabs-nav li.active:last-child:after,
.packages .tabs-nav li.active:last-child:before,
.packages .tabs-nav li.active.featured:before,
.packages .tabs-nav li.featured:hover:before{
  border-top-color: #f5d10a;
}
.packages .tabs-nav li.active:after,
.packages .tabs-nav li.active:last-child:after{
  background: #f5d10a;}

.packages .tabs-nav li.featured {
  width: 30.5%;
  margin-top: 0;
  background: #e1e1df;
  border-left: 0;
  border-right: 0;
}
.packages .tabs-nav li.featured:hover{
  background: #f5d10a;
}
.packages .tabs-nav li.featured:before {
    border-top-color: #e1e1df;
}
.packages .tabs-nav li.featured.active{
  border-left: 2px solid #183d6a;
  border-right: 2px solid #183d6a;
}
.packages .tabs-nav li.active {
  width: 39%;
  margin-top: -33px;
  background: #f5d10a;
  border-bottom-color: #f5d10a;
  border-left-color: #183d6a;
  border-right-color: #183d6a;
}
.packages .tabs-nav li.active:last-child{
  border-left: 2px solid #183d6a;
}
.packages .tabs-nav li.active:first-child{
  border-right: 2px solid #183d6a;
}
.packages .tabs-nav li.featured .price {
  font-size: 71px;
}
.packages .tabs-nav li.featured.active .price{
  margin-bottom: 0px;
}
.packages .tabs-nav li.active .price {
  font-size: 100px;
  margin-bottom: 4px;
}
.packages .tabs-nav li.featured p {
  font-size: 25px;
  padding-bottom: 40px;
}
.packages .tabs-nav li.active p {
  font-size: 30px;
  padding-bottom: 34px;
}
.packages .tabs-nav *{
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.packages .tabs-nav li:after{
  display: none;
}
.packages .tabs-nav li.featured .title{
  padding: 36px 20px 39px;
}
.packages .tabs-nav li.featured .price {
  padding: 26px 0 20px 0;
}
/*/ .packages .tabs-nav li.featured {
//   background: #d0d0ce;
// }
// .packages .tabs-nav li.featured:before {
//     border-top-color: #d0d0ce;
// }
// .packages .tabs-nav li.featured.active,
// .packages .tabs-nav li.featured:hover {
//   background: #f5d10a;
// }
// .packages .tabs-nav li.featured.active:before,
// .packages .tabs-nav li.featured:hover {
//     border-top-color: #f5d10a;
// }*/
.price_table.package td ul li{
  position: relative;
}
.price_table.package td ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 10px;
  background: url(../images/sprite.png) -94px -34px no-repeat;
}
.price_table.package tbody tr td li {
  font-size: 16px;
  line-height: 18px;
  padding-left: 22px;
  color: #666666;
  padding-bottom: 6px;
  background-position: 0 4px;
}
.price_table.package tbody tr td ul{
  padding-top: 4px;
  padding-bottom: 4px;
}
.price_table.package tbody tr{
  cursor: pointer;
  overflow: hidden;
}
.price_table.package .service_description{
  display: none;
}
.price_table.package .service_description.active{
  display: block;
}



.bx-imopenlines-config-sidebar-info-block-container:before, .bx-imopenlines-config-sidebar-logo, .crm-webform-main-container .crm-webform-bottom-logo-container, .open-sidebar .bx-crm-widget-form-config-sidebar-chat-container .bx-crm-widget-form-config-sidebar-logo{
    display:none;
}
.bx-imopenlines-config-sidebar-info-block-container-inner .bx-imopenlines-config-sidebar-info-block-image{
    width:58px;
    height:58px;
}
.bx-imopenlines-config-sidebar-header .bx-imopenlines-config-sidebar-message-item {
    font: bold 22px "Helvetica Neue", Arial, Helvetica, sans-serif;
    margin-top: 5px;
}
.b24-crm-button-shadow+.b24-crm-button-position-bottom-right{
    right: 70px;
    bottom: 70px;
}
/*.b24-crm-button-inner-container:after{
    content:"Связаться прямо сейчас";
    position:absolute;
    top:-10px;
    color:#345B8A;
}*/
.bx-imopenlines-config-sidebar-social-icon-facebookcomments{
    display:none;
}
.bx-imopenlines-config-sidebar-social-item{
    margin:0 3px;
}
.buttons+table{
    width: 100%;
    margin: 20px 0;
}
.buttons+table th{
    padding: 10px 0;
    border:1px solid #ccc;
    width:25%;
}
.buttons+table td{
    padding: 20px 0;
    border:1px solid #ccc;
}
footer .contacts{
  margin-top: 15px; 
}
#ticketForm fieldset > div{
  float: left;
  width: 33.333%;
}
#ticketForm select {
  background: #fff;
  margin-bottom: 10px;
  border-radius: 0px;
  -o-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  padding: 6px 10px 6px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 280px;
  height: 36px;
  font-size: 16px;
  color: #303030;
  line-height: 20px;
  border: 2px solid #d0d0ce;
}
#ticketForm .grey_btn{
  height: 53px; 
  display: block; 
  margin: 20px auto;
  float: none;  
}




/*MENU NEW*/
.main-menu{
  background: #193e6c;
}
.main-menu .container {
  padding-top: 15px;
  padding-bottom: 0px;
  max-width: 1400px;
}
.top_mnu{
  border-bottom: 1px solid #fff;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.center_links_mnu{
  text-align: center;
  // margin-bottom: 65px;
  margin-bottom: 40px;
}
.center_links_mnu li{
  margin: 15px 25px 0px;
  display: inline-block;
}
.center_links_mnu a{
  font-weight: 500;
  color: #fff;
  // font-size: 35px;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
.center_links_mnu a:hover,
.center_links_mnu a:focus{
  color: #26c485;
}
.center_titile_mnu{
  text-align: center;
  // margin-bottom: 75px;
  margin-bottom: 40px;
}
.center_titile_mnu strong{
  font-weight: 600;
  // font-size: 48px;
  font-size: 40px;
  margin-bottom: 40px;
  display: block;
  font-family: 'Roboto', sans-serif;
}
.center_titile_mnu strong a{
  color: #fff;
}
.center_titile_mnu strong a:hover,
.center_titile_mnu strong a:focus{
  color: #26c485;
}
.center_titile_mnu .buttons a{
  background-color: transparent;
}
.center_titile_mnu .buttons a:last-child{
  margin-left: -4px;
}
.center_titile_mnu .buttons a:hover,
.center_titile_mnu .buttons a:focus{
  background-color: #26c485;
}
.main-menu .container > ul.ovh_links_mnu{
  overflow: hidden;
  width: 100%;
  float: none;
}
.ovh_links_mnu>li{
  float: left;
  width: 31.333%;
  padding-right: 45px;
}
.ovh_links_mnu>li:last-child{
  padding-right: 0;
  width: 30%;
}
.main-menu .container > ul > li{
  // font-size: 40px;
  font-size: 32px;
  line-height: 35px;
  padding-bottom: 20px;
}
.main-menu .container > ul > li > ul > li {
  font-size: 18px;
  line-height: 20px;
}    
.main-menu .container > ul > li > ul {
  padding-top: 10px;
  padding-bottom: 0;  
}
.main-menu .container > ul{
  padding-left: 0;
}

.main-menu .container > ul.ovh_links_mnu:last-child > li{
  width: 100%;
  display: block;
}

body .main-menu li ul li:nth-child(1), body .main-menu li ul li:nth-child(2), body .main-menu li ul li:nth-child(3), body .main-menu li ul li:nth-child(4), body .main-menu li ul li:nth-child(5){
  font-weight: 300;
}



/*NEW PAGE 05.12.16*/ 

.top_links_moduls{
  overflow: hidden;
  border-top: 2px solid #d0d0ce;
  text-align: center;
  padding: 20px 0;
}
.top_links_moduls li{
  width: 285px;
  margin: 10px;
  height: 70px;
  display: inline-block;
}
.top_links_moduls li a{
  display: block;
  width: 100%;
  height: 100%;
  background: #f1eced;
  border: 1px solid transparent;
  position: relative;
  text-indent: -9999px; 
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.top_links_moduls li a:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/modul_sprite.png) no-repeat 0 0;
  width: 200px;
  height: 37px;
}
.top_links_moduls li.retailcrm_mod a:before{
  background-position: -219px 0;
  width: 171px;
  height: 37px;
}
.top_links_moduls li.cscart_mod a:before{
  background-position: -407px 0;
  width: 169px;
  height: 47px;
}
.top_links_moduls li a:hover,
.top_links_moduls li.active a{
  border-color: #163b6a;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  background: #fff;
}
.sort_modules{
  margin-top: -40px;
  margin-bottom: 20px;
}
.sort_modules .one_sort{
  width: 30%;
  float: left;
}
.sort_modules .two_sort{
  width: 23%;
  float: left;
}
.sort_modules .view{
  width: 28%;
  float: right;
}
.content .sort_modules ul li:before{
  display: none;
}
.sort_modules:after {
  content: "";
  display: table;
  clear: both;
}
.modules .item {
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.item_modules:after {
  content: "";
  display: table;
  clear: both;
}
.item_modules a{
  color: #183d6a;
}
.modules .item_modules .add-to-wishlist,
.modules .item_modules .btn,
.modules .item_modules .price{
  float: right;
}
.show-more{
  padding-bottom: 20px;
}
.module-description .page-title .heading-1{
  text-transform: none;
}
.module-description .page-title .heading-1 img{
  max-width: 85px;
  height: auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.module-description .advantages ul .icon:after, .module-description .advantages ul .icon:before{
  display: none;
}
.module-description .advantages{
  padding: 40px 0 0;
}
.module-description .advantages ul .icon{
  height: auto;
}
.module-description .add-ty-cart:after{
  content: "";
  display: table;
  clear: both;
}
.module-description .add-ty-cart .col1 .jq-selectbox{
  width: 395px!important;
}
.module-description .page-title .bg{
  padding: 50px 0 0px 0;
}
.module-description .list li:before{
  background-position: -184px -239px;
  width: 30px;
  height: 30px;
  top: -5px;
}
.modules .item .btn {
  padding: 4px 10px 3px;
  background: #fff;
  font-size: 24px;
  font-family: 'WhitneySsmMedium';
  margin-right: 30px;
}
.modules .item .btn:hover, .modules .item .btn:focus {
  background: #183d6a;
  color: #fff;
}
.slider-gallery{
  padding: 0 70px;
}
.demo .slider-gallery img{
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 260px;
}
.slider-gallery .slick-slide{
  padding: 0 10px;
}
.cust_new_btn{
  margin: 20px 0;
  display: inline-block;
}
.cust_new_btn:hover,
.cust_new_btn:focus{
  background: #15b073!important;
}
body.module-description .main-buttons.parallax_main{
  background-position: 0 0!important;
}
/* 
.work-steps-new .steps{
  position: relative;
}
.work-steps-new .steps:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/steps_number_img.png) no-repeat;
  width: 92px;
  height: 712px;
}
.work-steps.work-steps-new .steps li:after{
  content: "";
  position: absolute;
  top: 23px;
  left: 0px;
  width: 350px;
  height: 92px;
  background: url(../images/steps_box_border.png) no-repeat 0 0;
  z-index: -1;
}
.work-steps.work-steps-new .steps li{
  margin-top: 145px;
}
.work-steps.work-steps-new .steps li:nth-child(1){
  margin-top:15px;
}
.work-steps.work-steps-new .steps li:nth-child(2):after,
.work-steps.work-steps-new .steps li:nth-child(4):after,
.work-steps.work-steps-new .steps li:nth-child(6):after{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto;
  right: 0;
}
.work-steps.work-steps-new .steps {
  max-width: 780px;
}
*/

/* cources page */

.cources .main-buttons{
  background: url(../images/cources/bg-top.jpg) center 0 no-repeat;
  background-size: cover;
  padding-top: 118px;
  padding-bottom: 100px;
}
.cources .main-buttons .heading-2{
  font-size: 48px;
  line-height: 1.2em;
  font-weight: bold;
  font-family: "Roboto";
}
.cources .main-buttons .heading-2 strong,
.cources  .special_block .heading-2 strong{
  font-family: 'PFHandbookPro-Black';
  display: block;
  font-size: 100px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-top: -12px;
  margin-bottom: -12px;
}
.cources .main-buttons .heading-4{
  font-size: 37px;
  line-height: 39px;
  font-family: "Roboto";
  font-weight: 300;
  padding-top: 12px;
  padding-bottom: 18px;
  max-width: 920px;
}
.cources .main-buttons .heading-3{
  font-size: 30px;
  font-family: "Roboto";
  font-weight: 300;
}
.cources .advantages ul li{
  width: 20%;
  padding: 0 5px;
}
.cources .cource-info{
  padding-top: 60px;
  padding-bottom: 48px;
}
.cources .cource-info .heading-2{
  text-transform: none;
  padding-bottom: 22px;
}
.cources .cource-info p{
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.cources .cource-support{
  text-align: center;
  background: url(../images/cources/bg-img.jpg) center center no-repeat;
  color: #fff;
  padding-top: 116px;
  padding-bottom: 102px;
}
.cources .cource-support .heading-3{
  color: #fff;
  font-size: 36px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-bottom: 20px;
}
.cources .cource-support p{
  max-width: 600px;
  margin:0 auto;
  line-height: 20px;
}
.cources .cource-scenario{
  padding-top: 90px;
  padding-bottom: 55px;
}
.cources .cource-scenario .block{
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
.cources .cource-scenario .block img{
  float: left;
  margin-right: 70px;
}
.cources .cource-scenario .block p{
  font-size: 20px;
  line-height: 22px;
  padding-bottom: 0;
  padding-top: 24px;
}
.cources .cource-scenario .btn-link{
  float: right;
  padding: 10px 32px;
  font-size: 24px;
  font-family: 'WhitneySsmMedium';
  line-height: 30px;
  color: #26c485;
  border:2px solid #26c485;
  margin-top: 30px;
  position: relative;
}
.cources .cource-scenario .btn-link:before{
  content: "";
  position: absolute;
  top: -20px;
  left: -103px;
  width: 78px;
  height: 54px;
  background: url(../images/cources/arrow-cources.png) 0 0 no-repeat;
}
.cources .cource-scenario .btn-link:hover{
  color: #fff;
  background: #26c485;
}
.cource-description{
  padding-top: 70px;
  padding-bottom: 60px;
}
.cource-description.bg{
  background: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 50px;
}
.cource-description .cols:after{
  content: "";
  display: table;
  clear: both;
}
.cource-description .col{
  float: left;
  width: 50%;
  box-sizing:border-box;
  padding-right: 80px;
}
.cource-description .heading-2.icon{
  text-align: left;
  padding-left: 76px;
  line-height: 34px;
  position: relative;
  text-transform: none;
  padding-bottom: 20px;
}
.cource-description .heading-2.icon img{
  position: absolute;
  top: -12px;
  left: 0;
}
.cource-description ul{
  padding-left: 88px;
  padding-bottom: 30px;
}
.cource-description li{   
  padding-bottom: 6px;
  padding-left: 35px;
  position: relative;
}
.cource-description li:before{  
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/sprite.png) 0 0 no-repeat;
}
.cource-description li:after{      
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/sprite.png) 0 -20px no-repeat;
}
.cource-description .order{
  text-align: center;
  padding-top: 14px;
}
.cource-description .order .btn{
  font-size: 12px;
  font-family: 'WhitneySsmSemibold';
  line-height: 16px;
  border-radius: 2px;
  padding: 12px 14px;
}
.cource-counters{
    background: url(../images/bg.jpg) center 0 no-repeat;
    padding-top: 30px;
    padding-bottom: 20px;
}
.cource-counters ul{
  margin: 0 -40px;
  overflow: hidden;
}
.cource-counters ul li{
  float: left;
  width: 20%;
  padding: 0 40px;
  box-sizing:border-box;
  text-align: center;
}
.cource-counters img{
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
}
.cource-counters p{
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.cource-advantages{
  background: #f8f8f8;
  padding-top: 80px;
}
.cource-advantages .heading-2{
  text-transform: none;
}
.cource-advantages ul{
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
}
.cource-advantages li{
  display: inline-block;
  width: 33.33%;
  padding: 0 90px 40px;
  box-sizing:border-box;
  position: relative;
  padding-top: 130px;
  vertical-align: text-top;
}
.cource-advantages li img{
  position: absolute;
  top: 0;
  left: 50%;
  transform:translateX(-50%);
  z-index: 2;
}
.cource-advantages li p{
  position: relative;
}
.cource-advantages li:nth-child(3):before{
  content: "";
  position: absolute;
  right: 50%;
  top: 41px;
  width: 90%;
  border-top: 3px dotted #bbbcbe;
  z-index: 1;
}
.cource-advantages li:nth-child(1):after{
  content: "";
  position: absolute;
  left: 50%;
  top: 41px;
  width: 90%;
  border-top: 3px dotted #bbbcbe;
  z-index: 1;
}
.cource-advantages li:nth-child(4):after{
  content: "";
  position: absolute;
  left: 50%;
  top: 41px;
  width: 90%;
  border-top: 3px dotted #bbbcbe;
  z-index: 1;
}
.cource-advantages li:nth-child(6):before{
  content: "";
  position: absolute;
  right: 50%;
  top: 41px;
  width: 90%;
  border-top: 3px dotted #bbbcbe;
  z-index: 1;
}
.cource-advantages li:nth-child(2) p:after{
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 100%;
  height: 130px;
  border-left: 3px dotted #bbbcbe;
  z-index: 1;
}
.cource-advantages li:nth-child(5) p:after{
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 100%;
  height: 130px;
  border-left: 3px dotted #bbbcbe;
  z-index: 1;
}
body .main-buttons.parallax_main.more {
  padding-top: 60px;
  padding-bottom: 76px;
}
body .main-buttons.parallax_main.more .heading-2{
  font-size: 36px;
  line-height: 36px;
  padding-bottom: 70px;
  font-family: 'WhitneySsmMedium';
}
.cource-steps{  
  background: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 60px;
}
.cource-steps .heading-2{
  text-transform: none;
  font-family: 'WhitneySsmSemibold';
}
.cource-steps ul{
  max-width: 784px;
  margin: 0 auto;
  position: relative;
}
.cource-steps li{
  width: 50%;
  padding-bottom: 32px;
  padding-right: 78px;
  box-sizing:border-box;
  clear: both;
  position: relative;
}
.cource-steps li:after{
  content: "";
  position: absolute;
  top: 0;
  height: 92px;
  background: url(../images/cources/steps-img.jpg) 0 0 no-repeat;
  width: 158px;
  right: -79px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.cource-steps li.visible:after{
  height: 124px;
}
.cource-steps li:nth-child(2n){
  float: right;
  padding-right: 0;
  padding-left: 78px;
}
.cource-steps li:nth-child(2n):after{
  right: auto;
  left: -79px;
}
.cource-steps li:nth-child(2):after{
  background-position: 0 -124px;
}
.cource-steps li:nth-child(3):after{
  background-position: 0 -248px;
}
.cource-steps li:nth-child(4):after{
  background-position: 0 -372px;
}
.cource-steps li:nth-child(5):after{
  background-position: 0 -496px;
}
.cource-steps li.visible-block{
  opacity: 1;
    transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transform: translateX(-800px);
  -o-transform: translateX(-800px);
  -moz-transform: translateX(-800px);
  -webkit-transform: translateX(-800px);
  -ms-transform: translateX(-800px);
}
.cource-steps li.visible-block:nth-child(2n){
  transform: translateX(800px);
  -o-transform: translateX(800px);
  -moz-transform: translateX(800px);
  -webkit-transform: translateX(800px);
  -ms-transform: translateX(800px);
}
.cource-steps li.visible-block.visible,
.cource-steps li.visible-block.visible:nth-child(2n){
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  opacity: 1;
}
.cource-steps li p{
  display: table;
  width: 100%;
  padding-bottom: 0;
  line-height: 18px;
}
.cource-steps li p span{
  display: block;
  border:5px solid #26c485;
  margin-right: 78px;
  padding: 10px 26px;
  height: 62px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 46px;
}
.cource-packages{
  padding-top: 74px;
  padding-bottom: 86px;
  text-align: center;
}
.cource-packages .heading-2{
  padding-bottom: 18px;
  font-family: 'WhitneySsmSemibold';
}
.cource-packages p{
  font-size: 20px;
  padding-bottom: 40px;
}
.cource-packages .block{
  max-width: 964px;
  margin: 0 auto;
}
.cource-packages thead td{
  border-right: 1px solid #e5ecef;
  border-bottom: 1px solid #e5ecef;
  text-align: center;
  font-size: 30px;
  font-family: "Roboto";
  font-weight: 800;
  color: #666666;
  text-align: center;
  padding: 22px 20px;
}
.cource-packages thead td img{
  display: block;
  margin:0 auto 18px;
}
.cource-packages thead tr:first-child td{
  border-top: 1px solid #e5ecef;
  padding-top: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  font-family: 'WhitneySsmSemibold';
  color: #273867;
}
.cource-packages thead tr:first-child td:first-child{
  border-top: none;
  border-bottom: none;
}
.cource-packages thead tr:first-child td:last-child{
  border-radius: 0 6px 0 0;
}
.cource-packages thead tr:first-child td:nth-child(2){
  border-radius:6px 0 0 0;
}
.cource-packages tbody td{
  border-right: 1px solid #e5ecef;
  border-bottom: 1px solid #e5ecef;
  padding: 10px 10px;  
  font-size: 16px;
  line-height: 22px;
  height: 49px;
} 
.cource-packages tbody td:first-child{
  text-align: left;
}
.cource-packages .plus, .cource-packages .minus{
  width: 44px;
  height: 44px;
  display: inline-block;
  background: url(../images/cources/plus-minus.png) 0 0 no-repeat;
}
.cource-packages .minus{
  background-position: bottom;
}
.cource-packages tfoot td{
  border-bottom: 1px solid #e5ecef;
  padding: 13px 16px;  
}
.cource-packages tfoot .btn{
  font-size: 12px;
  font-family: 'WhitneySsmSemibold';
  line-height: 16px;
  border-radius: 2px;
  padding: 12px 14px;
  white-space: nowrap;
}
.cource-packages .switcher{
  float: right;
  margin-top: 38px;
  margin-left: 74px;
  font-size: 12px;
  line-height: 26px;
  font-family: 'WhitneySsmSemibold';
  text-transform: uppercase;
  color: #303030;
}
.cource-packages .switcher .drag{
  float: left;
  margin-right: 7px;
  cursor: pointer;
  width: 38px;
  height: 21px;
  border: 2px solid #303030;
  position: relative;
  border-radius: 12px;
}
.cource-packages .switcher .drag:before{
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 21px;
  height: 21px;
  border: 2px solid #303030;
  border-radius: 12px;
  background: #d9d9d9;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.cource-packages .switcher.active .drag:before{
  left: 15px;
  background: #26c485;
}
.cource-packages .present{
  margin-top: 18px;
  float: right;
  width: 214px;
}
.cource-packages .present img{
  float: left;
  margin-right: 15px;
}
.cource-packages .present p{
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  padding-top: 14px;
  padding-bottom: 0;
}
.cource-packages .present p a{
  color: #273867;
  text-decoration: underline;
}
.cources .mission{
  padding-top: 160px;
}
.cources .mission blockquote p{
  font-size: 29px;
}





/***BEY STYLE***/ 

.retail_cust .main-buttons{
	background: url(../images/1c_retail/bg_retail_1c.jpg) center 0 no-repeat;    
	background-size: cover;
}
.retail_cust .main-buttons .heading-2{
    max-width: 785px;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
    margin: 0 auto;
}
.retail_cust .main-buttons .heading-2 strong.title_s{
	display: inline-block;
    font-size: 70px;
    margin: 20px 20px 0;
    margin-top: 20px;
}
.retail_cust .main-buttons .heading-2 img{
	margin-top: -35px;	
}
.retail_cust .main-buttons .heading-3{
    max-width: 870px;
    margin: 15px auto 30px;
    font: 48px 'UniSansSemiBold', sans-serif;
}
.retail_cust .main-buttons #canvas{
	display: none;	
}
.retail_cust .new_diz .heading-2{
	font: 36px 'PFHandbookPro-Black', sans-serif;
	color: #303030;
	text-transform: uppercase!important;	
}
.retail_cust .new_diz{
	background: #fff url(../images/1c_retail/patern_bg.png) repeat;
}
.retail_cust .new_diz_grey{
	background: #f8f8f8 url(../images/1c_retail/patern_bg.png) repeat;;
}
.lp.retail_cust .advantages.new_diz ul .icon {
    margin: 0 auto 30px;
    height: 100px;    
    width: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.lp.retail_cust .new_diz ul .heading-4{
    font: 18px 'UniSansBold', sans-serif;
    min-height: 64px;
}
.retail_cust .new_grid.advantages.new_diz ul li {
    max-width: 260px;
    padding: 0 22px;
    min-width: 260px;
}    
.retail_cust .new_grid.advantages.new_diz ul li:hover .icon{
	filter: grayscale(0%);
}
.retail_cust .new_grid.advantages.new_diz ul li:hover a{
	color: #163b6a;
}
.retail_cust .advantages.new_diz ul p{
	font: 13px 'UniSansBook', sans-serif;
    color: #464646;
    padding: 0;	
}
.retail_cust .advantages.processes_block{
	background: url(../images/1c_retail/bg_processes.jpg) center 0 no-repeat;    
	background-size: cover;
	padding: 65px 0 45px;
	text-align: center;
	color: #fff;
}
.retail_cust .custom_title .heading-3 {
    color: #fff;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-bottom: 20px;
	font: 36px 'PFHandbookPro-Black', sans-serif;
}
.retail_cust .custom_title p{
    font: 20px 'UniSans', sans-serif;
    margin-bottom: 40px;
    padding-bottom: 0;	
}
.retail_cust .advantages .list_grid{
	width: 33.33%;	
	float: left;
	text-align: left;
    padding: 0 4%;
    box-sizing: border-box;
}
.retail_cust .advantages .list_grid > li{
    position: relative;
}
.retail_cust .advantages .list_grid > li:last-child:after{
	display: none;	
}
.retail_cust .advantages .list_grid > li:before{
	content: "";
	position: absolute;
	top: 2px;	
	left: 0;	
	width: 16px;	
	height: 16px;	
	border: 2px solid #fff;
	border-radius: 50%;
	z-index: 2;
	background: #4a4540;
}
.retail_cust .advantages .list_grid > li:after{
	content: "";
	position: absolute;
	left: 9px;
    top: 20px;
	height: 100%;
	z-index: 1;
	width: 2px;	
	background: #fff;
}
.retail_cust .advantages .list_grid strong{
	font: 18px 'UniSansBold', sans-serif;	
}
.retail_cust.cources .advantages .list_grid li{
	padding-bottom: 15px;	
	padding-left: 30px;
	width: 100%;
	padding-right: 0;
	text-align: left;
}
.retail_cust .advantages .list_grid .two_level{
	margin-top: 10px;
}
.retail_cust .advantages .list_grid .two_level li{
	margin-bottom: 10px;
	padding-left: 20px;	
	position: relative;
	padding-bottom: 0;
}
.retail_cust .advantages .list_grid .two_level li:before{
	content: "";
	position: absolute;
	left: 0;	
	top: 5px;
	width: 8px;	
	height: 8px;
	border-radius: 50%;
	background: #fff;
}
.retail_cust .advantages .list_grid .two_level{
	font: 18px 'UniSansLight', sans-serif;
}
.retail_cust .advantages .lists_integrations{
	max-width: 635px;
	margin: 0 auto;
}
.retail_cust .new_grid.advantages .lists_integrations ul{
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 0 0 15px;
	margin-bottom: 5px;
	float: left;
	text-align: left;
}
.retail_cust .new_grid.advantages.new_diz .lists_integrations li{
	color: #303030;
	font: 18px 'UniSans', sans-serif;
	position: relative;
	padding-left: 20px;
	text-align: left;
	width: 100%;
	max-width: 100%;
	min-width: auto;
	padding-right: 0;
	line-height: 20px;
	margin-bottom: 0;
}
.retail_cust .lists_integrations li:before{
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #163b6a;
	border-radius: 50%;
}
.retail_cust .lists_integrations_full{
	width: 100%;
	max-width: 1070px;
	margin: 10px auto;
	position: relative;
}
.retail_cust .lists_integrations_full:after{
	content: "";
	display: table;
	clear: both;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.retail_cust .left_box_int{
	float: left;
	width: 45%;
	-webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.retail_cust .right_box_int{
	float: right;
	width: 55%;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.retail_cust .left_box_int .logo_int{
    padding-right: 10px;
    display: inline-block;
}
.retail_cust .left_box_int .logo_int img{
	margin-top: -30px;
}
.retail_cust .right_box_int .logo_int{
    padding-left: 10px;
    display: inline-block;
}
.retail_cust .right_box_int .logo_int img{
	margin-top: -17px;
}    
.retail_cust .right_box_int .shape_left{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	display: inline-block;
}
.retail_cust .lists_integrations_full.visible-first{
	display: none;
}
.retail_cust .lists_integrations_full.visible-first.visible{
	display: block;
}
.retail_cust .video_block{
	padding: 40px 0 60px;
	color: #303030;
	text-align: center;
	background: #f8f8f8;
}
.retail_cust .video_block .heading-3{
	border-color: #303030;
	color: #303030;
}
.retail_cust .video_box{
	margin: 0 auto;
	max-width: 850px;
}
.retail_cust .video_box iframe{
	width: 100%;
}
.retail_cust .whywe_block{
	padding: 70px 0 40px;
}
.lp.retail_cust .advantages.new_diz.whywe_block ul .icon{
    filter: grayscale(0%);
    height: 130px;
    margin-bottom: 20px;
}
.retail_cust .cource-steps-big{
	background: #f8f8f8;
}
.retail_cust .new_grid.advantages.new_diz.whywe_block ul li{
	max-width: 320px;
	width: 33.33%;
}
.cource-steps-big li:after{
	background: url(../images/1c_retail/steps-img_6.png) 0 0 no-repeat;
}
.cource-steps-big li{
	list-style: none;
}
.cource-steps li{
	padding-right: 76px;
}
.cource-steps-big li:nth-child(6):after{
	background-position: 0 -620px;
}
.retail_cust .guarantees .block .title .heading-4{
	font: 22px 'UniSansSemiBold', sans-serif;
	padding-left: 35px;
}
.retail_cust .guarantees .block *{
	font: 16px 'UniSans', sans-serif;
	font-style: italic;
}
.retail_cust .guarantees .cols .col{
	padding: 0 60px 0 18px;
}
.retail_cust .guarantees .content_guarantees ul li:before{
	background: url(../images/sprite.png) no-repeat -190px -112px;
	width: 16px;
	height: 16px;	
	top: 2px;
}
.retail_cust .guarantees .content_guarantees ul li{
	text-indent: 24px;
}
.retail_cust .guarantees .block ul li{
	color: #7d7d7d;
}
.retail_cust .mission blockquote p{
	font: 30px 'UniSansItalic', sans-serif;
}
.retail_cust .statistics_block{
	padding-top: 80px;
	padding-bottom: 60px;	
	text-align: center;
}
.retail_cust .statistics_block ul li{
	width: 20%;
	display: inline-block;
	box-sizing: border-box;
	margin-left: -4px;
	vertical-align: top;
	max-width: 215px;
	float: none;
    margin: 0 1.8%;
}
.retail_cust .top_title_s{
	border: 1px solid #303030;
	border-width: 1px 0 1px 0;
	padding: 20px 0 10px;
	margin-bottom: 10px;
	font-size: 45px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}
.retail_cust .top_title_s span{
	font-size: 35px;
	display: inline-block;
}
.retail_cust .top_title_s span.thousand{
	font-size: 33px;
}
.retail_cust .top_title_s span.million{
	font-size: 25px;
}
.retail_cust .bottom_txt_s{
	font: 14px 'UniSans', sans-serif;
	line-height: 20px;
    color: #000;
}
.retail_cust .bottom_txt_s strong{
	font: 14px 'UniSansBold', sans-serif;
}
.retail_cust .special_block{
	background: #000;
	padding: 80px 0;
	text-align: center;
}
.retail_cust.cources  .special_block .heading-2 strong{
	color: #fedd14;
}
.retail_cust.cources  .special_block .heading-2{
	padding-bottom: 20px;
}
.retail_cust .special_block{
	background: url(../images/1c_retail/bg_special_block.jpg) center 0 no-repeat;
    background-size: cover;
    color: #fff;
}
.retail_cust .special_block .b_title{
	color: #fff;
	max-width: 920px;
	border-top: 2px solid #fff;
    padding-top: 15px;
    margin: 0 auto 50px;
}
.retail_cust .special_block .b_title *{
	font: 48px "UniSansSemiBold", sans-serif;
}	
.retail_cust .special_block .b_title span{
	color: #fedd14;
}
.retail_cust .special_content .left_box{
    float: left;
    width: 60%;
    text-align: left;
    padding-right: 19%;
    box-sizing: border-box;
}
.retail_cust .special_content .right_box{
    float: right;
    width: 40%;
    text-align: left;
    padding-right: 4%;
    box-sizing: border-box;
}
.retail_cust .special_content *{
	font: 24px "UniSans", sans-serif;
}
.retail_cust .special_content strong{
	font: 24px "UniSansSemiBold", sans-serif;
}
.retail_cust .special_content li{
	position: relative;
	padding-left: 40px;
	margin-bottom: 30px;
}
.retail_cust .special_content li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/sprite.png) -183px -281px;
	width: 30px;
	height: 30px;
}
.retail_cust .special_content{
	overflow: hidden;
	margin-bottom: 30px;
}
.retail_cust .certificates.new_diz:before{
	display: none;
}
.retail_cust .partners.new_diz{
	padding-bottom: 70px;	
}
#slider_logo {
	list-style:none;
	padding:0px
}
#slider_logo li {
	width:250px;
	height: 125px;	
	margin: 0 15px;
	text-align: center;
	display: table;
}
#slider_logo li a{
	vertical-align: middle;
	display: table-cell;
}
.retail_cust .partners .bx-wrapper{
	margin: 0 auto;
}
.retailcrm_cust .main-buttons .heading-2 strong{
	font-size: 90px;
    text-transform: initial;
}
.retailcrm_cust .main-buttons .heading-2{
    border-bottom: 0;
}
.retailcrm_cust.retail_cust .main-buttons .heading-3{
	max-width: 100%;
	position: relative;
    padding-bottom: 25px;
}
.retailcrm_cust.retail_cust .main-buttons .heading-3:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 50%;
	height: 2px;
	background: #fff;
}
.retailcrm_cust .main-buttons .heading-2{
	max-width: 100%;
}    
.retailcrm_cust .main-buttons p,
.trendkey_rabota .main-buttons p{
	font: 36px 'UniSans', sans-serif;
	color: #fff;
}
.retailcrm_cust .main-buttons {
    background: url(../images/1c_retail/bg_retail.jpg) center 0 no-repeat;
    background-size: cover;
    margin-top:-20px;
}
.cources.retailcrm_cust .advantages ul li{
	width: 100%;
}
.retailcrm_cust .heading-2{
	font: 36px 'PFHandbookPro-Black', sans-serif;
    color: #303030;
    text-transform: uppercase!important;
}
.retailcrm_cust .custom_title{
	text-align: center;
}
.retailcrm_cust .custom_title .heading-3{
	color: #303030;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.retailcrm_cust .projects .tabs{
	text-align: left;
}
.retailcrm_cust .whywe_block{
	background: #fff;
}

/*trendkey_rabota*/ 
.trendkey_rabota .main-buttons .heading-2 {
  max-width: 100%;
  border-bottom: 0;
}    
.trendkey_rabota .main-buttons .heading-2 strong{
  font-size: 90px; 
}
.trendkey_rabota .main-buttons .heading-2.wave_head{
  position: relative;
  margin: 0px auto 50px;
  padding: 60px 0 55px;
}
.wave_head:before,
.wave_head:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/sprite.png) no-repeat -5px -328px;
  width: 131px;
  height: 18px;
}
.wave_head:after{
  top: auto;
  bottom: 0;
}
.trendkey_rabota .main-buttons {
    background: url(../images/rabota_trendkey/bg_trendkey.jpg) center 0 no-repeat;
    background-size: cover;
}
.trendkey_rabota .arrow_down{
  background: url(../images/sprite.png) no-repeat -152px -324px;
  width: 33px;
  height: 38px;
  margin: 0 auto;    
  margin: 20px auto 0;
  display: block;
  transition: all 0s!important;
}
.arrow_down:before{
  display: none;
}
.arrow_down:hover{
  background-position: -176px -369px;
}
// .trendkey_rabota .menu-link {
//   float: right;
//   margin-left: 60px;
//   margin-right: 0;
// }
.trendkey_rabota.retail_cust .new_grid.advantages.new_diz ul li{
  vertical-align: top;
}
.lp .new_grid.advantages.new_diz_grey ul{
  margin-bottom: 80px;
}
.buttons a.blue_btn{
  background: transparent!important;
  color: #163b6a!important;
  border-color: #163b6a!important;
}
.buttons a.blue_btn:hover,
.buttons a.blue_btn:focus{
  background: #163b6a!important;
  color: #fff!important;
}
.who_we{
  text-align: center;
  max-width: 1120px;
  margin: 150px auto 115px;
}
.who_we img,
.who_we .heading-2{
  display: inline-block;
}
.who_we img{
  margin-top: -15px;
}
.who_we .des{
  font:30px 'WhitneySsmMedium';
  color: #193e6c;
  display: block;
  margin-top: 20px;
}
.who_we p{
  color: #303030;
  font: 20px 'UniSans', sans-serif;
  margin-bottom: 0;
  padding-bottom: 0;
}   
.trendkey_rabota.retail_cust .new_diz_grey.bg_sea{
  background: url(../images/rabota_trendkey/sea.jpg) center 0 no-repeat;
  background-size: cover;
}
.trendkey_rabota .new_diz{
  background: #fff;
}




.dg-container{
  width: 100%;
  height: 360px;
  position: relative;
}
.dg-wrapper{
  max-width: 770px;
  height: 360px;
  margin: 0 auto;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.dg-wrapper a{
  max-width: 770px;
  height: 360px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.dg-wrapper a.dg-transition{
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
  display: block;
  padding: 0;
}
.dg-wrapper a div{
  font-style: italic;
  text-align: center;
  line-height: 50px;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  color: #333;
  font-size: 16px;
  width: 100%;
  bottom: -55px;
  display: none;
  position: absolute;
}
.dg-wrapper a.dg-center div{
  display: block;
}
.dg-container nav{
  width: 200px;
  position: absolute;
  z-index: 1000;
  bottom: 40px;
  left: 50%;
  right: 50%;
  bottom: -60px;
  margin-left: -100px;
}
.dg-container nav span{
  background: url(../images/sprite.png) no-repeat -111px -356px;
  width: 23px;
  height: 38px;
  cursor: pointer;
  float: right;
  text-indent: -9999px;
}
.dg-container nav span:hover{
  opacity: 1;
}
.dg-container nav span.dg-prev{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  float: left;
}
.projects_block{
  padding: 50px 0 150px;
}
.request_social{
  padding: 30px 0 20px;
  background: url(../images/bg.jpg) center center no-repeat;
  text-align: center;
}
.request_social .social li{
  display: inline-block;
  margin-bottom: 10px;
}
.request_social .social li a{
  width: 28px;
  height: 28px;
  background: #c9d2dc;
  border-radius: 50%;
  overflow: hidden;
}
.request_social .social li a i{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 17px;
  color: #38506c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.request_social .social li a:hover i{
  color: #fff;
}
.request_social .social li a i:before{
  top: -4px;
  position: relative;
}
.content_req_box.testimon .more{
  display: block;
  margin: 0 auto;
  background: url(../images/sprite.png) no-repeat -65px -357px;
  width: 31px;
  height: 9px;
  cursor: pointer;
  bottom: -25px;
}
.content_req_box.testimon .more:before{
  display: none;
}
.content_req_box.testimon .item.open .more{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.request_social .container{
  max-width: 660px;
  margin: 0 auto;
}
.retail_cust .custom_title.request_social .heading-3{
  display: block;
}
.request_social .testimon .item {
  margin: 0;
  border: none;
  position: relative;
  padding: 0;
  text-align: center;
  color: #fff;
}
.request_social .testimon .item .heading-5{
  font: 24px 'UniSans', sans-serif;
  color: #fff;
  display: inline-block;
  padding: 0 0 0 7px;
  margin-top: 18px;
}
.request_social .testimon .item img {
  max-height: 50px;
  max-width: 50px;
  position: static;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  border: 2px solid #fff;
  padding: 2px;
  border-radius: 0;
}    
.request_social .testimon .slick-arrow{
  display: none!important;
}
.request_social .top_ava_name{
  margin-bottom: 10px;
}
.request_social p{
  position: relative;
}
.request_social p:before{
  content: "";
  position: absolute;
  bottom: 0;
  height: 74%;
  left: 0;
  width: 100%;
  box-shadow: inset -15px -55px 77px -23px rgb(41, 74, 115);
}
.content_req_box.testimon .item.open p:before{
  display: none;
}
.content_req_box .slick-dots{
  padding-top: 10px;
}
.content_req_box .slick-dots li button {
  background: transparent;
  position: relative;
}
.content_req_box .slick-dots li button:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.content_req_box .slick-dots li.slick-active button,
.content_req_box .slick-dots li button:hover{
  background: #fff;
}
.request_social .testimon{
  padding-bottom: 0;
}
.trendkey_rabota .employees{
  padding: 60px 0;
  text-align: center;
  background: url(../images/rabota_trendkey/bg_line.jpg) center 0 no-repeat;
  background-size: cover;
}
.retail_cust .custom_title.employees .heading-3{
  text-align: center;
  color: #303030;
}
.head_p{
  font: 34px 'UniSans', sans-serif;
  padding-bottom: 0;
}
.retail_cust .employees.new_diz .heading-2{
  color: #1d3e68;
}
.employees .item_block{
  max-width: 1050px;
  margin: 0 auto 75px;
  background: url(../images/rabota_trendkey/bg_item_block.jpg) center 0 no-repeat;
  background-size: cover;
  box-shadow: 0px -1px 1px #ddd;
  padding: 0 30px 50px 50px;
  overflow: hidden;
}
.employees .head_employees p{
  font: 30px 'UniSans', sans-serif;
  padding-bottom: 0;
}
.employees .head_employees strong{
  font: 45px 'UniSansBold', sans-serif;
  display: block;
  margin-bottom: 10px;
}
.employees .slick-dots{
  display: none!important;
}
.left_box{
  float: left;
}
.right_box{
  float: right;
}
.employees .left_box{
  width: 44%;
  padding-right: 50px;
  box-sizing: border-box;
}
.employees .right_box{
  float: right;
  width: 56%;
  margin-top: 70px;
  text-align: left;
  font: 24px 'UniSans', sans-serif;
}
.employees .right_box strong{
  font: 24px 'UniSansBold', sans-serif;
}
.employees .right_box li{
  margin-bottom: 5px;
}
.employees .bottom_descr{
  font-size: 26px;
  margin-top: 50px;
  position: relative;
}
.employees .bottom_descr:before{
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin-right: 32px;
  background: url(../images/rabota_trendkey/bottom_line.png) repeat ;
  height: 8px;
}
.employees .bottom_descr a{
  text-decoration: underline;
  color: #1e3f68;
}
.employees .bottom_descr a:hover{
  text-decoration: none;
}
.employees .ava{
  width: 415px;
  height: 415px;
  border-radius: 50%;
  overflow: hidden;
}
.employees .ava img{
  width: 100%;
  height: 100%;
}
.employees .social{
  float: right;
  position: relative;
  margin-top: -75px;
}
.employees .social a{
  width: 60px;
  height: 60px;
  background: #284a73;
  font-size: 39px;
  border-radius: 50%;
}
.employees .fa-instagram:before {
  position: relative;
  top: 1px;
}
.employees .slick-arrow{
  background: url(../images/sprite.png) no-repeat -111px -356px!important;
  width: 23px;
  height: 38px;
  cursor: pointer;
  float: right;
  text-indent: -9999px;
  z-index: 999;
  margin: -11px 55px 0;
}
.employees .slick-arrow:before{
  display: none;
}
.employees .slick-prev{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.buttons.inline_block{
  display: inline-block;
  width: 315px;
  margin: 0 2px;
}
.shop .buttons.inline_block a{
  padding: 15px 0 11px;
  width: 100%;
  display: block;
  font: 26px 'UniSansBold', sans-serif;
  border: 2px solid #163b6a;
}
.no_bg{
  background: #fff;
}
.no_bg .who_we{
  margin: 60px auto;
}
.trendkey_rabota .new_diz.requirements_block{
  background: #e2efff url(../images/rabota_trendkey/bg_requirements_block.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.retail_cust .new_grid.advantages.new_diz.requirements_block ul li{
  max-width: 370px;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}
.lp.retail_cust .new_diz.requirements_block ul .heading-4 {
  font: 24px 'UniSansBold', sans-serif;
  min-height: auto;
}
.retail_cust .advantages.new_diz.requirements_block ul p{
  font: 16px 'UniSans', sans-serif;
}
.lp.retail_cust .advantages.new_diz.requirements_block ul .icon{
  height: 150px;
}
.trendkey_rabota .cource-steps .heading-2{
  color: #303030;
  text-align: center;
  margin: 0 auto 20px;
  display: block;
}
.trendkey_rabota .cource-steps li p span{
  font: 18px 'UniSans', sans-serif;
}
.heading_cust{
  font: 48px 'UniSans', sans-serif;
  color: #303030;
  margin: 50px 0;
  display: block;
  text-align: center;
}
.heading_cust strong{
  font-family: 'UniSansBold', sans-serif;
}
.gallery_ofice{
  text-align: center;
}
.gallery_ofice li{
  display: inline-block;
  margin: 0 0 0 -4px;
  padding: 0 5px;
  width: 25%;
  box-sizing: border-box;
}
.gallery_advantages{
  position: relative;
  text-align: center;
  color: #fff;
}
.gallery_advantages .fill_w_img{
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 600px;
}
.gallery_advantages .item{
  min-height: 600px;
  position: relative;
}
.gallery_advantages .fill_w_img img{
  width: 100%;
  height: 100%;
}
.gallery_advantages .item .container{
  position: relative;
  padding: 90px 0 0;
}
.top_gallery{
  max-width: 450px;
  margin: 0px auto 40px;
  position: relative;
}
.top_gallery:before{
  content: "";
  position: absolute;
  bottom: -11px;
  left: 65px;
  width: 69%;
  height: 3px;
  z-index: 1;
  background: url(../images/rabota_trendkey/repeat.png) repeat-x;
}
.top_gallery img,
.top_gallery p{
  display: inline-block;
  vertical-align: bottom;
}
.top_gallery p{
  padding-bottom: 0;
  margin: 0 50px;
  font: 69px 'UniSansBold', sans-serif;
}
.cont_gallery p{
  font: 48px 'UniSansSemiBold', sans-serif;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.cont_gallery strong{
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 400;
}
.gallery_advantages .slick-dots{
  display: none!important;
}
.gallery_advantages .slick-arrow{
  background: url(../images/sprite.png) no-repeat -177px -420px!important;
  width: 23px;
  height: 38px;
  cursor: pointer;
  float: right;
  text-indent: -9999px;
  z-index: 999;
  margin: -11px 55px 0;
}
.gallery_advantages .slick-arrow:before{
  display: none;
}
.gallery_advantages .slick-prev{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.trendkey_rabota .cource-counters p{
  font: 14px 'UniSans', sans-serif;
  line-height: 20px;
}
.top_course{
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  min-height: 84px;
}
.top_course .icon{
  background: url(../images/sprite.png) no-repeat -91px -500px;
  width: 62px;
  height: 66px;
  display: inline-block;
  margin: 0 auto;
}
.top_course .year{
  background-position: -5px -410px;
  width: 66px;
  height: 68px;
}
.top_course .man{
  background-position: -86px -411px;
  width: 66px;
  height: 67px;
}
.top_course .km{
  background-position: -7px -496px;
  width: 67px;
  height: 70px;
}
.top_course .bchel{
  background-position: -7px -568px;
  width: 74px;
  height: 68px;
  position: relative;
  top: 11px;
  margin-left: 4px;
}
.top_course span b{
  font: 48px 'UniSansBold', sans-serif;
}
.top_course span{
  font: 28px 'UniSansBold', sans-serif;
  color: #fff;
}
.btn_block{
  padding: 85px 0;
  text-align: center;
}
.btn_block .buttons.inline_block {
  display: inline-block;
  width: 385px;
}    
.trendkey_rabota.retail_cust .statistics_block{
  display: none;  
}

















@media (max-width: 1400px){
  .sort .jq-selectbox:first-child{
    width: 320px;
  }
  .sort_modules .view {
    width: 35%;
  }
  .modules .item {
    padding-bottom: 20px;
  }
}
@media (max-width: 1305px){
  .main-menu .container > ul > li {
    font-size: 30px;
  }
  .ovh_links_mnu>li {
    width: 29.333%;
  }
  .main-menu .container > ul > li > ul > li {
    font-size: 18px;
  }
}
@media (max-width: 1200px){
  .sort .view li{
    padding-left: 0;
  }
  .sort_modules .view {
    width: 160px;
  }
}
@media (max-width: 1130px){
  .center_titile_mnu .buttons a{
    width: 100%;
    margin-left: auto!important;
    display: block;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-left-width: 2px;
  }
  .center_links_mnu a {
    font-size: 27px;
  }
  .center_titile_mnu strong{
    font-size: 35px;
  } 
  .main-menu .container > ul > li {
    font-size: 25px;
  } 
}
@media (max-width: 1040px){
  .sort .jq-selectbox:first-child,
  .sort_modules .two_sort{
    width: 100%;
  }
  .sort_modules {
    margin-top: 50px;
  }  
  .sort_modules .view {
    position: absolute;
    right: 0;
    top: -90px;
  }  
}
@media (max-width: 980px){
  .main-menu .container > ul{
    width: 100%!important;
  }
  .ovh_links_mnu>li{
    padding-right: 15px;
    width: 31.333%;
  }
}
@media (max-width: 890px){
  .main-menu .container > ul > li {
      font-size: 20px;
  }
  .modules .item .price{
    margin-right: 10px;
    font-size: 25px;
    width: 175px;
    padding: 11px 10px;
  }
}
@media (max-width: 840px){
  .modules .item .price{
    margin-top: 14px;
    width: 100%;
  }
}
@media (max-width: 767px){
  .sort_modules .view {
    position: static;
    margin-top: 10px;
    background: transparent;
  }
  .sort_modules{
    margin-top: -40px;
  }
}
@media (max-width: 720px){
  .main-menu .container > ul > li {
    font-size: 25px;
    width: 100%;
    display: block;
  }
  .center_titile_mnu{
    margin-bottom: 0px;
  }
  .main-menu .container > ul{
    padding: 0 40px;
  }
}
@media (max-width: 540px){
.portfolio-case .info p {
    padding: 3px 0px 6px !important;
}
.portfolio-case .info .steps-content h3 {
    padding: 3px 0px 6px !important;
}
  .center_links_mnu li{
    width: 100%;
    text-align: left;
  }
  .center_links_mnu{
    margin-bottom: 30px;
  }
  .center_titile_mnu strong{
    margin-bottom: 20px;
  }
  body .main-menu .container{
    padding-top: 15px!important;
  }
  body .main-menu .container > ul > li {
    font-size: 22px;
    padding-bottom: 10px;
  }
  body .main-menu .container > ul > li > ul {
    padding-top: 0px;
  }
  .center_links_mnu li {
    margin: 15px 0px 0px;
  }  
  .modules .item .price,
  .modules .item .btn{
    font-size: 15px!important;
    width: 100%!important;
    margin: 0 0 10px!important;
    box-sizing: border-box;
    text-align: center;
  }
  .top_links_moduls{
    border-top: 0;
  }
}
@media (max-width: 435px){
  .center_titile_mnu .buttons a{
    padding: 8px 5px 11px;
  }
  .main-menu .container > ul > li{
    line-height: 35px;
  }
}

.testimonials.video .visible-block{
    text-align:center;
}
.portfolio-case .info p {
    padding: 0 215px 51px;
}
.portfolio-case .info .steps-content h3 {
    padding: 0 215px 51px;
}
.portfolio-case .info ul {
    padding: 0 215px 51px;
}
.date-auth, .portfolio_share_buttons{
    text-align:center;
}
.portfolio_share_buttons{
    margin-top:5px;
}
.lp.retail_cust .advantages.new_diz.whywe_block.partners_block ul .icon{
    height: auto;
}
.new_grid.advantages ul li{
    vertical-align: middle;
}


#header>.container img{
    float:left;
}
.two_box_foot ul li a{
  font-weight: 600;
}

.audit-free h2,.audit-free h3,.audit-free h4,.audit-free h5{
    text-align:center;
    font-size:24px;
    font-weight:bold;
    margin-bottom: 20px;
    margin-top:5px;
}
.audit-free{
    margin-bottom: 30px;
}
.audit-free ul{
    margin-bottom:20px;
}
#fz_wrap{
    max-width: 1325px;
    display: table!important;
    margin: 0 auto;
    width: 100%;
    padding: 15px 20px 0px;
}

#fz_wrap>a{
    color:#ccc;
    font-size: 14px;
}
.RealityShow{
    margin-top:6px;
}

/* marketplace start */

.breadcrumbs{
	padding-top: 0;
}
.modules .page-title,
.module-description .page-title,
.cart .page-title,
.cabinet .page-title{
    background: url(../images/bg_title.jpg) center center no-repeat;
    background-size: cover;
	border-top: 0;	
}
.cabinet .page-title{
	border-bottom: 1px solid #d9d9d9;
}
.modules input,
.module-description input,
.cart input,
.cabinet input,
.modules select,
.module-description select,
.cart select,
.cabinet select{
   height: 40px!important;	
}
.clearfix:after{
	content: "";
	display: table;
	clear: both;
}
.top_links_moduls{
	border-top: 0;	
}
.header-right-modules{
    /*width: 350px;*/
    float: right;
    margin-top: -68px;
}
.subscribe_link_m{
	position: relative;
    padding-left: 53px;
    color: #183d6a;
    padding-top: 14px;
    padding-right: 10px;
}
.subscribe_link_m:before{
	content: "";
    top: 8px;
    left: 0;	
    position: absolute;
    background: url(../images/new_sprite.png) 0 -167px;
	width: 38px;
	height: 38px;
}
.subscribe_link_m a{
	font-size: 16px;
	color: #183d6a;
	display: inline-block;	
}
.subscribe_link_m a:hover{
	color: #23c485;
}
.favorites_btn{
	display: inline-block;
	width: 38px;
	height: 38px;
	position: relative;
	margin: 0 4px;
}
.favorites_btn:before{
	content: "";
    top: 8px;
    left: 0;	
    position: absolute;
    background: url(../images/new_sprite.png) 0 0;
	width: 38px;
	height: 38px;
}
.favorites_btn:hover:before{
	background-position: 0 -41px;
}
.cart_btn{
	display: inline-block;
	width: 38px;
	height: 38px;
	position: relative;
	margin: 0 4px;
}
.cart_btn:before{
	content: "";
    top: 8px;
    left: 0;	
    position: absolute;
    background: url(../images/new_sprite.png) 0 -83px;
	width: 38px;
	height: 38px;
}
.cart_btn:hover:before{
	background-position: 0 -125px;
}
.badge{
	position: absolute;
    right: 0;
    border: 2px solid #ffffff;
    background: #23c485;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    height: 20px;
    width: 20px;
    text-align: center;
    box-sizing: border-box;
}
.txt_btn{
	display: none;
}
.green_btn{
	background: #26c485;
	border: 2px solid #fff;
	color: #fff;
}
.green_btn:hover{
	background: #04b06c;
}
.submit1.green_btn{
	display: block;
	width: 100%;
	margin-top: 15px;
}
.popup .close.def_link, .popup2 .close.def_link {
    font-size: 16px;
    position: static;
    top: 10px;
    right: 10px;
    line-height: 28px;
    color: #183d6a;
    text-decoration: underline;
}
.descr_form_pop{
	font-size: 16px;
	color: #000;
	margin-top: 20px;
}
.descr_form_pop.text-center{
	text-align: center;
}
.descr_form_pop.text-center a{
	margin: 0 10px;
}
.modules .top_links_moduls li a{
	border: 0;
	background: transparent;
}
.modules .top_links_moduls li{
	width: 195px;
}
.modules .item_modules a{
	font-weight: 600;
}
.modules .price{
	width: inherit;
}
.favorites_btn.favorites_btn_def{
    border: 0;
    background: transparent;
    padding: 0;
    margin-top: -2px;
}
.modules .item_modules .price{
	float: left;
    margin-right: 10px;
}
.modules .item {
    padding-bottom: 40px;
    padding-top: 30px;
}
.sort .jq-selectbox.one_sort {
    width: 245px;
}
.sort .jq-selectbox.two_sort{
    width: 210px;
}
.descr_sort {
	margin-right: 10px;
    margin-top: 15px;
}
.modules .sort .jq-selectbox:focus .jq-selectbox__select, 
.modules .sort .jq-selectbox:hover .jq-selectbox__select, 
.modules .sort .jq-selectbox.opened .jq-selectbox__select {
    border-color: #d9d9d7;
}
.filters .heading-3{
	border-right: 2px solid #fff;
}
.module-description .page-title .heading-1 img {
    max-width: 85px;
    height: auto;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    margin-top: -10px;
}
.module-description .page-title .heading-1,
.cart .page-title .heading-1,
.cabinet .page-title .heading-1{
    padding-bottom: 20px;
    padding-top: 25px;
}
.module_content .left_head_input{
	font-size: 24px;
	width: 45%;
	float: left;
}
.module_content .right_input{
	float: right;
	width: 55%;
}
.descr_txt{
	font-size: 12px;
    line-height: 14px;
    display: block;
}
.left_head_input h5{
	font-size: 24px;
}
.right_input input{
	width: 100%;
}
.right_input select,
.custom_sel{
	background: #fff;
    margin-bottom: 10px;
    border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    padding: 6px 10px 6px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    height: 36px;
    font-size: 16px;
    color: #303030;
    line-height: 20px;
    border: 2px solid #d0d0ce;
}
.padding-lr-30{
	margin-bottom: 30px;
    overflow: hidden;
}
.module-description .col-md-7,
.cabinet .col-md-7{
	width: 58.33333333%;
	float: left;
	box-sizing: border-box;
}
.module-description .col-md-5,
.cabinet .col-md-5 {
    width: 41.66666667%;
	float: left;
	padding-left: 150px;
	box-sizing: border-box;
}
.cabinet .col-md-5 {
	padding-left: 0px;
}
.cabinet .col-md-7 {
	padding-left: 80px;
}
.modules .breadcrumbs {
    padding-top: 0;
    padding-right: 400px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    float: none;
}
.module_content{
	padding-top: 50px;
	border-bottom: 1px solid #d0d0ce;
    margin-bottom: 30px;
}
input[type="checkbox"].custom_input {
    position: absolute;
    left: -9999px;
}
input[type="checkbox"].custom_input + label{
	position: relative;
	padding-right: 60px;
	font-size: 24px;
	margin-bottom: 30px;
	overflow: hidden;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
input[type="checkbox"].custom_input + label:before {
    content: "";
    position: absolute !important;
    top: 1px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/sprite1.png) 0 0 no-repeat;
}
input[type="checkbox"].custom_input:checked + label:before {
    background: url(../images/sprite1.png) 0 -22px no-repeat, url(../images/sprite.png) 0 0 no-repeat;
}
.right_price_module{
	padding-right: 57px;
    position: relative;
    background: #fff;
    margin-right: -22px;
    margin-bottom: -2px;
    padding-left: 20px;
    float: none;
}
.right_price_module .price{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.right_price_module .favorites_btn{
	position: absolute;
    right: 6px;
    bottom: 15px;
}
.right_price_module .btn{
	background-color: transparent;
	width: 100%;
	margin: 0 auto;
}
.right_price_module .btn:hover{
	background: #183d6a;
}
#shk_prodHelper .shs-count{
    border: 2px solid #d0d0ce;
}
body #shk_prodHelper input[type="text"]{
	display: inline-block;
    border: 0;
    box-shadow: none;
    background: transparent;
    width: 50%;
    vertical-align: top;
    font-size: 20px;
    margin-bottom: 0;
}
#shk_prodHelper .shk_count_button {
    color: #303030;
    border: 0;
    background: transparent;
    font-size: 37px;
}
#shk_prodHelper .shk_count_button:hover{
	background-color: transparent;
}
#shk_buttons .shk-but {
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 6px 2px;
    font-size: 22px;
}
.grey_btn.green_btn{
	background: #666666;
}
.grey_btn.green_btn:hover{
	background: #565656;
}
.cart .panel-heading{
	margin-bottom: 40px;
}
.cart_table{
	border-top: 2px solid #d0d0ce;
}
.cart_table tr{
	border-bottom: 2px solid #d0d0ce;
}
.cart_table th{
	text-align: left;
	padding: 10px;
	font-size: 24px;
	color: #303030;
}
.cart_table tbody td{
	padding: 40px 10px;
	vertical-align: top;
}
.cart_info{
	width: 60%;
}
.cart_info .left_img_cart{
	padding: 0 10px;
	max-width: 95px;
	float: left;
}
.right_txt_cart{
	padding: 0 10px;
	float: left;
	width: 70%;
}
.right_txt_cart a{
	font-size: 18px;
	color: #303030;
	margin-bottom: 20px;
	display: block;
}
.cart .right_txt_cart li{
	font-size: 16px;
	color: #666666;
	padding: 0;
}
.right_txt_cart li:before{
	display: none;
}
.cart_info b{
	display: block;
}
.box_numb{
    border: 2px solid #d0d0ce;
    width: 120px;
}
.box_numb .shk_count_button{
    color: #303030;
    border: 0;
    background: transparent;
    font-size: 37px;
}
.box_numb .shk_count_button:hover{
	background-color: transparent;
}
.box_numb .shk-but {
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 6px 2px;
    font-size: 22px;
}
body .box_numb input[type="text"]{
	display: inline-block;
    border: 0;
    box-shadow: none;
    background: transparent;
    width: 50%;
    vertical-align: top;
    font-size: 20px;
    margin-bottom: 0;
}
.price_cart b{
	font-size: 30px;
	font-weight: 500;		
}
.price_cart{
	font-size: 20px;	
}
.cart .close_btn{
	border: 0;
    padding: 0 10px;
    background: url(../images/new_sprite.png)  0 -209px no-repeat;
	width: 39px;
	height: 39px;
}
.cart .close_btn:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.center_cart{
	padding: 40px 10px 105px 10px;
}
.giftcard_box input{
	width: 330px;
	vertical-align: top;
	font-size: 16px;
    line-height: 21px;
}
.giftcard_box input.btn-info{
	font-size: 22px;
    font-weight: 500;
    max-width: 190px;
}
.head_table{
	font-size: 17px;	
	font-weight: 500;
}
.green_txt{
	font-size: 17px;	
	text-transform: uppercase;	
	color: #26c485;
}
.green_txt b{
	font-size: 20px;	
}
.cart .col-md-7{
	width: 58.33333333%;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
	box-sizing: border-box;
}
.cart .col-md-5 {
    width: 41.66666667%;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
	box-sizing: border-box;
}
.head_border{
	font-size: 24px;
	font-weight: 500;
	border-bottom: 2px solid #d0d0ce;
	line-height: 30px;
	margin-bottom: 20px;
}
.def_link{
	font-size: 16px;
	text-decoration: underline;
}
.def_link:hover{
	text-decoration: none;
}
.def_txt{
	font-size: 14px;
	color: #666666;
}
.request_user{
	margin-bottom: 20px;
}
.cart .col-md-5 .form-control{
	width: 100%;
}
.left_order_box{
	margin-bottom: 20px;
}
.left_order_box .visible-first{
	padding-bottom: 80px;
}
.left_order_box hr{
	border: 1px solid #d0d0ce;
	background-color: transparent;
}
.def_list li{
    line-height: 15px!important;
    padding-left: 0!important;
    font-size: 16px!important;
}
.def_list li:before{
	display: none;
}
.row_margin{
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 30px;
}
.form-group textarea{
	resize: none;
	width: 100%;
	height: inherit;
}
.order_list li{
	display: inline-block;
	width: 32%;
	vertical-align: top;
	padding: 10px;
	box-sizing: border-box;
}
.cart .left_order_box{
	padding-right: 40px;
}
.right_order_box{
	margin-bottom: 60px;
}
.toogle_drop_cabinet.active,
.toogle_drop_market.active{
	color: #183d6a;
}
.toogle_drop_cabinet.active .fa-angle-down,
.toogle_drop_market.active .fa-angle-down{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.toogle_drop_cabinet{
	cursor: pointer;
}
.toogle_drop_cabinet:hover{
	color: #23c485;
}
.drop_cabinet{
    border: 2px solid #d0d0ce;
    border-width: 2px 2px 0 2px;
    position: absolute;
    top: 68px;
    left: 0;
    background: #fff;
    z-index: 999;
    width: 266px;
    display: none;
}
.cont_drob{
	padding: 20px 15px 0;
	border-bottom: 2px solid #d0d0ce;
}
.cont_drob a,
.cont_drob span{
	color: #666666;
	cursor: pointer;
	font-size: 16px;
	display: block;
	margin-bottom: 20px;
}
.cont_drob a:hover,
.cont_drob span:hover{
	color: #163b6a;
}
.drop_market li,
.drop_market ul{
	list-style: disc;
}
.drop_market ul{
	padding-left: 45px;
	margin-top: -10px;
	margin-bottom: 20px;
}
.drop_market a{
	font-size: 14px;
	margin-bottom: 5px;
}
.sprite_new {
	padding-left: 45px;
	position: relative;
	display: block;
	box-sizing: border-box;
}
.sprite_new:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
    background: url(../images/new_sprite.png)  -4px -276px;
	width: 23px;
	height: 23px;
}
.sprite_new:hover:before{
	background-position: -33px -276px;
}
.icon_pas:before{
	background-position: -4px -305px;
	width: 22px;
	height: 22px;
}
.icon_pas:hover:before{
	background-position: -33px -305px;
}
.icon_market:before{
	background-position: -4px -333px;
	width: 21px;
	height: 20px;
    left: 3px;
}
.icon_market:hover:before,
.icon_market.active:before{
	background-position: -34px -333px;
}
.icon_bil:before{
	background-position: -3px -359px;
	width: 32px;
	height: 20px;
}
.icon_bil:hover:before{
	background-position:  -2px -385px;
}
.icon_ex{
	color: #23c485!important;
}
.icon_ex:before{
	background-position: -1px -252px;
	width: 18px;
	height: 18px;
	top: 2px;
}
.icon_ex:hover:before{
	background-position: -1px -252px;
	width: 18px;
	height: 18px;
}
.drop_market{
	display: none;
}
.cabinet .cabinet_left{
	border-right: 2px solid #d0d0ce;
	min-height: 800px;
}
.cabinet .cabinet_left .cont_drob{
	padding-left: 30px;
}
.left_user_ph{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 15px;
}
.cont_drob .name_user{
	font-size: 18px;
    font-weight: 600;
    color: #183d6a;
    padding-left: 20px;
    padding-top: 20px;
}
.cabinet_left .icon_ex{
	width: 20px;
    box-sizing: border-box;
    margin: 20px 0 0 0;
    padding: 0;
}
.dark_phone{
	padding: 20px 30px 15px;
	background: #f0f0ef;
	margin-bottom: 70px;
}
.dark_phone h4{
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase;
}
.cabinet .content{
	padding-left: 20px;
	padding-top: 20px;
}
.cabinet .content .form-control{
	width: 100%;
}
.def_par{
	font-size: 14px;
	padding-bottom: 0;
}
.custom_sel{
	width: 100%;
}
body{
	overflow-x: hidden;
}
body .form-control.col-md-7{
	width: 70%!important;
	margin-right: 4px;
	box-sizing: border-box;
	padding-left: 10px;
}
body .form-control.col-md-5{
	width: 29%!important;
	box-sizing: border-box;
	padding-left: 10px;
}
@media only screen and (max-width : 1220px) {
	.header-right-modules{
		width: 100%;
	    float: right;
	    margin-top: -10px;
	    margin-bottom: 30px;
	}
	.top-nav{
		height: inherit;
	}
	.cart .col-md-7,
	.cart .col-md-5{
		width: 100%;
		float: none;
		padding: 0;
	}
	.left_order_box .visible-first{
		padding-bottom: 0;
	}
	.left_order_box hr{
		display: none;
	}
	.row_margin{
		margin: 0 0 20px;
	}
	body .form-control.col-md-5 {
	    width: 28.3%!important;
	}
}
@media only screen and (max-width : 1050px) {
	.module-description .col-md-7,
	.module-description .col-md-5{
		width: 100%;
		float: none;
		padding: 0;
	}
	.module-description .col-md-5{
		max-width: 400px;
	}
	.cabinet .col-md-7{
		padding-left: 10px;
	}
	.cabinet .content{
		padding-left: 0;
	}
	.dark_phone{
		margin-bottom: 20px;
	}
}
@media only screen and (max-width : 980px) {
	.sort .jq-selectbox.one_sort,
	.sort .jq-selectbox.two_sort {
	    width: 170px;
	}
	.cabinet .col-md-5,
	.cabinet .col-md-7{
		width: 100%;
		float: none;
		padding: 0;
	}
	body .form-control.col-md-5 {
	    width: 27.3%!important;
	}
}
@media only screen and (max-width : 860px) {
	.modules .sidebar-left,
	.modules .content {
	    width: 100%;
	    float: none;
	    margin-bottom: 20px;
	}
	.modules .item .price,
	.modules .item .btn,
	.price span{
		font-size: 18px;
	}
}
@media only screen and (max-width : 840px) {
	.modules .item .price{
		width: inherit;
		margin-top: 0;
	}
	.cart_table th{
		font-size: 20px;
	}
	.price_cart b{
		font-size: 20px;
	}
	.cart_info{
		width: 50%;
	}
	.cart_info .right_txt_cart{
		width: 100%;
	}
}
@media only screen and (max-width : 767px) {
	.cabinet .cabinet_left {
		border-right: 0;
		min-height: inherit;
		margin-bottom: 10px;
	}
	.cabinet .content{
		margin-bottom: 30px;
	}
}
@media only screen and (max-width : 670px) {
	.cart_table th {
	    font-size: 16px;
	}
	.cart_table tbody td{
		padding: 20px 10px;
	}
}
@media only screen and (max-width : 540px) {
	.header-right-modules{
	    margin: 5px auto 0;
	    float: none;
	    margin-bottom: 9px;
	    width: 220px;
	    padding-bottom: 10px;
	}
	.pull-right.right_btn {
		float: right;
		margin-right: 64px;
		margin-top: 5px;
	}
	.modules .item .btn {
	    padding: 1px 10px 0px;
	}
	.content .item .clearfix > .pull-left,
	.content .item .clearfix > .pull-right{
		width: 100%;
	}
	.modules .item .price {
	    width: initial!important;
	}
	.favorites_btn.favorites_btn_def{
		margin-top: -8px;
	}
	.module_content .left_head_input,
	.module_content .right_input{
		width: 100%;
		margin-bottom: 10px;
	}
	.padding-lr-30{
		margin-bottom: 10px;
	}
	input[type="checkbox"].custom_input + label{
		line-height: 21px;
		font-size: 15px;
		margin-bottom: 10px
	}
	.left_head_input h5{
		font-size: 15px;
	}
	.right_price_module{
		padding-left: 0;
	}
	.right_price_module .price{
		font-size: 15px;
	}
	.right_price_module .btn {
	    font-size: 20px;
	    padding: 7px 0;
	}
	.module_content{
		border-bottom: 0;
	}
	.cart .grey_btn{
		width: 100%;
		font-size: 20px;
	}
	.cart .panel-heading{
		margin-bottom: 20px;
	}
	.cart_table thead{
		display: none;
	}
	.cart_table tbody td{
	    display: block!important;
	    width: 100%!important;
	    overflow: hidden;
	    padding: 10px;
	}
	.cart_info .left_img_cart{
		padding: 0;
	}
	.cart_info .right_txt_cart{
		padding: 0;
	}
	.giftcard_box input {
	    font-size: 12px;
	    width: 100%;
	}
	.center_cart table{
		width: 100%!important;
	}
	.center_cart {
	    padding: 20px 10px 20px 10px;
	}
	.head_border{
		font-size: 15px;
		font-weight: 700;
	}
	.drop_cabinet{
		top: 38px;
	}
	.popup input, .popup2 input{
		font-size: 18px;
	}
	.cabinet .def_par{
		display: none;
	}
}

/* marketplace end */

/* ppc-price begin */

.packages .ppc-price .tabs-nav li .price_through{
    font-size: 24px;
    text-decoration: line-through;
    font-family: 'WhitneySsmBook';
    padding-bottom: 34px;
}
.packages .ppc-price .tabs-nav li .price {
    padding: 26px 0 20px 0px;
}
.packages .ppc-price .tabs-nav li:hover {
    background: #f5d10a;
}
.packages .ppc-price .tabs-nav li.featured.active .price{
    margin-bottom: 4px;
}
.packages .ppc-price tbody tr td:nth-child(2){
    text-decoration: none;
    font-family: 'WhitneySsmMedium';
    color: #2c2c2b;
    padding: 5px 15px;
}
.ppc-price .package tbody tr td.no_icon:after{
    font-size: 20px;
    font-family: 'FontAwesome';
    color: #ae0c0c;
    content: "\f00d";
    background: transparent;
    right: 7px;
    top: 8px;
}
.ppc-price .testimon{
    margin-top: 40px;
}
.ppc-price .package tbody tr.gray td {
    background: #e2e1e1;
}
.ppc-price .package tbody tr.white td {
    background: #fff;
}
.ppc-price .package tbody tr td .heading-4:hover{
    text-decoration:underline;
}
/* ppc-price end */
.certificates ul li img{
    max-width: 175px;
}

/* Blog */
.content ul{
  text-align: left;
}
.blog .page-sub-title {
    padding: 20px 15px;
    text-align: center;
    max-width: 1150px;
    margin: 0 auto;
}
.blog .img img{
    max-width: 100%;
}
.blog .blog-text ul li {
  padding-left: 32px;
  padding-bottom: 14px;
  position: relative;
  background: transparent;
}
.blog .blog-text ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 10px;
  background: url(../images/sprite.png) -94px -34px no-repeat;
}
/* Blog End*/
/* Magnet Form Begin*/
.form_magnet label{
    color: #fff;
    font-weight: 400;
}
.form_magnet .box_checbox{
    max-width: 770px;
    margin: 10px auto;
    overflow: hidden;
    text-align: left;
    position: relative;
    padding-left: 30px;
}
.page_cont_new .form_magnet .btn_green{
    font-family: 'WhitneySsmBook';
    background: #26c485;
    display: inline-block;
    font-size: 28px;
    line-height: 1.2em;
    padding: 8px 10px 11px;
    border: 2px solid #fff;
    color: #fff;
}
.page_cont_new .form_magnet .btn_green:hover{
    background: #04b06c;
}
.form.form_magnet input[type="checkbox"]{
    padding: 0;
    border: 0;
    background: transparent;
    min-height: inherit;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 0;
}
/* Magnet Form End*/
/* Blog begin */
.page-sub-title{
    padding: 20px 0;
    text-align: center;
}
.date.hashtag{
    display: block;
    margin-bottom: 25px;
}
.autor{
    display: block;
    color: #183d6a;
}
.list_info{
    list-style-type: none;
    padding-left: 0;
    float: left;
    width: 50%;
}
.list_info li{
    display: inline-block;
    text-align: left;
    min-width: 130px;
}
.item.container .list_info .date{
    color: #989898;
    text-align: left;
}
.clock_box{
    padding: 10px 20px;
    border: 2px solid #183d6a;
    max-width: 1138px;
    margin: 0 auto 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clock_box.clock_box_cat{
    margin-bottom: 0;
    padding: 0;
    margin-bottom: 10px;
    border: 0;
}
.far.fa-clock:before {
    content: "\f017"!important;
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 20px;
    font-family: 'FontAwesome';
    line-height: 20px;
    font-style: normal;
}
.far.fa-folder{
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.far.fa-folder:before {
    content: "\f07b"!important;
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 22px;
    font-family: 'FontAwesome';
    line-height: 20px;
    font-style: normal;
}
.clock{
    font-size: 14px;
    color: #989898;
    text-align: left;
    font-family: 'WhitneySsmMedium';
    padding-left: 25px;
    position: relative;
}
.baner_blog{
    padding: 50px 0;
    margin-bottom: 50px;
    min-height: 300px;
    width: 100%;
    display: table;
    position: relative;
}
.baner_blog:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.baner_blog .heading-1{
    max-width: 960px;
    margin: 0 auto;
}
.baner_blog .container{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.baner_blog *{
    text-align: center;
    color: #fff;
}
.baner_blog .heading-2{
    margin-bottom: 0;
    padding-bottom: 0;
}
.baner_blog .category{
    font-size: 25px;
    margin-bottom: 35px;
    display: block;
}
.item.container .baner_blog .heading-2{
    padding-bottom: 0;
    color:#fff;
}
.item.container.visible .baner_blog .category{
    color: #fff;
}
.item.container .share_block{
    float: left;
    width: 50%;
}
.item.container .share_block .soc-buttons-share {
    position: static;
    top: 0;
    left: 0px;
    width: 100%;
    padding-top: 0;
    text-align: right;
}
.item.container .share_block .soc-buttons-share li{
    display: inline-block;
    margin-left: 20px;
}
.item.container .soc-buttons-share li i{
    display: inline-block;
    margin-right: 5px;   
}
.top_line{
    overflow: hidden;
    max-width: 1138px;
    margin: 0 auto;
}
.item.container .share_block .soc-buttons-share:after,
.item.container .share_block .soc-buttons-share:before{
    display: none;
}
.blog_row img{
    max-width: 100%!important;
    height: auto!important;
    width: auto!important;
    margin: 0 auto;
    display: block;
}
.blog_row blockquote{
    color: #1c1c1c;
    padding: 60px 110px;
    background: #eeeeee;
    position: relative;
    border: 1px solid #cccccc;
}
.blog_row blockquote:before{
    content: '';
    position: absolute;
    left: 50px;
    top: 56px;
    width: 32px;
    height: 27px;
    background: url(../images/scobka.png)0 0 no-repeat;
}
.blog_row blockquote *{
    padding-bottom: 0;
    margin-bottom: 0;
    color: #1c1c1c;
}
.blog-text h1, .blog-text h2, .blog-text h3,
.blog-text h1 *, .blog-text h2 *, .blog-text h3 *{
    font-weight: 600!important;
}
.box_blog_read{
    overflow: hidden;
    box-sizing: border-box;
}
.box_blog_read a{
    border: 1px solid #cccccc;
    position: relative;
    padding: 30px 60px 20px 310px;
    display: block;
    background: #fff;
    margin-bottom: 40px;
}
.box_blog_read .left_img{
    position: absolute;
    width: 280px!important;
    height: 180px!important;
    display: block;
    top: 1px;
    border: none;
    left: 1px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    border: none;
    left: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.box_blog_read a img{
    position: absolute;
    left: 0;
    top: 0px;
    width: 280px!important;
    height: 259px!important;
}
.box_blog_read a .litle_head{
    color: #333;
    padding-bottom: 20px;
    font-weight: 600;
}
.box_blog_read a .big_head{
    font-size: 34px;
    color: #333;
    margin-bottom: 13px;
    line-height: 34px;
    overflow: hidden;
}
.box_blog_read a .name_post{
    height: 46px;
    display: block;
    overflow: hidden;
    color: #1c1c1c;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.box_blog_read a .buttons{
    overflow: hidden;
}
.box_blog_read a .btn_green{
    font-family: 'WhitneySsmBook';
    background: #26c485;
    padding: 15px 65px;
    color: #fff;
    min-width: 200px;
    display: inline-block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box_blog_read a .btn_green:hover{
    background: #04b06c;
}
.reclam_box{
    max-width: 980px;
    position: relative;
    margin: 30px auto 50px;
}
.reclam_box img{
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}
.blog_row iframe{
    width: 100%!important;
}
.blog-text h1{
    line-height: 1.3;
}
.blog .row-1.items .hashtag{
    max-height: 115px;
}
.blog .row-3 .row:nth-child(2),
.blog .row-3 .row:nth-child(3),
.blog .row-3 .row:nth-child(4),
.blog .row-3 .row:nth-child(5),
.blog .row-3 .row:nth-child(2) .col,
.blog .row-3 .row:nth-child(3) .col,
.blog .row-3 .row:nth-child(4) .col,
.blog .row-3 .row:nth-child(5) .col{
    opacity: 1;
    transform: translateY(0px);
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
}
/* .blog .ui-tooltip{
    display: none!important;
} */
/* Blog End*/
.page_magnit.page_cont_new .title_big{
    color: #fff;
}
.page_magnit.page_cont_new .text_info.text-center {
    text-align: left;
    color: #fff;
}
.page_magnit .list_key li, .page_magnit .list_question li{
    font-size: 24px;
}
.page_magnit .modal-footer .btn{
    margin: 0 auto;
    display: block;
    background: transparent;
    font-size: 24px;
}
.page_magnit .modal-footer .btn:hover{
    background: #183d6a;
}
.page_magnit .modal-header .close:hover{
    background-color: transparent;
}
.page_magnit .modal.fade.in{
    display: flex!important;
    justify-content: center;
    align-items: center
}
.page_magnit .modal-content .modalHeader{
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
    text-align: left;
}
.page_magnit .modal-content .modalText{
    font-size: 20px;
    padding-bottom: 0;
    line-height: 24px;
}


/*******************************new price page*******************************/
.dark-bg{
  background: #f8f8f8!important;
}
.packages .page-title.dark-bg{
  padding-bottom: 50px;
}
.grid_block{
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-auto-rows: minmax(328px, auto);
  grid-gap: 7px;
  text-align: center;
}
.grid_item{
  position: relative;
}
.grid_item a{
  display: block;
  border: 1px solid #999999;
  height: 100%;
  padding: 90px 7px 10px;
  box-sizing: border-box;
  background: #fff;
  min-height: 323px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.grid_item a:hover,
.grid_item a.active{
  box-shadow: 1px 4px 10px #505050;
  margin-top: -2px;
  min-height: 325px;
}
.grid_item img{
  margin-bottom: 15px;
}
.dark_txt{
  font:27px/32px 'WhitneySsmSemibold', sans-serif;
  color: #666666;
  padding-bottom: 0;
}
.packages .page-title.dark-bg .heading-1{
  line-height: 37px;
  padding: 55px 0;
}
.accordion-block{
  overflow: hidden; 
  margin-bottom: 13px;
}
.accordion-block li{
  margin-bottom: 7px;
}
.toggleAccordion{
  display: block; 
  overflow: hidden;
  color: #303030;
  display: grid;
  align-items: center;
  justify-content: center;
  font:22px/24px 'WhitneySsmBook', sans-serif;
  grid-template-columns: 5fr 1fr;
  grid-gap: 7px;
  box-sizing: border-box;
}
.toggleAccordion:focus{
  color: inherit;
}
.toggleAccordion span{
  display: block;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 30px 15px;
  box-sizing: border-box;
}
.toggleAccordion span{
  padding-right: 55px;
  position: relative;
}
.toggleAccordion span:before{
    content: "\f0a9";
    position: absolute;
    top: 31px;
    right: 15px;
    font-family: 'FontAwesome';
    font-size: 36px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.toggleAccordion.ui-state-active span:before{
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.toggleAccordion span:last-child{
  padding-right: 0;
}
.toggleAccordion span:last-child:before{
  display: none;
}
.accordion-block li span{
  background: #e0e0e0;
}
.accordion-block li:nth-child(2n) span{
  background: #aeaeae;
}
.accordion-block li .toggleAccordion.ui-accordion-header-active span,
.accordion-block li .toggleAccordion:hover span{
  background: #173c6a;
  color: #fff;
}
.toggleAccordion:focus{
  outline: none;
}
.packages .info-price-full .tabs-nav .price{
    padding: 20px 0 10px 0;
}
.packages .info-price-full .tabs-nav li{
    min-height: 210px;
}
.packages .info-price-full .tabs-nav li p{
    padding-bottom: 0;
}
.packages .info-price-full .tabs-nav li:hover, .packages .info-price-full .tabs-nav li.active {
    background: #f5d10a;
}
.packages .info-price-full .tabs-nav li.featured .label {
    position: absolute;
    top: -7px;
    left: -8px;
    max-width: 120px;
}
.innerAc{
  padding: 10px 10px 0;
}
.innerAc li{
  color: #303030;
  font:22px/24px 'WhitneySsmBook', sans-serif;
  margin-bottom: 10px;
  position: relative;
}
.innerAc li:before{
  content: "";
  float: left;
  margin-right: 10px;
  background: url(../images/sprite.png) -120px -608px;
  width: 22px;
  height: 17px;
}
.star_icon{
  display: inline-block;
  position: relative;
}
.star_icon:before{
  content: "";
  display: inline-block;
  margin-right: 7px;
  background: url(../images/sprite.png) -92px -602px;
  width: 23px;
  height: 23px;
}
.heading-2.heading-line{
  padding: 60px 10px;
  border: 2px solid #666666;
  border-width: 2px 0 2px 0;
  margin-bottom: 20px;
}
.btns.btn-block{
  border-top: 2px solid #666666;
  margin: 0;
  padding: 60px 0;
}
.portfolio-slider .row-1 .item{
  border: 0;
}
.portfolio .portfolio-slider .text{
  padding: 0;
  box-sizing: border-box;
}
.icon_sprite{
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.icon_sprite:before{
  content: "";
  display: block;
  background: url(../images/sprite.png) -174px -486px;
  width: 40px;
  height: 39px;
}
.icon_user:before{
  background-position: -174px -486px;
  width: 40px;
  height: 39px;
}
.icon_cash:before{
  background-position: -181px -540px;
  width: 22px;
  height: 39px;
  margin-left: 7px; 
}
.icon_conversion:before{
  background-position: -175px -593px;
  width: 38px;
  height: 32px;
}
.txt_info{
  font: 18px/20px 'WhitneySsmMedium', sans-serif;
  color: #183d6a;
  font-weight: 600; 
  text-transform: uppercase;  
}
.list_icon{
  margin-bottom: 60px;  
}
.list_icon li{
  position: relative; 
  padding-left: 60px;
  margin-bottom: 30px;  
}
.icon_sprite{
  width: 60px;
  position: absolute; 
  top: -10px; 
  left: 0;    
}
.portfolio-slider .slick-arrow:before,
.news_blog .slick-arrow:before{
  border: 12px solid transparent;
  border-top-width: 10px;
  border-bottom-width: 10px;
}
.portfolio-slider .slick-prev,
.news_blog .slick-prev{
  left: -20px;  
}
.portfolio-slider .slick-prev:before,
.news_blog .slick-prev:before{
  border-right-color: #4c4c4c;
}
.portfolio-slider .slick-prev:hover:before,
.news_blog .slick-prev:hover:before{
  border-right-color: #26c485;
}
.portfolio-slider .slick-next,
.news_blog .slick-next{
  right: -20px; 
}
.portfolio-slider .slick-next:before,
.news_blog .slick-next:before{
  border-left-color: #4c4c4c;
}
.portfolio-slider .slick-next:hover:before,
.news_blog .slick-next:hover:before{
  border-left-color: #26c485;
}
.dark-bg.certificates:before{
  display: none;
}
.news_blog .row-3 {
  display: block;
  border-spacing: 0;
}
.news_blog .item {
  padding: 0 4px;
  box-sizing: border-box;
}
.news_blog .blog_img{
  background-size: cover;
  background-position: top center;
}
.ui-accordion-header-icon{
  display: none!important;
}
.packages .info-price .tab-content .tab{
  display: none;  
}
.packages .info-price .tab-content .active{
  display: block;  
}
.packages .info-price .tabs-nav{
  margin-bottom: 100px; 
}
.packages .info-price .tabs-nav li.active{
  border-bottom-color: #183d6a;
  padding-bottom: 33px;
}
.packages .info-price .tabs-nav li:before{
  display: none;  
}
.packages .info-price .tab-content {
  border: 0;
  border-top: none;
  background: transparent;
  padding-bottom: 0;
}
.packages .info-price-full .tabs-nav li{
    width: 19%; 
}
.packages .info-price-full .tabs-nav li.active .price{
    margin-bottom: 8px;
}
.packages .info-price-full .tabs-nav li.featured.active .price {
    margin-bottom: 0px;
}
.packages .info-price-full .tabs-nav li .price span:after{
    background: #000;
}
.packages .info-price-full .tabs-nav li.active{
  width: 24%; 
  margin-top: -13px;  
  padding-bottom: 20px; 
}
.packages .info-price-full .tabs-nav .title{
  font-size: 28px;  
}
.packages .info-price-full .tabs-nav li.active .title, .packages .info-price-full .tabs-nav li:hover .title, .packages .info-price-full .tabs-nav li:focus .title{
  font-size: 32px;  
}
.packages .info-price-full .tabs-nav .price,
.packages .info-price-full .tabs-nav li.featured .price,
.packages .info-price-full .tabs-nav li.featured .price span{
  font-size: 42px;  
}
.packages .info-price-full .tabs-nav li.active .price{
  font-size: 60px;  
}
.packages .info-price-full .tabs-nav li.featured p{
  font-size: 16px;  
  padding-bottom: 44px; 
}
.packages .info-price-full .tabs-nav li.active p{
  font-size: 18px;  
}
.packages .info-price.info-price-full .tabs-nav {
  margin-bottom: 60px;
}
.green_link_box{
  border-top: 2px solid #666666;  
  padding: 30px 0 0;
  margin-bottom: 60px;  
}
.green_link_box a{
  background: #33cc99;
  display: block; 
  text-align: center; 
  border: 2px solid #183d6a;
  border-radius: 5px;
  overflow: hidden; 
  font: 32px/34px 'WhitneySsmSemibold', sans-serif;
  color: #fff;
  padding: 21px 10px;
}
.green_link_box a:hover{
  background: #173c6a;
}
.info-price-full .heading-2{
  padding-bottom: 15px; 
}

/*style 11.10.18  */
.pt0{
  padding-top: 0!important; 
}
.default_block{
  padding: 70px 0;
}
.heading-middle{
  font: 36px 'PFHandbookPro-Black', sans-serif;
  color: #303030;
  text-transform: uppercase!important;
  color: #333333;
  margin-bottom: 20px;  
  padding: 0; 
}
.txt-middle{
  font: 30px 'UniSans', sans-serif;
  color: #333333;
  line-height: 35px;  
  margin-bottom: 0px;
  padding-bottom: 0;    
}
.little-width{
  max-width: 820px;
  margin: 0 auto;
}
.text-center{
  text-align: center; 
}
.list_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}
.list_flex.three_col .item{
  width: 33.33%;
  min-width: 250px;
  padding: 10px 50px;
  box-sizing: border-box;
}
.list_flex.four_col .item{
  width: 25%;
  min-width: 200px;
  padding: 10px 30px;
  box-sizing: border-box;
}
.list_flex p{
  font: 18px 'UniSans', sans-serif;
  font-weight: 600;
  line-height: 23px;
  color: #3a3a3a;
}
.default_block  .icon{
  margin-bottom: 30px;
}
.default_block .buttons{
  margin-top: 40px;
}
.default_block .buttons a,
.gift_block .buttons a{
  font: 26px 'UniSans', sans-serif;
  font-weight: 600;
  background: #26c485;
  padding: 14px 64px 11px
}
.default_block .buttons a:hover,
.gift_block .buttons a:hover{
  background: #04b06c;
}
.white_txt{
  color: #fff!important;
}
.gift_block{
  padding: 50px 0 30px;
}
.gift_block .heading-middle{
  margin-bottom: 50px;
}
.gift_block .icon{
  margin: 30px 0;
}
.opacity_bg{
  position: relative;
  z-index: 1;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.opacity_bg:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: -1;
}

@media (max-width: 968px){
  .list_flex.three_col .item,
  .list_flex.four_col .item{
    width: 50%;
    padding: 15px;
  }
  .gift_block .icon img{
    max-width: 90px;
  }
  .default_block{
    padding: 40px 0;
  }
}
@media (max-width: 540px){
  .heading-middle{
    font-size: 25px;  
  }
  .txt-middle{
    font-size: 20px;  
  }
  .gift_block .icon img{
    max-width: 60px;
  }
  .default_block .buttons a, .gift_block .buttons a{
    font-size: 20px;
  }
  .gift_block .heading-middle{
    margin-bottom: 10px;
  }
  .default_block{
    padding: 20px 15px;
    box-sizing: border-box;
  }
}