/* CSS Document */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, img, form, fieldset, blockquote {
  margin: 0px;
  padding: 0px;
  border: 0px; }

body a:focus, body a:hover {
  outline: none !important; }

body a:focus {
  text-decoration: none; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: block; }

.clearfix:after {
  clear: both; }

button, input[type=submit], input[type=button] {
  cursor: pointer; }

ul {
  margin: 1.3em 0px;
  font-size: 15px; }

ul li {
  margin: 3px 0;
  padding-left: 1em;
  position: relative; }

ul li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0px;
  width: 0.3em;
  height: 0.3em;
  background: #000;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%; }

ul.ul-checks {
  font-size: 20px; }

ul.ul-checks li {
  padding-left: 35px;
  margin: 22px 0; }

ul.ul-checks li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  width: 27px;
  height: 23px;
  background: url(../img/sprite_2x.png) -71px -649px no-repeat;
  background-size: 150px 1500px; }

ol {
  margin: 1.3em 0;
  list-style-position: inside; }

ol li {
  margin: 3px 0; }

h1 {
  margin: .5em 0 .5em;
  font-size: 55px;
  line-height: 1.3; }

h2 {
  margin: .5em 0 .5em;
  font-size: 40px;
  line-height: 1.3; }

h3 {
  margin: .5em 0 .5em;
  font-size: 32px;
  line-height: 1.3; }

h4 {
  margin: 1em 0 1em;
  font-size: 26px;
  line-height: 1.3; }

h5 {
  margin: .5em 0 .5em;
  font-size: 18px;
  line-height: 1.3; }

h6 {
  margin: .5em 0 .5em;
  font-size: 12px;
  line-height: 1.3; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.3; }

p {
  margin: 1.3em 0px;
  font-size: 20px;
  line-height: 1.4em; }

blockquote {
  margin: 1em 0; }

img {
  max-width: 100%; }

.label-text {
  display: inline-block;
  vertical-align: middle; }

header, footer, main, nav, aside, section, article {
  display: block; }

address {
  font-style: normal; }

textarea {
  max-width: 100%; }

* {
  margin: 0;
  padding: 0; }

input, textarea, select, button {
  font-family: "PT Sans", sans-serif;
  outline: none; }

input[type=submit], input[type=button], button {
  cursor: pointer;
  -webkit-appearance: none;
  border: none; }

input[type=text], input[type=date], input[type=number], input[type=email], textarea {
  -webkit-appearance: none; }

ul, menu {
  list-style: none; }

input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, button[type=submit]::-moz-focus-inner {
  padding: 0;
  border: 0; }

::-webkit-input-placeholder {
  color: #78828b;
  -webkit-opacity: 1;
  opacity: 1; }

::-moz-placeholder {
  color: #78828b;
  -moz-opacity: 1;
  opacity: 1; }

*:focus::-moz-placeholder {
  color: transparent !important; }

*[autofocus]::-moz-placeholder:focus {
  color: graytext !important; }

*:focus:-moz-placeholder {
  color: transparent !important; }

*[autofocus]:-moz-placeholder:focus {
  color: graytext !important; }

*:focus::-webkit-input-placeholder {
  color: transparent !important; }

*[autofocus]::-webkit-input-placeholder {
  color: graytext !important; }

html {
  height: 100%; }

