* {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-focus-ring-color: rgba(255,255,255,0);
  cursor: default;
}
body {
  background-color: #bcbdc1;
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a {
  background: transparent;
}
*:focus,
*:active,
*:hover {
  outline: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
ol,
ul {
  list-style: none;
}
pre {
  -moz-tab-size: 4;
       tab-size: 4;
  white-space: pre-wrap;
}
q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}
input,
textarea {
  resize: none;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}
[placeholder]:focus::-moz-placeholder {
  color: transparent;
}
[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}
[placeholder]:focus::placeholder {
  color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.articles {
  width: 100%;
  background-color: #fff;
}
.articles__title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 86px;
  text-transform: uppercase;
  padding-bottom: 60px;
}
@media only screen and (max-width: 450px) {
  .articles__title {
    font-size: 35px;
    line-height: 65px;
    padding-bottom: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.articles__caption {
  max-width: 950px;
  text-align: center;
  margin: 0 auto;
  color: #666;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 40px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 950px) {
  .articles__caption {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.articles__content {
  max-width: 1120px;
  margin: 0 auto;
  padding-bottom: 100px;
  color: #666;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .articles__content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.articles__line {
  width: 100%;
  border-bottom: 3px solid #dedede;
  margin-bottom: 40px;
}
.articles__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
}
.articles__card {
  width: 460px;
  height: 100%;
  color: #666;
  margin-top: 75px;
  border: 1px solid #dedede;
  text-decoration: none;
  padding: 50px;
  position: relative;
}
.articles__card:hover .articles__card-title {
  color: #fb5332;
}
.articles__card:hover .articles__link {
  color: #fb5332;
  text-decoration: none;
}
.articles__card:hover .articles__border-line {
  opacity: 1;
  transition-duration: 0.5s;
}
.articles__card:hover .articles__border-line_1,
.articles__card:hover .articles__border-line_3 {
  width: 100.5%;
  transition-delay: 0s;
}
.articles__card:hover .articles__border-line_2,
.articles__card:hover .articles__border-line_4 {
  height: 100.55%;
  transition-delay: 0s;
}
.articles__image {
  text-align: center;
}
.articles__card-title {
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  padding-top: 50px;
}
.articles__text {
  color: #797c7f;
  font-family: 'PT Mono', monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 auto;
  text-align: left;
  padding-top: 20px;
  position: relative;
}
.articles__link {
  color: #222;
  font-size: 12px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 3px;
  padding-top: 20px;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
}
.articles__link:hover {
  color: #fb5332;
  text-decoration: none;
}
.articles__border-line {
  position: absolute;
  display: block;
  background-color: #fb5332;
  opacity: 1;
  transition-property: width, height;
  transition-duration: 0s;
  transition-delay: 0s;
  transition-timing-function: ease-out;
}
.articles__border-line_1 {
  top: -2px;
  right: -2px;
}
.articles__border-line_2 {
  top: -2px;
  right: -2px;
}
.articles__border-line_3 {
  bottom: -2px;
  left: -2px;
}
.articles__border-line_4 {
  left: -2px;
  bottom: -2px;
}
.articles__border-line_1,
.articles__border-line_3 {
  height: 2px;
  width: 0;
}
.articles__border-line_2,
.articles__border-line_4 {
  height: 0;
  width: 2px;
}
.breadcrumbs {
  padding-top: 100px;
  padding-left: 50px;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 110px;
}
@media only screen and (max-width: 1023px) {
  .breadcrumbs {
    padding-top: 50px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .breadcrumbs {
    padding-bottom: 50px;
  }
}
.breadcrumbs__item {
  margin: 13px 0px 0px;
  display: inline-block;
  color: #888;
  text-decoration: none;
}
.breadcrumbs__item:last-child {
  margin-left: 0;
}
.breadcrumbs__item a,
.breadcrumbs__item_separator,
.breadcrumbs span a {
  display: inline-block;
  color: #888;
  text-decoration: none;
}
.breadcrumbs__item_separator {
  cursor: default;
}
.breadcrumbs__item_separator:after {
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 10px;
  content: '>';
  text-align: center;
  cursor: default;
}
.breadcrumbs__item_first {
  border-bottom: none;
}
.case-study {
  width: 100%;
  max-width: 1440px;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
}
.case-study__title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 86px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
@media only screen and (max-width: 450px) {
  .case-study__title {
    font-size: 45px;
    line-height: 65px;
    padding-bottom: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.case-study__text {
  max-width: 750px;
  text-align: center;
  margin: 0 auto;
  color: #666;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 40px;
  padding-bottom: 70px;
}
.case-study__content {
  max-width: 1120px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1120px) {
  .case-study__content {
    max-width: 90%;
  }
}
.case-study__line {
  width: 100%;
  border-bottom: 3px solid #dedede;
  margin-bottom: 70px;
}
@media only screen and (max-width: 550px) {
  .case-study__line {
    display: none;
  }
}
.case-study__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .case-study__container {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 900px) {
  .case-study__left {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.case-study__right {
  margin-left: 40px;
}
@media only screen and (max-width: 900px) {
  .case-study__right {
    margin-left: 0px;
  }
}
.case-study__list {
  width: 280px;
  font-size: 14px;
  color: #666;
  line-height: 50px;
}
@media only screen and (max-width: 900px) {
  .case-study__list {
    width: auto;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 550px) {
  .case-study__list {
    display: none;
  }
}
.case-study__list-item {
  border-bottom: 1px solid #dedede;
  line-height: 50px;
  height: 50px;
  padding: 0px 15px;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 900px) {
  .case-study__list-item:first-child {
    border-top: 1px solid #dedede;
  }
  .case-study__list-item:hover {
    background-color: #222;
    color: #fff;
  }
  .case-study__list-item:hover:after {
    content: url("../images/arrow-right-fff.svg");
  }
  .case-study__list-item.active {
    background-color: #222;
    color: #fff;
  }
  .case-study__list-item.active:after {
    content: url("../images/arrow-right-fff.svg");
  }
  .case-study__list-item:after {
    content: url("../images/arrow-right-222.svg");
    position: absolute;
    right: 10px;
    width: 15px;
  }
}
.case-study__list-title {
  display: none;
}
@media only screen and (max-width: 550px) {
  .case-study__list-title {
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    font-weight: 800;
    color: #222;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 55px;
    padding-top: 55px;
    margin-bottom: 20px;
    display: block;
    background: #efefef;
  }
}
.case-study__desc-list {
  display: block;
}
.case-study__desc-list:first-child {
  display: block;
}
.case-study__desc-item {
  color: #222;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 790px;
  height: 240px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.case-study__desc-item:hover {
  transition: all 0.9s ease;
}
.case-study__desc-item:hover .case-study__desc-title {
  color: #fb5332;
  transition: all 0.5s ease;
}
.case-study__desc-item:hover .case-study__image-block:after {
  height: 100%;
}
.case-study__desc-item:hover .case-study__desc-link {
  color: #fb5332;
  text-decoration: none;
  transition: all 0.5s ease;
}
.case-study__desc-item:hover .case-study__border-line {
  opacity: 1;
  transition-duration: 0.5s;
}
.case-study__desc-item:hover .case-study__border-line_1,
.case-study__desc-item:hover .case-study__border-line_3 {
  width: 100.5%;
  transition-delay: 0s;
}
.case-study__desc-item:hover .case-study__border-line_2,
.case-study__desc-item:hover .case-study__border-line_4 {
  height: 101%;
  transition-delay: 0s;
}
@media only screen and (max-width: 1140px) {
  .case-study__desc-item {
    width: 100%;
    height: auto;
  }
}
.case-study__image-block {
  min-width: 230px;
  border-right: 1px solid #dedede;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.case-study__image-block:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #fb5332;
  width: 2px;
  height: 0;
  top: 0;
  right: -2px;
  z-index: 1;
  transition: height 0.5s ease;
}
@media only screen and (max-width: 550px) {
  .case-study__image-block {
    display: none;
  }
}
.case-study__text-block {
  padding-left: 45px;
  padding-top: 65px;
  padding-right: 75px;
}
@media only screen and (max-width: 1140px) {
  .case-study__text-block {
    padding-bottom: 5%;
    padding-top: 5%;
  }
}
.case-study__desc-title {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  padding-bottom: 30px;
}
.case-study__desc-link {
  color: #222;
  padding-top: 20px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 3px;
  cursor: pointer;
}
.case-study__desc-image {
  background: url("../images/case-icons.png") no-repeat;
  height: 130px;
  width: 180px;
  margin: 0 auto;
  display: block;
}
.case-study__desc-image_1 {
  background-position: -10px 0px;
}
.case-study__desc-image_2 {
  background-position: -390px -420px;
}
.case-study__desc-image_3 {
  background-position: -770px -140px;
}
.case-study__desc-image_4 {
  background-position: -770px -420px;
}
.case-study__desc-image_5 {
  background-position: -10px -560px;
}
.case-study__desc-image_6 {
  background-position: -200px 0px;
}
.case-study__desc-image_7 {
  background-position: -10px -700px;
}
.case-study__desc-image_8 {
  background-position: -200px -560px;
}
.case-study__desc-image_9 {
  background-position: -390px 0px;
}
.case-study__desc-image_10 {
  background-position: -770px 0px;
}
.case-study__desc-image_11 {
  background-position: -200px -420px;
}
.case-study__desc-image_12 {
  background-position: -580px -420px;
}
.case-study__desc-image_13 {
  background-position: -10px -140px;
}
.case-study__desc-image_14 {
  background-position: -390px -560px;
}
.case-study__desc-image_15 {
  background-position: -390px -140px;
}
.case-study__desc-image_16 {
  background-position: -770px -280px;
}
.case-study__desc-image_17 {
  background-position: -200px -280px;
}
.case-study__desc-image_18 {
  background-position: -580px -560px;
}
.case-study__desc-image_19 {
  background-position: -770px -560px;
}
.case-study__desc-image_20 {
  background-position: -580px 0px;
}
.case-study__desc-image_21 {
  background-position: -10px -420px;
}
.case-study__desc-image_22 {
  background-position: -580px -140px;
}
.case-study__desc-image_23 {
  background-position: -10px -280px;
}
.case-study__desc-image_24 {
  background-position: -580px -280px;
}
.case-study__desc-image_25 {
  background-position: -200px -140px;
}
.case-study__desc-image_26 {
  background-position: -390px -280px;
}
.case-study__border-line {
  position: absolute;
  display: block;
  background-color: #fb5332;
  opacity: 1;
  transition-property: width, height;
  transition-duration: 0s;
  transition-delay: 0s;
  transition-timing-function: ease-out;
}
.case-study__border-line_1 {
  top: -2px;
  right: -2px;
}
.case-study__border-line_2 {
  top: -2px;
  right: -2px;
}
.case-study__border-line_3 {
  bottom: -2px;
  left: -2px;
}
.case-study__border-line_4 {
  left: -2px;
  bottom: -2px;
}
.case-study__border-line_1,
.case-study__border-line_3 {
  height: 2px;
  width: 0;
}
.case-study__border-line_2,
.case-study__border-line_4 {
  height: 0;
  width: 2px;
}
.case {
  width: 100%;
  background-color: #fff;
  max-width: 1120px;
  margin: 0 auto;
}
.case__download-block {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 85px;
}
@media only screen and (max-width: 750px) {
  .case__download-block {
    padding-top: 0px;
  }
}
.case__caption {
  color: #222;
  font-weight: 800;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  text-decoration: none;
}
.case__caption:hover {
  color: #fb5332;
}
.case__title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 86px;
  text-transform: uppercase;
  padding-bottom: 75px;
  padding-top: 35px;
  border-bottom: 3px solid #dedede;
}
@media only screen and (max-width: 450px) {
  .case__title {
    font-size: 35px;
    line-height: 65px;
    padding-bottom: 55px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
  }
}
.case__content {
  text-align: justify;
  max-width: 700px;
  color: #666;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 40px;
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 75px;
}
@media only screen and (max-width: 750px) {
  .case__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.case__text {
  padding-bottom: 50px;
}
.case__text_bold {
  color: #222;
  font-weight: 900;
}
.case__text_paragraph {
  padding-bottom: 20px;
}
.case__subtitle {
  text-align: left;
  font-size: 30px;
  font-weight: 800;
  color: #222;
  padding-bottom: 35px;
}
.case__list {
  text-align: left;
  padding-left: 20px;
  color: #222;
  font-weight: 600;
  padding-bottom: 40px;
}
.case__list-item {
  padding-bottom: 10px;
  color: #666;
  font-weight: 400;
  list-style-type: disc;
  margin-left: 20px;
  position: relative;
}
.case__block {
  border-bottom: 3px solid #dedede;
  text-align: center;
  position: relative;
}
.case__block:after {
  content: '';
  width: 120px;
  height: 20px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  bottom: -10px;
}
.case__btn {
  z-index: 2;
  position: absolute;
  bottom: -8px;
  color: #999;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px dotted #999;
  cursor: pointer;
}
.case__btn_show {
  left: 50%;
  margin-left: -40px;
}
.case__btn_hide {
  display: none;
  letter-spacing: 2px;
  left: 50%;
  margin-left: -25px;
}
.case__btn:hover {
  color: #fb5332;
  border-bottom: 1px solid #fb5332;
}
.case__desc-block {
  padding-bottom: 50px;
  display: none;
}
.case__logo-block {
  padding: 25px 0;
}
.case__desc-title {
  max-width: 700px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 800;
  color: #222;
  padding-bottom: 35px;
}
.case__desc-text {
  max-width: 700px;
  margin: 0 auto;
  color: #666;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 40px;
  padding-bottom: 20px;
}
.case__desc-text_bold {
  font-weight: 700;
  text-align: center !important;
}
@media only screen and (max-width: 750px) {
  .case__desc-text {
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
  }
}
.case__logo {
  background: url("../images/case-icons.png") no-repeat;
  height: 130px;
  width: 180px;
  margin: 0 auto;
}
.case__logo_1 {
  background-position: -10px 0px;
}
.case__logo_2 {
  background-position: -390px -420px;
}
.case__logo_3 {
  background-position: -770px -140px;
}
.case__logo_4 {
  background-position: -770px -420px;
}
.case__logo_5 {
  background-position: -10px -560px;
}
.case__logo_6 {
  background-position: -200px 0px;
}
.case__logo_7 {
  background-position: -10px -700px;
}
.case__logo_8 {
  background-position: -200px -560px;
}
.case__logo_9 {
  background-position: -390px 0px;
}
.case__logo_10 {
  background-position: -770px 0px;
}
.case__logo_11 {
  background-position: -200px -420px;
}
.case__logo_12 {
  background-position: -580px -420px;
}
.case__logo_13 {
  background-position: -10px -140px;
}
.case__logo_14 {
  background-position: -390px -560px;
}
.case__logo_15 {
  background-position: -390px -140px;
}
.case__logo_16 {
  background-position: -770px -280px;
}
.case__logo_17 {
  background-position: -200px -280px;
}
.case__logo_18 {
  background-position: -580px -560px;
}
.case__logo_19 {
  background-position: -770px -560px;
}
.case__logo_20 {
  background-position: -580px 0px;
}
.case__logo_21 {
  background-position: -10px -420px;
}
.case__logo_22 {
  background-position: -580px -140px;
}
.case__logo_23 {
  background-position: -10px -280px;
}
.case__logo_24 {
  background-position: -580px -280px;
}
.case__logo_25 {
  background-position: -200px -140px;
}
.case__logo_26 {
  background-position: -390px -280px;
}
.contact-us {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  background-color: #fff;
}
.contact-us__title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 86px;
  text-transform: uppercase;
  padding-bottom: 75px;
}
@media only screen and (max-width: 450px) {
  .contact-us__title {
    font-size: 35px;
    line-height: 65px;
    padding-bottom: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.contact-us__block_contacts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 150px;
}
@media only screen and (max-width: 990px) {
  .contact-us__block_contacts {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .contact-us__block_contacts {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.contact-us__left,
.contact-us__right {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media only screen and (max-width: 650px) {
  .contact-us__left,
  .contact-us__right {
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .contact-us__left {
    text-align: center;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 100px;
  }
}
.contact-us__text {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 40px;
  color: #666;
}
.contact-us__text_bold {
  color: #222;
  font-weight: 900;
  text-decoration: underline;
  cursor: pointer;
}
.contact-us__text_bold:hover {
  color: #fb5332;
  text-decoration: none;
}
@media only screen and (max-width: 990px) {
  .contact-us__text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-us__text-title {
  font-weight: 900;
  padding-top: 30px;
  line-height: 40px;
}
.contact-us__text-title_mail {
  padding-top: 60px;
}
@media only screen and (max-width: 990px) {
  .contact-us__text-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-us__map-open {
  min-height: 500px;
}
.contact-us__map-item {
  margin-bottom: 85px;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
}
.customers {
  width: 100%;
  background-color: #fff;
}
.customers__title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 86px;
  text-transform: uppercase;
  padding-bottom: 75px;
}
@media only screen and (max-width: 450px) {
  .customers__title {
    font-size: 35px;
    line-height: 65px;
    padding-bottom: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.customers__content {
  max-width: 1120px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.customers__line {
  width: 100%;
  border-bottom: 3px solid #dedede;
  margin-bottom: 70px;
}
.customers__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 700px) {
  .customers__left {
    display: none;
  }
}
.customers__right {
  width: 100%;
}
.customers__filter-list {
  width: 280px;
  font-size: 14px;
  line-height: 50px;
}
.customers__list-item {
  border-bottom: 1px solid #dedede;
  line-height: 50px;
  height: 50px;
  padding: 0px 15px;
  color: #666;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: block;
}
.customers__list-item_first {
  border-top: 1px solid #dedede;
}
.customers__list-item:hover {
  background-color: #222;
  color: #fff;
}
.customers__list-item:hover:after {
  content: url("../images/arrow-right-fff.svg");
}
.customers__list-item:after {
  content: url("../images/arrow-right-222.svg");
  position: absolute;
  right: 10px;
  width: 15px;
}
.customers__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: -50px;
  margin-left: 30px;
}
.customers__item {
  width: 200px;
  height: 150px;
}
.customers__logo {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url("../images/customers-logo.png") no-repeat;
}
.customers__logo_1 {
  background-position: 0px 0px;
}
.customers__logo_2 {
  background-position: -240px 0px;
}
.customers__logo_3 {
  background-position: -480px 0px;
}
.customers__logo_4 {
  background-position: -720px 0px;
}
.customers__logo_5 {
  background-position: -960px 0px;
}
.customers__logo_6 {
  background-position: 0px -150px;
}
.customers__logo_7 {
  background-position: -240px -150px;
}
.customers__logo_8 {
  background-position: -480px -150px;
}
.customers__logo_9 {
  background-position: -720px -150px;
}
.customers__logo_10 {
  background-position: -960px -150px;
}
.customers__logo_11 {
  background-position: 0px -300px;
}
.customers__logo_12 {
  background-position: -240px -300px;
}
.customers__logo_13 {
  background-position: -480px -300px;
}
.customers__logo_14 {
  background-position: -720px -300px;
}
.customers__logo_15 {
  background-position: -960px -300px;
}
.customers__logo_16 {
  background-position: 0px -450px;
}
.customers__logo_17 {
  background-position: -240px -450px;
}
.customers__logo_18 {
  background-position: -480px -450px;
}
.customers__logo_19 {
  background-position: -720px -450px;
}
.customers__logo_20 {
  background-position: -960px -450px;
}
.customers__logo_21 {
  background-position: 0px -600px;
}
.customers__logo_22 {
  background-position: -240px -600px;
}
.customers__logo_23 {
  background-position: -480px -600px;
}
.customers__logo_24 {
  background-position: -720px -600px;
}
.customers__logo_25 {
  background-position: -960px -600px;
}
.customers__logo_26 {
  background-position: 0px -750px;
}
.customers__logo_27 {
  background-position: -240px -750px;
}
.customers__logo_28 {
  background-position: -480px -750px;
}
.customers__logo_29 {
  background-position: -720px -750px;
}
.customers__logo_30 {
  background-position: -960px -750px;
}
.customers__logo_31 {
  background-position: 0px -900px;
}
.customers__logo_32 {
  background-position: -240px -900px;
}
.customers__logo_33 {
  background-position: -480px -900px;
}
.customers__logo_34 {
  background-position: -720px -900px;
}
.customers__logo_35 {
  background-position: -960px -900px;
}
.customers__logo_36 {
  background-position: 0px -1050px;
}
.customers__logo_37 {
  background-position: -240px -1050px;
}
.customers__logo_38 {
  background-position: -480px -1050px;
}
.customers__logo_39 {
  background-position: -720px -1050px;
}
.customers__logo_40 {
  background-position: -960px -1050px;
}
.customers__logo_41 {
  background-position: 0px -1200px;
}
.customers__logo_42 {
  background-position: -240px -1200px;
}
.customers__logo_43 {
  background-position: -480px -1200px;
}
.customers__logo_44 {
  background-position: -720px -1200px;
}
.customers__logo_45 {
  background-position: -960px -1200px;
}
.customers__logo_46 {
  background-position: 0px -1350px;
}
.customers__logo_47 {
  background-position: -240px -1350px;
}
.customers__logo_48 {
  background-position: -480px -1350px;
}
.customers__logo_49 {
  background-position: -720px -1350px;
}
.customers__logo_50 {
  background-position: -960px -1350px;
}
.customers__logo_51 {
  background-position: 0px -1500px;
}
.customers__logo_52 {
  background-position: -240px -1500px;
}
.customers__logo_53 {
  background-position: -480px -1500px;
}
.customers__logo_54 {
  background-position: -720px -1500px;
}
.customers__logo_55 {
  background-position: -960px -1500px;
}
.customers__logo_56 {
  background-position: 0px -1650px;
}
.customers__logo_57 {
  background-position: -240px -1650px;
}
.customers__logo_58 {
  background-position: -480px -1650px;
}
.customers__logo_59 {
  background-position: -720px -1650px;
}
.customers__logo_60 {
  background-position: -960px -1650px;
}
.customers__logo_61 {
  background-position: 0px -1800px;
}
.customers__logo_62 {
  background-position: -240px -1800px;
}
.customers__logo_63 {
  background-position: -480px -1800px;
}
.customers__logo_64 {
  background-position: -720px -1800px;
}
.customers__logo_65 {
  background-position: -960px -1800px;
}
.customers__logo_66 {
  background-position: 0px -1950px;
}
.current {
  background-color: #222;
  color: #fff;
}
.current:after {
  content: url("../images/arrow-right-fff.svg");
}
.demo {
  color: #222;
}
.demo__block {
  background-color: #dee9f1;
  height: 900px;
  padding-top: 100px;
}
@media only screen and (max-width: 850px) {
  .demo__block {
    height: 100%;
    padding-bottom: 50px;
  }
}
.demo__block-content {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .demo__block-content {
    padding-left: 10%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 900px) {
  .demo__block-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.demo__left,
.demo__right {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 1200px) {
  .demo__left,
  .demo__right {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 850px) {
  .demo__left,
  .demo__right {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
.demo__demo-title {
  padding-top: 110px;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  max-width: 550px;
}
@media only screen and (max-width: 750px) {
  .demo__demo-title {
    padding-top: 0;
  }
}
@media only screen and (max-width: 550px) {
  .demo__demo-title {
    font-size: 34px;
  }
}
.demo__demo-quote {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  max-width: 470px;
  padding-top: 36px;
  font-family: 'Lato', sans-serif;
}
.demo__form {
  padding-left: 100px;
  padding-top: 110px;
  max-width: 500px;
}
@media only screen and (max-width: 850px) {
  .demo__form {
    padding-left: 0px;
    padding-top: 50px;
  }
}
.demo__caption {
  color: #888;
  font-size: 10px;
  padding-top: 20px;
  padding-left: 15px;
  line-height: 15px;
  position: relative;
}
.demo__caption:before {
  content: '*';
  position: absolute;
  top: 25px;
  left: 0px;
  color: #f9593a;
  font-size: 22px;
}
.demo__caption-link {
  color: #888;
  cursor: pointer;
}
.demo__caption-link:hover {
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
.field {
  border: 1px solid #dedede;
  position: relative;
  border-radius: 7px;
  margin-top: 16px;
  overflow: visible;
  background-color: #f6f6f6;
  width: 100%;
}
.field input,
.field textarea {
  border: 1px solid transparent;
  outline: none;
  margin: 0;
  padding: 0 0 0 10px;
  width: 100%;
  min-height: 40px;
  background-color: transparent;
  font-family: 'PT Mono', monospace;
  color: #222;
  font-weight: 400;
  box-sizing: border-box;
}
.field textarea {
  width: 100%;
  min-height: 80px;
  max-height: 157px;
  margin-top: 16px;
}
.field > label {
  color: #888;
  display: inline;
  line-height: 1;
  font-family: 'PT Mono', monospace;
  font-size: 14px;
  position: absolute;
  top: -2px;
  letter-spacing: 0.5px;
  padding: 0 0 0 13px;
  pointer-events: none;
  -webkit-transform: translate3d(0, 14px, 0);
          transform: translate3d(0, 14px, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  transition: all 240ms linear;
  font-weight: 400;
  text-transform: none;
  margin: 0;
}
.field > label span {
  font-family: 'PT Mono', monospace;
}
.hs-form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}
.hs-error-msgs {
  font-size: 9px;
  position: absolute;
  top: -12px;
  right: 0;
  margin: 0 !important;
  line-height: 1;
  color: #f9593a;
}
.hs-form-required {
  display: none;
}
.hbspt-form input[type='email'].error,
.hbspt-form textarea.error {
  border: 1px solid transparent !important;
}
.hs-form fieldset.form-columns-1 .input,
.hs-form fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}
.hs-error-msgs li {
  list-style: none;
}
.hs-error-msgs li label {
  text-transform: lowercase;
  font-size: 10px;
}
.hs_submit .hs-button {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 46px;
  outline: none;
  letter-spacing: 1.8px;
  border: 3px solid #fb5332;
  border-radius: 70px;
  background-image: none;
  text-shadow: none;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 16px;
  background: #fb5332;
  background: linear-gradient(to left, #fb5332 50%, transparent 50%);
  background-size: 214% 99%;
  background-position: right bottom;
  transition: all 0.75s;
  transition: background 0.5s ease;
}
.hs_submit .hs-button:hover {
  background-position: left bottom;
  color: #fb5332;
  border: 3px solid #fb5332;
}
.field.prefilled>label,
.field.focused>label {
  -webkit-transform: translate3d(0, 4px, 0);
          transform: translate3d(0, 4px, 0);
  font-size: 9px;
  margin-left: -3px;
}
.field.focused {
  border-color: #fb5332;
  box-shadow: -3px 6.5px 20px rgba(171,171,177,0.5);
}
.field.prefilled.focused:after,
.field.focused:after,
.field:after {
  content: "*";
  position: absolute;
  top: 13px;
  right: 10px;
  color: #f9593a;
  font-size: 22px;
}
.field.prefilled:after {
  content: '✔';
  color: #222;
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 16px;
}
.field.prefilled.error:after {
  content: "x" !important;
  position: absolute;
  top: 13px;
  right: 10px;
  color: #f9593a;
  font-size: 16px;
}
.modal-demo .field.focused,
.modal-demo-wrap .field.focused {
  border-color: transparent;
  box-shadow: none;
}
.field.focused input,
.field.focused textarea {
  color: #fb5332;
}
.hs_message.field:after {
  display: none !important;
}
@media (min-width: 480px) {
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 48% !important;
    float: left;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:first-child {
    margin-right: 4%;
  }
}
@media (min-width: 768px) {
  .field input {
    height: 46px;
  }
  .field>label {
    top: 3px;
  }
}
.download {
  background-color: #dee9f1;
  height: 465px;
  color: #222;
}
.download__container {
  max-width: 900px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding-top: 85px;
}
@media only screen and (max-width: 550px) {
  .download__container {
    padding-top: 50px;
  }
}
.download__left {
  width: 30%;
}
@media only screen and (max-width: 550px) {
  .download__left {
    display: none;
  }
}
.download__right {
  width: 70%;
  padding-left: 20px;
}
@media only screen and (max-width: 760px) {
  .download__right {
    width: 60%;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .download__right {
    width: 100%;
  }
}
.download__image {
  padding-left: 20px;
}
.download__caption {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #666;
}
.download__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
}
@media only screen and (max-width: 760px) {
  .download__title {
    font-size: 32px;
  }
}
.download__btn {
  width: 200px;
  height: 50px;
  background: #fb5332;
  background: linear-gradient(to left, #fb5332 50%, rgba(255,255,255,0) 50%);
  background-size: 230% 99%;
  background-position: right bottom;
  transition: all 0.3s ease;
  border-radius: 25px;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 47px;
  text-align: center;
  border: 3px solid #fb5332;
  cursor: pointer;
  margin-top: 25px;
  color: #fff;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
.download__btn:hover {
  background-position: left bottom;
  color: #fb5332;
  border: 3px solid #fb5332;
}
.features-list {
  width: 100%;
  max-width: 1440px;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
}
.features-list__title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 86px;
  text-transform: uppercase;
  padding-bottom: 65px;
}
@media only screen and (max-width: 450px) {
  .features-list__title {
    font-size: 45px;
    line-height: 65px;
    padding-bottom: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.features-list__content {
  max-width: 1120px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1120px) {
  .features-list__content {
    max-width: 90%;
  }
}
.features-list__line {
  width: 100%;
  border-bottom: 3px solid #dedede;
  margin-bottom: 70px;
}
@media only screen and (max-width: 550px) {
  .features-list__line {
    display: none;
  }
}
.features-list__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .features-list__container {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 550px) {
  .features-list__left {
    display: none;
  }
}
.features-list__right {
  margin-left: 40px;
}
@media only screen and (max-width: 900px) {
  .features-list__right {
    margin-left: 0px;
  }
}
.features-list__list-title {
  display: none;
}
@media only screen and (max-width: 550px) {
  .features-list__list-title {
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    font-weight: 800;
    color: #222;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 55px;
    padding-top: 55px;
    margin-bottom: 20px;
    display: block;
    background: #efefef;
  }
}
.features-list__list {
  width: 280px;
  font-size: 14px;
  color: #666;
  line-height: 50px;
}
@media only screen and (max-width: 900px) {
  .features-list__list {
    width: auto;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 50px;
  }
}
.features-list__list-item {
  border-bottom: 1px solid #dedede;
  line-height: 50px;
  height: 50px;
  padding: 0px 15px;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 900px) {
  .features-list__list-item:first-child {
    border-top: 1px solid #dedede;
  }
  .features-list__list-item:hover {
    background-color: #222;
    color: #fff;
  }
  .features-list__list-item:hover:after {
    content: url("../images/arrow-right-fff.svg");
  }
  .features-list__list-item.active {
    background-color: #222;
    color: #fff;
  }
  .features-list__list-item.active:after {
    content: url("../images/arrow-right-fff.svg");
  }
  .features-list__list-item:after {
    content: url("../images/arrow-right-222.svg");
    position: absolute;
    right: 10px;
    width: 15px;
  }
}
.features-list__desc-list {
  display: none;
}
.features-list__desc-item {
  width: 790px;
  min-height: 80px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.features-list__desc-item:hover {
  transition: border 0.6s ease-in;
  border: 1px solid rgba(31,30,30,0.47);
}
@media only screen and (max-width: 1120px) {
  .features-list__desc-item {
    max-width: 80%;
  }
}
@media only screen and (max-width: 900px) {
  .features-list__desc-item {
    width: 100%;
    max-width: 100%;
  }
}
.features-list__desc-title {
  font-size: 18px;
  line-height: 80px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 700;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 550px) {
  .features-list__desc-title {
    padding-left: 15px;
  }
}
.features-list__desc-content {
  display: none;
  margin-left: 80px;
  margin-right: 80px;
  margin-bottom: 65px;
}
.features-list__desc-list-item {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  list-style-type: disc;
  margin-left: 20px;
}
.features-list__desc-sublist {
  padding-bottom: 20px;
}
.features-list__desc-sublist-item {
  color: #666;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}
.features-list__desc-sublist-item:before {
  content: '-';
  left: 0;
  position: absolute;
}
.features-list__button {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 30px;
  right: 30px;
  transition: all 0.6s;
  z-index: 1;
}
.features-list__button:before,
.features-list__button:after {
  content: '';
  position: absolute;
  background-color: #222;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
.features-list__button:before {
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  margin-left: -2px;
}
.features-list__button:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
}
.features-list__button.active {
  transition: all 0.4s;
}
.features-list__button.active:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.features-list__button.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.footer {
  max-width: 1440px;
  height: 290px;
  background-color: #222;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .footer {
    height: 100%;
  }
}
.footer__content {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .footer__content {
    padding-left: 5%;
  }
}
.footer__site-map {
  padding-top: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 800px) {
  .footer__site-map {
    padding-bottom: 100px;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: distribute;
            justify-content: flex-start;
  }
}
.footer__link {
  color: #f6f6f6;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
.footer__link:hover {
  color: #fb5332;
  text-decoration: underline;
}
.footer__column {
  margin-top: 25px;
  max-width: 250px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-right: 60px;
}
@media only screen and (max-width: 750px) {
  .footer__column_mob {
    display: none;
  }
}
.footer__copyright {
  height: 47px;
  max-width: 1375px;
  border-top: 1px solid #444;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
}
@media only screen and (max-width: 550px) {
  .footer__copyright {
    right: 5px;
    left: 5px;
  }
}
.footer__text {
  color: #d9d7d7;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 27px;
}
.footer__text_link:hover {
  color: #fb5332;
}
@media only screen and (max-width: 550px) {
  .footer__text {
    font-size: 11px;
  }
}
.footer__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}
.footer__block {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.footer__social {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 550px) {
  .footer__social {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__icon {
  background-image: url("../images/social-footer.png");
  width: 40px;
  height: 25px;
}
@media only screen and (max-width: 550px) {
  .footer__icon {
    width: 31px;
  }
}
.footer__icon_1 {
  background-position: 0px 0px;
}
.footer__icon_2 {
  background-position: -30px 0px;
}
.footer__icon_3 {
  background-position: -60px 0px;
}
.footer__icon_4 {
  background-position: -90px 0px;
}
.footer__icon_5 {
  background-position: -120px 0px;
}
.footer__icon:hover {
  background-image: url("../images/social-footer-orange.png");
}
.hub {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
}
.hub__block {
  max-width: 1120px;
  margin: 0 auto;
}
@media only screen and (max-width: 1130px) {
  .hub__block {
    max-width: 90%;
  }
}
.hub__title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 86px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.hub__title_grey {
  color: #888;
}
.hub__text {
  max-width: 1120px;
  text-align: center;
  margin: 0 auto;
  color: #666;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 40px;
  padding-bottom: 50px;
}
.hub__line {
  width: 100%;
  border-bottom: 3px solid #dedede;
  margin-bottom: 70px;
}
.hub__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1100px) {
  .hub__list {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hub__list-item {
  color: #222;
  text-decoration: none;
  width: 530px;
  height: 160px;
  border: 2px solid #dedede;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  position: relative;
}
.hub__list-item:hover {
  transition: all 0.9s ease;
}
.hub__list-item:hover .hub__item-title {
  color: #fb5332;
  transition: all 0.5s ease;
}
.hub__list-item:hover .hub__icon:after {
  height: 100%;
}
.hub__list-item:hover .hub__item-link {
  color: #fb5332;
  text-decoration: none;
  transition: all 0.5s ease;
}
.hub__list-item:hover .hub__border-line {
  opacity: 1;
  transition-duration: 0.5s;
}
.hub__list-item:hover .hub__border-line_1,
.hub__list-item:hover .hub__border-line_3 {
  width: 100.75%;
  transition-delay: 0s;
}
.hub__list-item:hover .hub__border-line_2,
.hub__list-item:hover .hub__border-line_4 {
  height: 101%;
  transition-delay: 0s;
}
@media only screen and (max-width: 530px) {
  .hub__list-item {
    width: 300px;
  }
}
.hub__left {
  width: 140px;
  margin: 25px;
  border-right: 2px solid #dedede;
}
@media only screen and (max-width: 540px) {
  .hub__left {
    display: none;
  }
}
.hub__right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 540px) {
  .hub__right {
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.hub__item-title {
  padding-bottom: 20px;
  font-size: 27px;
  font-weight: 700;
  line-height: 30px;
}
.hub__item-link {
  padding-top: 20px;
  color: #222;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.hub__icon {
  background: url("../images/hub-icons.png") no-repeat;
  height: 106px;
  position: relative;
  display: block;
}
.hub__icon:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #fb5332;
  width: 2px;
  height: 0;
  top: 0;
  right: -2px;
  z-index: 1;
  transition: height 0.5s ease;
}
.hub__icon_1-1 {
  background-position: 0px -3404px;
}
.hub__icon_1-2 {
  background-position: 0px -3206px;
}
.hub__icon_1-3 {
  background-position: -9px -2540px;
}
.hub__icon_1-4 {
  background-position: -8px -1818px;
}
.hub__icon_1-5 {
  background-position: -13px -1704px;
}
.hub__icon_1-6 {
  background-position: -21px -600px;
}
.hub__icon_1-7 {
  background-position: -24px -1159px;
}
.hub__icon_1-8 {
  background-position: -15px -815px;
}
.hub__icon_1-9 {
  background-position: -20px -930px;
}
.hub__icon_1-10 {
  background-position: -30px -255px;
}
.hub__icon_1-11 {
  background-position: -30px -133px;
}
.hub__icon_1-12 {
  background-position: -20px -1039px;
}
.hub__icon_2-1 {
  background-position: -9px -2647px;
}
.hub__icon_2-2 {
  background-position: 0px -3097px;
}
.hub__icon_2-3 {
  background-position: -9px -2752px;
}
.hub__icon_2-4 {
  background-position: -18px -1938px;
}
.hub__icon_2-5 {
  background-position: -15px -2326px;
}
.hub__icon_2-6 {
  background-position: -26px -494px;
}
.hub__icon_2-7 {
  background-position: -7px -2425px;
}
.hub__icon_2-8 {
  background-position: -23px -1394px;
}
.hub__icon_2-9 {
  background-position: -15px -1279px;
}
.hub__icon_2-10 {
  background-position: -28px -375px;
}
.hub__icon_3-1 {
  background-position: -15px -2037px;
}
.hub__icon_3-2 {
  background-position: -4px -3302px;
}
.hub__icon_3-3 {
  background-position: 0px -3719px;
}
.hub__icon_3-4 {
  background-position: -13px -1498px;
}
.hub__icon_3-5 {
  background-position: -8px -2978px;
}
.hub__icon_3-6 {
  background-position: -5px -2224px;
}
.hub__icon_4-1 {
  background-position: -22px -1595px;
}
.hub__icon_4-2 {
  background-position: 0px -3614px;
}
.hub__icon_4-3 {
  background-position: 8px -3496px;
}
.hub__icon_4-4 {
  background-position: -8px -2128px;
}
.hub__icon_4-5 {
  background-position: -19px -701px;
}
.hub__icon_4-6 {
  background-position: -35px 0px;
}
.hub__icon_4-7 {
  background-position: -10px -2862px;
}
.hub__border-line {
  position: absolute;
  display: block;
  background-color: #fb5332;
  opacity: 1;
  transition-property: width, height;
  transition-duration: 0s;
  transition-delay: 0s;
  transition-timing-function: ease-out;
}
.hub__border-line_1 {
  top: -2px;
  right: -2px;
}
.hub__border-line_2 {
  top: -2px;
  right: -2px;
}
.hub__border-line_3 {
  bottom: -2px;
  left: -2px;
}
.hub__border-line_4 {
  left: -2px;
  bottom: -2px;
}
.hub__border-line_1,
.hub__border-line_3 {
  height: 2px;
  width: 0;
}
.hub__border-line_2,
.hub__border-line_4 {
  height: 0;
  width: 2px;
}
.hub__watch-video-block {
  width: 350px;
  margin: 0 auto;
  padding-bottom: 70px;
}
@media only screen and (max-width: 850px) {
  .hub__watch-video-block {
    width: 100%;
    margin-left: 0%;
  }
}
.hub__link {
  width: 100%;
  display: block;
  position: relative;
  word-break: break-all;
}
.hub__video-image {
  width: inherit;
  border: 1px solid #dedede;
}
@media only screen and (max-width: 550px) {
  .hub__video-image {
    width: 115%;
    margin-left: -20px;
    overflow: hidden;
  }
}
.hub__play-icon {
  width: 220px;
  height: 50px;
  background: #fb5332;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -110px;
  z-index: 99;
  display: block;
  cursor: pointer;
  border: 4px solid #fb5332;
  transition: all 0.3s ease;
  border-radius: 25px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 43px;
  padding-left: 45px;
}
.hub__play-icon:after {
  content: '';
  background-image: url("../images/video-triangle.svg");
  position: absolute;
  left: 20px;
  top: 13px;
  width: 13px;
  height: 14px;
  background-size: 13px;
}
.hub__play-icon:hover {
  background: #fff;
  color: #fb5332;
}
.hub__play-icon:hover:after {
  content: '';
  background-image: url("../images/video-triangle-orange.svg");
  position: absolute;
  left: 20px;
  top: 13px;
  width: 13px;
  height: 14px;
  background-size: 13px;
}
.index {
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  padding: 20px 10px;
  width: 500px;
  border: 1px solid rgba(0,0,0,0.7);
  background-color: #fff;
}
.index__item {
  position: relative;
  display: block;
  padding: 10px;
  padding-right: 30px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  background-color: rgba(0,0,0,0.1);
  transition: 0.3s ease-out;
}
.index__item:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
}
.index__item:hover {
  background-color: rgba(0,0,0,0.2);
}
.index__item_state_in-progress:after {
  background-color: #fbbc05;
}
.index__item_state_done:after {
  background-color: #34a853;
}
.inner {
  width: 100%;
  background-color: #fff;
}
.inner__title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 86px;
  text-transform: uppercase;
  padding-bottom: 75px;
}
@media only screen and (max-width: 450px) {
  .inner__title {
    font-size: 35px;
    line-height: 65px;
    padding-bottom: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.inner__subtitle {
  text-align: left;
  font-size: 30px;
  font-weight: 800;
  color: #222;
  padding-bottom: 35px;
}
.inner__subtitle_caps {
  font-size: 34px;
  text-transform: capitalize;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 700px) {
  .inner__subtitle_caps {
    font-size: 30px;
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .inner__subtitle {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
  }
}
.inner__content {
  text-align: justify;
  max-width: 700px;
  color: #666;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 40px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media only screen and (max-width: 450px) {
  .inner__content {
    padding-bottom: 30px;
  }
}
.inner__text {
  padding-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .inner__text {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.inner__text_bold {
  color: #222;
  font-weight: 900;
}
.inner__text_bold-link {
  color: #666;
}
.inner__text_bold-link:hover {
  text-decoration: none;
  color: #fb5332;
}
.inner__text_bold-grey {
  font-weight: 900;
}
.inner__text_paragraph {
  padding-bottom: 20px;
}
.inner__text_align-left {
  text-align: left;
}
.inner__caption {
  color: #222;
  font-weight: 800;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
}
@media only screen and (max-width: 750px) {
  .inner__caption {
    text-align: center;
  }
}
.inner__text-caption {
  color: #888;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 2px;
  font-size: 12px;
  padding-bottom: 50px;
}
.inner__list {
  text-align: left;
  padding-left: 20px;
  color: #222;
  font-weight: 600;
  padding-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .inner__list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.inner__list-title {
  padding-bottom: 30px;
  line-height: 35px;
  font-size: 20px;
  color: #222;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
}
@media only screen and (max-width: 750px) {
  .inner__list-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner__list-item {
  padding-bottom: 10px;
  color: #666;
  font-weight: 400;
  list-style-type: disc;
  margin-left: 20px;
  position: relative;
}
.inner__list-item_bold {
  font-weight: 700;
  color: #222;
}
.inner__video_youtube {
  height: 490px;
  border: 1px solid #dedede;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .inner__video_youtube {
    height: 350px;
  }
}
@media only screen and (max-width: 540px) {
  .inner__video_youtube {
    height: 270px;
  }
}
.inner__watch-video-block {
  width: 120%;
  margin-left: -10%;
  padding-bottom: 70px;
}
@media only screen and (max-width: 850px) {
  .inner__watch-video-block {
    width: 100%;
    margin-left: 0%;
  }
}
.inner__link {
  width: 100%;
  display: block;
  position: relative;
  word-break: break-all;
}
.inner__video-image {
  width: inherit;
  border: 1px solid #dedede;
}
@media only screen and (max-width: 550px) {
  .inner__video-image {
    width: 115%;
    margin-left: -20px;
    overflow: hidden;
  }
}
.inner__play-icon {
  width: 70px;
  height: 70px;
  background: #fb5332;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  z-index: 99;
  display: block;
  cursor: pointer;
  border: 4px solid #fb5332;
  transition: all 0.3s ease;
}
.inner__play-icon:after {
  content: url("../images/video-triangle.svg");
  position: absolute;
  left: 28px;
  top: 13px;
  width: 14px;
}
.inner__play-icon:hover {
  background: inherit;
}
.inner__play-icon:hover:after {
  content: url("../images/video-triangle-orange.svg");
  position: absolute;
  left: 28px;
  top: 13px;
  width: 14px;
}
.inner__image {
  width: 120%;
  margin-left: -10%;
  padding-bottom: 60px;
}
@media only screen and (max-width: 850px) {
  .inner__image {
    width: 100%;
    margin: 0 auto;
  }
}
.inner__sublist {
  margin-left: 50px;
  padding-top: 5px;
  padding-bottom: 15px;
}
.inner__sublist-item {
  color: #666;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  list-style-type: none;
  position: relative;
}
.inner__sublist-item:before {
  content: '—';
  position: absolute;
  left: -30px;
}
.inner__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .inner__block {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.inner__left,
.inner__right {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-right: 10%;
}
@media only screen and (max-width: 750px) {
  .inner__left,
  .inner__right {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.inner__left_by-line {
  border-right: 2px solid #dedede;
  margin-right: 0;
}
@media only screen and (max-width: 750px) {
  .inner__left {
    border-right: none;
    border-bottom: 2px solid #dedede;
    padding-bottom: 20px;
  }
}
.inner__right_by-line {
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media only screen and (max-width: 750px) {
  .inner__right_by-line {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .inner__right {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.inner__block-image {
  max-width: 100%;
}
.inner__testimonial-block {
  border: 1px solid #dedede;
  width: 120%;
  margin-left: -10%;
  min-height: 235px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 950px) {
  .inner__testimonial-block {
    width: 95%;
    margin-left: 2.5%;
  }
}
.inner__testimonial-content {
  width: 80%;
  margin: 0 auto;
  margin-top: 65px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 450px) {
  .inner__testimonial-content {
    width: 70%;
  }
}
.inner__testimonial-text {
  width: 85%;
  color: #797c7f;
  font-family: 'PT Mono', monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
  position: relative;
}
.inner__testimonial-text_badge {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .inner__testimonial-text_badge {
    width: 90%;
    margin: 0 auto;
  }
}
.inner__testimonial-text:before {
  content: url("../images/quotes.png");
  position: absolute;
  left: -25px;
}
.inner__testimonial-text:after {
  content: url("../images/quotes.png");
  position: absolute;
  right: -20px;
}
.inner__testimonial-title {
  text-align: right;
  color: #2c2c2c;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding-top: 45px;
}
.inner__testimonial-title_badge {
  text-align: center;
  padding-top: 30px;
  font-size: 18px;
  line-height: 28px;
}
.inner__privacy-link {
  font-weight: 600;
  color: #666;
  cursor: pointer;
}
.inner__privacy-link:hover {
  color: #fb5332;
  text-decoration: none;
}
.inner__privacy-date {
  color: #222;
  margin-top: 25px;
  margin-bottom: 25px;
}
.inner__privacy-date_bold {
  font-weight: 900;
  text-transform: uppercase;
  padding-right: 20px;
}
@media only screen and (max-width: 750px) {
  .inner__privacy-date {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.inner__trust-image {
  display: block;
  position: relative;
  /*background: url("../images/seal.png") no-repeat;*/
  width: 145px;
  height: 45px;
  margin: 25px auto;
}
.inner__navigation-block {
  width: 120%;
  margin-left: -10%;
  background: #efefef;
  margin-bottom: 100px;
}
@media only screen and (max-width: 700px) {
  .inner__navigation-block {
    width: 100%;
    margin-left: 0px;
  }
}
.inner__nav-list {
  text-align: left;
  padding-left: 75px;
  color: #222;
  font-weight: 600;
  padding-bottom: 100px;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  .inner__nav-list {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding-left: 30px;
    padding-right: 20px;
  }
}
.inner__nav-list-item {
  padding-bottom: 20px;
  line-height: 30px;
  color: #666;
  font-weight: 400;
  list-style-type: disc;
  margin-left: 20px;
  position: relative;
  -webkit-flex: 1 0 33%;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
}
@media only screen and (max-width: 700px) {
  .inner__nav-list-item {
    -webkit-flex: 1 0 80%;
        -ms-flex: 1 0 80%;
            flex: 1 0 80%;
  }
}
.inner__nav-link {
  color: #666;
  text-decoration: none;
}
.inner__nav-link:hover {
  color: #fb5332;
  text-decoration: underline;
}
.inner__maplist {
  list-style-type: disc;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}
@media only screen and (max-width: 790px) {
  .inner__maplist {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .inner__maplist {
    margin-left: 35px;
    margin-right: 15px;
  }
}
.inner__main-item {
  margin-bottom: 25px;
}
.inner__main-link {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  color: #222;
  text-decoration: none;
}
.inner__main-link:hover {
  color: #fb5332;
  text-decoration: underline;
}
.inner__sitemap-hub-item {
  margin-left: 50px;
}
@media only screen and (max-width: 600px) {
  .inner__sitemap-hub-item {
    margin-left: 15px;
  }
}
.inner__sitemap-hub-link {
  font-size: 24px;
  font-weight: 900;
  color: #222;
  text-decoration: none;
}
.inner__sitemap-hub-link_grey {
  color: #888;
}
.inner__sitemap-hub-link:hover {
  color: #fb5332;
  text-decoration: underline;
}
.inner__sitemap-hub-link:hover .inner__sitemap-hub-link_grey {
  color: #fb5332;
}
.inner__sitemap-sublist-li {
  list-style-type: none;
  margin-bottom: 25px;
}
.inner__case-list-li {
  list-style-type: none;
}
.inner__sitemap-sublist {
  margin-left: 100px;
  list-style-type: disc;
}
@media only screen and (max-width: 600px) {
  .inner__sitemap-sublist {
    margin-left: 30px;
  }
}
.inner__sitemap-sublist-item {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  text-decoration: none;
}
.inner__sitemap-sublist-item:hover {
  color: #fb5332;
  text-decoration: underline;
}
.inner__sublist-case {
  margin-left: 50px;
  padding-top: 5px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .inner__sublist-case {
    margin-left: 15px;
  }
}
.inner__sublist-case-item {
  color: #666;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  list-style-type: none;
  position: relative;
}
.inner__sublist-case-item:before {
  content: '—';
  position: absolute;
  left: -30px;
}
.inner__sublist-case-item:hover {
  text-decoration: none;
  color: #fb5332;
}
.inner__by-line-text {
  color: #888;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
.inner__by-line-text_bold {
  color: #222;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0px;
}
@media only screen and (max-width: 750px) {
  .inner__by-line-text {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 100%;
  }
}
.inner__share-icons {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inner__pdf-link {
  color: #222;
  font-weight: 900;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.inner__pdf-link:hover {
  color: #fb5332;
}
.inner__badge-block {
  width: 120%;
  margin-left: -10%;
  margin-bottom: 50px;
  border: 1px solid #dedede;
}
.inner__badge-part {
  width: 90%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
}
.inner__badge-part_flex {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.inner__badge-image {
  width: 100px;
  margin-right: 30px;
}
.inner__badge-text {
  font-size: 20px;
  color: #fb6210;
  font-weight: 700;
}
.inner__badge-text_dark {
  padding-left: 10px;
  font-size: 24px;
  color: #2c2c2c;
  font-weight: 900;
}
.leaders {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  color: #222;
  text-align: center;
  font-family: 'Lato', sans-serif;
}
.leaders__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 86px;
  text-transform: uppercase;
  padding-bottom: 90px;
}
.leaders__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-bottom: 70px;
}
.leaders__item {
  padding-bottom: 70px;
  padding-left: 10px;
  padding-right: 10px;
  /*margin: 0 auto;*/
}
.leaders__name {
  padding-top: 25px;
  font-size: 18px;
  font-weight: 700;
}
.leaders__position {
  color: #888;
  font-size: 14px;
  padding-top: 10px;
  font-weight: 400;
}
.main {
  width: 100%;
}
.main__block_1 {
  background-color: #dee9f1;
  height: 900px;
  padding-top: 100px;
}
@media only screen and (max-width: 1023px) {
  .main__block_1 {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 760px) {
  .main__block_1 {
    height: 100%;
    padding-bottom: 50px;
  }
}
.main__block_2 {
  background-color: #fff;
  height: 900px;
  padding-top: 100px;
}
@media only screen and (max-width: 900px) {
  .main__block_2 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 780px) {
  .main__block_2 {
    height: auto;
    max-width: 100%;
    padding-bottom: 50px;
  }
}
.main__block_3 {
  background-color: #d8e1e8;
  height: 400px;
  padding-top: 120px;
}
@media only screen and (max-width: 950px) {
  .main__block_3 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 760px) {
  .main__block_3 {
    height: 100%;
    padding-bottom: 50px;
    padding-top: 40px;
  }
}
.main__block_4 {
  background-color: #f8f8f8;
  height: 900px;
  padding-top: 100px;
}
@media only screen and (max-width: 760px) {
  .main__block_4 {
    height: 100%;
    padding-bottom: 50px;
  }
}
.main__block_5 {
  background-color: #25315d;
  height: 900px;
  padding-top: 160px;
}
@media only screen and (max-width: 800px) {
  .main__block_5 {
    padding-top: 115px;
  }
}
@media only screen and (max-width: 760px) {
  .main__block_5 {
    height: 100%;
    padding-bottom: 50px;
    padding-top: 100px;
  }
}
.main__block_6 {
  background-color: #f1f1f1;
  height: 900px;
  padding-top: 100px;
}
@media only screen and (max-width: 760px) {
  .main__block_6 {
    height: 100%;
    padding-bottom: 50px;
  }
}
.main__block_7 {
  background-color: #25315d;
  height: 900px;
  padding-top: 100px;
}
@media only screen and (max-width: 850px) {
  .main__block_7 {
    height: 100%;
    padding-bottom: 50px;
  }
}
.main__block_8 {
  background-color: #f1f1f1;
  height: 900px;
  padding-top: 100px;
}
@media only screen and (max-width: 850px) {
  .main__block_8 {
    height: 100%;
    padding-bottom: 70px;
  }
}
.main__block-content {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.main__block-content_short {
  height: auto;
}
.main__block-content_testimonials {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .main__block-content_testimonials {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
@media only screen and (max-width: 1200px) {
  .main__block-content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 900px) {
  .main__block-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.main__left,
.main__right {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 1200px) {
  .main__left,
  .main__right {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 850px) {
  .main__left,
  .main__right {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
}
.main__left_1 {
  float: left;
  width: 40%;
}
@media only screen and (max-width: 750px) {
  .main__left_1 {
    width: 100%;
    float: none;
  }
}
.main__left_2 {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 760px) {
  .main__left_2 {
    display: none;
  }
}
.main__right_1 {
  float: left;
  width: 60%;
}
@media only screen and (max-width: 750px) {
  .main__right_1 {
    display: none;
    float: none;
  }
}
.main__right_2 {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 760px) {
  .main__right_2 {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
}
.main__title-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .main__title-block {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.main__image {
  margin-top: 5%;
  width: 100%;
}
.main__image_2 {
  width: 90%;
  margin-top: -20px;
}
@media only screen and (max-width: 1100px) {
  .main__image_2 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 750px) {
  .main__image_2 {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .main__image {
    margin-top: 20%;
    margin-left: 15%;
    width: 85%;
  }
}
@media only screen and (max-width: 900px) {
  .main__image {
    margin-top: 30%;
    margin-left: 20%;
  }
}
.main__title {
  max-width: 420px;
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
  padding-top: 157px;
}
@media only screen and (max-width: 800px) {
  .main__title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 750px) {
  .main__title {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 450px) {
  .main__title {
    font-size: 45px;
  }
}
.main__quote {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  max-width: 450px;
  padding-top: 25px;
  font-family: 'Lato', sans-serif;
}
@media only screen and (max-width: 750px) {
  .main__quote {
    max-width: 530px;
  }
}
.main__main-link {
  text-decoration: none;
}
.main__video-image {
  width: 320px;
  /* margin-top: 50px; */
  box-shadow: 2px 2px 29px 0px rgba(0,0,0,0.42);
}
@media only screen and (max-width: 500px) {
  .main__video-image {
    width: 100%;
  }
}
.main__main-video .wistia_click_to_play {
  display: inline-block;
  cursor: pointer;
}
.main__btn {
  background: #fb5332;
  display: block;
  width: 55px;
  height: 55px;
  border: 3px solid #fb5332;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  /*top: 50%;
  left: 50%;*/
  top: 62px;
  left: 132.5px;
  /* margin-top: -32%;
  margin-left: -30px;*/
  transition: all 0.75s;
}
.main__btn:hover {
  background: #fff;
}
.main__btn:hover:before {
  border-color: transparent transparent transparent #fb5332;
}
.main__btn:before {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 18px;
  left: 22px;
  transition: all 0.75s ease;
}
.main__video-title {
  /* width: 320px; */
  display: block;
  color: #898989;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 12px;
  padding-top: 15px;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .main__video-title {
    width: 100%;
  }
}
.main__sub-title {
  color: #222;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  max-width: 550px;
}
.main__sub-title_white {
  padding-top: 120px;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .main__sub-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 750px) {
  .main__sub-title {
    width: 100%;
    font-size: 27px;
    line-height: 35px;
    padding-top: 20px;
  }
}
.main__caption {
  color: #888;
  font-size: 12px;
  font-weight: 700;
  line-height: 57px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media only screen and (max-width: 750px) {
  .main__caption {
    line-height: 25px;
  }
}
.main__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding-top: 30px;
  margin-left: 100px;
}
@media only screen and (max-width: 1100px) {
  .main__list {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 780px) {
  .main__list {
    display: none;
  }
}
.main__item {
  -webkit-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
}
@media only screen and (max-width: 780px) {
  .main__item {
    width: 150px;
  }
}
.main__item:hover .main__item-title {
  color: #222;
}
.main__item:hover .main__item-icon {
  opacity: 1;
}
.main__mob-list {
  display: none;
}
@media only screen and (max-width: 780px) {
  .main__mob-list {
    padding-top: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding-top: 100px;
    width: 100%;
  }
}
@media only screen and (max-width: 780px) {
  .main__mob-item {
    width: 100%;
    text-align: center;
    padding-bottom: 110px;
    text-decoration: none;
  }
}
.main__item-content {
  width: 150px;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .main__item-content {
    padding-bottom: 50px;
  }
}
.main__item-title {
  color: #888;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.main__item-link {
  text-decoration: none;
}
.main__item-icon {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  background: url("../images/icons-solution.png");
  width: 150px;
  height: 120px;
  opacity: 0.4;
}
.main__item-icon_1 {
  background-position: -10px 0px;
}
.main__item-icon_2 {
  background-position: -195px 0px;
}
.main__item-icon_3 {
  background-position: -380px 0px;
}
.main__item-icon_4 {
  background-position: -580px 0px;
}
.main__item-icon_5 {
  background-position: -780px 0px;
}
.main__info-block-list {
  margin-left: 100px;
}
@media only screen and (max-width: 1100px) {
  .main__info-block-list {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 780px) {
  .main__info-block-list {
    display: none;
  }
}
.main__info-block {
  display: none;
}
.main__info-block_1 {
  display: block;
}
@media only screen and (max-width: 760px) {
  .main__info-block {
    display: none;
  }
}
.main__info-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.main__info-col {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.main__link-col {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  text-align: right;
}
.main__info-list {
  color: #888;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  max-width: 450px;
  list-style-type: disc;
  padding-left: 20px;
}
.main__info-title {
  color: #222;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 550px) {
  .main__info-title {
    font-size: 20px;
  }
}
.main__info-text {
  color: #888;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  max-width: 450px;
  text-align: justify;
}
.main__info-link {
  color: #222;
  font-size: 12px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 3px;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}
.main__info-link_flex {
  -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
          flex: 1 100%;
}
.main__info-link_white {
  color: #fff;
}
.main__info-link:hover {
  color: #fb5332;
  text-decoration: none;
}
.main__navigation {
  margin-left: 100px;
  margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
  .main__navigation {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 780px) {
  .main__navigation {
    display: none;
  }
}
.main__navigation-line {
  border-top: 1px solid #888;
  margin-bottom: 50px;
}
.main__navigation-selected-block {
  width: 150px;
  transition: all 0.3s linear;
  margin-left: 20px;
}
.main__navigation-selected {
  margin-left: 60%;
  border-left: 1px solid #888;
  height: 25px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .main__navigation-selected {
    margin-left: 55%;
  }
}
.main__navigation-selected:after {
  content: '';
  border-radius: 50%;
  background-color: #222;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: -5px;
  top: -5px;
}
.main__btn-background {
  width: 200px;
  height: 50px;
  background-color: #fb5332;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 25px;
  border: 3px solid #fb5332;
  display: block;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  background: #fb5332;
  background: linear-gradient(to left, #fb5332 50%, transparent 50%);
  background-size: 230% 99%;
  background-position: right bottom;
  transition: all 0.75s;
}
.main__btn-background:hover {
  background-position: left bottom;
  color: #fb5332;
}
.main__survey-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-top: 100px;
  padding-left: 10px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .main__survey-list {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 750px) {
  .main__survey-list {
    padding-top: 50px;
  }
}
.main__survey-item {
  width: 25%;
  text-align: center;
  padding-bottom: 110px;
  text-decoration: none;
  cursor: pointer;
}
.main__survey-item:hover .main__item-title {
  color: #222;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .main__survey-item {
    width: auto;
  }
}
.main__survey-icon {
  background: url("../images/icons-platform.png");
  width: 130px;
  height: 150px;
  margin: 0 auto;
  display: block;
}
.main__survey-icon_1 {
  background-position: -10px 0px;
}
.main__survey-icon_2 {
  background-position: -248px 0px;
}
.main__survey-icon_3 {
  background-position: -491px 0px;
}
.main__survey-icon_4 {
  background-position: -725px 0px;
}
.main__survey-icon_5 {
  background-position: -16px -245px;
}
.main__survey-icon_6 {
  background-position: -253px -245px;
}
.main__survey-icon_7 {
  background-position: -498px -245px;
}
.main__survey-icon_8 {
  background-position: -734px -245px;
}
.main__company-sub-title {
  padding-top: 50px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  max-width: 450px;
}
@media only screen and (max-width: 750px) {
  .main__company-sub-title {
    font-size: 27px;
    line-height: 35px;
    padding-top: 20px;
  }
}
.main__logo-list {
  max-width: 900px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 50px;
}
@media only screen and (max-width: 1200px) {
  .main__logo-list {
    max-width: 570px;
  }
}
@media only screen and (max-width: 750px) {
  .main__logo-list {
    margin-left: 0px;
    padding-top: 75px;
  }
}
.main__logo-item {
  width: 140px;
  height: 70px;
  margin-bottom: 40px;
}
@media only screen {
  .main__logo-item {
    width: 130px;
  }
}
@media only screen and (max-width: 1200px) {
  .main__logo-hide {
    display: none;
  }
}
.main__logo {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url("../images/logos-customers.png") no-repeat;
}
.main__logo_1 {
  background-position: 0px 0px;
}
.main__logo_2 {
  background-position: -155px 0px;
}
.main__logo_3 {
  background-position: -320px 0px;
}
.main__logo_4 {
  background-position: -480px 0px;
}
.main__logo_5 {
  background-position: -630px 0px;
}
.main__logo_6 {
  background-position: 0px -100px;
}
.main__logo_7 {
  background-position: -155px -100px;
}
.main__logo_8 {
  background-position: -320px -100px;
}
.main__logo_9 {
  background-position: -480px -100px;
}
.main__logo_10 {
  background-position: -630px -100px;
}
.main__logo_11 {
  background-position: 0px -212px;
}
.main__logo_12 {
  background-position: -155px -212px;
}
.main__logo_13 {
  background-position: -320px -212px;
}
.main__logo_14 {
  background-position: -480px -212px;
}
.main__logo_15 {
  background-position: -630px -212px;
}
.main__logo_16 {
  background-position: 0px -323px;
}
.main__logo_17 {
  background-position: -155px -323px;
}
.main__logo_18 {
  background-position: -320px -323px;
}
.main__logo_19 {
  background-position: -480px -323px;
}
.main__logo_20 {
  background-position: -630px -323px;
}
.main__logo_21 {
  background-position: 0px -429px;
}
.main__logo_22 {
  background-position: -155px -429px;
}
.main__logo_23 {
  background-position: -320px -429px;
}
.main__logo_24 {
  background-position: -480px -429px;
}
.main__logo_25 {
  background-position: -630px -429px;
}
.main__logo_26 {
  background-position: 0px -540px;
}
.main__logo_27 {
  background-position: -155px -540px;
}
.main__logo_28 {
  background-position: -320px -540px;
}
.main__logo_29 {
  background-position: -480px -540px;
}
.main__logo_30 {
  background-position: -630px -540px;
}
.main__pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .main__pagination {
    padding-top: 20px;
  }
}
.main__pagination-prev {
  background-image: url("../images/arrow-left.svg");
  width: 17px;
  height: 13px;
  background-size: cover;
  margin-top: 1px;
  margin-right: 8px;
}
.main__pagination-next {
  background-image: url("../images/arrow-right.svg");
  width: 17px;
  height: 13px;
  background-size: cover;
  margin-left: 6px;
}
.main__card-list {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .main__card-list {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 760px) {
  .main__card-list {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.main__card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 500px;
  background-color: #fff;
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 20px;
}
.main__card-image {
  width: 450px;
  height: 422px;
}
.main__card-right {
  padding-top: 95px;
  max-width: 410px;
  width: 50%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .main__card-right {
    width: 40%;
    padding-top: 40px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .main__card-right {
    width: 60%;
  }
}
@media only screen and (max-width: 760px) {
  .main__card-right {
    max-width: 100%;
    width: 100%;
    padding-top: 10%;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .main__card-right {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.main__card-left {
  width: 50%;
  float: left;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  .main__card-left {
    width: 40%;
  }
}
@media only screen and (max-width: 900px) {
  .main__card-left {
    width: 25%;
  }
}
@media only screen and (max-width: 760px) {
  .main__card-left {
    display: none;
  }
}
.main__card-logo {
  position: absolute;
  right: -30px;
  bottom: -40px;
  max-width: 200px;
}
@media only screen and (max-width: 1150px) {
  .main__card-logo {
    right: -70px;
  }
}
@media only screen and (max-width: 800px) {
  .main__card-logo {
    right: -40px;
  }
}
@media only screen and (max-width: 760px) {
  .main__card-logo {
    width: 40%;
    right: 10%;
  }
}
.main__demo-title {
  padding-top: 110px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  max-width: 550px;
}
@media only screen and (max-width: 750px) {
  .main__demo-title {
    padding-top: 0px;
    font-size: 27px;
    line-height: 35px;
  }
}
.main__demo-quote {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  max-width: 470px;
  padding-top: 36px;
  color: #fff;
  font-family: 'Lato', sans-serif;
}
.main__form {
  padding-left: 100px;
  padding-top: 110px;
}
@media only screen and (max-width: 850px) {
  .main__form {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 750px) {
  .main__form {
    padding-top: 50px;
  }
}
.main__input {
  font-family: 'PT Mono', monospace;
  width: 380px;
  height: 46px;
  background-color: #f6f6f6;
  border: 1px solid #dedede;
  border-radius: 5px 4px 4px 5px;
  padding-left: 20px;
  margin-bottom: 15px;
}
.main__textarea {
  font-family: 'PT Mono', monospace;
  width: 380px;
  height: 157px;
  background-color: #f6f6f6;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding-left: 20px;
  padding-top: 20px;
  margin-bottom: 15px;
}
.main__testimonials-cart {
  max-width: 100%;
  width: 420px;
  height: 520px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 75px;
}
@media only screen and (max-width: 450px) {
  .main__testimonials-cart {
    height: 580px;
  }
}
.main__testim-name {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  padding-top: 55px;
  padding-left: 35px;
}
.main__testim-source {
  color: #9fa3a7;
  font-size: 10px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  padding-left: 35px;
}
.main__testim-quote {
  width: 226px;
  color: #797c7f;
  font-family: 'PT Mono', monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 auto;
  text-align: justify;
  padding-top: 90px;
  position: relative;
}
@media only screen and (max-width: 450px) {
  .main__testim-quote {
    width: 170px;
  }
}
.main__testim-quote:before {
  content: url("../images/quotes.png");
  position: absolute;
  left: -25px;
}
.main__testim-quote:after {
  content: url("../images/quotes.png");
  position: absolute;
  right: -20px;
}
.main__testim-image {
  padding-top: 60px;
  padding-bottom: 35px;
  padding-right: 35px;
  float: right;
}
@media only screen and (max-width: 450px) {
  .main__testim-image {
    display: block;
    padding-top: 30px;
    float: none;
    margin: 0 auto;
    padding-bottom: 0px;
    padding-right: 0px;
  }
}
.main__form-caption {
  color: #888;
  font-size: 10px;
  padding-top: 20px;
  padding-left: 15px;
  line-height: 15px;
  position: relative;
}
.main__form-caption:before {
  content: '*';
  position: absolute;
  top: 25px;
  left: 0px;
  color: #f9593a;
  font-size: 22px;
}
.main__form-caption-link {
  color: #888;
  cursor: pointer;
}
.main__form-caption-link:hover {
  text-decoration: none;
}
.active-main-nav .main__item-title {
  color: #222;
}
.active-main-nav .main__item-icon {
  opacity: 1;
}
.close-popup {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.52);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999999;
}
.close-popup__container {
  width: 770px;
  height: 550px;
  box-shadow: 1px 24px 51px rgba(0,0,0,0.46);
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -385px;
  margin-top: -275px;
  font-family: 'Lato', sans-serif;
  z-index: 999;
}
.close-popup__title {
  color: #222;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  margin-top: 80px;
  margin-bottom: 40px;
  text-align: center;
}
.close-popup__title_second {
  margin-top: 60px;
  margin-bottom: 15px;
}
.close-popup__form .submitted-message {
  color: #222;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  margin-top: 120px;
  margin-bottom: 40px;
  text-align: center;
  width: 430px;
  line-height: 32px;
  text-align: center;
  margin: 0 auto;
  margin-top: 225px;
}
.close-popup__text {
  width: 325px;
  margin: 0 auto;
  text-align: center;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.close-popup__form {
  max-width: 540px;
  margin: 0 auto;
}
.close-popup__form .hs-form-field {
  width: 340px;
  margin-left: 100px;
  margin-right: 100px;
}
.close-popup__form_first {
  margin-top: 50px;
}
.close-popup__caption {
  color: #888;
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  bottom: 40px;
  left: 264px;
}
.close-popup__link {
  color: #888;
  cursor: pointer;
}
.close-popup__link:hover {
  color: #d23639;
  text-decoration: none;
}
.close-popup__close {
  position: absolute;
  cursor: pointer;
  right: 28px;
  top: 20px;
  width: 28px;
  height: 28px;
  opacity: 0.3;
}
.close-popup__close:before,
.close-popup__close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 3px;
  background-color: #222;
}
.close-popup__close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-popup__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-popup__close:hover {
  opacity: 1;
}
* {
  box-sizing: border-box;
}
.close-popup .field {
  border: 1px solid #dedede;
  position: relative;
  margin-top: 30px;
  overflow: visible;
  background-color: #f6f6f6;
}
.close-popup .field input,
.close-popup .field textarea {
  border: 1px solid transparent;
  outline: none;
  margin: 0;
  padding: 0 0 0 10px;
  width: 100%;
  min-height: 40px;
  background-color: transparent;
  font-family: 'Lato', sans-serif;
  color: #222;
  font-weight: 400;
  box-sizing: border-box;
}
.close-popup .field textarea {
  width: 100%;
  min-height: 80px;
  max-height: 157px;
  margin-top: 16px;
}
.close-popup .field > label {
  color: #888;
  display: inline;
  line-height: 1;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  position: absolute;
  top: 2px;
  letter-spacing: 0.5px;
  padding: 0 0 0 13px;
  pointer-events: none;
  -webkit-transform: translate3d(0, 14px, 0);
  transform: translate3d(0, 14px, 0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  transition: all 240ms linear;
  font-weight: 400;
  text-transform: none;
  margin: 0;
}
.close-popup .field > label span {
  font-family: 'Lato', sans-serif;
}
.close-popup .hs-form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}
.close-popup .hs-error-msgs {
  font-size: 9px;
  position: absolute;
  top: -12px;
  right: 0;
  margin: 0 !important;
  line-height: 1;
  color: #f9593a;
}
.close-popup .hs-form-required {
  display: none;
}
.close-popup .hbspt-form input[type='email'].error,
.close-popup .hbspt-form textarea.error {
  border: 1px solid transparent !important;
}
.close-popup .hs-form fieldset.form-columns-1 .input,
.close-popup .hs-form fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}
.close-popup .hs-error-msgs li {
  list-style: none;
}
.close-popup .hs-error-msgs li label {
  text-transform: lowercase;
  font-size: 10px;
}
.close-popup .hs_submit .hs-button {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 46px;
  outline: none;
  letter-spacing: 1.8px;
  border: 3px solid #fb5332;
  border-radius: 70px;
  background-image: none;
  text-shadow: none;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
  background: #fb5332;
}
.close-popup .hs_submit .hs-button:hover {
  background: #fff;
  color: #fb5332;
  border: 3px solid #fb5332;
}
.close-popup .field.prefilled>label,
.close-popup .field.focused>label {
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0);
  font-size: 9px;
  margin-left: -3px;
}
.close-popup .field.focused {
  border-color: #fb5332;
  box-shadow: -3px 6.5px 20px rgba(0,0,0,0.13);
}
.close-popup .field.prefilled.focused:after,
.close-popup .field.focused:after,
.close-popup .field:after {
  content: "*";
  position: absolute;
  top: 13px;
  right: 10px;
  color: #f9593a;
  font-size: 22px;
}
.close-popup .field.prefilled:after {
  content: '✔';
  color: #222;
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 16px;
}
.close-popup .field.prefilled.error:after {
  content: "x" !important;
  position: absolute;
  top: 13px;
  right: 10px;
  color: #f9593a;
  font-size: 16px;
}
.close-popup .modal-demo .field.focused,
.close-popup .modal-demo-wrap .field.focused {
  border-color: transparent;
  box-shadow: none;
}
.close-popup .field.focused input,
.close-popup .field.focused textarea {
  color: #fb5332;
}
.close-popup .hs_message.field:after {
  display: none !important;
}
.close-popup .hs_submit {
  text-align: center;
}
.close-popup__container .field.prefilled.focused:after,
.close-popup__container .field.focused:after,
.close-popup__container .field:after {
  display: none;
}
.trial {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 9999;
  background-color: #dee9f1;
  left: 0;
  top: 0;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: none;
  transition: all 0.8s ease;
}
.trial__mobile {
  height: 100%;
  position: relative;
  display: block;
}
.trial__top-content {
  height: 100px;
  line-height: 100px;
  width: 100%;
  display: inline-block;
}
.trial__left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 350px;
  height: 100%;
  float: left;
}
@media only screen and (max-width: 470px) {
  .trial__left {
    width: 210px;
  }
}
.trial__right {
  display: block;
  width: 30px;
  margin-right: 5%;
  height: 100%;
  float: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1023px) {
  .trial__right {
    padding-top: 15px;
    height: auto;
  }
}
.trial__left-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 250px;
}
@media only screen and (max-width: 470px) {
  .trial__left-content {
    min-width: 0;
  }
}
.trial__logo {
  padding-left: 30px;
  padding-right: 20px;
  width: 150px;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .trial__logo {
    padding-left: 0;
    width: 150px;
    margin-top: 39px;
  }
}
.trial__text {
  font-size: 14px;
}
@media only screen and (max-width: 470px) {
  .trial__text {
    display: none;
  }
}
.trial__cross {
  width: 30px;
  margin-right: 70px;
  cursor: pointer;
}
.trial__cross:hover {
  width: 31px;
}
.trial__content {
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .trial__content {
    padding-left: 10%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 900px) {
  .trial__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.trial__content-left,
.trial__content-right {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 1200px) {
  .trial__content-left,
  .trial__content-right {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 850px) {
  .trial__content-left,
  .trial__content-right {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
.trial__content-title {
  padding-top: 110px;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  max-width: 550px;
}
@media only screen and (max-width: 750px) {
  .trial__content-title {
    padding-top: 0;
  }
}
@media only screen and (max-width: 550px) {
  .trial__content-title {
    font-size: 34px;
  }
}
.trial__content-quote {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  max-width: 470px;
  padding-top: 36px;
  font-family: 'Lato', sans-serif;
}
.trial__form {
  padding-left: 100px;
  padding-top: 110px;
  max-width: 500px;
}
@media only screen and (max-width: 850px) {
  .trial__form {
    padding-left: 0px;
    padding-top: 50px;
  }
}
.trial__bottom-content {
  height: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20vh;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 25px;
}
.trial__bottom-text {
  padding-right: 30px;
  color: #888;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  position: relative;
}
.trial__bottom-text:before {
  width: 1px;
  content: url("../images/trial-star.svg");
  position: absolute;
  left: -40px;
}
.trial__link {
  cursor: pointer;
  color: #888;
  text-decoration: none;
}
.trial__link:hover {
  color: #fb5332;
  text-decoration: underline;
}
.trial__home-page {
  margin-top: -100px;
}
/* ---- */
.menu__item_mob .menu__item-title:after {
  content: '';
  background-image: none;
}
.menu {
  margin: 0 auto;
  max-width: 1440px;
  font-family: 'Montserrat', sans-serif;
  line-height: 100px;
  background-color: #fff;
  border-bottom: 1px solid #dedede;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1023px) {
  .menu {
    position: relative;
  }
}
.menu__content {
  color: #222;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .menu__content {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.menu__left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 350px;
  height: 100%;
}
@media only screen and (max-width: 1100px) {
  .menu__left {
    width: 300px;
  }
}
@media only screen and (max-width: 1023px) {
  .menu__left {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
  }
}
.menu__center {
  width: 500px;
  height: auto;
}
@media only screen and (max-width: 1100px) {
  .menu__center {
    width: 450px;
  }
}
@media only screen and (max-width: 1023px) {
  .menu__center {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    height: 100%;
    display: none;
  }
}
.menu__right {
  width: 350px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 45px;
  padding-right: 40px;
}
@media only screen and (max-width: 1100px) {
  .menu__right {
    width: 270px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .menu__right {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 0px;
    height: auto;
  }
}
.menu__notification {
  color: #fff;
  background-color: #000;
  height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 700px) {
  .menu__notification {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.menu__notification-text {
  line-height: 16px;
  font-size: 12px;
  color: #fff;
}
.menu__notification-text_link {
  font-weight: 600;
  cursor: pointer;
  color: #fff;
}
.menu__notification-text_link:hover {
  text-decoration: none;
}
.menu__left-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 250px;
  line-height: 0;
}
@media only screen and (max-width: 400px) {
  .menu__left-content {
    min-width: 0;
  }
}
.menu__title-link {
  text-decoration: none;
  color: #222;
}
.menu__title-link:hover {
  text-decoration: underline;
  color: #fb6310;
}
.menu__title-link:hover .menu__title_grey {
  color: #fb6310;
}
.menu__btn-login {
  color: #222;
  text-decoration: none;
}
.menu__btn-login:hover {
  color: #fb6310;
  text-decoration: underline;
}
.menu__open-item-active {
  color: #fb6310;
  text-decoration: none;
}
.menu__logo {
  transition: all 0.3s ease;
  width: inherit;
  height: 85px;
  margin-top: 7px;
  margin-right: 11px;
  margin-left: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .menu__logo {
    padding-left: 0;
    /*! width: 150px; */
    margin-top: 5px;
  }
}
.menu__text {
  font-size: 14px;
  line-height: 100px;
}

.menu.fixed .menu__text {
	line-height: 60px;
}

@media only screen and (max-width: 430px) {
  .menu__text {
    display: none;
  }
}
.menu__icon-title {
  color: #222;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .menu__icon-title {
    display: none;
  }
}
.menu__login {
  font-size: 13px;
  font-weight: 400;
  position: relative;
}
.menu__login:before {
  content: '';
  width: 18px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50.3%;
  left: -44%;
  margin-top: -10px;
  background-image: url("../images/user.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
}
.menu__login:hover {
  color: #fb5332;
}
.menu__login:hover:before {
  content: '';
  width: 18px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50.3%;
  left: -44%;
  margin-top: -10px;
  background-image: url("../images/user-orange.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
}
.menu__mob-menu {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .menu__mob-menu {
    display: block;
  }
}
.menu__btn {
  width: 200px;
  height: 50px;
  background: #fb5332;
  background: linear-gradient(to left, #fb5332 50%, #fff 50%);
  background-size: 230% 99%;
  background-position: right bottom;
  transition: all 0.3s ease;
  border-radius: 25px;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 47px;
  text-align: center;
  border: 3px solid #fb5332;
  cursor: pointer;
  margin-top: 25px;
  color: #fff;
  text-decoration: none;
  display: block;
}
.menu__btn:hover {
  background-position: left bottom;
  color: #fb5332;
  border: 3px solid #fb5332;
}
@media only screen and (max-width: 1100px) {
  .menu__btn {
    width: 160px;
  }
}
@media only screen and (max-width: 1023px) {
  .menu__btn {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
  }
}
.menu__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .menu__list {
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    background: #f1f1f1;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.menu__item-title {
  position: relative;
  padding-left: 15px;
  padding-right: 23px;
  font-size: 13px;
  font-weight: 400;
  color: #222;
  text-decoration: none;
  height: 100%;
}
.menu__item-title_mob-login {
  line-height: 100px;
  text-decoration: underline;
}
.menu__item-title_mob-login:after {
  content: '';
}
.menu__item-title:after {
  content: '';
  width: 18px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -13px;
  background-image: url("../images/menu-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
}
.menu__item-title:hover:after {
  content: '';
  width: 18px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -13px;
  background-image: url("../images/menu-arrow-orange.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
}
@media only screen and (min-width: 1024px) {
  .menu__item-title:before {
    content: '';
    background: #fb5332;
    position: absolute;
    bottom: 0px;
    left: 3px;
    width: 0;
    height: 3px;
    transition: width 0.4s ease;
  }
  .menu__item-title:hover {
    color: #fb5332;
  }
  .menu__item-title:hover:before {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .menu__item-title {
    padding-left: 30px;
    height: 100%;
  }
}
.menu__item-open {
  display: none;
  height: auto;
  background-color: #f1f1f1;
  box-shadow: 0px 18px 33px rgba(0,0,0,0.25);
  position: absolute;
  max-width: 1440px;
  width: 100%;
  font-family: 'Lato', sans-serif;
  z-index: 99;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 1023px) {
  .menu__item-open {
    position: relative;
    box-shadow: none;
    top: 0;
    padding-left: 90px;
    padding-left: 50px;
    border-bottom: 1px solid #dedede;
    background: #f7f7f7;
  }
}
.menu__open-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-bottom: 50px;
  padding-top: 40px;
  max-width: 520px;
}
.menu__open-item {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 36px;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  color: #222;
}
.menu__open-item:hover {
  color: #fb5332;
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .menu__open-item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.menu__item_mob {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .menu__item {
    position: relative;
    line-height: 50px;
  }
  .menu__item_mob {
    display: block;
  }
}
.menu__item-left {
  display: inline-block;
  position: relative;
  width: 33%;
  padding-left: 15%;
  padding-top: 45px;
  float: left;
}
@media only screen and (max-width: 1023px) {
  .menu__item-left {
    display: none;
  }
}
.menu__item-right {
  display: inline-block;
  position: relative;
  width: 50%;
  float: none;
}
@media only screen and (max-width: 1023px) {
  .menu__item-right {
    width: 100%;
  }
}
.menu__title {
  font-family: 'Montserrat', sans-serif;
  width: 170px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.menu__title_grey {
  color: #888;
}
.fixed {
  line-height: 60px;
  transition: all 0.6s ease;
}
.btn-fixed {
  height: 30px;
  line-height: 27px;
  transition: all 0.6s ease;
  margin-top: 5%;
}
.logo-fixed {
  transition: all 0.6s ease;
  margin-top: 3px;
  height: 55px;
}
.item-active {
  color: #fb5332;
}
.item-active:after {
  content: '';
  width: 18px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -13px;
  background-image: url("../images/menu-cross.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  transition: all 0.2s ease;
}
.item-active:hover:after {
  content: '';
  width: 18px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -13px;
  background-image: url("../images/menu-cross.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 1024px) {
  .item-active:before {
    content: '';
    height: 3px;
    background: #fb5332;
    position: absolute;
    bottom: 0px;
    left: 3px;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .item-active:before {
    content: '';
    background: #fb5332;
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
    transition: height 0.4s ease;
  }
}
a.menu__btn {
  text-decoration: none !important;
}
.menu__open-item.active {
  color: #fb5332;
}
.span-hamburger-line {
  display: block;
  background: #222;
  transition: 0.25s ease-in-out;
}
.span-hamburger-line:hover {
  background: #fb5332;
}
#menu-toggle {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  margin: 33% auto;
  position: relative;
  cursor: pointer;
}
#menu-toggle #hamburger {
  transition: 0.25s ease-in-out;
  position: absolute;
  height: 100%;
  width: 100%;
}
#menu-toggle #hamburger .span-hamburger-line {
  width: 30px;
  height: 3px;
  position: relative;
  top: 15px;
  left: 10px;
  margin: 6px 0;
}
#menu-toggle #hamburger .span-hamburger-line:nth-child(1) {
  transition-delay: 0.5s;
}
#menu-toggle #hamburger .span-hamburger-line:nth-child(2) {
  transition-delay: 0.625s;
}
#menu-toggle #hamburger .span-hamburger-line:nth-child(3) {
  transition-delay: 0.75s;
}
#menu-toggle #cross {
  transition: 0.25s ease-in-out;
  position: absolute;
  height: 78%;
  width: 78%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu-toggle #cross .span-hamburger-line:nth-child(1) {
  height: 0%;
  width: 3px;
  position: absolute;
  top: 27%;
  left: 25px;
  transition-delay: 0s;
}
#menu-toggle #cross .span-hamburger-line:nth-child(2) {
  width: 0%;
  height: 3px;
  position: absolute;
  left: 26%;
  top: 25px;
  transition-delay: 0.25s;
}
#menu-toggle.open #hamburger .span-hamburger-line {
  width: 0%;
}
#menu-toggle.open #hamburger .span-hamburger-line:nth-child(1) {
  transition-delay: 0s;
}
#menu-toggle.open #hamburger .span-hamburger-line:nth-child(2) {
  transition-delay: 0.125s;
}
#menu-toggle.open #hamburger .span-hamburger-line:nth-child(3) {
  transition-delay: 0.25s;
}
#menu-toggle.open #cross .span-hamburger-line:nth-child(1) {
  height: 85%;
  transition-delay: 0.625s;
}
#menu-toggle.open #cross .span-hamburger-line:nth-child(2) {
  width: 85%;
  transition-delay: 0.375s;
}
#c193, #c195 {
  padding-top: 160px;
}
#c1073 {
  padding-top: 180px;
}

/*-------*/
.nav-bar {
  position: fixed;
  top: calc(50% - 120px);
  right: 0;
}
@media only screen and (max-width: 760px) {
  .nav-bar {
    display: none;
  }
}
.nav-bar__image_1 {
  width: 40px;
  height: 30px;
  display: block;
  margin: 15px auto;
  background-image: url("../images/nav-bar-icon.svg");
  background-repeat: no-repeat;
  background-size: 70%;
  text-align: center;
  background-position: 6px -3px;
}
.nav-bar__image_2 {
  width: 40px;
  height: 30px;
  display: block;
  margin: 15px auto;
  background-image: url("../images/nav-bar-icon.svg");
  background-repeat: no-repeat;
  background-size: 70%;
  text-align: center;
  background-position: 6px -36px;
}
.nav-bar__image_3 {
  width: 40px;
  height: 30px;
  display: block;
  margin: 15px auto;
  background-image: url("../images/nav-bar-icon.svg");
  background-repeat: no-repeat;
  background-size: 70%;
  text-align: center;
  background-position: 6px -70px;
}
.nav-bar__title {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #fb5332;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding-left: 10px;
}
.nav-bar__item {
  height: 110px;
  width: 50px;
  background: #fff;
  border: 1px solid #fb5332;
  border-radius: 25px;
  margin-bottom: 10px;
  position: absolute;
  right: 0;
  text-decoration: none;
  box-shadow: 6px 13px 33px -9px rgba(0,0,0,0.45);
  cursor: pointer;
}
.nav-bar__item:hover {
  background: #fb5332;
}
.nav-bar__item:hover .nav-bar__title {
  color: #fff;
}
.nav-bar__item:hover .nav-bar__image_1 {
  background-position: 6px -109px;
}
.nav-bar__item_2 {
  height: 110px;
  width: 50px;
  background: #fff;
  border: 1px solid #fb5332;
  border-radius: 25px;
  margin-bottom: 10px;
  position: absolute;
  right: 0;
  top: 115px;
  text-decoration: none;
  box-shadow: 6px 13px 33px -9px rgba(0,0,0,0.45);
}
.nav-bar__item_2:hover {
  background: #fb5332;
}
.nav-bar__item_2:hover .nav-bar__title {
  color: #fff;
}
.nav-bar__item_2:hover .nav-bar__image_2 {
  background-position: 6px -141px;
}
.nav-bar__item_3 {
  height: 110px;
  width: 50px;
  background: #fff;
  border: 1px solid #fb5332;
  border-radius: 25px;
  margin-bottom: 10px;
  position: absolute;
  right: 0;
  top: 230px;
  box-shadow: 6px 13px 33px -9px rgba(0,0,0,0.45);
}
.nav-bar__item_3:hover {
  background: #fb5332;
}
.nav-bar__item_3:hover .nav-bar__title {
  color: #fff;
}
.nav-bar__item_3:hover .nav-bar__image_3 {
  background-position: 6px -174px;
}
@media only screen and (max-width: 760px) {
  .nav-bar__item_3 {
    top: -70px;
  }
}
.pop-up {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 9999;
  background-color: #dee9f1;
  left: 0;
  top: 0;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  display: none;
  transition: all 0.8s ease;
}
.pop-up__container {
  max-width: 1440px;
  margin: 0 auto;
}
.pop-up__top-content {
  height: 100px;
  line-height: 100px;
  width: 100%;
  display: inline-block;
}
.pop-up__left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 350px;
  height: 100%;
  float: left;
}
@media only screen and (max-width: 470px) {
  .pop-up__left {
    width: 210px;
  }
}
.pop-up__right {
  display: block;
  width: 100px;
  height: 100%;
  padding-top: 30px;
  float: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1023px) {
  .pop-up__right {
    padding-top: 15px;
    height: auto;
  }
}
.pop-up__clearfix {
  clear: both;
}
.pop-up__left-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 250px;
}
@media only screen and (max-width: 470px) {
  .pop-up__left-content {
    min-width: 0;
  }
}
.pop-up__logo {
  padding-left: 20px;
  padding-right: 20px;
  width: 170px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.pop-up__text {
  padding-top: 3px;
  font-size: 14px;
}
@media only screen and (max-width: 470px) {
  .pop-up__text {
    display: none;
  }
}
.pop-up__cross {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  cursor: pointer;
}
.pop-up__cross:hover {
  width: 31px;
}
.pop-up__content {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 10vh;
}
@media only screen and (max-width: 1350px) {
  .pop-up__content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 900px) {
  .pop-up__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pop-up__content-left,
.pop-up__content-right {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 1200px) {
  .pop-up__content-left,
  .pop-up__content-right {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 850px) {
  .pop-up__content-left,
  .pop-up__content-right {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
.pop-up__content-title {
  padding-top: 110px;
  padding-left: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  max-width: 550px;
}
@media only screen and (max-width: 750px) {
  .pop-up__content-title {
    padding-top: 0;
  }
}
@media only screen and (max-width: 550px) {
  .pop-up__content-title {
    font-size: 34px;
  }
}
.pop-up__content-quote {
  padding-top: 36px;
  padding-left: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  max-width: 470px;
  font-family: 'Lato', sans-serif;
}
.pop-up__form {
  padding-left: 100px;
  padding-top: 110px;
  max-width: 500px;
}
@media only screen and (max-width: 850px) {
  .pop-up__form {
    padding-left: 0px;
    padding-top: 50px;
  }
}
.pop-up__bottom-content {
  height: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20vh;
  padding-left: 20px;
  line-height: 25px;
}
@media only screen and (max-width: 550px) {
  .pop-up__bottom-content {
    margin-top: 50px;
  }
}
.pop-up__bottom-text {
  margin-right: 20px;
  color: #888;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  position: relative;
}
.pop-up__bottom-text:before {
  width: 7px;
  content: url("../images/trial-star.svg");
  position: absolute;
  left: -15px;
  top: -4px;
}
@media only screen and (max-width: 450px) {
  .pop-up__bottom-text {
    margin-right: 20px;
  }
}
.pop-up__link {
  cursor: pointer;
  color: #888;
  font-weight: 700;
  text-decoration: none;
}
.pop-up__link:hover {
  color: #fb5332;
  text-decoration: underline;
}
.pop-up__home-page {
  margin-top: -100px;
}
.pricing {
  width: 100%;
  background-color: #fff;
  padding-top: 100px;
}
@media only screen and (max-width: 1023px) {
  .pricing {
    padding-top: 20px;
  }
}
.pricing__block {
  background-image: url("/assets/ksus/images/pricing/pricing-banner.jpg");
  background-size: cover;
  height: 800px;
}
@media only screen and (max-width: 750px) {
  .pricing__block {
    background-image: none;
  }
}
.pricing__block-2 {
  margin-top: -400px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 750px) {
  .pricing__block-2 {
    margin-top: -500px;
  }
}
@media only screen and (max-width: 450px) {
  .pricing__block-2 {
    margin-top: -550px;
  }
}
.pricing__block-3 {
  background-color: #dee9f1;
  height: 800px;
}
@media only screen and (max-width: 1023px) {
  .pricing__block-3 {
    height: 100%;
  }
}
.pricing__block-4 {
  background-color: #fff;
  height: 500px;
}
@media only screen and (max-width: 750px) {
  .pricing__block-4 {
    height: 100%;
    margin-bottom: 50px;
  }
}
.pricing__title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  padding-top: 110px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 450px) {
  .pricing__title {
    font-size: 35px;
  }
}
.pricing__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1150px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .pricing__content {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.pricing__starter {
  width: 420px;
  height: 100%;
  padding-bottom: 70px;
  background-color: #fff;
  box-shadow: 3px 3px 13px 1px rgba(0,0,0,0.09);
}
@media only screen and (max-width: 1200px) {
  .pricing__starter {
    width: 30%;
  }
}
@media only screen and (max-width: 900px) {
  .pricing__starter {
    display: none;
  }
}
.pricing__enterprise {
  width: 710px;
  height: 100%;
  padding-bottom: 70px;
  background-color: #fff;
  box-shadow: 3px 3px 13px 1px rgba(0,0,0,0.29);
}
@media only screen and (max-width: 1200px) {
  .pricing__enterprise {
    width: 65%;
  }
}
@media only screen and (max-width: 900px) {
  .pricing__enterprise {
    width: 95%;
  }
}
.pricing__left {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 600px) {
  .pricing__left {
    width: 100%;
  }
}
.pricing__right {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 600px) {
  .pricing__right {
    width: 100%;
  }
}
.pricing__clearfix {
  clear: both;
}
.pricing__block-title {
  color: #fb5332;
  font-size: 24px;
  font-family: 'Lato';
  font-weight: 800;
  padding-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .pricing__block-title {
    text-align: center;
  }
}
.pricing__subtitle {
  font-size: 34px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  font-family: 'Montserrat';
  margin: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
}
.pricing__subtitle_caption {
  font-size: 24px;
  font-weight: 100;
  text-transform: capitalize;
  padding-left: 20px;
}
@media only screen and (max-width: 600px) {
  .pricing__subtitle_caption {
    display: block;
    padding-left: 0px;
    padding-top: 5px;
    font-size: 18px;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .pricing__subtitle {
    text-align: center;
  }
}
.pricing__list {
  font-family: 'Lato', sans-serif;
  text-align: left;
  padding-left: 50px;
  color: #222;
  font-weight: 600;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media only screen and (max-width: 1080px) {
  .pricing__list {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .pricing__list {
    padding-top: 10px;
  }
}
.pricing__list-item {
  padding-bottom: 20px;
  margin-left: 20px;
  position: relative;
  font-weight: 700;
  color: #222;
  width: 100%;
  cursor: pointer;
}
.pricing__list-item:before {
  content: url("/assets/ksus/images/pricing/lightning.svg");
  position: absolute;
  left: -40px;
  top: -15px;
  width: 50px;
}
@media only screen and (max-width: 600px) {
  .pricing__list-item {
    padding-bottom: 15px;
  }
}
.pricing__list-item_disabled {
  color: #666;
  font-weight: 400;
}
.pricing__list-item_disabled:before {
  content: url("/assets/ksus/images/pricing/lightning-disabled.svg");
  position: absolute;
  left: -40px;
  top: -15px;
  width: 50px;
}
.pricing__list-item_hover:hover {
  color: #fb5332;
}
@media only screen and (max-width: 600px) {
  .pricing__list-item_hover {
    cursor: auto;
  }
  .pricing__list-item_hover:hover {
    color: #222;
  }
}
.pricing__btn-border {
  color: #fb5332;
  display: block;
  width: 200px;
  height: 50px;
  border: 3px solid #fb5332;
  border-radius: 28px;
  font-size: 11px;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  margin-top: 40px;
  position: relative;
  background: transparent;
  background: linear-gradient(to left, transparent 50%, #fb5332 50%);
  background-size: 230% 99%;
  background-position: right bottom;
  transition: all 0.3s;
  margin: 0 auto;
}
.pricing__btn-border:hover {
  background-position: left bottom;
  color: #fff;
}
.pricing__btn-border:hover:before {
  border-color: transparent transparent transparent #fff;
}
.pricing__btn {
  width: 200px;
  height: 50px;
  background: #fb5332;
  background: linear-gradient(to left, #fb5332 50%, #fff 50%);
  background-size: 230% 99%;
  background-position: right bottom;
  transition: all 0.3s ease;
  border-radius: 25px;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  border: 3px solid #fb5332;
  cursor: pointer;
  margin-top: 25px;
  color: #fff;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  margin: 0 auto;
}
.pricing__btn:hover {
  background-position: left bottom;
  color: #fb5332;
  border: 3px solid #fb5332;
}
.pricing__card {
  margin-top: 20px;
  width: 270px;
}
.pricing__card-image {
  width: 110px;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  margin: 0 auto;
}
.pricing__card-image_small {
  width: 90px;
}
.pricing__card-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Lato';
  margin: 0 auto;
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .pricing__card-title {
    text-align: left;
  }
}
.pricing__container {
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 210px;
}
@media only screen and (max-width: 1270px) {
  .pricing__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .pricing__container {
    max-width: 750px;
    padding-top: 75px;
  }
}
.pricing__video-left {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 1023px) {
  .pricing__video-left {
    width: 100%;
  }
}
.pricing__video-right {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 1023px) {
  .pricing__video-right {
    width: 100%;
  }
}
.pricing__watch-video-block {
  width: 100%;
  padding-bottom: 70px;
}
.pricing__link {
  width: 100%;
  display: block;
  position: relative;
  word-break: break-all;
}
.pricing__video-image {
  width: inherit;
  border: 1px solid #dedede;
}
@media only screen and (max-width: 550px) {
  .pricing__video-image {
    overflow: hidden;
  }
}
.pricing__play-icon {
  width: 70px;
  height: 70px;
  background: #fb5332;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  z-index: 99;
  display: block;
  cursor: pointer;
  border: 4px solid #fb5332;
  transition: all 0.3s ease;
}
.pricing__play-icon:after {
  content: url("../images/video-triangle.svg");
  position: absolute;
  left: 27px;
  top: 22px;
  width: 14px;
}
.pricing__play-icon:hover {
  background: inherit;
}
.pricing__play-icon:hover:after {
  content: url("../images/video-triangle-orange.svg");
  position: absolute;
  left: 27px;
  top: 22px;
  width: 14px;
}
.pricing__quote {
  width: 80%;
  color: #797c7f;
  font-family: 'PT Mono', monospace;
  font-size: 16px;
  padding-top: 25px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 auto;
  text-align: justify;
  position: relative;
}
.pricing__quote:before {
  content: url("../images/quotes.png");
  position: absolute;
  left: -25px;
}
.pricing__quote:after {
  content: url("../images/quotes.png");
  position: absolute;
  right: -20px;
}
@media only screen and (max-width: 1023px) {
  .pricing__quote {
    padding-top: 0;
  }
}
.pricing__name {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  padding-top: 30px;
  padding-left: 60px;
}
@media only screen and (max-width: 1023px) {
  .pricing__name {
    padding-left: 30px;
  }
}
.pricing__position {
  color: #9fa3a7;
  font-size: 11px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  padding-left: 60px;
}
@media only screen and (max-width: 1023px) {
  .pricing__position {
    padding-left: 30px;
    line-height: 15px;
  }
}
.pricing__company-image {
  width: 190px;
  padding-top: 10px;
  padding-left: 60px;
}
@media only screen and (max-width: 1023px) {
  .pricing__company-image {
    padding-left: 30px;
  }
}
.pricing__card-desc {
  width: 270px;
  border: 1px solid #dedede;
  height: 550px;
  padding: 50px 20px;
  display: none;
}
.pricing__card-desc-title {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  text-align: center;
}
.pricing__card-desc-text {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  padding-top: 30px;
}
.pricing__card-desc-image {
  width: 100%;
  height: auto;
}
.pricing__customers-title {
  font-weight: 800;
  font-size: 34px;
  text-transform: capitalize;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 75px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .pricing__customers-title {
    font-size: 25px;
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
.pricing__customers-image {
  display: block;
  margin: 0 auto;
  opacity: 0.6;
}
@media only screen and (max-width: 1200px) {
  .pricing__customers-image {
    width: 100%;
  }
}
.pricing__card-default {
  position: relative;
  width: 270px;
  height: 550px;
  border: 1px solid #dedede;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
  .pricing__card-default {
    width: 100%;
    height: auto;
    border: none;
    padding-bottom: 50px;
  }
}
.pricing__card-default-item {
  height: 30%;
  padding-bottom: 10px;
  padding-top: 30px;
}
@media only screen and (max-width: 600px) {
  .pricing__card-default-item {
    padding-left: 50px;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
  }
  .pricing__card-default-item:before {
    content: '●';
    position: absolute;
    left: 30px;
    top: 10px;
  }
}
.pricing__card-default-image {
  display: block;
  position: relative;
  z-index: 10;
  height: 110px;
  padding-top: 20px;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.5s;
}
@media only screen and (max-width: 600px) {
  .pricing__card-default-image {
    display: none;
  }
}
.pricing__figure {
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.pricing__figcaption-text {
  display: block;
  font-family: 'Lato';
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #222;
  text-align: justify;
}
.pricing__figcaption {
  display: block;
  position: absolute;
  z-index: 5;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  transition: all 0.5s;
}
@media only screen and (max-width: 600px) {
  .pricing__figcaption {
    display: none;
  }
}
.pricing__figure:hover img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.pricing__figure:hover figcaption {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.related {
  max-width: 1120px;
  width: 100%;
  height: 170px;
  margin: 0 auto;
  border-top: 3px solid #dedede;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 650px) {
  .related {
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    line-height: 75px;
    height: 100%;
    padding-bottom: 50px;
  }
}
.related__title {
  color: #666;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 3px;
}
.related__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  color: #222;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  width: 65%;
}
@media only screen and (max-width: 650px) {
  .related__list {
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    line-height: 45px;
    text-align: center;
  }
}
.related__list-item {
  color: #222;
  cursor: pointer;
}
.related__list-item:hover {
  color: #fb5332;
  text-decoration: none;
}
.testimonials {
  width: 100%;
  background-color: #fff;
}
.testimonials__title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 86px;
  text-transform: uppercase;
  padding-bottom: 60px;
}
@media only screen and (max-width: 450px) {
  .testimonials__title {
    font-size: 35px;
    line-height: 65px;
    padding-bottom: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.testimonials__text {
  max-width: 950px;
  text-align: center;
  margin: 0 auto;
  color: #666;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 40px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 950px) {
  .testimonials__text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.testimonials__content {
  max-width: 1120px;
  margin: 0 auto;
  padding-bottom: 100px;
  color: #666;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .testimonials__content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.testimonials__line {
  width: 100%;
  border-bottom: 3px solid #dedede;
  margin-bottom: 70px;
}
.testimonials__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.testimonials__cart {
  width: 420px;
  height: 100%;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 75px;
  border: 1px solid #dedede;
}
.testimonials__name {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  padding-top: 55px;
  padding-left: 35px;
}
.testimonials__source {
  color: #9fa3a7;
  font-size: 10px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  padding-left: 35px;
}
.testimonials__quote {
  width: 235px;
  color: #797c7f;
  font-family: 'PT Mono', monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 auto;
  text-align: justify;
  padding-top: 90px;
  position: relative;
}
.testimonials__quote:before {
  content: url("../images/quotes.png");
  position: absolute;
  left: -25px;
}
.testimonials__quote:after {
  content: url("../images/quotes.png");
  position: absolute;
  right: -20px;
}
.testimonials__image {
  padding-top: 60px;
  padding-bottom: 35px;
  padding-right: 35px;
  float: right;
}
.testimonials__company-image {
  width: 160px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 60px;
}

.inter-ua .nav-bar__item_3 {
  display: none;
}

