a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  outline: 0 none;
  padding: 0;
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body,
html {
  height: 100%;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  min-width: 320px;
  overflow: visible !important;
  position: relative;
  line-height: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  outline: 0;
  text-decoration: none;
}
ul {
  list-style-type: none;
}
table {
  border-collapse: collapse;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
@font-face {
  font-family: Exo20-Regular;
  src: url(../fonts/Exo20-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Exo20-Light;
  src: url(../fonts/Exo20-Light.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Exo20-Bold;
  src: url(../fonts/Exo20-Bold.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Exo20-ExtraLight;
  src: url(../fonts/Exo20-ExtraLight.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Exo20-ExtraLightItalic;
  src: url(../fonts/Exo20-ExtraLightItalic.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Exo20-Medium;
  src: url(../fonts/Exo20-Medium.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OpenSans-Regular;
  src: url(../fonts/OpenSans-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OpenSans-Light;
  src: url(../fonts/OpenSans-Light.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OpenSans-Bold;
  src: url(../fonts/OpenSans-Bold.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OpenSans-Semibold;
  src: url(../fonts/OpenSans-Semibold.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OpenSans-Italic;
  src: url(../fonts/OpenSans-Italic.ttf);
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: Exo20-Regular;
  font-size: 26px;
  color: #4a4b4d;
  background: #fff;
  position: relative;
}
.site-title a,
.widget-title,
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a,
html body {
  font-family: Exo20-Regular !important;
}
.site-title a,
.widget-title,
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  color: inherit !important;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #616161;
}
a:hover {
  opacity: 0.8;
  color: #616161;
  text-decoration: none;
}
.g-container {
  max-width: 1200px;
  min-width: 320px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
.g-container.no-paddings {
  padding: 0;
  min-width: 290px;
}
.g-center {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.g-right {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.g-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  outline: 0 none;
  text-align: center;
  border: none;
  font-size: 16px;
  font-family: Exo20-Light;
  text-transform: uppercase;
  background: #fff;
  color: #4c75e6;
  text-align: center;
  border: 1px solid #4c75e6;
  border-radius: 30px;
  padding: 0 15px;
  min-width: 230px;
  height: 60px;
}
.g-button:hover {
  opacity: 1;
  background: #fff;
  color: #3e66c5;
  border-color: #3e66c5;
}
.g-button:active {
  background: #3e66c5;
  border-color: #3e66c5;
  color: #fff;
}
.g-button.green-border {
  color: #6cbf00;
  border-color: #6cbf00;
}
.g-button.green-border:hover {
  color: #579b0d;
  border-color: #579b0d;
  background: #fff;
}
.g-button.green-border:active {
  color: #fff;
  border-color: #579b0d;
  background: #579b0d;
}
.g-button.green {
  color: #fff;
  background: #6cbf00;
  border-color: #6cbf00;
}
.g-button.green:hover {
  color: #fff;
  border-color: #579b0d;
  background: #579b0d;
}
.g-button.green:active {
  color: #579b0d;
  border-color: #579b0d;
  background: #fff;
}
.g-button.white {
  color: #4c75e6;
  background: #fff;
  border-color: #fff;
  font-family: Exo20-Regular;
}
.g-button.white:active,
.g-button.white:hover {
  opacity: 0.8;
}
.g-button.blue {
  color: #fff;
  background: #4c75e6;
}
.g-button.blue:hover {
  background: #3e66c5;
  border-color: #3e66c5;
}
.g-button.blue:active {
  background: #fff;
  border-color: #3e66c5;
  color: #3e66c5;
}
.g-phone {
  color: #4c75e6;
  letter-spacing: 0.5px;
  font-size: 0.692em;
  padding-left: 40px;
  background: url(../images/phone.png) no-repeat left center;
  display: inline-block;
  line-height: 36px;
  background-size: contain;
  white-space: nowrap;
}
.g-phone:hover {
  color: #4c75e6;
}
.g-title {
  color: #4c75e6;
  text-align: center;
  font-family: Exo20-Bold;
  font-size: 40px;
  margin-bottom: 10px;
}
.g-title.sm {
  color: #333;
  font-size: 30px;
}
.g-title.big-margin {
  margin-bottom: 90px;
}
.g-title.middle-margin {
  margin-bottom: 40px;
}
.g-title.no-margin {
  margin-bottom: 0;
}
.g-title.green {
  color: #6cbf00;
}
.g-title.lefted {
  text-align: left;
}
.g-title.with-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.g-title.with-control .control-link {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: Exo20-Regular;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}
.g-title.with-control .control-link svg {
  margin-left: 10px;
}
.g-subtitle {
  font-size: 18px;
  text-align: center;
  color: #4a4b4d;
  margin-bottom: 20px;
}
.g-highlight {
  color: #4c75e6;
}
.g-tabs-container .g-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .g-tabs-container .g-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.g-tabs-container .g-tabs .g-tab-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 767px) {
  .g-tabs-container .g-tabs .g-tab-item + .g-tab-item {
    margin-top: 15px;
  }
}
.g-tabs-container .g-tabs .g-tab-item .g-tab-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #4c75e6;
  font-size: 0.769em;
  font-family: Exo20-Light;
  padding: 0 10px 25px;
  width: 100%;
  border-bottom: 2px solid transparent;
  text-align: center;
}
@media (max-width: 767px) {
  .g-tabs-container .g-tabs .g-tab-item .g-tab-link {
    padding-bottom: 15px;
  }
}
.g-tabs-container .g-tabs .g-tab-item .g-tab-link.active,
.g-tabs-container .g-tabs .g-tab-item .g-tab-link:hover {
  color: #4a4b4d;
  border-bottom-color: #4c75e6;
  opacity: 1;
}
.b-header {
  min-height: 182px;
}
@media (max-width: 767px) {
  .b-header {
    padding-top: 30px;
  }
}
.b-header .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.b-header .holder .logo {
  display: inline-block;
}
.b-header .holder .menu {
  min-height: 96px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .b-header .holder .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    margin: 0 0 20px;
  }
}
.b-header .holder .menu .menu-item {
  font-size: 0.615em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.b-header .holder .menu .menu-item.current-menu-item a {
  font-family: Exo20-Regular;
  opacity: 1;
  color: #4c75e6;
}
.b-header .holder .menu .menu-item a {
  font-family: Exo20-ExtraLight;
}
.b-header .holder .menu .menu-item a:hover {
  opacity: 1;
  color: #4c75e6;
}
.b-header .holder .menu .menu-item + .menu-item {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .b-header .holder .menu .menu-item + .menu-item {
    margin: 25px 0 0;
  }
}
.b-header .holder .contacts {
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .b-header .holder .contacts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.b-promo {
  padding: 125px 0 115px;
}
.b-promo.small-paddings {
  padding: 15px 0 20px;
}
.b-promo.medium-paddings {
  padding: 50px 0 0;
}
.b-promo.bordered {
  padding-bottom: 0;
}
.b-promo.bordered .g-container {
  padding-bottom: 35px;
  border-bottom: 1px solid #ccc;
}
.b-promo .slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .b-promo .slogan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.b-promo .slogan .text {
  font-family: Exo20-Light;
  color: #333;
  font-size: 1.538em;
  min-width: 495px;
}
@media (max-width: 767px) {
  .b-promo .slogan .text {
    min-width: unset;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.231em;
  }
}
.b-promo .slogan .text .headline {
  font-family: Exo20-Bold;
  color: #4c75e6;
  font-size: 1.5em;
  line-height: 1;
}
.b-promo .slogan .text .label-sm {
  font-size: 30px;
  margin: 35px 0;
}
.b-promo .slogan .text .snip {
  color: #4a4b4d;
  font-size: 22px;
  line-height: 1.364;
  font-family: OpenSans-Light;
}
.b-promo .slogan .text .snip.top-margin {
  margin-top: 40px;
}
.b-promo .slogan .text .g-button {
  margin-top: 40px;
}
.b-promo .slogan .image {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  max-width: 500px;
}
@media (max-width: 767px) {
  .b-promo .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .b-promo .controls .g-button {
    width: 100%;
  }
}
.b-promo .controls .g-button + .g-button {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .b-promo .controls .g-button + .g-button {
    margin: 15px 0 0;
  }
}
.b-features {
  padding-top: 50px;
}
.b-features .bordered {
  border-bottom: 1px solid #ccc;
}
.b-features .slogan {
  text-align: center;
  font-size: 0.846em;
  font-family: OpenSans-Light;
  line-height: 1.364;
  margin-bottom: 30px;
}
.b-features .slogan a {
  color: #4c75e6;
}
.b-features .title {
  font-size: 1.154em;
  line-height: 1.333;
  margin-bottom: 60px;
  font-family: Exo20-Light;
  color: #333;
  text-align: center;
}
.b-features .title .bold {
  font-family: Exo20-Bold;
}
.b-features .promo {
  margin-bottom: 85px;
}
.b-features .promo .promo-title {
  text-align: center;
  font-family: Exo20-Light;
  margin-bottom: 40px;
  font-size: 0.846em;
  line-height: 1.364;
}
.b-features .holder {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-features .holder.no-top {
  padding-top: 0;
}
.b-features .holder .item {
  -webkit-box-flex: 30%;
  -ms-flex: 30%;
  flex: 30%;
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .b-features .holder .item {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }
}
@media (max-width: 575px) {
  .b-features .holder .item {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
.b-features .holder .item .icon {
  margin-bottom: 20px;
}
.b-features .holder .item .headline {
  font-family: Exo20-Bold;
  margin-bottom: 20px;
}
.b-features .holder .item .label {
  font-family: Exo20-Light;
  color: #333;
  max-width: 90%;
  margin: 0 auto;
}
.b-features .holder .item .label.sm {
  font-size: 22px;
  max-width: 80%;
}
.b-features .holder.font-medium .item .label {
  font-family: Exo20-Medium;
}
.b-features .f-form {
  padding-top: 40px;
}
.b-features .emergency {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 68px 0 74px;
  margin-bottom: -53px;
}
.b-features .emergency .notice {
  width: 534px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  border: 2px solid #4c75e6;
  border-radius: 5px;
  padding: 35px 15px;
}
.b-features .emergency .notice .headline {
  font-family: OpenSans-Regular;
  color: #4c75e6;
  margin-bottom: 40px;
  font-size: 0.846em;
}
.b-features .emergency .notice .phones {
  font-size: 0.846em;
  color: #4a4b4d;
  font-family: OpenSans-Regular;
  line-height: 1.455;
  margin-bottom: 25px;
}
.b-features .emergency .notice .snip {
  font-family: OpenSans-Italic;
  color: #888;
  font-size: 0.615em;
  line-height: 1.625;
}
.b-features .controls {
  padding-bottom: 70px;
}
.b-features .controls .g-button + .g-button {
  margin-left: 45px;
}
.b-advantages {
  padding: 95px 0 75px;
}
.b-advantages .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .b-advantages .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b-advantages .holder .item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .b-advantages .holder .item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b-advantages .holder .item .icon {
  min-width: 133px;
}
@media (max-width: 767px) {
  .b-advantages .holder .item .icon {
    margin-bottom: 30px;
    min-width: 100%;
    text-align: center;
  }
}
.b-advantages .holder .item .info {
  margin-left: 35px;
  font-family: Exo20-Light;
}
@media (max-width: 991px) {
  .b-advantages .holder .item .info {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .b-advantages .holder .item .info {
    text-align: center;
    margin-left: 0;
    font-size: 26px;
  }
}
.b-advantages .holder .item .info .headline {
  font-family: Exo20-Bold;
}
.b-results {
  background: #f2f2f2;
  padding-top: 90px;
}
.b-results .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .b-results .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b-results .holder .item {
  width: 33%;
  padding: 0 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .b-results .holder .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .b-results .holder .item + .item {
    margin-top: 65px;
  }
}
.b-results .holder .item .figure {
  width: 186px;
  height: 186px;
  cursor: pointer;
  fill: none;
  position: relative;
}
.b-results .holder .item .figure .circle .first {
  stroke: #6cbf00;
  stroke-width: 1;
  fill: #fff;
}
.b-results .holder .item .figure .circle .second {
  stroke: #6cbf00;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  stroke-width: 3;
  stroke-dasharray: 0.0001 584.3;
}
.b-results .holder .item .figure:hover .circle .second {
  stroke-dasharray: 584.3;
}
.b-results .holder .item .figure .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #6cbf00;
  font-family: Exo20-Bold;
  font-size: 2.038em;
  width: 186px;
  height: 186px;
  margin: 0 auto 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.b-registry .order {
  padding: 52px 0;
  background: #4c75e6;
}
.registry-text {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  color: #ffffff;
  flex-basis: 85%;
}
.b-results .order {
  background: #4c75e6;
  padding: 37px 0;
}
.b-registry .order .g-container,
.b-results .order .g-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
@media (max-width: 1240px) {
  .registry-text {
    max-width: 700px;
  }
}
@media (max-width: 900px) {
  .b-registry .order {
    padding: 45px 0;
  }
  .registry-text {
    font-size: 16px;
    line-height: 18px;
  }
  .registry-img {
    width: 48px;
  }
}
@media (max-width: 600px) {
  .registry-text {
    font-size: 12px;
    line-height: 16px;
    flex-basis: 75%;
  }
}
@media (max-width: 767px) {
  .b-results .order .g-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b-results .order .g-container .g-button {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .b-results .order .g-container .g-button {
    margin: 30px 0 0;
  }
}
.b-results .order .g-container .label {
  font-family: Exo20-ExtraLight;
}
.b-order {
  background: #f2f2f2;
  padding: 36px 0;
}
.b-order .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .b-order .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .b-order .holder .g-button {
    width: 100%;
  }
}
.b-order .holder .icon {
  margin: 0 24px;
}
@media (max-width: 767px) {
  .b-order .holder .icon {
    margin: 24px auto;
  }
}
.b-partners {
  padding-top: 140px;
}
.b-carousel-holder .carousel {
  padding: 0 90px 100px;
  border-bottom: 1px solid #ccc;
  min-height: 210px;
}
@media (max-width: 767px) {
  .b-carousel-holder .carousel {
    padding: 0 40px 30px;
  }
}
.b-carousel-holder .carousel.no-border {
  border-bottom: none;
}
.b-carousel-holder .carousel.small-bottom {
  padding-bottom: 50px;
}
.b-carousel-holder .carousel .carousel-item .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-carousel-holder .carousel .carousel-item .holder.aligned {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.b-carousel-holder .carousel .carousel-item .holder .partner {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .b-carousel-holder .carousel .carousel-item .holder .partner {
    width: 50%;
    padding: 0 5px;
  }
}
.b-carousel-holder .carousel .carousel-item .holder .option {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .b-carousel-holder .carousel .carousel-item .holder .option {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 25px;
  }
}
.b-carousel-holder .carousel .carousel-item .holder .option .icon {
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .b-carousel-holder .carousel .carousel-item .holder .option .icon {
    margin-bottom: 15px;
  }
}
.b-carousel-holder .carousel .carousel-item .holder .option .label {
  font-size: 0.846em;
  font-family: Exo20-Light;
  color: #333;
}
@media (max-width: 575px) {
  .b-carousel-holder .carousel .carousel-item .holder .option .label {
    font-size: 16px;
  }
}
.b-carousel-holder .carousel .carousel-item .review-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .b-carousel-holder .carousel .carousel-item .review-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 24px;
    text-align: center;
  }
}
.b-carousel-holder .carousel .carousel-item .review-holder .image {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  min-width: 200px;
  padding: 20px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .b-carousel-holder .carousel .carousel-item .review-holder .image {
    margin: 0 auto 40px;
  }
}
.b-carousel-holder .carousel .carousel-item .review-holder .info {
  margin-left: 70px;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .b-carousel-holder .carousel .carousel-item .review-holder .info {
    margin-left: 0;
    padding-top: 0;
  }
}
.b-carousel-holder .carousel .carousel-item .review-holder .info .name {
  color: #333;
  margin-bottom: 10px;
}
.b-carousel-holder .carousel .carousel-item .review-holder .info .brunch {
  color: #333;
  font-family: Exo20-ExtraLightItalic;
  margin-bottom: 25px;
  font-size: 0.692em;
}
.b-carousel-holder .carousel .carousel-item .review-holder .info .text {
  font-family: OpenSans-Regular;
  color: #4a4b4d;
  font-size: 0.692em;
  line-height: 1.44;
  margin-bottom: 25px;
}
.b-carousel-holder .carousel .carousel-item .review-holder .info .signature {
  color: #333;
  font-size: 0.692em;
  font-family: Exo20-ExtraLightItalic;
}
.b-carousel-holder .carousel .carousel-item .review-holder .control {
  margin-top: 50px;
}
.b-carousel-holder .carousel .carousel-control {
  display: inline-block;
  width: 35px;
  height: 103px;
  cursor: pointer;
  position: relative;
  top: 50px;
  position: absolute;
}
@media (max-width: 575px) {
  .b-carousel-holder .carousel .carousel-control {
    width: 28px;
    height: 83px;
  }
}
.b-carousel-holder .carousel .carousel-control.control-prev {
  left: 0;
  background: url(../images/arrow-left.png) no-repeat center;
  background-size: contain;
}
.b-carousel-holder .carousel .carousel-control.control-prev:hover {
  background: url(../images/arrow-left_h.png) no-repeat center;
  background-size: contain;
}
.b-carousel-holder .carousel .carousel-control.control-next {
  right: 0;
  background: url(../images/arrow-right.png) no-repeat center;
  background-size: contain;
}
.b-carousel-holder .carousel .carousel-control.control-next:hover {
  background: url(../images/arrow-right_h.png) no-repeat center;
  background-size: contain;
}
.b-carousel-holder .link-holder {
  padding: 30px 0;
}
.b-reviews {
  padding: 40px 0 90px;
}
.b-reviews.no-bottom {
  padding-bottom: 0;
  margin-bottom: -50px;
}
@media (max-width: 767px) {
  .b-reviews.no-bottom {
    margin-bottom: 0;
  }
}
.b-footer {
  padding-top: 53px;
}
@media (max-width: 767px) {
  .b-footer {
    padding-bottom: 40px;
  }
}
.b-footer .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .b-footer .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.b-footer .holder .logo {
  display: inline-block;
}
@media (max-width: 767px) {
  .b-footer .holder .logo {
    margin-bottom: 30px;
  }
}
.b-footer .holder .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}
.b-footer .holder .navigation .menu {
  min-height: 96px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .b-footer .holder .navigation .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    margin: 0 0 20px;
  }
}
.b-footer .holder .navigation .menu .menu-item {
  font-size: 0.615em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.b-footer .holder .navigation .menu .menu-item.current-menu-item a {
  font-family: Exo20-Regular;
}
.b-footer .holder .navigation .menu .menu-item a {
  font-family: Exo20-ExtraLight;
}
.b-footer .holder .navigation .menu .menu-item + .menu-item {
  margin-left: 50px;
}
@media (max-width: 767px) {
  .b-footer .holder .navigation .menu .menu-item + .menu-item {
    margin: 25px 0 0;
  }
}
.b-footer .holder .navigation .contacts {
  min-height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .b-footer .holder .navigation .contacts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b-footer .holder .navigation .contacts .address {
  margin-left: 30px;
  font-size: 0.692em;
  color: #616161;
  letter-spacing: 0.5px;
  font-family: Exo20-ExtraLight;
  padding-left: 44px;
  background: url(../images/pin.png) no-repeat top left;
}
@media (max-width: 767px) {
  .b-footer .holder .navigation .contacts .address {
    margin: 35px 0 0;
  }
}
.b-footer .holder .navigation .contacts .social {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .b-footer .holder .navigation .contacts .social {
    margin: 35px 0 0;
  }
}
.b-footer .holder .navigation .contacts .social .social-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  background: #ddd;
}
.b-footer .holder .navigation .contacts .social .social-item + .social-item {
  margin-left: 12px;
}
.b-footer .holder .navigation .contacts .social .social-item:hover {
  opacity: 1;
  background-color: #b8b8b8;
}
.b-tryout {
  padding: 37px 0;
  background: #4c75e6;
}
.b-tryout.grey {
  background: #f2f2f2;
}
.b-tryout .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .b-tryout .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b-tryout .holder .g-button {
  width: 390px;
}
@media (max-width: 767px) {
  .b-tryout .holder .g-button {
    width: 100%;
  }
}
.b-tryout .holder .g-button + .g-button {
  margin-left: 95px;
}
@media (max-width: 767px) {
  .b-tryout .holder .g-button + .g-button {
    margin: 30px 0 0;
  }
}
.b-services {
  padding: 90px 0 0;
}
.b-services .bordered {
  padding-bottom: 45px;
  border-bottom: 1px solid #ccc;
}
.b-services .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .b-services .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b-services .holder .item {
  max-width: 390px;
}
@media (max-width: 767px) {
  .b-services .holder .item {
    width: 100%;
    max-width: 100%;
  }
}
.b-services .holder .item .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 76px;
  margin-bottom: 22px;
}
.b-services .holder .item .info {
  background: #f2f2f2;
  color: #333;
  font-size: 0.846em;
  font-family: Exo20-Light;
  padding: 35px 30px;
  position: relative;
  margin-bottom: 50px;
}
.b-services .holder .item .info:before {
  content: "";
  border: 22px solid transparent;
  border-bottom: 11px solid #f2f2f2;
  position: absolute;
  top: -33px;
  left: 50%;
  margin-left: -22px;
}
.b-services .holder .item + .item {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .b-services .holder .item + .item {
    margin: 0;
  }
}
.b-capabilities {
  padding: 110px 0 150px;
}
.b-capabilities .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .b-capabilities .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b-capabilities .item .image {
  text-align: center;
  min-width: 50%;
}
@media (max-width: 767px) {
  .b-capabilities .item .image {
    margin-bottom: 25px;
  }
}
.b-capabilities .item .info {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .b-capabilities .item .info {
    margin-left: 0;
    text-align: center;
  }
}
.b-capabilities .item .info .headline {
  color: #4c75e6;
  font-family: Exo20-Bold;
  margin-bottom: 40px;
}
.b-capabilities .item .info .list {
  font-family: OpenSans-Regular;
  font-size: 0.692em;
}
.b-capabilities .item .info .list li {
  padding-left: 22px;
  position: relative;
}
@media (max-width: 767px) {
  .b-capabilities .item .info .list li {
    width: 100%;
    text-align: left;
  }
}
.b-capabilities .item .info .list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6cbf00;
}
.b-capabilities .item .info .list li + li {
  margin-top: 15px;
}
.b-capabilities .item .info .label {
  color: #333;
  font-family: Exo20-ExtraLightItalic;
  font-size: 0.692em;
  margin-top: 30px;
}
.b-capabilities .item.reverse .info {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
@media (max-width: 767px) {
  .b-capabilities .item.reverse .info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.b-capabilities .item.reverse .image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .b-capabilities .item.reverse .image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-left: 0;
  }
}
.b-capabilities .item + .item {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .b-capabilities .item + .item {
    margin-top: 70px;
  }
}
.b-products {
  padding-top: 70px;
}
.b-products .g-container {
  border-bottom: 1px solid #ccc;
  padding-bottom: 45px;
}
.b-products .holder {
  margin-bottom: 20px;
}
.b-products .holder .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .b-products .holder .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b-products .holder .item .image {
  text-align: left;
  padding-right: 20px;
  min-width: 350px;
}
@media (max-width: 767px) {
  .b-products .holder .item .image {
    min-width: unset;
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.b-products .holder .item .info {
  background: #f2f2f2;
  padding: 50px 40px;
  position: relative;
  color: #333;
  font-size: 0.846em;
  line-height: 1.364;
  font-family: Exo20-Light;
}
.b-products .holder .item .info:before {
  content: "";
  position: absolute;
  left: -33px;
  top: 50%;
  margin-top: -22px;
  border: 22px solid transparent;
  border-right: 11px solid #f2f2f2;
}
@media (max-width: 767px) {
  .b-products .holder .item .info:before {
    left: 50%;
    margin-left: -22px;
    top: -11px;
    border: 22px solid transparent;
    border-bottom: 11px solid #f2f2f2;
  }
}
.b-products .holder .item + .item {
  margin-top: 60px;
}
.b-about {
  padding: 50px 0 0;
}
.b-about .g-container {
  padding-bottom: 85px;
  border-bottom: 1px solid #ccc;
}
.b-about .g-container.no-border {
  border-bottom: none;
}
.b-about .g-container.no-all-border {
  border: none;
}
.b-about .g-container.no-bottom {
  padding-bottom: 0;
}
.b-about .image {
  margin-bottom: 50px;
  text-align: center;
}
.b-about .holder {
  font-family: OpenSans-Regular;
  font-size: 0.692em;
  line-height: 1.444;
  padding: 0 80px;
}
@media (max-width: 767px) {
  .b-about .holder {
    padding: 0;
  }
}
.b-about .holder.wide {
  padding: 0;
}
.b-about .holder.thin {
  padding: 0 138px;
}
@media (max-width: 767px) {
  .b-about .holder.thin {
    padding: 0;
  }
}
.b-about .holder.top-padding {
  padding-top: 50px;
}
.b-about .holder p + p {
  margin-top: 25px;
}
.b-about .holder .list,
.b-about .holder ul {
  margin: 25px 0;
}
.b-about .holder .list li,
.b-about .holder ul li {
  padding-left: 22px;
  position: relative;
}
@media (max-width: 767px) {
  .b-about .holder .list li,
  .b-about .holder ul li {
    width: 100%;
    text-align: left;
  }
}
.b-about .holder .list li:before,
.b-about .holder ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6cbf00;
}
.b-about .holder .list li + li,
.b-about .holder ul li + li {
  margin-top: 15px;
}
.b-about .holder h1 {
  font-size: 26px;
  margin-bottom: 50px;
  font-family: Exo20-Light;
}
.b-about .holder table {
  width: 100%;
  color: #4a4b4d;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
}
.b-about .holder table tr {
  background: #fff;
}
.b-about .holder table tr:nth-child(2n + 1) {
  background: #f2f2f2;
}
.b-about .holder table tr td {
  text-align: center;
  border-left: 1px solid #e7e7e7;
  padding: 15px 30px;
  min-height: 44px;
}
.b-about .holder table tr td:last-child {
  border-right: 1px solid #e7e7e7;
}
.b-about .holder table tr th {
  background: #4c75e6;
  color: #fff;
  padding: 5px 23px;
  min-height: 44px;
  font-family: Exo20-Light;
  line-height: 22px;
  font-weight: 400;
}
.b-about .holder em {
  color: #888;
  font-style: normal;
  font-family: OpenSans-Italic;
  margin-bottom: 25px;
}
.b-options {
  padding: 105px 0 0;
  margin-bottom: -50px;
}
@media (max-width: 767px) {
  .b-options {
    margin-bottom: 0;
    padding: 70px 0;
  }
}
.b-options .b-carousel-holder .carousel .carousel-control {
  top: 10px;
}
@media (max-width: 767px) {
  .b-options .b-carousel-holder .carousel .carousel-control {
    top: 50%;
    margin-top: -51px;
  }
}
.b-description {
  padding-top: 80px;
}
.b-description .g-container {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.b-description .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-description .holder .item {
  margin-bottom: 40px;
  width: 33%;
  padding-right: 30px;
  font-size: 0.692em;
  line-height: 1.444;
  font-family: OpenSans-Light;
  position: relative;
  padding-left: 24px;
}
@media (max-width: 767px) {
  .b-description .holder .item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .b-description .holder .item {
    width: 100%;
    padding-right: 0;
  }
}
.b-description .holder .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6cbf00;
}
.b-description .holder .item .bold {
  font-family: OpenSans-Bold;
}
.b-description .holder .item:nth-child(3n) {
  padding-right: 0;
}
@media (max-width: 767px) {
  .b-description .holder .item:nth-child(3n) {
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .b-description .holder .item:nth-child(3n) {
    padding-right: 0;
  }
}
.b-description .holder .item:nth-child(2n) {
  padding-right: 30px;
}
@media (max-width: 575px) {
  .b-description .holder .item:nth-child(2n) {
    padding-right: 0;
  }
}
.b-partner-list {
  padding-top: 95px;
}
.b-partner-list .g-container {
  padding-bottom: 70px;
  border-bottom: 1px solid #ccc;
}
.b-partner-list .headline {
  margin-bottom: 20px;
  font-size: 0.846em;
  line-height: 1.364;
  font-family: OpenSans-Semibold;
}
.b-partner-list .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.b-partner-list .holder .item {
  padding: 30px 15px;
  width: 20%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .b-partner-list .holder .item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .b-partner-list .holder .item {
    width: 33%;
  }
}
@media (max-width: 575px) {
  .b-partner-list .holder .item {
    width: 50%;
  }
}
.b-generic-content .g-container > * {
  font-size: 26px;
}
.b-generic-content .g-container > * h3 {
  margin-bottom: 20px;
  font-size: 0.846em;
  line-height: 1.364;
  font-family: OpenSans-Semibold;
  color: #4a4b4d;
}
.b-generic-content .g-container > * ul {
  margin: 25px 0;
  font-size: 0.692em;
}
.b-generic-content .g-container > * ul li {
  padding-left: 22px;
  position: relative;
}
@media (max-width: 767px) {
  .b-generic-content .g-container > * ul li {
    width: 100%;
    text-align: left;
  }
}
.b-generic-content .g-container > * ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6cbf00;
}
.b-generic-content .g-container > * ul li + li {
  margin-top: 15px;
}
.b-generic-content .g-container > * p {
  font-size: 0.692em;
}
.b-generic-content .g-container > * p + p {
  margin-top: 10px;
}
.b-prices .g-tabs {
  margin-bottom: -2px;
}
.b-prices .content {
  font-size: 0.692em;
}
.b-prices .content .info {
  background: #f2f2f2;
  margin-bottom: 55px;
  padding: 60px 0 40px;
}
.b-prices .content .info .price-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .b-prices .content .info .price-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b-prices .content .info .price-content .price-item {
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .b-prices .content .info .price-content .price-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.b-prices .content .info .price-content .price-item img {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .b-prices .content .info .price-content .price-item img {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.b-prices .content .info .price-content .price-item .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 10px 0;
}
.b-prices .content .info .price-content .price-item .desc .desc-item {
  font-family: OpenSans-Semibold;
  font-size: 14px;
}
@media (max-width: 767px) {
  .b-prices .content .info .price-content .price-item .desc .desc-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
}
.b-prices .content .info .price-content .arrow {
  padding-top: 55px;
  margin: 0 8px;
}
@media (max-width: 767px) {
  .b-prices .content .info .price-content .arrow {
    padding-bottom: 55px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .b-prices .content .info .price-content .arrow img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.b-prices .content .description {
  padding-bottom: 125px;
  border-bottom: 1px solid #ccc;
}
.b-prices .content .description .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .b-prices .content .description .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b-prices .content .description .holder .column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 50%;
}
.b-prices .content .description .holder .column + .column {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .b-prices .content .description .holder .column + .column {
    padding: 0;
    margin-top: 35px;
  }
}
.b-prices .content .description .holder .column .inner-item {
  padding-left: 21px;
  position: relative;
  line-height: 1.444;
  font-family: OpenSans-Regular;
}
.b-prices .content .description .holder .column .inner-item:before {
  content: "";
  background: #6cbf00;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.b-prices .content .description .holder .column .inner-item + .inner-item {
  margin-top: 35px;
}
.b-prices .content .description .holder .column .inner-item strong {
  font-family: OpenSans-Bold;
}
.b-prices .content .description .holder .column .headline {
  margin-bottom: 35px;
  font-family: OpenSans-Bold;
}
.b-modal {
  padding: 70px 20px;
  width: 792px;
  max-width: 96%;
}
.b-modal .inner-content {
  color: #333;
}
.b-modal .inner-content .title {
  font-size: 0.923em;
  color: #4c75e6;
  font-family: Exo20-Bold;
  margin-bottom: 20px;
  text-align: center;
}
.b-modal .inner-content .subtitle {
  font-family: Exo20-Light;
  font-size: 0.692em;
  margin-bottom: 60px;
  text-align: center;
}
.f-form {
  max-width: 100%;
  width: 412px;
  margin: 0 auto;
}
.f-form .f-element {
  width: 100%;
}
.f-form .f-element + .f-element {
  margin-top: 10px;
}
.f-form .f-element .f-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .f-form .f-element .f-control,
  .sf_field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.f-form .f-element .f-control .f-input,
.f-form .f-element .f-control .f-textarea,
.salesforce_w2l_lead .w2linput.text,
.salesforce_w2l_lead .w2linput.textarea,
.sf_field input[type="text"],
.sf_field textarea {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  border: 2px solid transparent;
  border-radius: 3px;
  outline: 0 none;
  padding: 0 19px;
  font-family: Exo20-Light;
  color: #9a9999;
  font-size: 0.615em;
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.salesforce_w2l_lead .w2linput.text,
.sf_field input[type="text"] {
  font-size: 16px !important;
  line-height: 46px;
  height: 46px;
  font-weight: 400 !important;
}
.salesforce_w2l_lead .w2linput.textarea,
.sf_field textarea {
  font-size: 16px !important;
  line-height: 20px;
  height: 160px;
  padding: 21px 19px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #9a9999;
  font-weight: 400 !important;
}
.salesforce_w2l_lead .w2linput.text,
.salesforce_w2l_lead .w2linput.textarea {
  width: 100% !important;
  margin: 0 !important;
}
.sf_field {
  margin: 0 0 10px;
}
.f-form .f-element .f-control .f-input:focus,
.f-form .f-element .f-control .f-textarea:focus,
.salesforce_w2l_lead .w2linput.text:focus,
.sf_field input[type="text"]:focus,
.sf_field textarea:focus {
  border: 2px solid #4c75e6;
}
.f-form .f-element .f-control .f-input,
.sf_field input[type="text"] {
  height: 50px;
}
.f-form .f-element .f-control .f-input + .f-input,
.f-form
  .f-element
  .f-control
  .wpcf7-form-control-wrap
  ~ .wpcf7-form-control-wrap {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .f-form .f-element .f-control .f-input + .f-input,
  .f-form
    .f-element
    .f-control
    .wpcf7-form-control-wrap
    ~ .wpcf7-form-control-wrap {
    margin: 10px 0 0;
  }
}
#requiredfieldsmsg {
  display: none !important;
}
.f-form .f-element .f-control .f-textarea {
  height: 160px;
  resize: none;
  padding: 21px 19px;
}
.f-form .f-element .f-submit,
.f-form input[type="submit"] {
  height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  font-size: 0.615em;
  background: #4c75e6;
  border: none;
  outline: 0 none;
  width: 100%;
  font-family: Exo20-Light;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.f-form .f-element .f-submit:hover,
.f-form input[type="submit"]:hover {
  background: #3e66c5;
}
.f-form .f-element .f-submit:active,
.f-form input[type="submit"]:active {
  background: #fff;
  color: #3e66c5;
}
.f-form .f-notice {
  font-size: 0.615em;
  letter-spacing: 0.3px;
  margin-top: 45px;
  font-family: Exo20-Light;
}
.f-form .f-notice a {
  color: #4c75e6;
}
.f-form .f-notice a:hover {
  text-decoration: underline;
}
.f-form .f-links {
  margin: 40px 0 50px;
  text-align: center;
  color: #4c75e6;
  font-family: Exo20-Light;
  font-size: 0.615em;
  letter-spacing: 0.3px;
}
.f-form .f-links .f-link {
  color: #4c75e6;
}
.f-form .f-links .sep {
  display: inline-block;
  margin: 0 30px;
}
.f-form .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.f-form .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 0.615em;
  color: #9a9999;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 54px;
  z-index: 1;
}
.f-form .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f5f5;
  padding: 8px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  border: 2px solid transparent;
  -webkit-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}
.f-form .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  background: url(../images/arr.png) no-repeat center #eaeaea;
  width: 55px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-radius: 0 3px 3px 0;
}
.f-form .select-styled.active,
.f-form .select-styled:active {
  border: 2px solid #4c75e6;
}
.f-form .select-styled.active:after,
.f-form .select-styled:active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-radius: 3px 0 0 3px;
}
.f-form .sf_field {
  width: 100%;
  overflow: hidden;
}
.f-form .sf_field.sf_type_select {
  overflow: inherit;
}
.f-form .sf_field.sf_type_select:after {
  content: "";
  display: block;
  clear: both;
}
.f-form .sf_field_dob__c,
.f-form .sf_field_phone {
  float: left;
  width: 50%;
  padding: 0 5px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.f-form .sf_field_dob__c {
  padding: 0 0 0 5px;
}
.f-form .select-styled:focus {
  border: 2px solid #4c75e6;
}
.f-form .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #8d8c8c;
  border-radius: 0 0 3px 3px;
}
.f-form .select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dcdcdc;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.f-form .select-options li:hover {
  color: #fff;
  background: #9a9999;
}
.f-form .select-options li[rel="hide"] {
  display: none;
}
.b-next {
  margin-bottom: -53px;
}
.b-next .g-container {
  padding-bottom: 95px;
  border-bottom: 1px solid #ccc;
}
.b-next .g-container .holder {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .b-next .g-container .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b-next .g-container .holder .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  background: #4c75e6;
  padding: 35px 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 20px;
  line-height: 30px;
  min-height: 130px;
}
.b-next .g-container .holder .item:before {
  content: "";
  position: absolute;
  top: -37px;
  left: 50%;
  margin-left: -26px;
  width: 52px;
  border: 26px solid transparent;
  border-bottom: 11px solid #4c75e6;
}
.b-next .g-container .holder .item + .item {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .b-next .g-container .holder .item + .item {
    margin: 50px 0 0;
  }
}
.b-next .g-container .holder .item .headline {
  font-size: 22px;
  font-family: Exo20-Medium;
}
.b-next .g-container .holder .item .text {
  font-size: 20px;
  font-family: Exo20-ExtraLight;
}
.b-header .holder .menu .menu-item {
  position: relative;
}
.b-header .holder .menu .menu-item .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: calc(100% + 30px);
  width: auto;
  width: auto;
  width: auto;
  left: 0;
  background: #fbfbfb;
  border: 1px solid #ccc;
  padding: 35px 45px;
  z-index: 999;
  text-align: center;
}
.b-header .holder .menu .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.b-header .holder .menu .menu-item .sub-menu > li {
  margin: 25px 0 0 !important;
}
.b-header .holder .menu .menu-item .sub-menu > li:first-child {
  margin: 0 !important;
}
.b-header .holder .menu .menu-item .sub-menu > li > a {
  white-space: nowrap;
  text-transform: none;
  font-family: Exo20-ExtraLight;
  font-size: 18px;
}
.b-features .holder .item .icon,
.b-features .holder .item .label {
  display: block;
}
@media (max-width: 767px) {
  .b-header .holder .menu .menu-item .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background: 0 0;
    text-align: center;
    margin-top: 20px;
    border: none;
  }
}
.b-header .holder .burger {
  width: 40px;
  height: 22px;
  cursor: pointer;
  display: none;
}
@media (max-width: 767px) {
  .b-header .holder .burger {
    display: block;
    position: relative;
    z-index: 10;
  }
}
.b-header .holder .burger .item {
  height: 2px;
  background: #616161;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.b-header .holder .burger .item + .item {
  margin-top: 8px;
}
.b-header .holder .burger.active {
  position: fixed;
  z-index: 999;
  right: 15px;
}
.b-header .holder .burger.active .item {
  background: #616161;
}
.b-header .holder .burger.active .item.top {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}
.b-header .holder .burger.active .item.middle {
  opacity: 0;
}
.b-header .holder .burger.active .item.bottom {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 11px;
}
@media (max-width: 767px) {
  .b-header .holder .navigation {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    height: 0%;
    background: #fff;
    z-index: 998;
    padding: 30px 45px;
    -webkit-transition: top 0.3s ease-in, opacity 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in, opacity 0.3s ease-in-out;
    transition: top 0.3s ease-in, opacity 0.3s ease-in-out;
  }
  .b-header .holder .menu {
    min-height: 0;
    overflow: hidden;
    height: 0;
  }
}
@media (max-width: 767px) {
  .b-header .holder .navigation.show {
    height: 100%;
    display: block;
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  .b-header .holder .show .menu {
    min-height: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .b-header {
    padding-top: 30px;
    min-height: auto;
  }
}
.wpcf7-form-control-wrap {
  width: 100%;
}
f-form .f-element .f-control .wpcf7-form-control-wrap + br {
  display: none;
}
span.wpcf7-not-valid-tip {
  font-size: 13px;
  padding: 5px;
}
.b-carousel-holder .carousel .carousel-item .holder .partner img {
  max-height: 100%;
}
.b-vacancy {
  margin-bottom: -53px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .b-vacancy {
    margin-bottom: 0;
  }
}
.b-vacancy .g-container {
  border-bottom: 1px solid #ccc;
  padding-bottom: 100px;
}
.b-vacancy .g-container .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .b-vacancy .g-container .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .b-vacancy .g-container .holder .vacancy {
    text-align: center;
  }
}
.b-vacancy .g-container .holder .vacancy .title {
  color: #4c75e6;
  margin-bottom: 25px;
  font-family: Exo20-Bold;
  font-size: 1.154em;
}
.b-vacancy .g-container .holder .vacancy .desc {
  font-size: 0.692em;
  line-height: 1.667;
  margin-bottom: 35px;
  font-family: OpenSans-Regular;
}
.b-vacancy .g-container .holder .vacancy .desc .reward {
  font-family: OpenSans-Bold;
}
@media (max-width: 767px) {
  .b-vacancy .g-container .holder .vacancy .g-button {
    width: 100%;
  }
}
.b-vacancy .g-container .holder .description {
  margin-left: 150px;
  font-family: OpenSans-Regular;
}
@media (max-width: 767px) {
  .b-vacancy .g-container .holder .description {
    margin: 35px 0 0;
  }
}
.b-vacancy .g-container .holder .description .part {
  font-size: 0.692em;
  line-height: 1.444;
}
.b-vacancy .g-container .holder .description .part + .part {
  margin-top: 45px;
}
.b-vacancy .g-container .holder .description .part .headline {
  font-family: OpenSans-Bold;
  margin-bottom: 20px;
}
.b-vacancy .g-container .holder .description .part ul {
  margin: 0 0 45px;
}
.b-vacancy .g-container .holder .description .part ul li {
  padding-left: 22px;
  position: relative;
}
@media (max-width: 767px) {
  .b-vacancy .g-container .holder .description .part ul li {
    width: 100%;
    text-align: left;
  }
}
.b-vacancy .g-container .holder .description .part ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6cbf00;
}
.b-vacancy .g-container .holder .description .part ul li + li {
  margin-top: 15px;
}
.g-goback {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: Exo20-Regular;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4c75e6;
}
.b-vacancy .g-container .holder .description .part + .g-goback {
  margin-top: 70px;
}
.f-form .f-element .f-control .f-file {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: Exo20-Light;
  font-size: 0.615em;
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  border-radius: 3px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 50px;
}
.f-form .f-element .f-control .f-file .f-file-button {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  border: none;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 0 75px 0 19px;
  color: #9a9999;
}
.f-form .f-element .f-control .f-file .f-file-button:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 46px;
  border-radius: 0 3px 3px 0;
  background: url(../images/file.png) no-repeat center #eaeaea;
}
.f-form .f-element .f-control .f-file .f-file-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(20);
  transform: scale(20);
  letter-spacing: 10em;
  -ms-transform: scale(20);
  opacity: 0;
  cursor: pointer;
}
.f-form .f-element .f-control .f-file .wpcf7-form-control-wrap {
  position: static;
}
.b-services .holder .item .vacancies-holder .headline {
  color: #6cbf00;
  font-family: Exo20-Regular;
  margin-bottom: 30px;
}
.b-services .holder .item .vacancies-holder .list {
  font-size: 0.692em;
  font-family: OpenSans-Regular;
}
.b-services .holder .item .vacancies-holder .list .vacancy {
  padding-left: 22px;
  position: relative;
}
@media (max-width: 767px) {
  .b-services .holder .item .vacancies-holder .list .vacancy {
    width: 100%;
    text-align: left;
  }
}
.b-services .holder .item .vacancies-holder .list .vacancy:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6cbf00;
}
.b-services .holder .item .vacancies-holder .list .vacancy + .vacancy {
  margin-top: 25px;
}
.b-services .holder .item .vacancies-holder .list .vacancy .name {
  font-family: OpenSans-Bold;
}
.b-services .holder .item .vacancies-holder .list .vacancy .name .link {
  line-height: 1.444;
}
.b-services .holder .item .vacancies-holder .list .vacancy .name .link:hover {
  opacity: 1;
  color: #4c75e6;
}
.b-services .holder .item + .item {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .b-services .holder .item + .item {
    margin: 0;
  }
}
.b-vacancy + .post-navigation {
  display: none;
}
.b-services .holder .item.wide {
  max-width: 540px;
  width: 100%;
}
@media (max-width: 767px) {
  .b-services .holder .item.wide {
    width: 100%;
    max-width: 100%;
  }
}
.b-services .holder .item.wide .image {
  margin-bottom: 35px;
}
.b-services .holder .item.wide .info {
  min-height: 192px;
}
.b-services .holder .item.wide + .item {
  margin-left: 90px;
}
@media (max-width: 767px) {
  .b-services .holder .item.wide + .item {
    margin: 0 0 50px;
  }
}
.b-services .slogan {
  padding-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.b-services .slogan .text {
  margin-bottom: 35px;
  font-size: 0.846em;
  line-height: 1.364;
  font-family: OpenSans-Light;
}
.b-services .slogan .g-button {
  max-width: 250px;
  margin: 0 auto;
}
.b-offices .g-container {
  padding-bottom: 90px;
}
.b-offices .g-container.bordered {
  border-bottom: 1px solid #ccc;
  margin-bottom: -53px;
}
@media (max-width: 767px) {
  .b-offices .g-container.bordered {
    margin-bottom: 0;
  }
}
.b-offices .g-container .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .b-offices .g-container .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b-offices .g-container .holder .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.b-offices .g-container .holder .item + .item {
  margin-left: 90px;
}
@media (max-width: 767px) {
  .b-offices .g-container .holder .item + .item {
    margin: 50px 0 0;
  }
}
.b-offices .g-container .holder .item .image {
  background: #f5f5f5;
  overflow: hidden;
  margin-bottom: 7px;
}
.b-offices .g-container .holder .item .contacts {
  border: 1px solid #ccc;
  padding: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-offices .g-container .holder .item .contacts .map {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  border: 1px solid #ccc;
  padding: 7px;
}
.b-offices .g-container .holder .item .contacts .info {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  margin-left: 15px;
  font-size: 0.6em;
}
.b-offices .g-container .holder .item .contacts .info .title {
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
.b-offices .g-container .holder .item .contacts .info .phone {
  padding: 5px 0 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.b-offices .g-container .holder .item .contacts .info .phone .link {
  padding-left: 20px;
  background: url(../images/phone.png) no-repeat left center;
  background-size: contain;
  color: #4c75e6;
}
.b-offices .g-container .holder .item .contacts .info .address {
  margin-bottom: 10px;
}
.g-button.sm {
  height: 40px;
  border-radius: 20px;
}
.f-form .f-element .error-label {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.f-form .f-element.error {
  position: relative;
}
.f-form .f-element.error .f-control .f-input,
.f-form .f-element.error .f-control .f-textarea {
  border: 2px solid #4c75e6;
}
.f-form .f-element .error-label {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #4c75e6;
  color: #fff;
  left: 0;
  top: -70px;
  text-align: center;
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  padding: 5px 20px;
  min-width: 200px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.3px;
  font-family: Exo20-Light;
  font-size: 0.692em;
  z-index: 1;
}
.f-form .f-element.error .error-label {
  opacity: 1;
  visibility: visible;
}
.f-form .f-element.error .error-label:after {
  content: "";
  position: absolute;
  border: 25px solid transparent;
  border-top: 6px solid #4c75e6;
  left: 50%;
  margin-left: -25px;
  bottom: -31px;
}
.f-form .f-element a.f-submit {
  display: block;
  line-height: 50px;
  margin: 0 0 50px;
}
.b-features .holder .item a:hover .label {
  color: #4c75e6;
}
.box-color-fff a,
.box-color-fff a:hover {
  color: #fff !important;
}
.title-jet {
  color: #333;
  font-size: 30px;
}
.technology-jet {
  margin: 0 0 10px;
}
.f-form .error_message,
span.wpcf7-not-valid-tip {
  font-size: 12px !important;
  line-height: 14px;
  color: red;
  font-size: 1em;
  font-weight: 400;
  display: block;
  padding: 5px;
}
.holder-box-jet {
  overflow: hidden;
  width: 100%;
  margin: 0 0 23px;
}
.holder-box-jet .title-jet {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 3px;
  font-family: OpenSans-Regular;
}
.holder-box-jet .holder-box-in {
  overflow: hidden;
  width: 100%;
}
.holder-box-jet .slider {
  width: 514px;
  background: #4c75e7;
  border: none;
  height: 2px;
  margin: 29px 54px 0 0;
}
.holder-box-jet .slider:after {
  content: "";
  display: block;
  clear: both;
}
.holder-box-jet .handle {
  border: none;
  background-color: #4c75e7;
  width: 14px;
  height: 14px;
  top: -7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.holder-box-jet .holder-inp {
  float: left;
  width: 138px;
  margin: 0 12px;
}
.holder-box-jet .range {
  text-align: center;
  width: 100%;
  float: none;
  border: none;
  margin: 0;
  font-size: 16px;
  line-height: 38px;
  padding: 10px 10px;
  height: 48px;
  background: #f2f2f2;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  outline: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.holder-box-jet label {
  text-align: center;
  padding: 10px 0 0;
  font-size: 14px;
  line-height: 16px;
  display: block;
}
#ERLANG_C_average_talk_time_value_min,
#ERLANG_C_average_talk_time_value_sec {
  position: relative;
}
#ERLANG_C_average_talk_time_value_min:after,
#ERLANG_C_average_talk_time_value_sec:after {
  content: "мин.";
  display: block;
  clear: both;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fe0e0e;
  color: #000;
}
#ERLANG_C_average_talk_time_value_sec {
  content: "сек.";
}
.top-jet {
  padding-top: 63px !important;
}
.top-new-15 {
  padding-top: 25px;
}
.g-title.with-control .control-link:hover {
  color: #4c75e6;
}
@media (max-width: 1220px) {
  .b-about .holder.thin {
    padding: 0 100px;
  }
  .b-about .holder table {
    table-layout: fixed;
  }
}
@media (max-width: 1150px) {
  .b-about .holder.thin {
    padding: 0;
  }
  .erlang_c_overlay {
    overflow: hidden;
  }
  .b-about .holder table {
    table-layout: fixed;
  }
}
@media (max-width: 1024px) {
  #ERLANG_C_results {
    overflow: auto;
  }
  .b-about .holder table {
    table-layout: auto;
  }
  .holder-box-jet .slider {
    width: 300px;
  }
}
@media (max-width: 750px) {
  .holder-box-jet .slider {
    width: 100%;
    padding: 0;
    margin: 30px 0;
  }
}
body:not(.rtl) .page-content.has-sidebar .page-content__wrapper {
  padding-left: 20px;
}
.wrapper {
  background: #fff;
}
.wrapper .container {
  padding: 0;
}
.wrapper .sidebar--main {
  padding: 20px;
  text-align: center;
}
.wrapper .sidebar--main .logo {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
}
.wrapper .sidebar--main > strong {
  display: block;
  margin: 0 0 20px;
  font-size: 1.25rem;
  line-height: 1.21;
}
.wrapper .sidebar--main > img {
  margin: 0 auto 20px;
}
.wrapper .sidebar--main h2 {
  margin: 0 0 20px;
  font-size: 1.25rem;
  line-height: 1.21;
}
.wrapper .sidebar--main > ul {
  text-align: left;
  margin: 0 0 20px;
}
.wrapper .sidebar--main > ul li {
  position: relative;
  padding: 0 0 0 22px;
  margin: 0 0 10px;
}
.wrapper .sidebar--main > ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4c75e6;
}
.wrapper .sidebar--main > ul a {
  color: #4c75e6;
}
.wrapper .sidebar--main > ul a:hover {
  color: #4c75e6;
}
.b-header .holder .menu .menu-item a {
  color: #6c6e70;
}
.privecy {
  padding: 20px 0;
  font-size: 16px;
  line-height: 18px;
  font-family: Exo20-Light;
}
.privecy table {
  width: 100%;
  margin: 0 0 20px;
}
.privecy table td {
  text-align: right;
}
.privecy table td:first-child {
  text-align: left;
}
.privecy .holder-ol {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
.privecy .test {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
.privecy .title-in-jet,
.privecy .title-jet {
  font-family: OpenSans-Bold;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
  display: block;
  text-align: center;
  color: #4c75e6;
}
.privecy .title-jet {
  font-size: 22px;
  line-height: 28px;
}
.privecy ol {
  padding: 0 0 0 20px;
}
.privecy ol ol,
.privecy ol ul {
  margin: 0 0 0 10px;
}
.privecy ol > li {
  margin: 0 0 20px;
}
.privecy ol > li li {
  margin: 0 0 10px;
}
.load-more__button:hover,
.load-more__container .more__button:hover {
  background: #4c75e6;
}
.b-footer .holder .navigation .menu,
.b-header .holder .menu {
  margin: 0;
  font-size: 16px;
}
.b-footer .holder .navigation .menu .menu-item a,
.b-header .holder .menu .menu-item a {
  font-family: Exo20-Light !important;
  letter-spacing: normal;
  font-size: 16px;
  color: #616161;
}
.b-footer .holder .navigation .menu .menu-item a:hover,
.b-header .holder .menu .menu-item a:hover {
  color: #4c75e6;
}
.b-header .holder .menu .menu-item.current-menu-item a {
  font-family: Exo20-Regular !important;
}
.navigation a.g-phone {
  font-size: 18px;
  line-height: 36px;
  font-family: Exo20-Regular !important;
}
.b-footer .holder .navigation .contacts .address {
  font-size: 18px;
  line-height: 22px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:focus,
input[type="number"]:hover {
  -moz-appearance: number-input;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (max-width: 900px) {
  .page-content {
    padding: 0 20px 24px 20px;
  }
}
.industry_clients_logos a:hover {
  opacity: 1 !important;
}
.salesforce_w2l_lead .sf_field,
.sf_type_checkbox {
  clear: none !important;
}
.f-form input:-moz-placeholder {
  color: #8b8b8b;
  opacity: 1;
}
.f-form input::-moz-placeholder {
  color: #8b8b8b;
  opacity: 1;
}
.f-form input::-webkit-input-placeholder {
  color: #8b8b8b;
}
.f-form input:-ms-input-placeholder {
  color: #8b8b8b;
}
.f-form input:focus:-moz-placeholder {
  color: #8b8b8b !important;
  opacity: 1;
}
.f-form input:focus::-moz-placeholder {
  color: #8b8b8b;
  opacity: 1;
}
.f-form input:focus::-webkit-input-placeholder {
  color: #8b8b8b;
}
.f-form input:focus:-ms-input-placeholder {
  color: #8b8b8b;
}
.f-form textarea:-moz-placeholder {
  color: #8b8b8b;
  opacity: 1;
}
.f-form textarea::-moz-placeholder {
  color: #8b8b8b;
  opacity: 1;
}
.f-form textarea::-webkit-input-placeholder {
  color: #8b8b8b;
}
.f-form textarea:-ms-input-placeholder {
  color: #8b8b8b;
}
.f-form textarea:focus:-moz-placeholder {
  color: #8b8b8b;
  opacity: 1;
}
.f-form textarea:focus::-moz-placeholder {
  color: #8b8b8b;
  opacity: 1;
}
.f-form textarea:focus::-webkit-input-placeholder {
  color: #8b8b8b;
}
.f-form textarea:focus:-ms-input-placeholder {
  color: #8b8b8b;
}
.f-form .error {
  border-color: red !important;
}
.f-form .f-element .f-control .f-file .f-file-button.fill-in:after {
  background: url(../images/file-fill.png) no-repeat center #eaeaea;
}
.wpcf7-mail-sent-ok {
  display: none;
}
.article__content {
  font: 16px/22px OpenSans-Regular, arial, helvetica, sans-serif;
}
.dopinfobox,
.sf_field_dopinfobox,
.sf_field_recaptcha {
  height: 0;
  padding: 0;
  margin: 0;
}
.grecaptcha-badge {
  display: block !important;
  width: 256px;
  height: 60px;
  transition: right 0.3s ease 0s;
  position: fixed;
  bottom: 14px;
  right: -186px;
  box-shadow: grey 0 0 5px;
}
.grecaptcha-badge:hover {
  right: 4px !important;
}
.error-box,
.successfully-box {
  text-align: center;
  margin: 0 auto 20px;
}
.error-box figure {
  max-width: 526px;
  margin: 0 auto;
}
.successfully-box figure {
  max-width: 450px;
  margin: 0 auto 20px;
}
.error-box figure img,
.successfully-box img {
  display: block;
  width: 100%;
  height: auto;
}
.error-box span,
.successfully-box span {
  display: block;
  font: 50px/52px Exo20-Light, arial, helvetica, sans-serif;
  text-align: center;
  font-weight: 400;
  color: #333;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
section {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  min-height: 1px;
}
.b-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.b-footer .holder .navigation .menu .menu-item a {
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .error-box figure {
    max-width: 420px;
  }
  .successfully-box figure {
    max-width: 400px;
  }
  .error-box span,
  .successfully-box span {
    font-size: 40px;
    line-height: 42px;
  }
  .b-footer .holder {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .b-footer .holder .navigation {
    width: 100%;
    margin-left: 0;
  }
  .b-footer .holder .navigation .menu {
    min-height: 1px;
    width: auto;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -10px;
    padding: 20px 0;
  }
  .b-footer .holder .navigation .menu li {
    margin-left: 0;
    padding: 0 10px;
  }
  .b-offices .g-container .holder .item .contacts {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .b-offices .g-container .holder .item .contacts .info {
    margin-bottom: 20px;
  }
  .b-footer .holder .navigation .menu .menu-item + .menu-item {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .error-box figure {
    max-width: 340px;
  }
  .error-box span,
  .successfully-box span {
    font-size: 36px;
    line-height: 38px;
  }
  .b-footer .holder .logo {
    margin-bottom: 0;
  }
  .b-footer .holder .navigation .menu .menu-item + .menu-item {
    margin: 10px 0 0;
  }
  .b-footer .holder .navigation .contacts .address {
    margin: 10px 0 0;
  }
  .b-footer .holder .navigation .contacts .social {
    margin: 20px 0 0;
  }
}
@media (max-width: 540px) {
  .error-box,
  .successfully-box {
    margin: 0 auto;
  }
  .error-box figure,
  .successfully-box figure {
    max-width: 260px;
  }
  .error-box span,
  .successfully-box span {
    font-size: 26px;
    line-height: 28px;
  }
  .b-offices .g-container .holder .item .contacts {
    padding: 10px;
  }
  .b-offices .g-container .holder .item .contacts .info {
    margin-left: 5px;
  }
}
.b-promo.small-paddings .info-jet .snip.top-margin {
  font-family: Exo20-Light;
  color: #333;
}
.address {
  cursor: pointer;
}
.page-template-page-prices .b-prices .content .info {
  background: 0 0;
}
.page-id-190 .b-promo .slogan .image {
  max-width: 800px;
}
.bluecolornew {
  color: #4c75e6 !important;
}
#menu-item-5020 {
  display: none;
}
.page-template-mightycall-lite #menu-glavnoe-menyu {
  position: relative;
}
.page-template-mightycall-lite #menu-item-5020,
.page-template-user_lk #menu-item-5020,
.page-template-user_doc #menu-item-5020,
.page-template-user_pricing #menu-item-5020,
.page-template-user_tech #menu-item-5020 {
  position: absolute;
  top: 121px;
  right: 0;
  display: flex;
}