body {
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

/* ********* btn, forms, typography ********* */
a {
  color: #0780c6;
  text-decoration: none; }

body a:hover {
  text-decoration: none;
  color: #9f7fa6; }

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

.text-left {
  text-align: left !important; }

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

.text-justify {
  text-align: justify !important; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.label-checker {
  position: relative;
  padding-left: 38px; }

.label-checker > input, .label-checker .checker, .label-checker .radio {
  position: absolute;
  top: -7;
  left: 0; }

.bg-grey {
  background: #f1f1f1 !important; }

.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

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

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml50 {
  margin-left: 50px !important; }

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

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr50 {
  margin-right: 50px !important; }

.pt0 {
  padding-top: 0px !important; }

.pt5 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

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

.pb30 {
  padding-bottom: 30px !important; }

.pb50 {
  padding-bottom: 50px !important; }

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

.pl5 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl50 {
  padding-left: 50px !important; }

.pr0 {
  padding-right: 0px !important; }

.pr5 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr50 {
  padding-right: 50px !important; }

.w100p {
  width: 100% !important; }

.w180 {
  width: 180px !important; }

.w200 {
  width: 200px !important; }

.c-red {
  color: #ff0000 !important; }

.c-white {
  color: #fff !important; }

.c-grey {
  color: #4b4b4b !important; }

.c-blue {
  color: #33c8f4 !important; }

.c-light-grey {
  color: #ccc !important; }

.c-green {
  color: #7ebf43 !important; }

.text-s {
  font-size: 12px !important; }

.text-m {
  font-size: 14px !important; }

.text-l {
  font-size: 16px !important; }

.text-18 {
  font-size: 18px !important; }

.text-20 {
  font-size: 20px !important; }

.text-22 {
  font-size: 22px !important; }

.text-36 {
  font-size: 36px !important; }

.text-light {
  font-weight: 300 !important; }

.text-bold {
  font-weight: bold !important; }

.dib {
  display: inline-block !important; }

.btn {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold; }

.btn.disabled, .btn.disabled:hover, .btn.disabled:focus {
  background: #ccc;
  cursor: default; }

.btn:hover {
  text-decoration: none; }

.btn:focus {
  text-decoration: none; }

.btn.size-l {
  height: 44px;
  padding: 0 24px;
  line-height: 38px;
  font-size: 20px; }

.btn.size-xl {
  height: 54px;
  padding: 0 32px;
  line-height: 56px;
  font-size: 20px; }

.btn-trans__pink.size-xl {
  line-height: 52px; }

.btn-pink {
  background: #7c337c;
  color: #fff;
  text-transform: uppercase; }

.btn-pink:hover {
  background: #a957a9;
  color: #fff; }

.btn-pink:active {
  background: #a957a9; }

.btn-trans__pink {
  color: #333;
  background: #fff;
  border: 3px solid #cdc4e3;
  text-transform: uppercase; }

.btn-trans__pink:hover {
  color: #333;
  border-color: #9e87d7; }

.btn-trans__pink:active {
  border-color: #9f86d7; }

.btn-yellow {
  color: #333;
  background: #ffda49;
  text-transform: uppercase; }

.btn-yellow:hover {
  color: #333;
  background: #f6f184; }

.btn-yellow:active {
  background: #ffef80; }

.field-text {
  display: inline-block;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.field-text.size-xl {
  height: 50px;
  padding: 0 26px;
  font-size: 20px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  position: relative; }

.inp-white__g.size-xl {
  padding: 0 20px; }

.field-text.error {
  border: 2px solid #f93f3f; }

/*.field-text.valid {
        border: 2px solid #ffda49;
    }*/
.field-text:focus {
  border: 2px solid #76acf2; }

textarea.field-text.size-xl {
  height: auto;
  padding: 11px 24px; }

.inp-white {
  background: #fff;
  color: #333;
  border: none; }

.inp-white__g {
  background: #fff;
  border: 2px solid #eee;
  color: #333; }

.inp-white.error {
  -webkit-box-shadow: 0px 0px 12px rgba(215, 79, 69, 0.99);
  -moz-box-shadow: 0px 0px 12px rgba(215, 79, 69, 0.99);
  box-shadow: 0px 0px 12px rgba(215, 79, 69, 0.99); }

.inp-white:focus {
  -webkit-box-shadow: 0px 0px 12px rgba(83, 156, 253, 0.99);
  -moz-box-shadow: 0px 0px 12px rgba(83, 156, 253, 0.99);
  box-shadow: 0px 0px 12px rgba(83, 156, 253, 0.99); }

/* ********* icons ********* */
i[class*=icon-] + span {
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle; }

span + i[class*=icon-] {
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?c55zc6");
  src: url("../fonts/icomoon.eot?c55zc6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?c55zc6") format("truetype"), url("../fonts/icomoon.woff?c55zc6") format("woff"), url("../fonts/icomoon.svg?c55zc6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon_s-"], [class*=" icon_s-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon_s-cart:before {
  content: "\e902"; }

.icon_s-fax:before {
  content: "\e903"; }

.icon_s-mail:before {
  content: "\e904"; }

.icon_s-dot:before {
  content: "\e905"; }

.icon_s-phone:before {
  content: "\e906"; }

.icon_s-cons:before {
  content: "\e908"; }

.icon_s-pointer2:before {
  content: "\e949"; }

.icon_s-arrow:before {
  content: "\e94a"; }

.icon-desk {
  width: 96px;
  height: 96px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/sprite_2x.png) -6px -107px no-repeat;
  background-size: 150px 1500px; }

.icon-people {
  width: 96px;
  height: 96px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/sprite_2x.png) -5px -1px no-repeat;
  background-size: 150px 1500px; }

.icon-search {
  width: 96px;
  height: 96px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/sprite_2x.png) -6px -213px no-repeat;
  background-size: 150px 1500px; }

.icon-snow {
  width: 96px;
  height: 96px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/sprite_2x.png) -4px -315px no-repeat;
  background-size: 150px 1500px; }

.icon-doc {
  width: 96px;
  height: 96px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/sprite_2x.png) -4px -417px no-repeat;
  background-size: 150px 1500px; }

.icon-idea {
  width: 96px;
  height: 96px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/sprite_2x.png) -4px -523px no-repeat;
  background-size: 150px 1500px; }

.icon-q {
  width: 49px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/sprite_2x.png) -5px -628px no-repeat;
  background-size: 150px 1500px; }

.icon-cart {
  width: 22px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/sprite_2x.png) -8px -1063px no-repeat;
  background-size: 150px 1500px; }

.icon-cons {
  width: 62px;
  height: 81px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/sprite_2x.png) -44px -1066px no-repeat;
  background-size: 150px 1500px; }

.icon-subway {
  width: 15px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
  top: -2px;
  background: url(../img/sprite_2x.png) -14px -1121px no-repeat;
  background-size: 150px 1500px; }

.icon-plus {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/sprite_2x.png) -11px -1152px no-repeat;
  background-size: 150px 1500px; }

/* ********* fonts ********* */
/* ********** WRAPPER ********** */
#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

.inner-wrapper {
  margin: 0 auto;
  padding: 0 10px; }

.h-padding, .inner-wrapper.h-padding {
  padding: 0 25px; }

/* ********** ********** */
/* ********** HEADER ********** */
#header {
  background: #fff; }

#header .inner-wrapper {
  position: relative; }

/* ****** h-logo ****** */
.h-logo {
  width: 165px;
  position: absolute;
  top: 0;
  left: 25px;
  padding: 20px 25px 22px;
  background: #fff;
  z-index: 2; }

/* ****** h-contacts ****** */
.h-contacts .h-phone {
  display: inline-block;
  vertical-align: middle;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #333;
  letter-spacing: -0.06em; }

.h-contacts .h-phone + * {
  margin-left: 15px; }

.h-contacts:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  color: #cd3367;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -11px; }

/* ****** h-lang ****** */
.h-lang {
  width: 67px;
  float: right;
  position: relative; }

.h-lang--btn {
  width: 69px;
  display: block;
  padding: 6px 7px 6px 22px;
  cursor: pointer; }

.h-lang--btn span {
  display: block;
  padding-right: 14px;
  position: relative; }

.h-lang--btn span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 11px;
  height: 5px;
  margin-top: -3px;
  background: url(../img/sprite_2x.png) -72px -633px no-repeat;
  background-size: 150px 1500px; }

.h-lang--btn:hover span:before {
  background-position: -87px -633px; }

.h-lang--slide {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0px 15px 12px 22px;
  background: #fff;
  z-index: 10; }

.h-lang--slide a {
  display: block;
  margin: 5px 0; }

/* ****** main-menu ****** */
.main-menu--item.active .main-menu--btn a, .main-menu--item.active .main-menu--btn {
  color: #9f7fa6; }

.main-menu--hidden {
  display: none; }

.menu-mobile--btn {
  width: 56px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  margin: -22px -16px -22px 5px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.menu-mobile--btn.active {
  background: #f4f3f8; }

.menu-mobile--btn span {
  position: absolute;
  left: 16px;
  top: 28px;
  width: 24px;
  height: 3px;
  background: #333; }

.menu-mobile--btn span:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #333; }

.menu-mobile--btn span:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #333; }

.menu-mobile--btn.active span {
  background: #0680c5; }

.menu-mobile--btn.active span:before {
  -webkit-animation: anim1 .5s;
  animation: anim1 .5s;
  background: #0680c5;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease; }

@-webkit-keyframes anim1 {
  0% { }
  40% {
    top: 0; }
  100% {
    top: -7px; } }

@keyframes anim1 {
  0% { }
  40% {
    top: 0; }
  100% {
    top: -7px; } }

.menu-mobile--btn.active span:after {
  -webkit-animation: anim2 .5s;
  animation: anim2 .5s;
  background: #0680c5;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease; }

@-webkit-keyframes anim2 {
  0% {
    bottom: -7px; }
  40% {
    bottom: 0; }
  100% {
    bottom: -7px; } }

@keyframes anim2 {
  0% {
    bottom: -7px; }
  40% {
    bottom: 0; }
  100% {
    bottom: -7px; } }

.menu-mobile--btn span {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

/* ********** ********** */
/* ****** main-slider ****** */
.main-slider {
  position: relative; }

body .slick-slider {
  margin: 0; }

.main-slider--item {
  padding: 114px 0 118px;
  position: relative; }

.main-slider--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1; }

.main-slider--desc {
  position: relative;
  z-index: 2;
  margin: 0 112px;
  padding: 53px 80px 22px;
  background: rgba(255, 255, 255, 0.8);
  border: 15px solid #fff;
  text-align: center; }

.main-slider--desc .h2, .main-slider--desc h2 {
  margin: 0;
  font-weight: normal;
  font-size: 50px;
  font-family: "PT Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em; }

.main-slider--desc .h2 em, .main-slider--desc h2 em {
  display: block;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.03em; }

.main-slider--desc .h3, .main-slider--desc h3 {
  margin: 0;
  font-weight: normal;
  font-size: 50px;
  font-family: "PT Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em; }

.main-slider--desc .h3 em, .main-slider--desc h3 em {
  display: block;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  font-size: 52px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.03em; }

.main-slider--desc .text {
  margin: 14px 0 15px;
  padding-top: 23px;
  position: relative;
  font-size: 22px;
  line-height: 1.35; }

.main-slider--desc .text p {
  margin: 0;
  font-size: 22px;
  line-height: 1.35; }

.main-slider--desc .text:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 112px;
  height: 3px;
  margin-left: -56px;
  background: #a564a4; }

.main-slider--desc .bottom {
  margin: 22px 0; }

.main-slider .slick-dots {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 0;
  z-index: 2; }

.main-slider .slick-dots li {
  width: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  padding: 0;
  cursor: pointer; }

.main-slider .slick-dots li + li {
  margin-left: 5px; }

.main-slider .slick-dots li button {
  width: 35px;
  height: 8px;
  padding: 0px;
  background: rgba(248, 215, 255, 0.6);
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.main-slider .slick-dots li.slick-active button, .main-slider .slick-dots button:hover {
  background: #fff; }

.main-slider .slick-dots li button:before, .main-slider .slick-dots li:before {
  display: none; }

.main-slider--control {
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%; }

.main-slider--control .control {
  position: absolute;
  top: -51px;
  z-index: 2; }

.main-slider--control .control-wrap {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.main-slider--arrows {
  position: relative; }

.main-slider--arrows .prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 200px;
  margin-top: -100px;
  cursor: pointer; }

.main-slider--arrows .prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 32px;
  height: 60px;
  margin-top: -30px;
  background: url(../img/sprite_2x.png) -7px -744px no-repeat;
  background-size: 150px 1500px;
  -webkit-transition: left 0.25s ease;
  -moz-transition: left 0.25s ease;
  -o-transition: left 0.25s ease;
  transition: left 0.25s ease; }

.main-slider--arrows .prev:hover:before {
  /*background-position: -71px -808px;*/
  left: 10px; }

.main-slider--arrows .next {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 200px;
  margin-top: -100px;
  cursor: pointer; }

.main-slider--arrows .next:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 32px;
  height: 60px;
  margin-top: -30px;
  background: url(../img/sprite_2x.png) -43px -744px no-repeat;
  background-size: 150px 1500px;
  -webkit-transition: right 0.25s ease;
  -moz-transition: right 0.25s ease;
  -o-transition: right 0.25s ease;
  transition: right 0.25s ease; }

.main-slider--arrows .next:hover:before {
  /*background-position: -108px -808px;*/
  right: 10px; }

/* ****** sect-skills ****** */
.sect-skills {
  margin: 58px 0 58px; }

.sect-skills--item {
  height: 150px;
  display: block;
  margin: 10px 0;
  padding: 10px 15px;
  vertical-align: middle;
  line-height: 130px;
  text-align: center;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.sect-skills--item:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.sect-skills--item:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; 
  background: url(../img/bg_chess.png) center repeat; 
}

.sect-skills--item.bg-red:after {
  background: rgba(167, 41, 83, 0.8); }

.sect-skills--item.bg-pink:after {
  background: rgba(85, 42, 85, 0.8); }

.sect-skills--item.bg-blue:after {
  background: rgba(56, 50, 117, 0.8); }

.sect-skills--item:hover {
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  -ms-opacity: 0.85;
  -o-opacity: 0.85;
  opacity: 0.85;
  color: #fff; }

.sect-skills--item .text {
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
  line-height: 1.2;
  position: relative;
  z-index: 1; }

/* ****** sect-migrate ****** */
.sect-migrate {
  padding: 67px 0 34px;
  background: #f4f4f7; }

.content-title {
  margin: 15px 0;
  padding-bottom: 25px;
  text-align: center;
  position: relative; }

.content-title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 112px;
  height: 3px;
  margin-left: -56px;
  background: #bdb2d7; }

.c-white .content-title:before, .content-title.c-white:before {
  background: rgba(159, 127, 166, 0.3); }

.content-title.no-stripe {
  padding-bottom: 0; }

.content-title.no-stripe:before {
  display: none; }

.content-title .h2, .content-title h2, .content-title h1 {
  margin: 0;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  }

.main-content .content-title {
  text-align: left; }

.content-title em {
  font-style: normal;
  color: #7c337c; }

.main-content .content-title .h2, .main-content .content-title h2 {
  margin: 0;
  font-size: 43px; }

.main-content .content-title.size-l .h2, .main-content .content-title.size-l h2 {
  font-size: 40px; }

.content-title .h3, .content-title h3 {
  margin: 0;
  font-size: 38px;
  letter-spacing: 0.05em;
  }

.sect-migrate .h4, .sect-migrate h4 {
  margin: 30px 0 20px;
  text-align: center;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3; }

.sect-migrate--skills {
  margin: 25px 0; }

.sect-migrate--skills--map {
  margin-top: 20px;
  text-align: center; }

/* ****** sect-adv ****** */
.sect-adv {
  padding: 57px 0 24px;
  background: #3b2a47 url(../img/bg_kremlin.jpg) center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.sect-adv .content-title {
  padding-bottom: 16px; }

.sect-adv--list {
  margin: 33px 0 25px; }

.sect-adv--item {
  margin: 12px 0 12px;
  text-align: center; }

.sect-adv--item .icon {
  display: block;
  margin-bottom: 10px; }

.sect-adv--item .title {
  display: block;
  margin: 23px 0 10px;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-transform: uppercase; }

.sect-adv--item .text {
  display: block;
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.3;
  color: #d5d8e9; }

/* ****** sect-confidence ****** */
.sect-confidence {
  padding: 59px 0 70px;
  background: url(../img/bg_airport.jpg) center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.sect-confidence--carousel {
  margin: 39px 0 15px;
  padding: 0 48px;
  position: relative; }

.confidence-carousel--item a {
  height: 140px;
  display: block;
  margin: 0 5px;
  padding: 5px;
  background: #fff;
  text-align: center;
  line-height: 130px;
  vertical-align: middle; }

.confidence-carousel--item a img {
  max-width: 95%;
  max-height: 95%;
  display: inline-block;
  vertical-align: middle;
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8; }

.confidence-carousel--item a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%); }

.confidence-carousel .prev, .confidence-carousel .next {
  position: absolute;
  top: 0;
  left: -48px;
  width: 27px;
  height: 100%;
  cursor: pointer; }

.confidence-carousel .next {
  left: auto;
  right: -48px; }

.confidence-carousel .prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 27px;
  height: 50px;
  margin-top: -25px;
  background: url(../img/sprite_2x.png) -10px -685px no-repeat;
  background-size: 150px 1500px;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease; }

.confidence-carousel .prev:hover:before {
  background-position: -10px -809px;
  left: -5px; }

.confidence-carousel .next:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 27px;
  height: 50px;
  margin-top: -25px;
  background: url(../img/sprite_2x.png) -40px -685px no-repeat;
  background-size: 150px 1500px;
  -webkit-transition: right 0.2s ease;
  -moz-transition: right 0.2s ease;
  -o-transition: right 0.2s ease;
  transition: right 0.2s ease; }

.confidence-carousel .next:hover:before {
  background-position: -40px -809px;
  right: -5px; }

/* ****** sect-news ****** */
.sect-news {
  margin: 47px 0 38px; }

.sect-news--item {
  margin: 18px 0 18px; }

.sect-news--item .date,
.post-date {
  margin: 8px 0;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #b0a8c5; }

.post-text > :first-child {
    margin-top: 0 !important; }

.post-text > :last-child {
    margin-bottom: 0 !important; }

.post-text {
    margin-top: 25px; }

.sect-news--item .title {
  margin: 8px 0;
  font-size: 17px;
  font-weight: bold;
  color: #b0a8c5;
  line-height: 1.4; }

.sect-news--item .title a:hover {
  color: #9f7fa6; }

.sect-news--item .text {
  margin: 18px 0 10px;
  font-size: 16px;
  line-height: 1.55; }

.sect-news--items .sect-news--item .text {
    margin: 5px 0;
}

.btn-all--wrap {
  margin: 15px 0;
  text-align: center; }

.btn-all--wrap .btn-all {
  padding: 0 40px; }

/* ****** sect-q ****** */
.sect-q {
  padding: 78px 0 37px;
  background: url(../img/bg_q.jpg) center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.sect-q--title {
  margin-bottom: 10px;
  text-align: center; }

.sect-q--title .h2, .sect-q--title h2 {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-transform: uppercase; }

.sect-q--title i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px; }

.sect-q--form {
  margin: 30px 0 15px; }

.sect-q--form textarea.field-text {
  height: 180px; }

.form-row {
  margin-bottom: 15px;
  position: relative; }

.form-row .field-text {
  width: 100%; }

.form-row__submit {
  margin-top: 15px; }

.form-row .btn-submit {
  min-width: 190px; }

label.error {
  display: none !important;
  position: absolute;
  bottom: -17px;
  left: 0;
  max-width: 100%;
  color: #d75145;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.error-white label.error {
  color: #fff; }

/* ********** MAIN ********** */
.main-content {
  margin: 15px 0 45px; }

/* ****** content-header ****** */
.content-header {
  padding: 61px 0 24px;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff; }

.bg-type-coffee {
  background-image: url(../img/bg_title1.jpg); }

.bg-type-kremlin {
  background-image: url(../img/bg_title2.jpg); }

.bg-type-building {
  background-image: url(../img/bg_title3.jpg); }

.content-header h1 {
  font-size: 52px;
  line-height: 1;
  font-family: "PT Sans", sans-serif; }

/* ********* content ********* */
.content {
  margin: 20px 0 45px; }

/* ****** breadcrumbs ****** */
.breadcrumbs {
  margin: 18px 0 10px;
  color: #333; }

.breadcrumbs ul {
  margin: 0;
  font-size: 14px; }

.breadcrumbs ul li {
  float: left;
  padding: 0;
  margin: 0; }

.breadcrumbs li + li {
  padding-left: 26px; }

.breadcrumbs li:before {
  display: none; }

.breadcrumbs li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 7px;
  height: 9px;
  display: block;
  margin-top: -4px;
  background: url(../img/sprite_2x.png) -105px -633px no-repeat;
  background-size: 150px 1500px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px; }

/* ****** post ****** */
.post {
  margin: 20px 0 35px; }

.post > *:first-child {
  margin-top: 0 !important;}

/*.post .h3, .post h3 {
  margin: 1em 0 1.5em;
  font-size: 26px;
  line-height: 1.25;
  font-family: "PT Sans", sans-serif; }

.post .h1, .post .h2, .post .h3, .post .h4, .post .h5, .post .h6, .post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
  font-family: "PT Sans", sans-serif; }*/

.post figure {
  display: block;
  margin: 38px 0; }

.post--author {
  margin: 35px 0 25px;
  font-size: 18px;
  font-style: italic;
  color: #666; }

.share-soc.post--share {
  margin-top: 43px; }

/* ****** share-soc ****** */
.share-soc {
  margin: 25px 0; }

/* ****** support-info ****** */
.support-info {
  margin: 48px 0 69px;
  text-align: center; }

.support-info--text {
  padding: 35px 38px 35px;
  background: #f3f3f3;
  text-align: left; }

.support-info--text p {
  margin: 0; }

.support-info--offer {
  padding: 38px 38px 35px;
  background: #fff;
  border: 4px solid #eeeeee; }

.support-info--offer .title {
  margin: 26px 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1; }

.support-info--offer .text {
  margin: 5px 0;
  font-size: 16px;
  line-height: 1.3; }

.support-info--offer .day {
  margin: 5px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1; }

.support-info--offer .price {
  margin-top: 24px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  color: #0780c6; }

.support-info--offer .price-num {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px; }

.support-info--q {
  padding: 31px 38px 25px;
  background: #f3f3f3; }

.support-info--q .icon {
  margin: 16px 0; }

.support-info--q .text {
  margin: 16px 0;
  font-size: 18px;
  font-weight: bold; }

.support-info--q .btn-wrap {
  margin: 5px 0; }

.support-info--text > *:first-child, .support-info--offer > *:first-child, .support-info--q > *:first-child {
  margin-top: 0; }

/* ****** support-steps ****** */
.support-steps {
  margin: 20px 0 18px; }

.support-steps--item {
  margin: 20px 0;
  padding-left: 58px;
  position: relative; }

.support-steps--item .num {
  position: absolute;
  top: 7px;
  left: 0;
  width: 39px;
  height: 39px;
  background: #9f7fa6;
  -moz-border-radius: 55px;
  -webkit-border-radius: 55px;
  -khtml-border-radius: 55px;
  border-radius: 55px;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  text-align: center;
  line-height: 42px; }

.support-steps--item .text {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  color: #333; }

.support-notice {
  margin: 18px 0 59px; }

.support-notice p {
  margin: 0; }

/* ****** support-vars ****** */
.support-vars {
  margin: 30px 0 49px; }

.support-vars--item {
  margin: 15px 0;
  background: #fff;
  border: 4px solid #eeeeee;
  text-align: center; }

.support-vars--item .title {
  padding: 21px 20px 20px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  background: #eee; }

.support-vars--item .var {
  height: 241px;
  line-height: 241px;
  text-align: center;
  vertical-align: middle; }

.support-vars--item .var + .var {
  border-top: 4px solid #eee; }

.support-vars--item .var .wrap {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  padding: 15px 38px; }

.support-vars--item .month {
  margin: 10px 0;
  font-size: 34px;
  font-weight: bold; }

.support-vars--item .text {
  margin: 25px 0 5px;
  font-size: 16px;
  line-height: 1.3; }

.support-vars--item .day {
  margin: 5px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1; }

.support-vars--item .price {
  margin: 26px 0 10px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  color: #0780c6; }

.support-vars--item .price-num {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px; }

/* ****** support-types ****** */
.support-types {
  margin: 45px 0 58px; }

.support-types table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #eee; }

.support-types table th {
  padding: 33px 30px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  background: #eee;
  border: 1px solid #fff;
  vertical-align: top; }

.support-types table td {
  padding: 23px 30px 22px;
  border: 1px solid #eee;
  font-size: 20px; }

.support-types .price-wrap {
  text-align: center;
  white-space: nowrap;
  font-size: 24px;
  font-weight: bold;
  color: #0780c6; }

.support-types table th:first-child, .support-types table td:first-child {
  width: 30%;
  text-align: left; }

.support-frame table th, .support-frame table td {
  font-size: 16px;
  padding: 25px 15px;
}

.support-frame table th:first-child, .support-frame table td:first-child {
  width: auto;
}

/* ****** worksheet ****** */
.worksheet {
  margin: 38px 0 46px; }

.worksheet-step {
  border: 2px solid #eee;
  padding: 37px 50px 18px;
  border-top-width: 0px;
  background: #fff; }

.worksheet-step:first-child {
  border-top-width: 2px; }

.worksheet-title {
  margin-bottom: 35px;
  padding-left: 48px;
  position: relative; }

.worksheet-title .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 31px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
  background: #9f7fa6;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 33px; }

.worksheet-title .text {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.03em; }

.worksheet-content {
  margin: 50px 0 35px; }

.worksheet-form .worksheet-content {
  margin: 30px 0 35px; }

.worksheet-row {
  margin: 41px 0; }

.worksheet-form .worksheet-row {
  margin: 15px 0; }

.worksheet-row .col-text {
  font-size: 18px;
  color: #78828b;
  line-height: 1.35; }

.worksheet-form .worksheet-row .col-text {
  padding: 14px 0 8px; }

.worksheet-row sup {
  color: #ca3178; }

.worksheet-row .col-data {
  font-size: 18px;
  color: #333;
  line-height: 1.35; }

.worksheet-row .col-field {
  font-size: 18px;
  color: #333;
  line-height: 1.35; }

.worksheet-row .col-field label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  padding: 12px 0 8px; }

.worksheet-row .col-field .field-text {
  width: 100%; }

.worksheet-row .col-field textarea.field-text {
  height: 115px; }

/* ****** worksheet-footer ****** */
.worksheet-footer {
  margin: 25px 0; }

.worksheet-footer .btn-prev {
  font-size: 20px;
  float: left;
  line-height: 54px; }

.worksheet-footer .btn-next {
  float: right;
  padding: 0 42px; }

/* ****** contacts ****** */
.contacts {
  margin: 28px 0 25px; }

/* *** contacts-info *** */
.contacts-info {
  margin: 25px 0 25px; }

.contacts-info--item {
  padding-left: 30px;
  position: relative; }

.contacts-info--item .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  text-align: center;
  font-size: 18px;
  color: #9f7fa6; }

.contacts-info--item.item-address .title {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-transform: uppercase; }

.contacts-info--item.item-address .text {
  font-size: 18px;
  line-height: 1.4; }

.contacts-info--item.item-phone .title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2; }

.contacts-info--item.item-fax .title, .contacts-info--item.item-email .title {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.3; }

.contacts-info--item.item-fax .title strong, .contacts-info--item.item-email .title strong {
  text-transform: uppercase; }

/* *** contacts-map *** */
.contacts-map {
  height: 401px;
  margin: 56px 0 53px; }

/* ****** cart ****** */
.cart {
  margin: 20px 0 54px; }

.cart-title {
  margin: 20px 0; }

.cart-title .h2, .cart-title h2 {
  margin: 0;
  font-size: 42px;
  letter-spacing: 0.03em;
  line-height: 1; }

.cart-table {
  margin: 36px 0; }

.cart-table table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #eee; }

.cart-table table th {
  padding: 30px 30px 26px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #eee;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  vertical-align: top; }

.cart-table table tbody td {
  padding: 28px 30px;
  border: 1px solid #eeeeee;
  font-size: 18px; }

.cart-table table tfoot td {
  padding: 28px 30px;
  font-size: 18px; }

.cart-table table tbody td:first-child, .cart-table table th:first-child {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center; }

.cart-table .price {
  white-space: nowrap; }

.cart-table .total {
  font-weight: bold;
  white-space: nowrap; }

.cart-table .num {
  width: 70px; }

.cart-table table .cart-table--total {
  border: 3px solid #ffda49;
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap; }

.cart-table--add {
  font-size: 20px; }

.cart-table--add i {
  margin-right: 20px; }

.cart-control {
  margin: 48px 0;
  text-align: right; }

/* ********* sidebar ********* */
.sidebar {
  margin: 20px 0 45px; }

.sticky-sidebar-wrap {
  position: relative; }

.sticky-sidebar-col {
  position: static; }

/* ****** cat-menu ****** */
.cat-menu {
  margin: 25px 0 25px;
  padding: 25px 40px 23px;
  background: #f4f4f7; }

.cat-menu ul {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2; }

.cat-menu ul li {
  margin: 0;
  padding: 0; }

.cat-menu ul li + li {
  margin-top: 22px; }

.cat-menu ul li:before {
  display: none; }

.cat-menu li.active a {
  color: #333; }

.cat-menu__mobile {
  background: #f4f4f7; }

.cat-menu__mobile--btn {
  padding: 17px 20px 17px 60px;
  background: #f4f4f7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
  cursor: pointer; }

.open .cat-menu__mobile--btn {
  background: #e7e7e7; }

.cat-menu__mobile--btn .stripes {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 24px;
  height: 3px;
  margin-top: -1px;
  background: #333; }

.cat-menu__mobile--btn .stripes:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #333; }

.cat-menu__mobile--btn .stripes:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #333; }

.open .cat-menu__mobile--btn .stripes {
  background: #0680c5; }

.open .cat-menu__mobile--btn .stripes:before {
  -webkit-animation: anim1 .5s;
  animation: anim1 .5s;
  background: #0680c5;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease; }

.open .cat-menu__mobile--btn .stripes:after {
  -webkit-animation: anim2 .5s;
  animation: anim2 .5s;
  background: #0680c5;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease; }

.cat-menu__mobile--btn .stripes {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.cat-menu__mobile .cat-menu {
  padding: 15px 20px;
  display: none;
  margin: 0; }

/* ****** form-help ****** */
.form-help {
  margin: 38px 0 35px;
  background: #ececef; }

.form-help .img img {
  min-width: 100%;
  display: inline-block;
  vertical-align: top; }

.form-help .wrap {
  padding: 12px 25px 25px; }

.form-help .h4, .form-help h4 {
  margin: 0 0 15px;
  font-size: 21px;
  line-height: 1.2;
  text-transform: uppercase; }

.form-help .field-text {
  padding: 0 20px; }

.form-help .btn-submit {
  padding: 0 10px; }

/* ********** ********** */
/* ********** FOOTER ********** */
#footer {
  background: #191722; }

.f-top {
  padding: 21px 0 21px;
  background: #000; }

.f-middle .inner-wrapper {
  padding-top: 29px;
  padding-bottom: 15px;
  position: relative; }

.f-middle .inner-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 25px;
  right: 25px;
  height: 2px;
  background: #262231; }

.f-bottom {
  padding: 35px 0 30px; }

/* ****** f-logo ****** */
.f-logo a {
  display: block; }

.f-logo a:before {
  content: "";
  width: 75px;
  height: 57px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  background: url(../img/logo02.svg) 0 0 no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.f-logo a:after {
  content: "";
  width: 104px;
  height: 31px;
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
  background: url(../img/logo_text_w.png) 0 0 no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* ****** f-nav ****** */
.f-nav {
  margin: 17px 0;
  color: #fff; }

.f-nav ul {
  margin: 0;
  font-size: 17px; }

.f-nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0; }

.f-nav ul li:before {
  display: none; }

.f-nav li + li {
  margin-left: 41px; }

.f-nav a {
  color: #fff; }

.f-nav a:hover {
  color: #a6a2d0; }

/* ****** f-lang ****** */
.f-lang {
  float: right;
  margin: 14px -7px 5px 0;
  position: relative;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease; }

.f-lang--btn {
  width: 69px;
  display: block;
  padding: 6px 7px 6px 22px;
  cursor: pointer; }

.f-lang--btn span {
  display: block;
  padding-right: 14px;
  position: relative; }

.f-lang--btn span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 11px;
  height: 5px;
  margin-top: -3px;
  background: url(../img/sprite_2x.png) -87px -633px no-repeat;
  background-size: 150px 1500px; }

.f-lang--btn:hover span:before, .f-lang.open .f-lang--btn span:before {
  background-position: -72px -633px; }

.f-lang--slide {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0px 15px 12px 22px;
  background: #000;
  z-index: 10;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease; }

.f-lang--slide a {
  display: block;
  margin: 5px 0; }

.f-lang:hover, .f-lang:hover .f-lang--slide, .f-lang.open, .f-lang.open .f-lang--slide {
  background: #333; }

.f-menu {
  margin: 10px 0; }

.f-menu--title {
  margin: 10px 0;
  padding-bottom: 21px;
  position: relative;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #a6a2d0;
  text-transform: uppercase; }

.f-menu--title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 56px;
  height: 3px;
  background: #41374a; }

.f-menu--title a, .pale-link {
  color: #a6a2d0; }

.f-menu--title a:hover, .pale-link:hover {
  color: #d1d0d3; }

.f-menu ul {
  margin: 19px 0;
  font-size: 15px;
  color: #fff;
  line-height: 1.5; }

.f-menu ul li {
  margin: 10px 0;
  padding: 0; }

.f-menu ul li:before {
  display: none; }

.f-menu ul a {
  color: #fff; }

.f-menu ul a:hover {
  color: #a6a2d0; }

/* ****** f-contacts ****** */
.f-contacts {
  position: relative;
  padding-left: 26px; }

.f-contacts .f-phone {
  display: inline-block;
  vertical-align: middle;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.07em; }

.f-contacts .f-phone + * {
  margin-left: 32px; }

.f-contacts:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  color: #cd3367;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -11px; }

/* ****** f-address ****** */
.f-address {
  margin-top: 0px;
  font-size: 15px;
  color: #9f9bc8; }

/* ****** copyrights ****** */
.copyrights {
  margin-top: 9px;
  font-size: 15px;
  color: #9f9bc8;
  text-align: right; }

/* ****** dev ****** */
.dev {
  margin-top: 5px;
  font-size: 15px;
  color: #fff;
  text-align: right; }

.dev a {
  color: #9f9bc8; }

.dev a:hover {
  color: #fff; }

/* ********** ********** */
/* Radio */
div.radio {
  position: relative; }

div.radio, div.radio span, div.radio input {
  width: 19px;
  height: 19px; }

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  top: -2px;
  position: relative;
  zoom: 1;
  text-align: center;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #eee;
  background: #fff; }

div.radio span.checked:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  background: #9f7fa6; }

/* Uploader */
body div.uploader {
  background: #f4f4f7;
  height: 50px;
  width: 180px;
  cursor: pointer;
  position: relative;
  overflow: hidden; }

div.uploader span.action {
  height: 50px;
  line-height: 50px;
  width: 155px;
  font-size: 26px; }

div.uploader span.filename {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  cursor: default;
  height: 24px;
  margin: 2px 0 2px 2px;
  line-height: 24px;
  width: 85px;
  padding: 0 10px; }

div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  z-index: 2;
  height: 100%; }

body div.uploader span.action {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: none;
  font-size: 18px;
  color: #0780c6;
  padding: 0 20px;
  font-weight: normal;
  line-height: 52px;
  text-align: left;
  z-index: 1; }

body div.uploader span.action:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 16px;
  height: 21px;
  margin-top: -10px;
  background: url(../img/sprite_2x.png) -11px -1096px no-repeat;
  background-size: 150px 1500px; }

body div.uploader span.filename {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 52px;
  z-index: 1;
  border-right: none;
  color: #0780c6;
  font-size: 18px;
  background: #f4f4f7;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0; }

/* ****** popup ****** */
body .fancybox-overlay {
  background: rgba(51, 51, 51, 0.6); }

/*body .fancybox-inner {
        overflow: inherit !important;
    }*/
body .fancybox-skin {
  background: none;
  color: #333; }

body .fancybox-type-image .fancybox-skin {
  background: #fff; }

body .fancybox-type-inline .fancybox-close {
  top: 23px;
  right: 23px;
  width: 20px;
  height: 21px;
  background: url(../img/sprite_2x.png) -7px -1178px no-repeat;
  background-size: 150px 1500px; }

body .fancybox-type-inline .fancybox-close:hover {
  background-position: -37px -1178px; }

.popup-wrap {
  padding: 46px 55px 35px;
  background: #fff; }

#popup-thanks {
  width: 576px; }

.popup-title .h2, .popup-title h2 {
  margin: 0;
  font-size: 41px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #7c337c; }

.popup-thanks p {
  margin: 15px 0;
  line-height: 1.4;
  font-size: 18px; }

/* media queries phone 320 - 768 */
@media (min-width: 50px) and (max-width: 767px) {
  .icon-q {
    width: 55px;
    height: 54px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/sprite_2x.png) -85px -676px no-repeat;
    background-size: 150px 1500px; }
  .pull-right-xs {
    float: right !important; }
  .pull-left-xs {
    float: left !important; }
  ul.ul-checks {
    margin: 1em 0;
    font-size: 17px;
    line-height: 1.45; }
  ul.ul-checks li {
    padding-left: 37px;
    margin: 17px 0; }
  p {
    margin: 1.4em 0;
    font-size: 17px;
    line-height: 1.45; }
  .h-menu-mobile {
    display: none; }
  #header {
    height: 60px; }
  #header .h-right {
    margin-left: 160px;
    padding-top: 18px;
    height: 60px;
    float: right;
    position: relative; }
  .h-logo {
    width: 170px;
    padding: 12px 0 10px;
    left: 15px; }
  .h-logo a {
    height: 35px;
    display: block; }
  .h-logo a:before {
    content: "";
    width: 45px;
    height: 35px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    background: url(../img/logo02.svg) 0 0 no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .h-logo a:after {
    content: "";
    width: 105px;
    height: 31px;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    background: url(../img/logo_text.png) 0 0 no-repeat;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%; }
  .h-contacts {
    display: inline-block;
    vertical-align: middle;
    padding-left: 23px;
    position: relative;
    margin-left: 15px; }
  .h-contacts .h-phone + * {
    margin-left: 8px; }
  .h-lang {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-left: 0px;
    margin-top: -4px; }
  .h-menu-mobile {
    position: absolute;
    top: 100%;
    right: -15px;
    width: 320px;
    background: #f4f3f8;
    z-index: 10; }
  .h-bottom {
    padding: 18px 15px 14px;
    border-bottom: 3px solid #dad0de; }
  .menu-mobile--btn {
    margin-left: 0px; }
  .main-menu--item {
    padding: 4px 0;
    position: relative; }
  .main-menu--btn {
    position: relative; }
  .main-menu--btn a {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #333;
    text-transform: uppercase; }
  .main-menu--pointer {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative; }
  .main-menu--pointer:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 5px;
    margin: -3px 0 0 -5px;
    background: url(../img/sprite_2x.png) -72px -633px no-repeat;
    background-size: 150px 1500px; }
  .main-menu--pointer:hover:before {
    background-position: -87px -633px; }
  .main-menu--hidden {
    display: none;
    padding: 9px 0 9px 17px; }
  .main-menu--hidden ul {
    margin: 0;
    font-size: 15px;
    font-weight: bold; }
  .main-menu--hidden ul li {
    margin: 0;
    padding: 0;
    line-height: 1.2; }
  .main-menu--hidden ul li + li {
    margin-top: 14px; }
  .main-menu--hidden li:before {
    display: none; }
  .nav-top {
    padding: 7px 15px 3px; }
  .nav-top ul {
    margin: 0;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-transform: uppercase; }
  .nav-top ul li {
    margin: 16px 0;
    padding: 0; }
  .nav-top li:before {
    display: none; }
  .nav-top li a {
    color: #333; }
  .nav-top li.active a {
    color: #9f7fa6; }
  .h-contacts {
    display: block;
    padding: 18px 10px 18px 40px;
    margin: 0;
    border-top: 3px solid #dad0de; }
  .h-contacts .h-phone {
    font-size: 23px; }
  .h-contacts .h-phone + * {
    margin-left: 9px; }
  .h-contacts:before {
    top: 23px;
    margin-top: 0;
    left: 15px; }
  .main-slider .slick-dots {
    bottom: 33px; }
  .main-slider--item {
    padding: 50px 0 94px; }
  .main-slider--desc {
    margin: 0 35px;
    padding: 20px 7px 21px;
    border-width: 10px; }
  .main-slider--desc .h2, .main-slider--desc h2 {
    font-size: 26px;
    line-height: 1; }
  .main-slider--desc .h2 em, .main-slider--desc h2 em {
    font-size: 30px;
    line-height: 1.5; }
  .main-slider--desc .h3, .main-slider--desc h3 {
    font-size: 26px;
    line-height: 1; }
  .main-slider--desc .h3 em, .main-slider--desc h3 em {
    font-size: 28px;
    line-height: 1.5; }
  .main-slider--desc .text {
    margin: 19px 0 14px;
    font-size: 17px; }
  .main-slider--desc .text p {
    font-size: 17px;
    line-height: 1.45; }
  .main-slider--desc .bottom {
    margin: 19px 0 10px; }
  .main-slider--control {
    margin-top: -10px; }
  .main-slider--arrows .prev:before {
    width: 21px;
    height: 40px;
    left: 5px;
    margin-top: -20px;
    background-position: -81px -744px; }
  .main-slider--arrows .prev:hover:before {
    /*background-position: -3px -871px;*/
    left: 0px; }
  .main-slider--arrows .next:before {
    width: 21px;
    height: 40px;
    right: 5px;
    margin-top: -20px;
    background-position: -120px -744px; }
  .main-slider--arrows .next:hover:before {
    /*background-position: -33px -871px;*/
    right: 0px; }
  .sect-skills {
    margin: 19px 0 19px; }
  .sect-skills--item {
    height: 110px;
    padding: 10px 10px;
    line-height: 90px;
    font-size: 22px;
    background-position: center 10%; }
  .sect-migrate {
    padding: 28px 0 0px; }
  .content-title {
    padding-bottom: 30px; }
  .content-title .h2, .content-title h2, .content-title h1 {
    font-size: 30px; }
  .sect-migrate .h4, .sect-migrate h4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2; }
  .sect-migrate--skills {
    margin-top: 10px; }
  .sect-adv {
    padding: 29px 0 4px; }
  .sect-adv .content-title {
    padding-bottom: 27px; }
  .sect-adv--list {
    margin-top: 14px; }
  .sect-adv--item {
    margin: 18px 0 14px; }
  .sect-adv--item .icon {
    display: none; }
  .sect-adv--item .title {
    margin: 0px 0 12px;
    font-size: 20px; }
  .sect-adv--item .text {
    margin: 12px 0 10px;
    line-height: 1.25;
    font-size: 17px; }
  .sect-confidence {
    padding: 30px 0 32px; }
  .sect-confidence--carousel {
    margin-top: 33px;
    padding: 0 40px; }
  .content-title:before {
    bottom: 5px; }
  .confidence-carousel .prev {
    left: -40px; }
  .confidence-carousel .next {
    right: -40px; }
  .sect-news {
    margin: 30px 0 35px; }
  .sect-news--item .text {
    margin: 13px 0 10px;
    font-size: 17px;
    line-height: 1.45; }
  .sect-q {
    padding: 45px 0 19px; }
  .sect-q--form {
    margin-top: 15px; }
  .sect-q--form textarea.field-text {
    height: 103px; }
  #footer {
    text-align: center; }
  .f-bottom {
    padding: 28px 0 40px; }
  .f-contacts {
    display: inline-block;
    vertical-align: middle; }
  .f-address {
    margin: 25px 0 15px;
    line-height: 1.3; }
  .copyrights {
    text-align: center; }
  .dev {
    text-align: center; }
  .content-header {
    padding: 15px 0 17px; }
  .content-header h1 {
    font-size: 29px;
    line-height: 1.12; }
  .cat-menu ul {
    font-size: 16px; }
  .cat-menu ul li + li {
    margin-top: 14px; }
  .content {
    margin-top: 25px;
    margin-bottom: 20px; }
  .post {
    margin-top: 30px; }
  .sidebar {
    margin-top: 20px; }
  .form-help {
    margin-top: 20px; }
  .form-help .h4, .form-help h4 {
    margin-bottom: 23px;
    font-size: 19px; }
  .form-help .wrap {
    padding: 12px 25px 18px; }
  .main-content .content-title .h2, .main-content .content-title h2 {
    font-size: 26px; }
  .support-info {
    margin: 15px 0 18px;
    text-align: center; }
  .support-info--text {
    margin: 0 0 15px;
    height: auto !important;
    padding: 0;
    background: none; }
  .support-info--text p {
    font-size: 18px;
    line-height: 1.35; }
  .support-info--offer {
    height: auto !important;
    margin: 15px 0;
    padding: 25px 30px 28px; }
  .support-info--offer .title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.3; }
  .support-info--offer .text {
    margin: 10px 0 3px; }
  .support-info--offer .day {
    margin: 3px 0;
    font-size: 20px; }
  .support-info--offer .price {
    margin-top: 24px;
    font-size: 21px; }
  .support-info--q {
    height: auto !important;
    padding: 11px 20px 20px; }
  .support-info--q .icon {
    margin: 14px 0; }
  .support-info--q .text {
    font-size: 15px;
    line-height: 1.35; }
  .support-info--q .btn {
    width: 100%;
    padding: 0; }
  .support-steps {
    margin: 10px 0 12px; }
  .support-steps--item {
    margin-top: 10px;
    margin-bottom: 10px; }
  .support-steps--item .num {
    top: 0px; }
  .support-steps--item .text {
    margin: 0;
    font-size: 17px;
    line-height: 1.45; }
  .main-content .content-title__s {
    margin-bottom: 10px; }
  .main-content .content-title__s .h2, .main-content .content-title__s h2 {
    font-size: 28px; }
  .support-notice {
    margin: 12px 0 33px; }
  .content-title .h3, .content-title h3 {
    font-size: 25px; }
  .support-vars {
    margin: 15px 0 15px; }
  .support-vars--item {
    margin: 8px 0 21px; }
  .support-vars--item .title {
    padding: 15px 20px 17px;
    font-size: 22px; }
  .support-vars--item .var {
    width: 50%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1.2; }
  .support-vars .var-container {
    width: 100%;
    display: table; }
  .support-vars--item .var + .var {
    border-top: none;
    border-left: 2px solid #eee; }
  .support-vars--item .var .wrap {
    padding: 13px 10px 15px; }
  .support-vars--item .month {
    margin: 10px 0;
    font-size: 21px;
    font-weight: bold; }
  .support-vars--item .text {
    margin: 11px 0 5px;
    font-size: 16px;
    line-height: 1.3; }
  .support-vars--item .day {
    margin: 5px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1; }
  .support-vars--item .price {
    margin: 16px 0 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3; }
  .support-vars--item .price-num {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    color: #0780c6; }
  .worksheet {
    margin-top: 25px; }
  .worksheet-step {
    padding: 29px 28px 0px; }
  .worksheet-form .worksheet-step {
    padding: 34px 28px 0px; }
  .worksheet-title {
    margin-bottom: 23px;
    padding-left: 42px; }
  .worksheet-form .worksheet-title {
    margin-bottom: 12px; }
  .worksheet-title .text {
    font-size: 20px; }
  .worksheet-content {
    margin: 23px 0 35px; }
  .worksheet-form .worksheet-content {
    margin: 30px 0 15px; }
  .worksheet-row {
    margin: 18px 0; }
  .worksheet-form .worksheet-row {
    margin: 14px 0; }
  .worksheet-row .col-text {
    font-size: 16px; }
  .worksheet-form .worksheet-row .col-text {
    padding: 0;
    margin-bottom: 5px;
    font-size: 16px; }
  .worksheet-row .col-data {
    font-size: 16px; }
  .main-content .content-title.size-l .h2, .main-content .content-title.size-l h2 {
    font-size: 27px; }
  .worksheet-row .col-field label {
    margin-right: 15px;
    padding: 3px 0; }
  .contacts {
    margin: 20px 0 25px; }
  .contacts-info--item .icon {
    font-size: 21px; }
  .contacts-info--item.item-address .text {
    line-height: 1.35; }
  .contacts-info--item {
    padding-left: 35px; }
  .contacts-info--item.item-phone {
    margin-top: 19px;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2; }
  .contacts-info--item.item-fax {
    margin-top: 13px; }
  .contacts-map {
    height: 301px;
    margin: 28px 0 15px; }
  .cart {
    margin-bottom: 15px; }
  .cart-title .h2, .cart-title h2 {
    font-size: 28px; }
  .cart-table > table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .cart-table > table tbody td {
    display: block;
    position: relative;
    padding: 18px 20px 18px 30%;
    border-width: 0;
    border-top-width: 1px;
    font-size: 16px; }
  .cart-table > table tfoot td {
    display: block;
    position: relative;
    padding: 13px 20px;
    border-top: 2px solid #eee; }
  .cart-table > table tfoot td:before {
    display: none; }
  .cart-table > table td {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 35px; }
  .cart-table > table tbody td:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25%;
    height: 100%;
    padding: 18px 0 18px 20px;
    font-size: 15px;
    font-weight: bold;
    border-right: 1px solid #eee; }
  .cart-table table .cart-table--total {
    padding: 26px 26px;
    font-size: 18px; }
  .cart-table table .cart-table--total span {
    display: inline !important; }
  .cart-table--add {
    display: block;
    padding: 10px 0; }
  .catalog-col--note {
    max-width: inherit; }
  .cart-table > table td:last-child {
    padding-right: 8px; }
  .cart-table .title-wrap {
    padding-left: 75px;
    position: relative; }
  .cart-table .num {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 39px;
    height: 39px;
    margin-top: -20px;
    background: #9f7fa6;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    line-height: 41px;
    text-align: center; }
  .cart-table .title {
    background: #eee;
    padding: 20px 20px 20px 0;
    padding-left: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1; }
  .cart-control {
    margin: 38px 0 25px;
    text-align: center; }
  .popup {
    max-width: 100%; }
  .popup-wrap {
    padding: 42px 30px 33px; }
  .popup-title .h2, .popup-title h2 {
    margin: 0;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    color: #7c337c; }
  .popup-thanks p {
    margin: 10px 0;
    line-height: 1.5;
    font-size: 16px; }
  .support-types__item {
    margin: 21px 0 25px; }
  .support-types table th {
    padding: 13px 20px 14px;
    font-size: 20px;
    border: 1px solid #eee;
    text-align: center !important; }
  .support-types table td {
    padding: 12px 20px 12px;
    border: 1px solid #eee;
    font-size: 17px;
    line-height: 1.2; }
  .support-frame table th, .support-frame table td {
    font-size: 16px;
    padding: 15px;
  }
  .support-types .price-wrap {
    text-align: center;
    white-space: nowrap;
    font-size: 20px;
    font-weight: bold;
    color: #0780c6; }
  .support-types table th:first-child, .support-types table td:first-child {
    width: 50%;
    text-align: left; } }

/* end media queries phone 320 - 768 */
/* media queries phone (480 - 768) */
@media (min-width: 480px) and (max-width: 767px) {
  #wrapper {
    min-width: 450px; }
  .h-menu-mobile {
    width: 360px; }
  .h-logo {
    left: 25px; }
  .h-contacts {
    padding-left: 45px; }
  .h-contacts .h-phone {
    font-size: 25px;
    letter-spacing: -0.05em; }
  .h-contacts .h-phone + * {
    margin-left: 10px; }
  .main-slider {
    max-height: 560px;
    overflow: hidden; }
  .main-slider--desc {
    min-height: 400px; }
  .main-slider--item {
    padding-top: 60px; }
  .main-slider--desc {
    margin: 0 55px;
    padding: 30px 12px 25px; }
  .main-slider--desc .h2, .main-slider--desc h2 {
    font-size: 28px; }
  .main-slider--desc .h2 em, .main-slider--desc h2 em {
    font-size: 33px; }
  .main-slider--desc .h3, .main-slider--desc h3 {
    font-size: 28px; }
  .main-slider--desc .h3 em, .main-slider--desc h3 em {
    font-size: 30px; }
  .main-slider--desc .text {
    margin: 19px 0 14px;
    font-size: 20px; }
  .main-slider--desc .text p {
    font-size: 19px; }
  .main-slider--desc .bottom {
    margin: 25px 0 15px; }
  .sect-skills--item {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto; }
  .sect-news--item {
    display: none; }
  .sect-news .col-xs-6:first-child .sect-news--item, .sect-news .col-xs-6:nth-child(2) .sect-news--item {
    display: block; }
  .sect-news--item .text {
    font-size: 16px; }
  .sect-q .inner-wrapper {
    max-width: 500px; }
  .sect-q--title .h2, .sect-q--title h2 {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.1; }
  .sect-q--title i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
  .content-header {
    padding: 20px 0 22px; }
  .content-header h1 {
    font-size: 29px;
    line-height: 1.2; }
  .form-help {
    max-width: 450px; }
  .form-help .wrap {
    padding: 16px 30px 16px; }
  .support-info--offer {
    max-width: 450px;
    height: auto !important;
    margin: 20px auto; }
  .support-steps--item {
    margin-top: 5px;
    margin-bottom: 15px; }
  .support-steps--item .text {
    font-size: 18px; }
  .main-content .content-title__s .h2, .main-content .content-title__s h2 {
    font-size: 31px; }
  .content-title .h3, .content-title h3 {
    font-size: 28px; }
  .contacts-map {
    height: 350px; }
  .main-content {
    margin-bottom: 25px; }
  .cart-table .title {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px; }
  .cart-table > table tbody td {
    padding-top: 25px;
    padding-bottom: 23px;
    font-size: 18px; }
  .cart-table > table tbody td:before {
    padding-top: 25px;
    padding-bottom: 23px;
    font-size: 17px; }
  #popup-thanks {
    width: 450px; }
  .support-types__item {
    margin: 27px 0 32px; }
  .support-types table th {
    padding: 20px 25px 18px;
    font-size: 22px; }
  .support-types table td {
    padding: 20px 25px 20px;
    font-size: 19px; }
  .support-frame table th, .support-frame table td {
    font-size: 16px;
    padding: 20px 15px;
  }
  .support-types .price-wrap {
    font-size: 22px; } }

/* end media queries phone 480 - 768 */
/* media queries phone (320 - 480) */
@media (min-width: 50px) and (max-width: 479px) {
  .hidden-xxs {
    display: none !important; }
  .visible-xxs {
    display: block !important; }
  .h-padding, .inner-wrapper.h-padding {
    padding-left: 15px;
    padding-right: 15px; }
  .inner-wrapper {
    padding-left: 0;
    padding-right: 0; }
  .main-slider .inner-wrapper {
    padding-left: 10px;
    padding-right: 10px; }
  /* bootstrap media queries for 320px - 480px*/
  .col-xxs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xxs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xxs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xxs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xxs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xxs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xxs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xxs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xxs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xxs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xxs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xxs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px; }
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left; }
  .col-xxs-12 {
    width: 100%; }
  .col-xxs-11 {
    width: 91.66666667%; }
  .col-xxs-10 {
    width: 83.33333333%; }
  .col-xxs-9 {
    width: 75%; }
  .col-xxs-8 {
    width: 66.66666667%; }
  .col-xxs-7 {
    width: 58.33333333%; }
  .col-xxs-6 {
    width: 50%; }
  .col-xxs-5 {
    width: 41.66666667%; }
  .col-xxs-4 {
    width: 33.33333333%; }
  .col-xxs-3 {
    width: 25%; }
  .col-xxs-2 {
    width: 16.66666667%; }
  .col-xxs-1 {
    width: 8.33333333%; }
  .col-xxs-pull-12 {
    right: 100%; }
  .col-xxs-pull-11 {
    right: 91.66666667%; }
  .col-xxs-pull-10 {
    right: 83.33333333%; }
  .col-xxs-pull-9 {
    right: 75%; }
  .col-xxs-pull-8 {
    right: 66.66666667%; }
  .col-xxs-pull-7 {
    right: 58.33333333%; }
  .col-xxs-pull-6 {
    right: 50%; }
  .col-xxs-pull-5 {
    right: 41.66666667%; }
  .col-xxs-pull-4 {
    right: 33.33333333%; }
  .col-xxs-pull-3 {
    right: 25%; }
  .col-xxs-pull-2 {
    right: 16.66666667%; }
  .col-xxs-pull-1 {
    right: 8.33333333%; }
  .col-xxs-pull-0 {
    right: auto; }
  .col-xxs-push-12 {
    left: 100%; }
  .col-xxs-push-11 {
    left: 91.66666667%; }
  .col-xxs-push-10 {
    left: 83.33333333%; }
  .col-xxs-push-9 {
    left: 75%; }
  .col-xxs-push-8 {
    left: 66.66666667%; }
  .col-xxs-push-7 {
    left: 58.33333333%; }
  .col-xxs-push-6 {
    left: 50%; }
  .col-xxs-push-5 {
    left: 41.66666667%; }
  .col-xxs-push-4 {
    left: 33.33333333%; }
  .col-xxs-push-3 {
    left: 25%; }
  .col-xxs-push-2 {
    left: 16.66666667%; }
  .col-xxs-push-1 {
    left: 8.33333333%; }
  .col-xxs-push-0 {
    left: auto; }
  .col-xxs-offset-12 {
    margin-left: 100%; }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%; }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%; }
  .col-xxs-offset-9 {
    margin-left: 75%; }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%; }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%; }
  .col-xxs-offset-6 {
    margin-left: 50%; }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%; }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%; }
  .col-xxs-offset-3 {
    margin-left: 25%; }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%; }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%; }
  .col-xxs-offset-0 {
    margin-left: 0%; }
  .pull-right-xxs {
    float: right !important; }
  .pull-left-xxs {
    float: left !important; }
  #wrapper {
    min-width: 320px; }
  .confidence-carousel--item a {
    max-width: 310px;
    margin: 0 auto; }
  .sect-confidence--carousel {
    padding: 0 55px; }
  .confidence-carousel .prev {
    left: -55px; }
  .confidence-carousel .next {
    right: -55px; }
  .sect-news--item {
    display: none; }
  .sect-news .col-xs-6:first-child .sect-news--item {
    display: block; }
  .sect-q {
    padding: 45px 0 19px; }
  .sect-q--title .h2, .sect-q--title h2 {
    max-width: 50%;
    font-size: 26px;
    text-align: left; }
  .f-contacts {
    white-space: nowrap; }
  .f-contacts .f-phone {
    font-size: 23px; }
  .f-contacts .f-phone + * {
    margin-left: 10px; }
  .main-slider {
    max-height: 560px;
    overflow: hidden; }
  .main-slider--desc {
    min-height: 370px; }
  .post .h3, .post h3 {
    margin: 1em 0 1.7em;
    font-size: 22px;
    line-height: 1.2; }
  .post--author {
    margin-top: 35px; }
  .share-soc.post--share {
    margin-top: 33px; }
  .worksheet-footer .btn-next {
    padding: 0 32px; }
  .main-content {
    margin-bottom: 25px; }}

/* end media queries phone 320 - 480 */
/* media queries tablet */
@media (min-width: 768px) and (max-width: 989px) {
  .pull-right-sm {
    float: right !important; }
  .pull-left-sm {
    float: left !important; }
  p {
    font-size: 18px; }
  ul.ul-checks {
    font-size: 18px; }
  ul.ul-checks li {
    padding-left: 37px;
    margin: 24px 0; }
  .h-padding, .inner-wrapper.h-padding {
    padding-left: 25px;
    padding-right: 25px; }
  .h-menu-mobile {
    display: none; }
  #header {
    height: 102px; }
  #header .h-right {
    margin-left: 200px;
    padding-top: 37px;
    padding-bottom: 12px;
    float: right;
    position: relative; }
  .h-logo {
    padding: 23px 0 10px;
    left: 25px; }
  .h-logo a {
    width: 195px;
    height: 59px;
    display: inline-block;
    vertical-align: top;
    background: url(../img/logo03.svg) 0 0 no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .h-contacts {
    display: inline-block;
    vertical-align: middle;
    padding-left: 23px;
    position: relative;
    margin-left: 15px; }
  .h-contacts .h-phone + * {
    margin-left: 8px; }
  .h-lang {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-left: 25px;
    margin-top: -4px; }
  .h-menu-mobile {
    position: absolute;
    top: 100%;
    right: -16px;
    width: 400px;
    background: #f4f3f8;
    z-index: 10; }
  .h-bottom {
    padding: 20px 25px 14px;
    border-bottom: 3px solid #dad0de; }
  .main-menu--item {
    padding: 5px 0;
    position: relative; }
  .main-menu--btn {
    position: relative; }
  .main-menu--btn a {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: bold;
    font-size: 19px;
    color: #333;
    text-transform: uppercase; }
  .main-menu--pointer {
    width: 25px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative; }
  .main-menu--pointer:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 5px;
    margin: -3px 0 0 -5px;
    background: url(../img/sprite_2x.png) -72px -633px no-repeat;
    background-size: 150px 1500px; }
  .main-menu--pointer:hover:before {
    background-position: -87px -633px; }
  .main-menu--hidden {
    display: none;
    padding: 9px 0 9px 17px; }
  .main-menu--hidden ul {
    margin: 0;
    font-size: 15px;
    font-weight: bold; }
  .main-menu--hidden ul li {
    margin: 0;
    padding: 0;
    line-height: 1.2; }
  .main-menu--hidden ul li + li {
    margin-top: 14px; }
  .main-menu--hidden li:before {
    display: none; }
  .nav-top {
    padding: 7px 25px 5px; }
  .nav-top ul {
    margin: 0;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase; }
  .nav-top ul li {
    margin: 15px 0;
    padding: 0; }
  .nav-top li:before {
    display: none; }
  .nav-top li a {
    color: #333; }
  .nav-top li.active a {
    color: #9f7fa6; }
  .main-slider .inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  .main-slider {
    max-height: 560px;
    overflow: hidden; }
  .main-slider--desc {
    min-height: 385px; }
  .main-slider--item {
    padding: 60px 0 94px; }
  .main-slider--desc {
    margin: 0 60px;
    padding: 38px 30px 26px;
    border-width: 10px; }
  .main-slider--desc .h2, .main-slider--desc h2 {
    font-size: 40px;
    line-height: 1.14; }
  .main-slider--desc .h2 em, .main-slider--desc h2 em {
    font-size: 54px; }
  .main-slider--desc .h3, .main-slider--desc h3 {
    font-size: 40px;
    line-height: 1.14; }
  .main-slider--desc .h3 em, .main-slider--desc h3 em {
    font-size: 45px; }
  .main-slider--desc .text {
    margin: 17px 0 14px;
    font-size: 20px; }
  .main-slider--desc .text p {
    font-size: 20px; }
  .main-slider--desc .bottom {
    margin: 23px 0; }
  .main-slider--arrows .prev:before {
    left: 0px; }
  .main-slider--arrows .prev:hover:before {
    left: -5px; }
  .main-slider--arrows .next:before {
    right: 0px; }
  .main-slider--arrows .next:hover:before {
    right: -5px; }
  .sect-skills--item {
    font-size: 22px; }
  .sect-migrate {
    padding: 48px 0 20px; }
  .content-title {
    padding-bottom: 30px; }
  .content-title .h2, .content-title h2, .content-title h1 {
    font-size: 40px; }
  .sect-migrate .h4, .sect-migrate h4 {
    margin-bottom: 12px;
    font-size: 20px; }
  .sect-migrate--skills {
    margin-top: 10px; }
  .sect-adv--item .text {
    font-size: 17px; }
  .sect-adv {
    padding-top: 54px; }
  .sect-adv .content-title {
    padding-bottom: 22px; }
  .sect-adv--list {
    margin-top: 20px; }
  .sect-adv--item {
    margin-bottom: 18px; }
  .sect-adv--item .title {
    margin: 21px 0 12px;
    font-size: 20px; }
  .sect-adv--item .text {
    margin: 12px 0 10px;
    line-height: 1.25;
    font-size: 17px; }
  .sect-confidence {
    padding-top: 48px; }
  .sect-confidence--carousel {
    margin-top: 46px;
    padding: 0 40px; }
  .content-title:before {
    bottom: 8px; }
  .confidence-carousel .prev {
    left: -40px; }
  .confidence-carousel .next {
    right: -40px; }
  .sect-news {
    margin: 47px 0 47px; }
  .sect-news--item .title {
    line-height: 1.25; }
  .sect-news--item .text {
    margin-top: 14px;
    font-size: 17px;
    line-height: 1.25; }
  .sect-q .inner-wrapper {
    max-width: 770px; }
  .content-header {
    padding: 15px 0 22px; }
  .content-header h1 {
    font-size: 51px; }
  .post .h3, .post h3 {
    margin: 1em 0 1.7em;
    font-size: 24px;
    line-height: 1.2; }
  .post p {
    font-size: 20px; }
  .post--author {
    margin-top: 41px; }
  .share-soc.post--share {
    margin-top: 43px; }
  .cat-menu {
    padding: 22px 22px 25px;
    background: #f4f4f7; }
  .cat-menu ul {
    font-size: 15px; }
  .cat-menu ul li + li {
    margin-top: 18px; }
  .form-help .wrap {
    padding: 16px 25px 22px; }
  .f-bottom {
    padding: 28px 0 28px; }
  .copyrights {
    margin-top: 5px; }
  .form-help .btn-submit {
    width: 100%;
    min-width: inherit; }
  .support-info {
    margin: 44px 0 68px;
    text-align: center; }
  .support-info--text {
    padding: 30px 32px 30px; }
  .support-info--text p {
    font-size: 18px;
    line-height: 1.35; }
  .support-info--offer {
    padding: 28px 30px 28px; }
  .support-info--offer .title {
    margin-bottom: 29px;
    font-size: 24px; }
  .support-info--offer .price {
    margin-top: 27px;
    font-size: 21px; }
  .support-info--q {
    padding: 11px 20px 20px; }
  .support-info--q .icon {
    margin: 14px 0; }
  .support-info--q .text {
    font-size: 15px;
    line-height: 1.35; }
  .support-info--q .btn {
    width: 100%;
    padding: 0; }
  .support-steps {
    margin: 22px 0 15px; }
  .support-steps--item {
    padding-left: 0;
    margin-bottom: 9px; }
  .support-steps--item .num {
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 16px; }
  .support-steps--item .text {
    margin: 0;
    font-size: 18px;
    line-height: 1.45;
    color: #333; }
  .main-content .content-title__s .h2, .main-content .content-title__s h2 {
    font-size: 38px; }
  .support-notice {
    margin-bottom: 52px; }
  .content-title .h3, .content-title h3 {
    font-size: 34px; }
  .support-vars {
    margin: 22px 0 38px; }
  .support-vars--item .title {
    padding: 25px 5px 23px;
    font-size: 23px;
    letter-spacing: 0.02em; }
  .support-vars--item .var .wrap {
    padding: 12px 20px; }
  .support-vars--item .month {
    margin: 10px 0;
    font-size: 29px;
    font-weight: bold; }
  .worksheet-step {
    padding: 29px 27px 3px; }
  .worksheet-form .worksheet-step {
    padding: 37px 24px 3px; }
  .worksheet-title {
    margin-bottom: 34px; }
  .worksheet-content {
    margin: 25px 0 35px; }
  .worksheet-row {
    margin: 34px 0; }
  .worksheet-row .col-text {
    font-size: 16px; }
  .worksheet-row .col-data {
    font-size: 16px; }
  .contacts-info--item.item-fax {
    margin-top: 10px; }
  .contacts-map {
    margin: 32px 0 35px; }
  .cart-title .h2, .cart-title h2 {
    margin: 0;
    font-size: 39px;
    letter-spacing: 0.03em;
    line-height: 1; }
  .content {
    margin-bottom: 35px; }
  .cart {
    margin-bottom: 35px; }
  .cart-table {
    margin: 25px 0; }
  .cart-table table th {
    padding: 20px 20px 22px;
    font-size: 15px; }
  .cart-table table tbody td {
    padding: 20px 20px 20px;
    font-size: 18px;
    line-height: 1.15; }
  .cart-table table tfoot td {
    padding: 28px 20px;
    font-size: 18px; }
  .cart-control {
    margin-bottom: 35px; }
  .support-types {
    margin: 39px 0 53px; }
  .support-types table th {
    padding: 20px 15px 18px;
    font-size: 15px; }
  .support-types table td {
    padding: 20px 15px 19px;
    border: 1px solid #eee;
    font-size: 18px;
    line-height: 1.2; }
  .support-types table th:first-child, .support-types table td:first-child {
    width: 25%;
    padding-left: 22px; }
  .support-types .price-wrap {
    font-size: 22px; }
  .support-vars--item .price {
    font-size: 22px; } }

/* end media queries tablet */
/* media queries desktop */
@media (min-width: 990px) {
  .pull-right-md {
    float: right !important; }
  .pull-left-md {
    float: left !important; }
  #wrapper {
    min-width: 960px; }
  #wrapper:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both; }
  #header .h-right {
    padding-top: 61px;
    margin-left: 162px;
    position: relative; }
  .h-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 13px 0 10px;
    border-bottom: 2px dashed #efefef;
    background: #fff; }
  .h-logo {
    text-align: center; }
  .h-logo a {
    width: 106px;
    height: 118px;
    display: inline-block;
    vertical-align: top;
    background: url(../img/logo01.svg) 0 0 no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .nav-top {
    width: 440px;
    float: left;
    padding: 4px 0; }
  .nav-top ul {
    height: 18px;
    margin: 0;
    font-size: 15px;
    text-align: justify; }
  .nav-top ul:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block; }
  .nav-top ul li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0; }
  .nav-top ul li:before {
    display: none; }
  .nav-top a {
    color: #666; }
  .nav-top li.active a {
    color: #9f7fa6; }
  .h-contacts {
    float: right; }
  .h-contacts:before {
    display: none; }
  .h-menu-mobile {
    display: block !important; }
  .main-menu {
    float: left;
    margin-left: -25px; }
  .main-menu--item {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
  .main-menu--item + .main-menu--item {
    margin-left: 15px; }
  .main-menu--btn {
    display: block;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: bold;
    font-size: 17px;
    color: #333333;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden; }
  .main-menu--btn a {
    display: block;
    padding: 19px 25px 16px 25px;
    color: #333333;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .main-menu--btn:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 100%;
    height: 2px;
    background: #dad1de;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  .main-menu--item:hover .main-menu--btn:before {
    left: 33px;
    width: 56px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
  .main-menu--item:hover .main-menu--btn {
    background: #f4f4f7; }
  .js-menu-wrap .main-menu--btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    width: 11px;
    height: 5px;
    margin-top: -3px;
    background: url(../img/sprite_2x.png) -72px -633px no-repeat;
    background-size: 150px 1500px; }
  .js-menu-wrap:hover .main-menu--btn:after {
    background-position: -87px -633px; }
  .main-menu--item:hover .main-menu--bt {
    background: #f4f4f7; }
  .main-menu--hidden {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 100%;
    width: 374px;
    padding: 23px 25px 32px 25px;
    background: #f4f4f7;
    z-index: 10; }
  .main-menu--hidden ul {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3; }
  .main-menu--hidden ul li {
    padding: 0; }
  .main-menu--hidden ul li + li {
    margin-top: 13px; }
  .main-menu--hidden li:before {
    display: none; }
  .main-menu--hidden a:hover {
    color: #9f7fa6; }
  .h-lang {
    float: right;
    margin-top: 12px;
    margin-right: -8px; }
  .sect-q .inner-wrapper {
    width: 800px;
    min-width: 800px; }
  #footer {
    width: 100%; } }

/* end media queries desktop */
/* media queries desktop (970 to 1170) */
@media (min-width: 990px) and (max-width: 1170px) {
  p {
    font-size: 18px; }
  .inner-wrapper {
    min-width: 940px;
    max-width: 1140px;
    padding: 0 10px; }
  #header .h-right {
    margin-left: 175px; }
  .h-logo {
    padding-top: 23px;
    padding-bottom: 19px;
    text-align: center; }
  .main-slider {
    max-height: 640px;
    overflow: hidden; }
  .main-slider--desc {
    min-height: 410px; }
  .main-menu {
    margin-left: -16px; }
  .main-menu--btn a {
    padding: 19px 21px 16px 16px; }
  .main-menu--item + .main-menu--item {
    margin-left: 0px; }
  .h-contacts {
    margin-top: 3px; }
  .h-contacts .h-phone {
    font-size: 24px; }
  .h-contacts .h-phone + * {
    margin-left: 9px; }
  .js-menu-wrap .main-menu--btn:after {
    right: 5px; }
  .main-slider--desc {
    margin: 0 65px;
    padding-left: 35px;
    padding-right: 35px; }
  .sect-skills--item {
    font-size: 22px; }
  .sect-migrate {
    padding-bottom: 39px; }
  .sect-migrate--skills {
    margin: 20px 0; }
  .sect-migrate--skills--list {
    margin-left: 95px;
    margin-right: 85px; }
  .sect-adv--item .title {
    font-size: 22px; }
  .sect-adv--item .text {
    line-height: 1.35; }
  .sect-confidence--carousel {
    padding: 0 45px; }
  .confidence-carousel .prev {
    left: -45px; }
  .confidence-carousel .next {
    right: -45px; }
  .content-left {
    margin-right: 50px; }
  .sidebar-right {
    margin-left: -20px; }
  .cat-menu {
    padding-left: 30px;
    padding-right: 30px; }
  .form-help .wrap {
    padding: 14px 25px 20px; }
  .f-nav li + li {
    margin-left: 35px; }
  .f-menu ul {
    margin: 20px 0;
    font-size: 13px;
    line-height: 1.3; }
  .f-menu ul li {
    margin: 16px 0; }
  .support-info--text {
    padding: 31px 42px 30px; }
  .support-info--text p {
    font-size: 18px;
    line-height: 1.35; }
  .support-info--offer {
    padding: 42px 30px 32px; }
  .support-info--offer .title {
    margin-bottom: 29px;
    font-size: 24px; }
  .support-info--offer .price {
    margin-top: 27px; }
  .support-info--q {
    padding: 22px 20px 22px; }
  .support-info--q .icon {
    margin: 14px 0; }
  .support-info--q .text {
    font-size: 16.5px; }
  .support-steps {
    margin-bottom: 15px; }
  .support-steps--item .text {
    font-size: 18px;
    line-height: 1.45; }
  .support-steps--item {
    margin-bottom: 5px; }
  .worksheet-form .worksheet-step {
    padding-left: 26px;
    padding-right: 27px; }
  .worksheet-form .worksheet-title {
    padding-left: 40px; }
  .contacts-map {
    margin: 48px 0 35px; }
  .cart {
    margin-bottom: 41px; }
  .cart-table {
    margin: 25px 0; }
  .cart-title .h2, .cart-title h2 {
    font-size: 40px; }
  .cart-control {
    margin-bottom: 40px; }
  .support-types table th {
    padding: 33px 28px;
    font-size: 18px; }
  .support-types table td {
    padding: 25px 28px 24px;
    border: 1px solid #eee;
    font-size: 18px; }
  .support-types table th:first-child, .support-types table td:first-child {
    width: 30%;
    text-align: left; }
  .support-frame table th, .support-frame table td {
    font-size: 16px;
    padding: 25px 15px;
  }
  .support-frame table th:first-child, .support-frame table td:first-child {
    width: auto;
  }
  .support-types .price-wrap {
    font-size: 22px; }
  .support-vars--item .price {
    font-size: 22px; }
  .sect-news {
    margin-bottom: 42px; }
  .support-notice {
    margin-bottom: 63px; }
  .support-types {
    margin-top: 49px; } }

/* end media queries desktop (970 to 1170) */
/* media queries desktop (from 1171) */
@media (min-width: 1171px) {
  .inner-wrapper {
    width: 1150px; }
  #header .h-right {
    margin-left: 224px; }
  .h-contacts {
    padding-left: 23px;
    position: relative; }
  .h-contacts:before {
    display: block; }
  .h-logo {
    padding-top: 23px;
    padding-bottom: 19px; }
  .nav-top {
    width: 450px; }
  .main-slider {
    max-height: 640px;
    overflow: hidden; }
  .main-slider--desc {
    min-height: 410px; }
  .main-slider--arrows .prev:before {
    width: 45px;
    height: 84px;
    left: 14px;
    margin-top: -42px;
    background-position: -55px -878px; }
  .main-slider--arrows .prev:hover:before {
    /*background-position: -2px -968px;*/
    left: 9px; }
  .main-slider--arrows .next:before {
    width: 45px;
    height: 84px;
    right: 14px;
    margin-top: -42px;
    background-position: -103px -878px; }
  .main-slider--arrows .next:hover:before {
    /*background-position: -50px -968px;*/
    right: 9px; }
  .content-left {
    margin-right: 30px; }
  .cart-table--add {
    margin-left: -70px; } }

/* end media queries desktop (from 1171) */



/* Validation errors*/
.error-block {
    display: block;
    color: #F00;
    font-size: 14px;
}

/* Control panel to administrate orders in the frontend */
#order-control-panel {
    width: 100%;
    height: 40px;
    background: #ff8f32;
    color: #fff;
    position: fixed;
    z-index: 1000;
    line-height: 40px;
    padding: 0 20px;
}
#order-control-panel a {
    color: #fff;
    text-decoration: underline;
}
#order-control-panel a:hover {
    text-decoration: none;
}

  .upcase > *,
  .sect-q--title .h2 {
      text-transform: uppercase; 
  }

.post ul li:first-child, .post ol li:first-child {
    margin-top: 0;
}

.post ul li:last-child, .post ol li:last-child {
    margin-bottom: 0;
}

.post .big {
    font-size: 20px;
    line-height: 1.4;
    margin: 1.5em 0;
}

.post p, .post ul, .post ol {
    font-size: 18px;
    line-height: 1.5;
}

.post ul, .post ol {
  display: block;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  margin: 1em 0;
}

.post ol {
    counter-reset:li;
}

.post ol li:before  {
    content:counter(li)'.';
    counter-increment:li;
    background: none;
    width:40px;
    height:25px;
    top:0;
    left:-20px;
    text-align:right;
    font-family: "PT Sans Narrow", sans-serif;
    color:#8a76b9;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
}

.post ul li, .post ol li {
  display: block;
  padding-left: 30px;
  position: relative;
  margin: 0.6em 0;
}

.post ul li:before {
  display: block;
  position: absolute;
  left: 5px;
  top: 9px;
  content: "";
  width: 8px;
  height: 8px;
  background: #9c86d0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.post ul.plus-list li:before {
    background: #67ba51;
}

.post ul.minus-list li:before {
    background: #e7632f;
}

.post ul.doc-list li:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 4px;
  content: "";
  width: 16px;
  height: 18px;
  background: url('../img/icons-sprite.svg') no-repeat;
  background-position: -90px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.post ul.nolist li:before {
  left: 0px;
  top: 0px;
  width: 0;
  height: 0;
  background: none;
}

.post ul.nolist li {
  padding-left: 0;
}

hr {
    border: none;
    color: #ececef;
    background-color: #ececef;
    height: 3px;
    margin: 3.33em 0;
}

.border-block, .background-block {
    border: 4px solid #ececef;
    margin: 50px 0;
    padding: 30px 36px;
}

.background-block {
    background-color: #ececef;
}

.border-block :first-child, .background-block :first-child {
    margin-top: 0 !important;
}

.border-block :last-child, .background-block :last-child {
    margin-bottom: 0 !important;
}

.narrow-strong, p.narrow-strong {
    font-family: "PT Sans Narrow", sans-serif !important;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
}

p.note {
    font-size: 16px;
    font-style: italic;
    line-height: 25px;
    margin-left: 30px;
}

.note-symbol {
    font-size: 22px;
    font-weight: bold;
    color: #7c337c;
}

.border-block p.note, .background-block p.note {
    margin-left: 0;
}

.post h2, .post .h2, .post h3, .post .h3, .post h4, .post .h4, .download-link {
    font-family: "PT Sans Narrow", sans-serif;
}

.post h2, .post .h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 50px 0 30px;
}

.post h3, .post .h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 36px 0 18px;
}

.post h3 + p, .post .h3 + p {
    margin-top: 18px;
}

.post h4, .post .h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 25px 0 18px;
    color: #64576a;
}

.post h4 + p, .post .h4 + p {
    margin-top: 18px;
}

.plus-header,  .minus-header{
    padding-left: 30px;
    position: relative;
}

.plus-header:before, .minus-header:before, .download-link a:before {
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    width: 20px;
    height: 20px;
    background: url('../img/icons-sprite.svg') no-repeat;
}

.plus-header:before {
    background-position: 0 0;
}

.minus-header:before {
    background-position: -30px 0;
}

.download-link {
    background-color: #f5f5f7;
    display: inline-block;
    padding: 10px 20px 10px 50px;
    font-size: 20px;
    line-height: 26px;
}

.download-link a {
    display: inline-block;
    font-weight: bold;
    position: relative;
}

.download-link a:before{
    background-position: -60px 0;
    left: -30px;
}

.download-link a:after{
    display: inherit;
    position: relative;
    content: '';
    width: 5px;
}

.download-link .file-size {
    color: #afacb8;
}

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

@media (min-width: 50px) and (max-width: 479px) {
    .post h2, .post .h2 {
    font-size: 20px;
    line-height: 26px;
    margin: 30px 0 27px;} 
  .post .big {
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0;}
  .post h3, .post .h3 {
    font-size: 17px;
    line-height: 24px;
    margin: 25px 0 18px;}
  .post p, .post ul, .post ol {
    font-size: 15px;
    line-height: 22px;}
  .narrow-strong, p.narrow-strong {
    font-size: 17px;
    line-height: 24px;}
  .border-block, .background-block {
    margin: 35px 0;
    padding: 17px 26px;}
  p.note {
    line-height: 22px;}
  .post h4, .post .h4 {
    font-size: 17px;
    line-height: 24px;
    margin: 16px 0 15px;}
  .download-link {
    font-size: 18px;
    line-height: 26px;}
  hr {
    margin: 34px 0;}
  .noborder-xs {
    border:none;
    padding:0;}
  .file-size {
    display:inline-block;
    padding-left:3px;}
  .download-link a {
    display:inline;}
  .download-link a:before {
    top:2px;}
   .post {
    margin-top:0px;}
   .post p.post--author {
    font-size:18px;}
}
.footer-logo {
    display: inline-block;
    padding:0 15px;
    font-size:0px;}
.footer-logo:last-child {
    margin-right:0;}
.footer-l1 img{
    margin-top:5px;}
.footer-l3 img {
    margin-top:2px;}
.footer-l3 img {
    margin-top:-7px;}
@media (max-width: 989px) {
    .f-middle .inner-wrapper:before {
        display:none;}
    .f-middle .inner-wrapper {
        padding-top: 17px;
        padding-bottom: 8px;}
}
@media (max-width: 767px) {
    .f-middle .inner-wrapper {
        padding-top: 21px;
        padding-bottom: 0;}
    .footer-logo {
        padding-top:8px;}
}

.sect-news--items .sect-news--item {
  display: block;
}

.sect-news--items .sect-news--item:not(:first-child) {
  margin-top: 25px;
}

.post .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 38px 0 0;
    padding: 0;
    font-size: 24px;
    line-height: 36px;
    font-family: "PT Sans Narrow", Arial, sans-serif;
}

.post .pagination li:before {
  display: none;
}

.post .pagination li {
    padding: 0;
    margin: 10px 6px 0;
}

.post .pagination li:first-child {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 24px;
}

.post .pagination li:last-child {
    margin-right: 0;
    margin-left: 24px;
}

.pagination-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    min-width: 42px;
    padding-left: 5px;
    padding-right: 5px;
    color: #333333;
    background-color: #ececef;
    text-decoration: none;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    -webkit-transition-property: color,background-color;
    -o-transition-property: color,background-color;
    transition-property: color,background-color
}

.pagination-link--active {
    background-color: #ffda49;
    pointer-events: none;
}

.pagination-link:hover {
    color: #333333;
    background-color: #e3ddf2;
}

.pagination-nav-link {
    display: block;
    width: 15px;
    height: 42px;
    text-indent: -1000px;
    overflow: hidden;
    background-size: 15px 27px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.pagination-nav-link:hover {
    opacity: .8
}

.pagination-nav--prev {
    margin-right: auto;
}

.pagination-nav--next {
    margin-left: auto;
}

.pagination-nav--prev .pagination-nav-link {
    background-image: url(../img/arrow_left.svg);
}

.pagination-nav--next .pagination-nav-link {
    background-image: url(../img/arrow_right.svg)
}

.pagination-nav--disabled .pagination-nav-link {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

/* checkbox/checker */
div.checker {
    position: relative;
}

div.checker,
div.checker span,
div.checker input {
    width: 19px;
    height: 19px;
}

div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    top: -2px;
    position: relative;
    zoom: 1;
    text-align: center;
    border: 2px solid #eee;
    background: #fff;
}

div.checker span.checked:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #9f7fa6;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7.3c.4.4.4 1 0 1.4l-6 6c-.4.4-1 .4-1.4 0l-3-3c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0L4 5.6 9.3.3c.4-.4 1-.4 1.4 0Z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 11px 8px;
    background-position: center;
}

.flex-imgs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -5px;
}

.flex-imgs img {
    width: auto;
    height: auto;
    min-width: 290px;
    margin: 5px;
}

@media (min-width: 768px) {
    .flex-imgs img {
        width: calc(50% - 10px);
    }
}

@media (min-width: 1171px) {
    .flex-imgs img {
        width: calc(100% / 3 - 10px);
    }
}

.socials-n,
.social-n,
.f-contacts--n {
    display: inline-block;
}

.socials-n:not(:first-child) {
    margin-left: 30px;
}

.social-n:not(:first-child) {
    margin-left: 10px;
}

.social-n img {
    display: inline-block;
    width: 28px;
    height: 28px;
    object-fit: contain;
}
