@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue.eot');
    src: url('fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue.woff2') format('woff2'),
        url('fonts/HelveticaNeue.woff') format('woff'),
        url('fonts/HelveticaNeue.ttf') format('truetype'),
        url('fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue Medium';
    src: url('fonts/HelveticaNeue-Medium.eot');
    src: url('fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Medium.woff') format('woff'),
        url('fonts/HelveticaNeue-Medium.ttf') format('truetype'),
        url('fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
a,
article,
aside,
b,
blockquote,
body,
caption,
center,
cite,
code,
dd,
div,
dl,
dt,
em,
fgroup,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
i,
iframe,
img,
label,
legend,
li,
main,
nav,
object,
ol,
p,
pre,
q,
s,
section,
small,
span,
strong,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: 0 0;
    -webkit-font-smoothing: antialiased;
}
article,
aside,
fgroup,
figcaption,
figure,
footer,
header,
hr,
main,
nav,
section,
time {
    display: block;
}
html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    height: 100% !important;
    margin: auto;
    position: relative;
}
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button,
input,
textarea {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: 0;
    background: 0 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-focus-ring-color: none;
}
button {
    overflow: visible;
}
textarea {
    overflow: auto;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
}
:focus {
    outline: 0;
}
:disabled {
    cursor: default;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 0 30px;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    display: block;
    margin: 0 0 30px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: transparent;
}
.loaded .load-icon {
    display: block;
}
.loaded * {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
}
.load-icon {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 99999;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}
.load-icon:before {
    content: "";
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/loader.gif) left top no-repeat;
}
html.hidden,
html.hidden body {
    height: auto !important;
    overflow: hidden;
}
.desktop.remove-scroll {
    padding-right: 17px;
}
.desktop.remove-scroll .popup__mask {
    right: 17px;
}
.mac.remove-scroll {
    padding-right: 0;
}
.mac.remove-scroll .popup__mask {
    right: 0;
}
body {
    font-family: 'Helvetica Neue';
    min-width: 320px;
    height: 100% !important;
    position: relative;
    font-size: 16px;
    background: #fff;
    color: #888;
    -webkit-font-smoothing: antialiased;
}
.center { text-align: center; }
.clear { clear: both;  }
.h10 { height: 10px; }
.h40 { height: 40px; }
.ml25 { margin-left: 25px !important; }
/* Animaciones trofeos */
.trial__bg-left,
.trial__bg-right,
.trial__bg-top,
.trial__bg-bottom {
  animation-name: anim-trofeos;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.trial__bg-left {
  animation-duration: 1.3s;
}
.trial__bg-top {
  animation-duration: 0.8s;
}

@keyframes anim-trofeos {
  0%   {transform: rotate(-10deg) scale(1);}
  50%  {transform: rotate(20deg) scale(1.3);}
  100% {transform: rotate(-10deg) scale(1);}
}
.page-container {
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
.ie .page-container {
    display: block;
}
.wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 0 30px;
}
.title-1 {
    font: 600 60px/1 "Darker Grotesque", sans-serif;
}
.title-2 {
    font: 600 50px/1 "Darker Grotesque", sans-serif;
    text-transform: capitalize;
}
.title-3 {
    font: 600 36px/1 "Darker Grotesque", sans-serif;
    text-transform: capitalize;
}
.title-4 {
    font: 600 28px/31px "Darker Grotesque", sans-serif;
}
.title-5 {
    font: 600 22px/26px "Darker Grotesque", sans-serif;
}
.title-6 {
    font: 500 16px/27px "Darker Grotesque", sans-serif;
}
h1 {
    padding: 0 0 30px;
    font-family: 'Helvetica Neue Medium';
    font-size: 55px;
    font-weight: 500 !important;
    text-transform: none !important;
}
h2 {
    padding: 0 0 30px;
    font: 600 50px/1 "Darker Grotesque", sans-serif;
    color: #000;
}
h3 { font-family: 'Helvetica Neue Medium' !important;
    padding: 0 0 30px;
    font-size: 40px;
    font-weight: 500 !important;
    z-index: 9;
    letter-spacing: 0px !important;
}
h3.responses-block__title { color: #4d5558 !important;
	letter-spacing: 1px; }
h3 strong  { font-family: 'Helvetica Neue Medium'; }  
h4 {
    padding: 0 0 30px;
    font: 600 28px/31px "Darker Grotesque", sans-serif;
    color: #000;
}
h5 {
    padding: 0 0 30px;
    font: 600 22px/26px "Darker Grotesque", sans-serif;
    color: #000;
}
h6 {
    padding: 0 0 30px;
    font: 500 16px/27px "Darker Grotesque", sans-serif;
    color: #000;
}
ul {
    padding: 0 0 21px;
}
ul li {
    padding: 0 0 12px 40px;
    position: relative;
    list-style: none;
}
ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 20px;
    top: 11px;
    background: #ff6231;
    border-radius: 50%;
}
ol {
    padding: 0 0 22px;
    list-style: none;
    counter-reset: item;
}
ol li:before {
    content: counter(item, decimal) ". ";
    counter-increment: item;
}
.unordered {
    padding: 0 0 30px;
}
.unordered__item {
    padding: 0 0 3px 24px;
    position: relative;
    list-style: none;
}
.unordered__item:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 10px;
    top: 11px;
    background: #ff6231;
    border-radius: 50%;
}
p {
    padding: 0 0 33px;
}
.orange {
    color: #ff6231;
}
blockquote {
    margin: 6px 0 41px;
    padding: 50px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(47, 21, 135, 0.06);
    border-radius: 20px;
}
blockquote:after,
blockquote:before {
    display: none;
}
blockquote p {
    max-width: 708px;
    padding: 0;
    font: 500 28px/31px "Darker Grotesque", sans-serif;
    color: #888;
}
blockquote p:after,
blockquote p:before {
    content: "“";
}
blockquote footer {
    padding: 22px 50px 0 0;
    position: relative;
    font: 600 22px/26px "Darker Grotesque", sans-serif;
    color: #000;
}
blockquote footer:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: -2px;
    right: -10px;
    background: url(../img/svg/quote.svg) 0 0/100% 100% no-repeat;
}
a {
    text-decoration: none;
    color: #000;
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.desktop a:hover {
    color: #ffffff;
    opacity: 0.7;
}
::-moz-placeholder {
    opacity: 1 !important;
    color: #869499 !important;
    font-size: 16px !important;
    font-family: 'Helvetica Neue' !important;
}
::-webkit-input-placeholder {
    line-height: normal;
    opacity: 1 !important;
    color: #869499 !important;
    font-size: 16px !important;
    font-family: 'Helvetica Neue' !important;
}
:-ms-input-placeholder {
    opacity: 1 !important;
    color: #869499 !important;
    font-size: 16px !important;
    font-family: 'Helvetica Neue' !important;
}
.text-input, select {
    width: 100%;
    height: 45px;
    margin: 0 0 20px;
    padding: 5px 29px;
    display: block;
    background: #ebf1f2;
    border: 1px solid #ebf1f2;
    border-radius: 30px;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    color: #869499;
}
.textarea {
    min-width: 100%;
    max-width: 100%;
    height: 150px;
    min-height: 150px;
    margin: 0 0 16px;
    padding: 23px 29px;
    display: block;
    background: #fff;
    border: 1px solid #e6ebfc;
    border-radius: 20px;
    font: 14px/24px Roboto, sans-serif;
    color: #000;
    resize: none;
}
.half_one, .half_two { float: left;
    width: 50%; }
.half_one { width: 47% !important;
    margin-right: 10px; }      
.button {
    max-width: 100%;
    height: 60px;
    margin: 0 0 22px;
    padding: 0 35px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    border-radius: 30px;
    font: 500 16px/60px Roboto, sans-serif;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 5px 10px rgba(252, 104, 58, 0.25);
}
.button-red {
    max-width: 100%;
    height: 60px;
    margin: 0 0 22px;
    padding: 20px 75px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    border-radius: 30px;
    font-family: 'Helvetica Neue Medium';
    font-size: 16px;
    background-color: #ec2e21;
    color: #fff;
    text-align: center; 
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 9;
}
.btn-redoutline {
    height: 35px !important;
    background: transparent !important;
    border: 2px solid #fa271b !important;
    color: #fa271b !important;
    padding: 7px 40px !important;
}
.btn-red2 { padding: 20px 55px !important; }
img.logo-form { margin: 0px auto 60px; }
.button-blue {
    max-width: 100%;
    height: 60px;
    margin: 0px;
    padding: 20px 55px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    border-radius: 30px;
    font-family: 'Helvetica Neue Medium';
    font-size: 16px;
    background-color: #2abcf7;
    color: #fff;
    text-align: center; 
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 9;
}
.btn-submit { padding: 20px 110px; }
.js-slider-loader { overflow: hidden; }
.ml1 {
    font-family: 'Helvetica Neue Medium' !important;
    font-size: 1.25em;
    letter-spacing: 0em;
    font-weight: 500 !important;
    color: #ffffff;
    opacity: 1;
}
.ml0 {
    font-family: 'Helvetica Neue Medium';
    font-size: 1.25em;
    letter-spacing: 0em;
    font-weight: 500 !important;
    color: #ffffff;
    opacity: 0.8;
}
.ml2 {
    font-family: 'Helvetica Neue Medium';
    font-size: 2em;
    letter-spacing: 0em;
    font-weight: 500 !important;
    color: #ffffff;
    opacity: 0.7;
}
.ml3 {
    font-family: 'Helvetica Neue Medium';
    font-size: 0.8em;
    letter-spacing: 0em;
    font-weight: 500 !important;
    color: #ffffff;
    opacity: 0.7;
}
.ml4 {
    font-family: 'Helvetica Neue Medium';
    font-size: 1.25em;
    letter-spacing: 0em;
    font-weight: 500 !important;
    color: #ffffff;
}
.ml5 {
    font-family: 'Helvetica Neue Medium';
    font-size: 1.8em;
    letter-spacing: 0em;
    font-weight: 500 !important;
    color: #ffffff;
    opacity: 0.7;
}
.ml6 {
    font-family: 'Helvetica Neue Medium';
    font-size: 1.5em;
    letter-spacing: 0em;
    font-weight: 500 !important;
    color: #ffffff;
    position: absolute;
    text-align: right;
    right: 0px; left: 0px; top: -6px;
}
.ml7 {
    font-family: 'Helvetica Neue Medium';
    font-size: 3.37em;
    letter-spacing: 0em;
    font-weight: 500 !important;
    color: #ffffff;
}
.ml8 {
    font-family: 'Helvetica Neue Medium';
    font-size: 0.87em;
    letter-spacing: 0em;
    font-weight: 500 !important;
    color: #ffffff;
    opacity: 0.8;
}
.ml9 {
    font-family: 'Helvetica Neue Medium';
    font-size: 2em;
    letter-spacing: 0em;
    font-weight: 500 !important;
    color: #ffffff;
}
.ml10 {
    font-family: 'Helvetica Neue Medium';
    font-size: 1.25em;
    letter-spacing: 0em;
    font-weight: 500 !important;
    color: #ffffff;
}
.ml11 {
    font-family: 'Helvetica Neue Medium';
    font-size: 0.87em;
    letter-spacing: 0em;
    font-weight: 500 !important;
    color: #ffffff;
    opacity: 0.7;
    position: absolute;
    top: 22px; right: 0px;
}
.ml12 {
    font-family: 'Helvetica Neue Medium';
    font-size: 2em;
    letter-spacing: 0em;
    font-weight: 500 !important;
    color: #ffffff;
    opacity: 0.7;
}
.ml13 {
    font-family: 'Helvetica Neue Medium';
    font-size: 0.8em;
    letter-spacing: 0em;
    font-weight: 500 !important;
    color: #ffffff;
    position: relative;
    top: -10px;
}
.ml14 {
    font-family: 'Helvetica Neue Medium';
    font-size: 1.8em;
    letter-spacing: 0em;
    font-weight: 500 !important;
    color: #ffffff;
    opacity: 0.7;
}
.ml1 .letter, .ml2 .letter, .ml3 .letter, .ml4 .letter, .ml5 .letter, .ml6 .letter, .ml7 .letter, .ml8 .letter
.ml9 .letter, .ml10 .letter, .ml11 .letter, .ml12 .letter, .ml13 .letter, .ml14 .letter{
  display: inline-block;
  line-height: 1em;
}
.content {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1s;
}
.fadeRight {
  opacity: 0;
  transform: translate(10vh, 0vh);
  transition: all 1.2s;
}
.fadeLeft {
  opacity: 0;
  transform: translate(-10vh, 0vh);
  transition: all 1.2s;
}
.fadeTop {
  opacity: 0; 
  transform: translate(0, 10vh);
  transition: all 1.2s;
}
.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.texto-doble, .texto-doble2, .texto-doble3 { display: inline-block; }
.texto-doble { position: relative; width: 190px; height: 37px; top: -20px; }
.texto-doble2 { text-align: left; }
.texto-doble3 { position: relative; top: -20px; }
.texto-var.mobile { display: none; }
.btn-contrata { display: none; }
.btn-play-video {
	left: 0px;
	position: absolute;
	top: 0px;
}
.btn-play-video img {
	width: 50px !important;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}
.button:after,
.button:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.button:before {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 169, 121, 0.991703)), to(rgba(255, 98, 49, 0.991703)));
    background: -webkit-linear-gradient(right, rgba(255, 169, 121, 0.991703) 0, rgba(255, 98, 49, 0.991703) 100%);
    background: linear-gradient(270deg, rgba(255, 169, 121, 0.991703) 0, rgba(255, 98, 49, 0.991703) 100%);
}
.button:after {
    opacity: 0;
    z-index: 1;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 98, 49, 0.991703)), to(rgba(255, 169, 121, 0.991703)));
    background: -webkit-linear-gradient(right, rgba(255, 98, 49, 0.991703) 0, rgba(255, 169, 121, 0.991703) 100%);
    background: linear-gradient(270deg, rgba(255, 98, 49, 0.991703) 0, rgba(255, 169, 121, 0.991703) 100%);
}
.desktop a.button:hover,
.desktop button.button:hover {
    box-shadow: 0 5px 20px rgba(252, 104, 58, 0.45);
    color: #fff;
}
.desktop a.button:hover:after,
.desktop button.button:hover:after {
    opacity: 1;
}
.button__text {
    position: relative;
    z-index: 2;
}
.button__cols {
    height: 100%;
    margin: 0 -5px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: left;
    text-transform: none;
}
.button__col {
    padding: 0 5px;
}
.button__text-small {
    display: block;
    font: 10px/1 Roboto, sans-serif;
}
.button__text-big {
    display: block;
    font: 500 14px/24px Roboto, sans-serif;
    text-transform: uppercase;
}
.button__icon {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
}
.button__icon:after,
.button__icon:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.button__icon:after {
    opacity: 0;
}
.button__icon_1:before {
    background: url(../img/svg/google-play.svg) 0 0/100% 100% no-repeat;
}
.button__icon_1:after {
    background: url(../img/svg/google-play-orange.svg) 0 0/100% 100% no-repeat;
}
.button__icon_2 {
    top: -2px;
}
.button__icon_2:before {
    background: url(../img/svg/apple.svg) 0 0/100% 100% no-repeat;
}
.button__icon_2:after {
    background: url(../img/svg/apple-orange.svg) 0 0/100% 100% no-repeat;
}
.button_big {
    height: 69px;
    line-height: 69px;
    border-radius: 35px;
}
.button_big:after,
.button_big:before {
    border-radius: 35px;
}
.button_border {
    color: #ff6231;
    box-shadow: none;
}
.button_border:before {
    background: #fff;
    border: 2px solid #ff6231;
}
.button_border .button__icon:before {
    opacity: 0;
}
.button_border .button__icon:after,
.desktop .button_border:hover .button__icon:before {
    opacity: 1;
}
.desktop .button_border:hover .button__icon:after {
    opacity: 0;
}
.close-button {
    width: 22px;
    height: 22px;
    display: block;
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.close-button:after,
.close-button:before {
    content: "";
    width: 18px;
    height: 3px;
    position: absolute;
    top: 10px;
    left: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #442fa6;
    border-radius: 20px;
}
.close-button:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.desktop .close-button:hover {
    background: transparent;
}
.desktop .close-button:hover:after,
.desktop .close-button:hover:before {
    background: #000000;
}
.close-button_orange {
    background: #ff6231;
    border: 2px solid #ff6231;
}
.close-button_orange:after,
.close-button_orange:before {
    top: 8px;
    left: 2px;
    background: #fff;
}
.desktop .close-button_orange:hover {
    background: #fff;
}
.desktop .close-button_orange:hover:after,
.desktop .close-button_orange:hover:before {
    background: #ff6231;
}
.share-button {
    padding: 0 0 0 24px;
    display: inline-block;
    position: relative;
    font: 14px/24px Roboto, sans-serif;
    color: #888;
}
.share-button:after,
.share-button:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.share-button:before {
    background: url(../img/svg/share.svg) 0 0/100% 100% no-repeat;
}
.share-button:after {
    opacity: 0;
    z-index: 1;
    background: url(../img/svg/share-orange.svg) 0 0/100% 100% no-repeat;
}
.desktop .share-button:hover {
    color: #ff6231;
}
.desktop .share-button:hover:after {
    opacity: 1;
}
.reply-button {
    padding: 0 0 0 26px;
    display: inline-block;
    position: relative;
    font: 14px/24px Roboto, sans-serif;
    color: #ff6231;
}
.reply-button:after,
.reply-button:before {
    content: "";
    width: 16px;
    height: 17px;
    position: absolute;
    top: 2px;
    left: 0;
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.reply-button:before {
    background: url(../img/svg/reply.svg) 0 0/100% 100% no-repeat;
}
.reply-button:after {
    opacity: 0;
    z-index: 1;
    background: url(../img/svg/reply-black.svg) 0 0/100% 100% no-repeat;
}
.desktop .reply-button:hover {
    color: #000;
}
.desktop .reply-button:hover:after {
    opacity: 1;
}
.arrow-button {
    width: 41px;
    height: 30px;
    margin: 0 0 20px;
    display: block;
    position: relative;
    z-index: 2;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.arrow-button:after,
.arrow-button:before {
    content: "";
    width: 41px;
    height: 16px;
    margin: -8px 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.arrow-button:before {
    background: url(../img/svg/slider-arrow-grey.svg) 0 0/100% 100% no-repeat;
}
.arrow-button:after {
    background: url(../img/svg/slider-arrow-orange.svg) 0 0/100% 100% no-repeat;
    opacity: 0;
    z-index: 1;
}
.desktop .arrow-button:hover:after {
    opacity: 1;
}
.mob-button {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    border: 2px solid #ff6231;
    border-radius: 50%;
}
.mob-button:after,
.mob-button:before,
.mob-button__icon:before {
    content: "";
    width: 18px;
    margin: 0 0 0 -9px;
    position: absolute;
    top: 12px;
    left: 50%;
    border-bottom: 2px solid #fff;
}
.mob-button:after {
    top: 17px;
}
.mob-button__icon:before {
    top: 22px;
}
.header {
    background: #f5f5ef;
    min-width: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    padding-bottom: 30px;
    height: 110px;
}
.header__cols {
    max-width: 1920px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: relative;
}
.header__left {
    min-width: 0;
    padding: 30px 0 0 70px;
    position: absolute;
    top: 0;
    left: 0;
}
.header__right {
    min-width: 0;
    padding: 36px 70px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}
.header__center {
    width: 1200px;
    margin: auto;
    padding: 50px 30px 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0;
}
.header__inner-cols {
    margin: 0 -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.header__inner-col {
    padding: 0 15px;
}
.header__inner-col_mob,
.hide-mob {
    display: none;
}
.header-logo {
    display: inline-block;
    vertical-align: top;
}
.header-logo__image {
    max-width: 205px;
    margin: 0;
}
.main-nav {
    margin: 0 -32px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-nav_center {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.main-nav__item {
    padding: 0 64px 0 0;
    position: relative;
}
.main-nav__item:before {
    display: none;
}
.main-nav__item:after {
    content: "";
    width: 4px;
    height: 4px;
    margin: -2px 0 0;
    position: absolute;
    top: 50%;
    right: 30px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.main-nav__item:last-child:after {
    display: none;
}
.main-nav__link {
    display: block;
    font: 16px/35px Roboto, sans-serif;
    white-space: nowrap;
    color: #fff;
}
.main-nav__button {
    height: 35px;
    margin: 0 -32px 0 0;
    padding: 0 19px;
    display: block;
    font: 500 16px/31px Roboto, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #ff6231;
    border: 2px solid #ff6231;
    border-radius: 18px;
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.desktop .main-nav__button:hover {
    background: #ff6231;
    color: #fff;
}
.desktop .main-nav__link:hover {
    color: #ff6231;
}
.header-tel {
    padding: 0 0 0 31px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font: 500 19px/24px Roboto, sans-serif;
    color: #fff !important;
    white-space: nowrap;
}
.header-tel:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/svg/smartphone.svg) 0 0/100% 100% no-repeat;
}
.footer {
    min-width: 0;
    width: 100%;
    margin: 0px 0 0;
    position: relative;
    z-index: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #f5f5ef;
}
.footer__bg {
    width: 1920px;
    height: 100%;
    margin: 0 0 0 -960px;
    position: absolute;
    top: 0;
    left: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.ft-center p { text-align: center; }
.colf {     margin: 0 -15px;
    padding: 30px 0px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;  }
.col20f { width: 20%; padding: 0 15px;  }
.col60f { width: 60%; padding: 0 15px; }


.subscription__bg {
    min-height: 330px;
    margin: 0 0 -35px;
    padding: 65px 50px 70px 455px;
    position: relative;
    bottom: 74px;
    z-index: 1;
    background: #fff;
    box-shadow: 0 30px 20px rgba(47, 21, 135, 0.15);
    border-radius: 20px;
}
.subscription__envelope {
    width: 373px;
    height: 425px;
    position: absolute;
    top: -115px;
    left: 40px;
    background: url(../img/svg/subscription.svg) 0 0/100% 100% no-repeat;
}
.subscription__max {
    max-width: 597px;
}
.subscription__title {
    padding: 0 0 5px;
    display: block;
    position: relative;
    bottom: 1px;
    font: 600 36px/1 "Darker Grotesque", sans-serif;
    text-transform: capitalize;
    color: #000;
}
.subscription__text {
    max-width: 440px;
    padding: 7px 0;
    display: block;
}
.subscribe {
    padding: 19px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.subscribe__left {
    width: 100%;
    min-width: 0;
}
.subscribe__right {
    padding: 0 0 0 20px;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0;
}
.subscribe__button,
.subscribe__input {
    margin: 0;
}
.footer-logo {
    margin: 0 0 10px;
    display: inline-block;
    vertical-align: top;
    font: 40px/170% Codystar, cursive;
    color: rgba(255, 255, 255, 0.2) !important;
}
.footer-top {
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
    /**text-align: center;**/
}
.footer-top p { padding-bottom: 10px !important;
    color: #808080 !important;
    font-size: 15px !important;
    line-height: 1.4;  }
.footer-bottom {
    padding-top: 0px;
    padding-bottom: 14px;
    position: relative;
    z-index: 1;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ft-logo p { margin-bottom: 5px !important; }
.copyrights {
    padding: 10px 0;
    display: block;
    font-size: 15px;
    color: #808080;
}
.main {
    min-width: 0;
    width: 100%;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.first-screen {
    min-height: 700px;
    padding: 200px 0 100px;
    position: relative;
    color: #fff;
    background-color: #f5f5ef;
}
.first-screen__cell h1 { color: #3f4cb3 !important; padding-bottom: 20px !important; }
.first-screen__cell p { color: #596366 !important; font-size: 25px; }
.first-screen__cell p strong { font-weight: 600 !important; }
.first-screen__bg-1 {
    width: 1920px;
    height: 100%;
    margin: 0 0 0 -960px;
    position: absolute;
    top: 0;
    left: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #f5f5ef;
}
.first-screen__bg-2 {
    width: 1920px;
    height: 400px;
    margin: 0 0 0 -960px;
    position: absolute;
    bottom: -64px;
    left: 50%;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.first-screen__pseudotext {
    width: 1920px;
    margin: 0 0 0 -960px;
    padding: 0 0 27px 70px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    font: 120px/142px Codystar, cursive;
    color: #ccc;
    opacity: 0.2;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.first-screen__pseudotext:before {
    content: attr(data-title);
    display: block;
}
.first-screen__main {
    position: relative;
    z-index: 3;
}
.first-screen__max {
    max-width: 550px;
    position: relative;
}
.first-screen__elements {
    width: 620px;
    height: auto;
    margin: -35px 0 0 20px;
    position: absolute;
    top: 0;
    left: 100%;
}
.first-screen__phone {
    width: 530px;
    height: 784px;
    margin: -140px 0 0 29px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
}
.first-screen__content {
    position: relative;
    z-index: 2;
}
.first-screen__title {
    padding: 0 0 22px;
    position: relative;
    bottom: 7px;
    text-transform: capitalize;
    font: 800 80px/90% "Darker Grotesque", sans-serif;
    color: #fff;
}
.first-screen__text {
    padding: 0 0 52px;
    font: 500 28px/110% "Darker Grotesque", sans-serif;
}
.first-screen__button {
    margin: 0 0 20px;
}
.videos__main {
    position: relative;
    z-index: 3;
}
.videos__max {
    max-width: 570px;
    position: relative;
}
.videos__content {
    position: relative;
    z-index: 2;
}
.above-title {
    padding: 0 0 0 30px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font: 500 12px/170% Roboto, sans-serif;
    color: #ff6231;
    letter-spacing: 0.1em;
}
.above-title:after,
.above-title:before {
    content: "";
    width: 6px;
    height: 6px;
    margin: -3px 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    background: #ff6231;
    border-radius: 50%;
}
.above-title:after {
    margin-left: 10px;
}
.main-top {
    padding: 182px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-title {
    padding: 10px 0 0px;
    position: relative;
    text-align: center;
}
.main-title:before {
    content: attr(data-title);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font: 40px/47px Codystar, cursive;
    color: #ccc;
}
.main-title__text {
    display: block;
    position: relative;
    z-index: 1;
}
.main-title__text:after,
.main-title__text:before {
    content: "";
    width: 6px;
    height: 6px;
    margin: 0 0 14px -8px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    background: #ff6231;
    border-radius: 50%;
}
.main-title__text:after {
    margin: 0 0 14px 2px;
}
.main-title_align-left {
    text-align: left;
}
.main-title_align-left .main-title__text:after,
.main-title_align-left .main-title__text:before {
    left: 0;
    margin: 0 0 14px;
}
.main-title_align-left .main-title__text:after {
    margin: 0 0 14px 10px;
}
.main-title_white {
    color: #fff;
}
.main-title_white:before {
    color: rgba(255, 255, 255, 0.35);
}
.side-element {
    width: 273px;
    height: 384px;
    margin: 0;
    position: absolute;
    left: 50%;
    z-index: 1;
}
.what-you-get {
    width: 100%;
    min-width: 0;
    padding: 0 0 20px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
}
.what-you-get__main {
    position: relative;
    z-index: 2;
}
.what-you-get__right-element {
    margin: 0 0 0 616px;
    bottom: -102px;
}
.features {
    margin: 0 -15px;
    padding: 20px 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.feature {
    width: 25%;
    padding: 0 15px 30px;
}
.feature__bg {
    min-height: 100%;
    background: #fff;
    border-radius: 20px;
}
.feature__image {
    width: 100%;
    max-width: 230px;
    margin: 0 auto 36px;
}
.feature__content {
    padding: 0px;
    text-align: center;
}
.feature__title {
    padding: 0 0 15px;
    color: #3f4cb3 !important;
    font-family: 'Helvetica Neue Medium';
    font-size: 20px;
    line-height: 1.3 !important;
    text-transform: uppercase;
}
.feature__text {
    padding: 0 0 15px;
    font-size: 19px;
    color: #596366;
}
.most-popular {
    width: 100%;
    min-width: 0;
    padding: 0px;
    margin-top: 140px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    background: #f5f5ef;
}
.most-popular__main {
    position: relative;
    z-index: 2;
}
.most-popular__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 60px;
}
.most-popular__left {
    width: 100%;
    min-width: 0;
    padding: 0 30px 0 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.left2 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    padding: 0px !important;
}
.left2 .most-popular__image { margin: 0 0px 0px auto !important; } 
.most-popular__right {
    width: 520px;
    padding: 49px 0 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0;
}
.most-popular__right h2 { font-family: 'Helvetica Neue Medium' !important;
    font-weight: 500 !important;
    color: #3f4cb3 !important;
    font-size: 37px !important; 
    line-height: 1.2 !important; }
.most-popular__right p { color: #596366 !important;
    font-size: 19px !important;
    line-height: 1.4 !important; }    
.right2 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;

}
.most-popular__image {
    width: 100%;
    max-width: 570px;
    margin: 0 0 20px;
}
.most-popular__text {
    padding: 0 0 32px;
    font: 500 28px/110% "Darker Grotesque", sans-serif;
}
.most-popular__left-element {
    margin: 0 0 0 -844px;
    bottom: -174px;
}
.check-list {
    padding: 0 0 20px;
}
.check-list__item {
    padding: 0 0 20px 41px;
    position: relative;
    font: 16px/170% Roboto, sans-serif;
}
.check-list__item:before {
    display: none;
}
.check-list__item:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
    background: url(../img/svg/check.svg) 0 0/100% 100% no-repeat;
}
.presentation-block {
    min-height: 410px;
    margin: 0 0 120px;
    padding: 110px 0 0;
    position: relative;
}
.presentation-block__bg {
    width: 100%;
    height: 730px;
    margin-top: -130px;
    /*margin: 0 0 0 -960px;*/
    position: absolute;
    top: 0;
    /*left: 50%;*/
    background: url(../img/fondo-logos-trans.png) 0 0/100% 100% no-repeat;
}
.calltoaction-block__bg {
    width: 100%;
    height: 800px;
    /*margin: 0 0 0 -960px;*/
    position: absolute;
    top: 0;
    /*left: 50%;*/
    background: url(../img/bg-calltoaction.png) 0 0/100% 100% no-repeat;
}
.calltoaction-block {
    min-height: 800px;
    margin: 0px;
    padding: 260px 0 0;
    position: relative;
}
.presentation-block__main {
    position: relative;
    z-index: 2;
}
.calltoaction__main {
    position: relative;
    z-index: 2;
}
.presentation-block__main h3 { font-size: 27px !important;
    font-weight: 400 !important;
    color: #ffffff;
    text-align: center; }    
.calltoaction h3 { color: #ffffff !important;
    font-family: 'Helvetica Neue Medium' !important;
	font-size: 40px !important; 
    font-weight: 500 !important;
	line-height: 1.3 !important; 
	letter-spacing: 1px; }
.cta-img1 { position: absolute;
    max-width: 530px;
    z-index: 9;
    right: 0px;
    bottom: 0px;  }  
.cta-img2 { position: absolute;
    height: 250px;
    z-index: 9;
    bottom: 30px;  } 
.cta-img3 { position: absolute;
    max-width: 150px;
    z-index: 9;
    left: 250px;
    bottom: 150px;  } 
.cta-img4 { position: absolute;
    z-index: 9;
    left: 430px;
    bottom: 10px;  }               
.cta-img1 img { width: 100%; margin-bottom: 0px !important;  } 
.cta-img2 img { height: 100%; margin-bottom: 0px !important;  }   
.cta-img3 img { width: 100%; margin-bottom: 0px !important;  }
.cta-img4 img { width: 100%; margin-bottom: 0px !important;  }    
.ui-slider {
    padding: 51px 0 0;
}
.trial__cell h3 { font-size: 45px !important;  }
.ui-slider__arrows {
    height: 50px;
    margin: 0 0 -111px;
    position: relative;
}
.ui-slider__all {
    height: 100px;
    position: relative;
    top: 32px;
}
.ui-slider__list-wrap {
    width: 1660px;
    margin: 0 0 0 -830px;
    padding: 30px 240px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    overflow: hidden;
}
.ui-slider__list-wrap.loaded .ui-slider__bg,
.ui-slider__list-wrap.loaded img {
    opacity: 0;
}
.ui-slider__list {
    position: relative;
    z-index: 1;
    overflow: visible !important;
}
.ui-slider__list .slick-list,
.ui-slider__list .slick-track {
    overflow: visible !important;
}
.ui-slider__bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ui-slider__bg-left {
    width: 387px;
    height: 510px;
    margin: 0;
    position: absolute;
    bottom: 171px;
    left: 0;
}
.ui-slider__bg-right {
    width: 461px;
    height: 519px;
    margin: 0;
    position: absolute;
    bottom: 192px;
    right: -62px;
}
.ui-slider__image-wrap {
    height: auto;
    position: relative;
    -webkit-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    opacity: 0;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
}
.ui-slider__image {
    width: 329px;
    margin: 0 0 0 -164.5px;
    position: absolute;
    top: 0;
    left: 50%;
    box-shadow: 0 10px 20px rgba(47, 21, 135, 0.18);
    border-radius: 20px;
}
.ui-slider__item {
    position: relative;
}
.ui-slider__item.active-1 {
    z-index: 1;
}
.ui-slider__item.active-1 .ui-slider__image-wrap {
    opacity: 1;
    -webkit-transform: scale(0.71);
    -ms-transform: scale(0.71);
    transform: scale(0.71);
}
.ui-slider__item.active-2 {
    z-index: 2;
}
.ui-slider__item.active-2 .ui-slider__image-wrap {
    opacity: 1;
    -webkit-transform: scale(0.855);
    -ms-transform: scale(0.855);
    transform: scale(0.855);
    left: -25px;
}
.ui-slider__item.active-3 {
    z-index: 3;
}
.ui-slider__item.active-3 .ui-slider__image-wrap {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ui-slider__item.active-4 {
    z-index: 2;
}
.ui-slider__item.active-4 .ui-slider__image-wrap {
    opacity: 1;
    -webkit-transform: scale(0.855);
    -ms-transform: scale(0.855);
    transform: scale(0.855);
    left: 25px;
}
.ui-slider__item.active-5 {
    z-index: 1;
}
.ui-slider__item.active-5 .ui-slider__image-wrap {
    opacity: 1;
    -webkit-transform: scale(0.71);
    -ms-transform: scale(0.71);
    transform: scale(0.71);
}
.js-slider-item img { max-width: 210px; }
.downloads-block {
    padding: 0 0 144px;
    position: relative;
}
.downloads-block__main {
    position: relative;
    z-index: 2;
}
.downloads-block__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.downloads-block__left {
    width: 465px;
    padding: 0 30px 0 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0;
}
.downloads-block__right {
    width: 100%;
    max-width: 555px;
    padding: 31px 0 0;
}
.downloads-block__right-element {
    margin: 0 0 0 616px;
    top: -177px;
}
.downloads__text {
    padding: 0 0 50px;
}
.downloads__buttons {
    margin: 0 -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.downloads__button-wrap {
    padding: 0 10px 20px;
}
.downloads__button {
    margin: 0;
}
.prices {
    margin: 0 -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.prices__col {
    width: 50%;
    max-width: 292px;
    padding: 0 15px;
}
.prices__top {
    margin: 0 0 30px;
    padding: 0 0 12px;
    position: relative;
}
.prices__top:after {
    content: "";
    width: 100%;
    max-width: 242px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/dashed.png) repeat-x;
}
.prices__title {
    padding: 0 0 10px;
    font: 500 12px/170% Roboto, sans-serif;
    color: #ff6231;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.prices__cost {
    margin: 0 0 -13px;
    display: block;
    font: 500 32px/54px Roboto, sans-serif;
    color: #000;
}
.prices__cost span {
    padding: 0 0 0 3px;
    position: relative;
    bottom: 11px;
    font-size: 16px;
}
.prices__per {
    display: block;
}
.responses-block {
    position: relative;
    padding-bottom: 80px;
}
.responses-block__main {
    position: relative;
    z-index: 2;
}
.responses-block__cols {
    margin: 0 -15px -6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.responses-block__left {
    width: 100%;
    padding: 6px 15px 0;
}
.responses-block__right {
    padding: 0 15px;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0;
}
.responses-block__left-element {
    margin: 0 0 0 -910px;
    top: -166px;
}
.responses {
    width: 1930px;
    padding: 30px 0 30px 400px;
    position: relative;
    right: 400px;
    overflow: hidden;
}
.responses.loaded {
    height: 300px;
}
.responses.loaded .responses__bg {
    opacity: 0;
}
.responses__list {
    position: relative;
    z-index: 1;
    overflow: visible !important;
}
.responses .slick-list,
.responses__list .slick-track {
    overflow: visible !important;
}
.responses__item {
    opacity: 0;
    -webkit-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.responses__item.active-1,
.responses__item.active-2,
.responses__item.active-3 {
    opacity: 1;
}
.responses__bg {
    margin: 0 30px 0 0;
    padding: 30px 40px 40px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(47, 21, 135, 0.06);
    border-radius: 20px;
}
/**.responses__bg:before {
    content: "";
    width: 50px;
    height: 50px;
    margin: 0 0 15px;
    display: block;
    background: url(../img/svg/quote.svg) 0 0/100% 100% no-repeat;
}**/
.responses__quote {
    margin: 0;
    padding: 0;
    background: 0 0;
    box-shadow: none;
    border-radius: 0;
}
.responses__quote:after,
.responses__quote:before {
    display: none;
}
.responses__text {
    max-width: none;
    min-height: 108px;
    margin: 0px;
    padding: 0;
    font-family: 'Helvetica Neue';
    font-size: 17px;
    font-weight: 400 !important;
    color: #596366;
    line-height: 1.3 !important;
}
.responses__text:before {
    content: "“";
}
.responses__text:after {
    content: "”";
}
.respondent {
    margin: 0 -10px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font: 500 16px/27px Roboto, sans-serif;
}
.respondent:before {
    display: none;
}
.respondent__col {
    padding: 0 10px;
}
.respondent__image {
    width: 60px;
    height: 60px;
    margin: 0;
    border-radius: 50%;
}
.respondent__name {
    display: block;
    font-family: 'Helvetica Neue';
    font-weight: 600 !important;
    font-size: 16px;
    color: #4d5558;
    line-height: 1.5;
}
.respon-extra { color: #9ca9ad !important;
    font-size: 14px !important; }
.trial-block {
    min-height: 914px;
    margin: 0 0 0px;
    padding: 132px 0 190px;
    position: relative;
}
.trial-block.cta2 { min-height: auto !important;
    padding-top: 0px !important;
    padding-bottom: 150px; }
.trial-block__bg-top {
    width: 100%;
    height: 350px;
    /*margin: 0 0 0 -960px;*/
    position: absolute;
    top: -320px;
    /*left: 50%;*/
    background: url(../img/bgbeige_top.png) 0 0/100% 100% no-repeat;
}
.trial-block__bg-bottom2 {
    width: 100%;
    height: 250px;
    /*margin: 0 0 0 -960px;*/
    position: absolute;
    bottom: -230px;
    /*left: 50%;*/
    background: url(../img/bgbeige_bottom.png) 0 0/100% 100% no-repeat;
}
.trial-block__bg-bottom {
    width: 1920px;
    height: 1064px;
    margin: 0 0 0 -960px;
    position: absolute;
    top: -150px;
    left: 50%;
    background: url(../img/trial-block-bg.png) 0 0/100% 100% no-repeat;
}
.trial-block__main {
    position: relative;
    z-index: 2;
}
.trial-block__right-element {
    margin: 0 0 0 636px;
    top: 131px;
}
.trial {
    min-height: 350px;
    margin: 0 60px;
    position: relative;
    color: #fff;
}
.trial__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/bg-call2.png) center center/cover no-repeat;
    border-radius: 20px;
}
.trial__bg-left {
    /*width: 150px;
    height: 309px;*/
    margin: 0px !important;
    position: absolute;
    left: -53px;
    bottom: 130px;
    z-index: 2;
    /*background: url(../img/svg/trial-left.svg) 0 0/100% 100% no-repeat;*/
}
.trial__bg-right {
    /*width: 211px;
    height: 422px;*/
    margin: 0px !important;
    position: absolute;
    right: -75px;
    bottom: 55px;
    z-index: 2;
    /*background: url(../img/svg/trial-right.svg) 0 0/100% 100% no-repeat;*/
}
.trial__bg-top {
    /*width: 211px;
    height: 422px;*/
    margin: 0px !important;
    position: absolute;
    right: 275px;
    top: -70px;
    z-index: 2;
    /*background: url(../img/svg/trial-right.svg) 0 0/100% 100% no-repeat;*/
}
.trial__bg-bottom {
    /*width: 211px;
    height: 422px;*/
    margin: 0px !important;
    position: absolute;
    left: 250px;
    bottom: -70px;
    z-index: 2;
    /*background: url(../img/svg/trial-right.svg) 0 0/100% 100% no-repeat;*/
}
.trial__icons-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}
.trial__icons {
    width: 837px;
    height: 368px;
    margin: 0 0 0 -426px;
    position: absolute;
    top: 159px;
    left: 50%;
}
.trial__pseudotext {
    width: 960px;
    margin: 0 0 0 -480px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    font: 100px/118px Codystar, cursive;
    color: rgba(204, 204, 204, 0.2);
    text-align: center;
    text-transform: uppercase;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.trial__content {
    width: 100%;
    padding: 28px 30px 32px;
    display: table;
    position: relative;
    z-index: 3;
    text-align: center;
}
.trial__cell {
    height: 350px;
    display: table-cell;
    vertical-align: middle;
}
.trial__title {
    max-width: 560px;
    margin: auto;
    padding: 0 0 30px;
    position: relative;
    bottom: 8px;
    font: 800 80px/72px "Darker Grotesque", sans-serif;
    text-transform: capitalize;
    color: #fff;
}
.trial__button {
    min-width: 180px;
    margin: 0;
}
.trial-icon {
    position: absolute;
}
.trial-icon_1 {
    width: 58px;
    height: 46px;
}
.trial__cell img { margin: 0px auto; }
.faq-block {
    padding: 0 0 81px;
    position: relative;
}
.faq-block__main {
    position: relative;
    z-index: 2;
}
.faq-block__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.faq-block__left {
    width: 50%;
    max-width: 564px;
    padding: 0 10px 0 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0;
}
.faq-block__right {
    width: 100%;
    min-width: 0;
    padding: 9px 0 0 20px;
}
.faq-block__title {
    max-width: 500px;
}
.faq-block__left-element {
    margin: 0 0 0 -872px;
    top: 70px;
}
.faq__title {
    padding: 0;
    font: 600 24px/110% "Darker Grotesque", sans-serif;
    color: #000;
    position: relative;
}
.faq__item {
    position: relative;
}
.faq__item.active .faq__title:before {
    opacity: 0;
}
.faq__item.active .faq__title:after {
    opacity: 1;
}
.faq__item.active .faq__button:before {
    background: #ff6231;
}
.faq__item.active .faq__button:after {
    opacity: 0;
}
.faq__title:after,
.faq__title:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    background: url(../img/dashed.png) repeat-x;
}
.faq__title:after {
    z-index: 1;
    opacity: 0;
    background-image: url(../img/dashed-orange.png);
}
.faq__button {
    padding: 20px 30px 20px 0;
    display: block;
    position: relative;
    z-index: 1;
    color: #000;
}
.faq__button:after,
.faq__button:before {
    content: "";
    width: 12px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 3px;
    background: #888;
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.faq__button:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.desktop .faq__button:hover {
    color: #000;
}
.desktop .faq__button:hover:after,
.desktop .faq__button:hover:before {
    background: #ff6231;
}
.faq__hide {
    display: none;
}
.faq__content {
    padding: 30px 20px 10px;
}
.faq__content ol:last-child,
.faq__content p:last-child,
.faq__content ul:last-child {
    padding-bottom: 0;
}
.open-video {
    max-width: 554px;
    margin: 0 0 50px;
    display: block;
    position: relative;
}
.desktop .open-video:hover .open-video__icon:before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.95);
}
.open-video__image {
    width: 100%;
    margin: 0;
}
.open-video__icon {
    width: 100px;
    height: 100px;
    margin: -49px 0 0 -49px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}
.open-video__icon:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 10px rgba(252, 104, 58, 0.25);
    border-radius: 50%;
}
.open-video__icon:after {
    content: "";
    width: 45px;
    height: 49px;
    margin: -19px 0 0 -19px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    background: url(../img/svg/video.svg) 0 0/100% 100% no-repeat;
}
.latest-block {
    padding: 0 0 50px;
    position: relative;
}
.latest-block__main {
    position: relative;
    z-index: 2;
}
.latest-block__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.latest-block__left {
    width: 510px;
    padding: 48px 30px 0 0;
    position: relative;
    z-index: 2;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0;
}
.latest-block__right {
    width: 100%;
    min-width: 0;
    position: relative;
    z-index: 1;
}
.latest-block__text {
    max-width: 450px;
    margin: 0 0 17px;
}
.read-more {
    margin: 0 0 20px;
    padding: 0 0 3px;
    display: inline-block;
    vertical-align: top;
    color: #ff6231;
    border-bottom: 2px solid #ff6231;
    font: 500 12px/20px Roboto, sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-transition: none ease-out;
    -ms-transition: none ease-out;
    transition: none ease-out;
}
.desktop .read-more:hover {
    color: #ff6231;
    border-color: transparent;
}
.latest-news__list-wrap {
    width: 1930px;
    padding: 30px 0 30px 400px;
    position: relative;
    right: 400px;
    overflow: hidden;
}
.latest-news__list-wrap.loaded {
    height: 300px;
}
.latest-news__list-wrap.loaded .latest-news__bg {
    opacity: 0;
}
.latest-news__list {
    position: relative;
    z-index: 1;
    overflow: visible !important;
}
.latest-news .slick-list,
.latest-news__list .slick-track {
    overflow: visible !important;
}
.latest-news__arrows {
    display: none;
}
.latest-news__article {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.latest-news__article.active-1,
.latest-news__article.active-2 {
    opacity: 1;
}
.latest-news__bg {
    min-height: 295px;
    margin: 0 30px 0 0;
    padding: 40px 40px 39px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(47, 21, 135, 0.06);
    border-radius: 20px;
}
.latest-news__date {
    display: block;
    font: 500 12px/170% Roboto, sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ff6231;
}
.latest-news__content {
    min-height: 189px;
    overflow: hidden;
}
.latest-news__title {
    margin: 0 0 27px;
    padding: 0;
    font: 600 28px/31px "Darker Grotesque", sans-serif;
    overflow: hidden;
}
.latest-news__link {
    color: #000;
}
.desktop .latest-news__link:hover {
    color: #ff6231;
}
.latest-news__text {
    margin: 0 0 20px;
    padding: 0;
    overflow: hidden;
}
.latest-news__bottom {
    margin: 0 -28px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.latest-news__col {
    padding: 0 28px 0 0;
    position: relative;
}
.latest-news__col:after {
    content: "";
    width: 4px;
    height: 4px;
    margin: -2px 0 0;
    position: absolute;
    top: 50%;
    right: 12px;
    background: #ff6231;
    border-radius: 50%;
}
.latest-news__col:last-child:after {
    display: none;
}
.author {
    margin: 0 -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.author__col {
    padding: 0 5px;
}
.author__image {
    width: 20px;
    height: 20px;
    margin: 0;
    border-radius: 50%;
}
.author__name {
    padding: 0;
    display: inline-block;
    font: 14px/24px Roboto, sans-serif;
    color: #888;
}
.author__title {
    padding: 0;
    display: inline-block;
    font: 500 16px/24px Roboto, sans-serif;
    color: #000;
}
.inner-top {
    min-height: 469px;
    padding: 158px 0 175px;
    position: relative;
}
.inner-top__bg-1 {
    width: 1920px;
    height: 100%;
    margin: 0 0 0 -960px;
    position: absolute;
    top: 0;
    left: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.inner-top__bg-2 {
    width: 1920px;
    height: 100%;
    margin: 0 0 0 -960px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.inner-top__main {
    position: relative;
    z-index: 3;
    color: #fff;
}
.inner-top__title {
    padding: 0 0 31px;
    font: 600 60px/1 "Darker Grotesque", sans-serif;
    color: #fff;
}
.inner-top__pseudotitle {
    width: 100%;
    padding: 0 0 0 70px;
    position: absolute;
    bottom: 76px;
    left: 0;
    z-index: 1;
}
.inner-top__pseudotitle:before {
    content: attr(data-title);
    display: block;
    font: 120px/142px Codystar, cursive;
    color: rgba(204, 204, 204, 0.2);
}
.breadcrumbs {
    margin: 0 -12px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font: 14px/24px Roboto, sans-serif;
    color: #b3b1b7;
}
.breadcrumbs__item {
    margin: 0 12px 0 0;
    padding: 0 14px 0 0;
    position: relative;
}
.breadcrumbs__item:before {
    display: none;
}
.breadcrumbs__item:after {
    content: "";
    width: 2px;
    height: 2px;
    margin: -1px 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 50%;
    background: #b3b1b7;
}
.breadcrumbs__item:last-child:after {
    display: none;
}
.breadcrumbs__link {
    color: #b3b1b7;
}
.desktop .breadcrumbs__link:hover {
    color: #fff;
}
.page-404 {
    padding: 42px 0 29px;
    position: relative;
}
.page-404__main {
    position: relative;
    z-index: 1;
}
.page-404__right-element {
    margin: 0 0 0 616px;
    bottom: -67px;
}
.page-404__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.page-404__left {
    width: 488px;
    padding: 20px 30px 20px 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0;
}
.page-404__right {
    width: 100%;
    min-width: 0;
    max-width: 609px;
}
.page-404__image {
    width: 100%;
    margin: 0;
}
.page-404__title-1 {
    padding: 0 0 11px;
    font: bold 88px/1 "Darker Grotesque", sans-serif;
}
.page-404__title-2 {
    padding: 0 0 30px;
    font: 600 50px/1 "Darker Grotesque", sans-serif;
    text-transform: capitalize;
}
.page-404__text {
    max-width: 410px;
    padding: 0 0 29px;
    font: 500 28px/31px "Darker Grotesque", sans-serif;
    color: #888;
}
.search-form {
    margin: 0 0 20px;
    position: relative;
}
.search-form__input {
    width: 100%;
    height: 60px;
    padding: 5px 50px 5px 29px;
    background: #fff;
    border: 1px solid #e6ebfc;
    border-radius: 30px;
    color: #000;
}
.search-form__button {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 21px;
    right: 23px;
    z-index: 1;
}
.search-form__button:after,
.search-form__button:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.search-form__button:before {
    background: url(../img/svg/search.svg) 0 0/100% 100% no-repeat;
}
.search-form__button:after {
    opacity: 0;
    z-index: 1;
    background: url(../img/svg/search-orange.svg) 0 0/100% 100% no-repeat;
}
.desktop .search-form__button:hover:after {
    opacity: 1;
}
.inner-content {
    padding: 74px 0 20px;
    position: relative;
}
.inner-content__main {
    position: relative;
    z-index: 1;
}
.inner-content__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.inner-content__left {
    width: 100%;
    min-width: 0;
    padding: 0 50px 0 0;
}
.inner-content__right {
    width: 262px;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0;
}
.inner-content__right .search-form {
    margin: 0 0 50px;
}
.inner-content__left-element {
    margin: 0 0 0 -869px;
    top: 288px;
}
.inner-content__right-element-1 {
    margin: 0 0 0 627px;
    top: 1820px;
}
.inner-content__right-element-2 {
    margin: 0 0 0 627px;
    top: 2679px;
}
.widget {
    padding: 0 0 21px;
}
.widget__title {
    margin: 0 0 25px;
    padding: 0 0 11px;
    display: block;
    position: relative;
    font: 600 28px/31px "Darker Grotesque", sans-serif;
    color: #000;
}
.widget__title:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/dashed.png) repeat-x;
}
.recent-posts {
    padding: 0;
}
.recent-posts__item {
    padding: 0 0 25px;
}
.recent-posts__item:before {
    display: none;
}
.recent-posts__date {
    padding: 0 0 5px;
    display: block;
    text-transform: uppercase;
    font: 500 12px/170% Roboto, sans-serif;
    color: #ff6231;
    letter-spacing: 0.1em;
}
.recent-posts__title {
    max-height: 52px;
    margin: 0 0 12px;
    padding: 0;
    font: 600 22px/26px "Darker Grotesque", sans-serif;
    overflow: hidden;
}
.recent-posts__link {
    display: block;
    color: #000;
}
.desktop .recent-posts__link:hover {
    color: #ff6231;
}
.recent-posts__text {
    max-height: 54px;
    padding: 0;
    overflow: hidden;
}
.recent-comments {
    padding: 0 0 4px;
}
.recent-comments__item {
    padding: 0 0 25px;
    position: relative;
}
.recent-comments__item:before {
    content: "";
    width: 22px;
    height: 22px;
    margin: 0 0 3px;
    display: block;
    position: static;
    top: auto;
    left: auto;
    background: url(../img/svg/message.svg) 0 0/100% 100% no-repeat;
    border-radius: 0;
}
.recent-comments__title {
    max-height: 54px;
    padding: 0;
    font: 16px/27px Roboto, sans-serif;
    color: #888;
    overflow: hidden;
}
.recent-comments__link {
    display: block;
    color: #888;
}
.desktop .recent-comments__link:hover {
    color: #ff6231;
}
.side-images {
    margin: 0 -1px 0 0;
    padding: 0 0 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.side-images__item {
    width: 33.333%;
    max-width: 87px;
    padding: 0 1px 1px 0;
}
.side-images__item:before {
    display: none;
}
.side-images__link {
    display: block;
}
.side-images__photo {
    width: 100%;
    margin: 0;
}
.tags {
    margin: 0 0 0 -30px;
    padding: 0 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.tags:before {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
}
.tags__item {
    margin: 0 0 15px;
    padding: 0 0 0 30px;
    position: relative;
}
.tags__item:before {
    display: none;
}
.tags__item:after {
    content: "";
    width: 4px;
    height: 4px;
    margin: -2px 0 0;
    position: absolute;
    top: 50%;
    left: 13px;
    background: #ff6231;
    border-radius: 50%;
}
.tags__link {
    display: block;
    color: #888;
}
.desktop .tags__link:hover {
    color: #ff6231;
}
.article {
    padding: 0 0 92px;
}
.article__bg {
    background: #fff;
    box-shadow: 0 10px 20px rgba(47, 21, 135, 0.06);
    border-radius: 20px;
    overflow: hidden;
}
.article__short-content {
    padding: 49px 40px 38px;
}
.article__short-image {
    display: block;
    position: relative;
    overflow: hidden;
}
.article__full-image {
    margin: 0 0 30px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.article__photo {
    width: 100%;
    margin: 0;
}
.article__date {
    min-width: 60px;
    padding: 14px 13px 12px;
    position: absolute;
    bottom: 0;
    left: 40px;
    z-index: 1;
    background: #ff6231;
    color: #fff;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
.article__month {
    padding: 0 0 3px;
    display: block;
    font: 500 14px/17px Roboto, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.article__day {
    display: block;
    font: bold 28px/34px Roboto, sans-serif;
}
.article__short-title {
    padding: 0 0 12px;
    font: 600 36px/1 "Darker Grotesque", sans-serif;
    text-transform: capitalize;
}
.article__short-text {
    padding: 0 0 28px;
}
.article__short-bottom {
    margin: 0 -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.article__short-col {
    padding: 0 10px;
}
.article__arrow {
    margin: 0;
}
.article__full-top {
    margin: 0 0 41px;
    padding: 0 0 30px;
    position: relative;
}
.article__full-top:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/dashed.png) repeat-x;
}
.article__full-content h2 {
    padding: 0 0 25px;
    font: 600 36px/1 "Darker Grotesque", sans-serif;
    text-transform: capitalize;
}
.article__full-content h3,
.article__full-content h4 {
    padding: 0 0 22px;
    font: 600 28px/31px "Darker Grotesque", sans-serif;
}
.article__full-bottom {
    margin: 0 -13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.article__full-col {
    padding: 0 13px;
}
.article__full-footer {
    margin: 0 0 40px;
    padding: 7px 0 20px;
    position: relative;
}
.article__full-footer:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/dashed.png) repeat-x;
}
.article__full-tags {
    display: block;
    font: 600 16px/24px Roboto, sans-serif;
    color: #000;
}
.short-articles {
    padding: 0 0 10px;
}
.short-articles .article {
    padding-bottom: 50px;
}
.post-info {
    margin: 0 -28px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.post-info__col {
    padding: 0 28px 0 0;
    position: relative;
}
.post-info__col:after {
    content: "";
    width: 4px;
    height: 4px;
    margin: -2px 0 0;
    position: absolute;
    top: 50%;
    right: 12px;
    background: #ff6231;
    border-radius: 50%;
}
.post-info__col:last-child:after {
    display: none;
}
.post-info__category {
    color: #888;
}
.desktop a.post-info__category:hover {
    color: #ff6231;
}
.post-info__date {
    display: block;
    font: 500 12px/24px Roboto, sans-serif;
    color: #888;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.load-more {
    text-align: center;
}
.user-info {
    padding: 20px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 10px 20px rgba(47, 21, 135, 0.06);
    border-radius: 20px;
}
.user-info__left {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-shrink: 0;
}
.user-info__right {
    width: 100%;
    padding: 10px 0 10px 34px;
}
.user-info__image-wrap {
    width: 185px;
    height: 204px;
    padding: 47px 0 0;
    background: url(../img/svg/photo-bg.svg) 0 0/100% 100% no-repeat;
}
.user-info__image {
    width: 110px;
    height: 110px;
    margin: auto;
    border-radius: 50%;
}
.user-info__title {
    padding: 0 0 15px;
    font: 600 28px/31px "Darker Grotesque", sans-serif;
}
.user-info__text {
    padding: 0 0 38px;
}
.comments-block__title {
    font: 600 36px/1 "Darker Grotesque", sans-serif;
    text-transform: capitalize;
}
.comments {
    padding: 8px 0 50px;
}
.comment {
    margin: 0 0 40px;
    padding: 0 0 34px;
    position: relative;
}
.comment_response {
    padding-left: 50px;
}
.comment:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/dashed.png) repeat-x;
}
.comment__top {
    padding: 0 0 20px;
}
.comment__text {
    padding: 0;
}
.leave-reply__title {
    padding: 0 0 39px;
    font: 600 36px/1 "Darker Grotesque", sans-serif;
    text-transform: capitalize;
}
.leave-reply__cols {
    margin: 0 -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.leave-reply__col {
    width: 50%;
    padding: 0 10px;
}
.leave-reply__button {
    margin-top: 4px;
}
.popup {
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: auto;
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
}
.popup.active .popup__window {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.popup__window_bg .popup__close { left: 20px; right: inherit; } 
.popup__window_bg .close-button:after, .popup__window_bg .close-button:before { background: #000000 !important; }
.popup_video .popup__window {
    max-width: 960px;
    padding: 0px;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
    background: transparent;
}
.popup_video .popup__close {
    top: -30px;
    right: 0;
}
.popup_video .popup__cell {
    padding: 55px 30px 40px;
}
.popup_video .popup__close:after,
.popup_video .popup__close:before {
    background: #000000;
}
.popup__row {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
    position: relative;
}
.popup__cell {
    width: 100%;
    height: 100%;
    padding: 0px;
    display: table-cell;
    vertical-align: middle;
}
#solicita-demo .popup__window { float: right; }
.popup__window {
    width: 100%;
    max-width: 642px;
    margin: auto;
    padding: 80px 40px 50px;
    position: relative;
    z-index: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.popup__window_bg {
    padding-bottom: 88px;
}
.popup__window_bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border-radius: 0px;
}
.footer-top .ft-logo img { margin-bottom: 0px !important; }
.social-media img {  
    float: left;
    margin-right: 20px;
    margin-bottom: 0px; }
/*.popup__window_bg:after {
    content: "";
    width: 171px;
    height: 522px;
    margin: 0 -39px 0 0;
    position: absolute;
    bottom: 235px;
    right: 100%;
    z-index: 1;
    background: url(../img/svg/popup-left.svg) 0 0/100% 100% no-repeat;
}*/
.popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
}
.popup__mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.popup__content {
    position: relative;
    z-index: 2;
}
.popup__pseudotitle:before {
    content: attr(data-title);
    width: 600px;
    margin: 0 0 0 -300px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    font: 80px/94px Codystar, cursive;
    text-transform: uppercase;
    color: rgba(204, 204, 204, 0.2);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.video-frame {
    overflow: hidden;
}
.video-frame img {
    max-width: 100%;
    margin: 0;
}
.video-frame iframe {
    max-width: 100% !important;
    margin: 0;
    padding: 0 !important;
    top: 0.5px !important;
}
.trial-form {
    max-width: 550px;
    margin: auto;
}
.trial-form__title {
    padding: 0 0 5px;
    display: block;
    font-family: 'Helvetica Neue Medium';
    font-size: 45px;
    font-weight: 500 !important;    
    color: #4d5558;
}
.trial-form__text {
    color: #869499;
    font-size: 17px;
    line-height: 1.5;
    padding: 0 0 40px;
    display: block;
}
.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: 0;
}
.slick-list.dragging {
    cursor: pointer;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:after,
.slick-track:before {
    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;
    border: none !important;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.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;
}
.slick-next,
.slick-prev {
    position: relative;
}
.arrows-1 .slick-next,
.arrows-1 .slick-prev {
    width: 60px;
    height: 0px;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 2;
    opacity: 1;
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.arrows-1 .slick-next:before,
.arrows-1 .slick-prev:before {
    content: "";
    width: 16px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 0;
}
.arrows-1 .slick-prev:before {
    background: url(../img/arrow-left-w2.png) 0 0/100% 100% no-repeat;
}
.arrows-1 .slick-next:before {
    background: url(../img/arrow-right-w2.png) 0 0/100% 100% no-repeat;
}
.desktop .arrows-1 .slick-next:hover,
.desktop .arrows-1 .slick-prev:hover {
    opacity: 1;
}
.arrows-1 .slick-next {
    left: auto;
    right: -90px;
}
.arrows-2 {
    width: 1170px;
    position: absolute;
    top: 0%;
}
.arrows-2 .slick-next,
.arrows-2 .slick-prev {
    width: 60px;
    height: 240px;
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,0.5);
}
.arrows-2 .slick-prev, .arrows-1 .slick-prev { left: -45px; }
.arrows-2 .slick-next:after,
.arrows-2 .slick-next:before,
.arrows-2 .slick-prev:after,
.arrows-2 .slick-prev:before {
    content: "";
    width: 16px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
} 
.arrows-2 .slick-prev:after,
.arrows-2 .slick-prev:before {  }
.arrows-2 .slick-next:after,
.arrows-2 .slick-next:before { left: inherit !important; right: 25px; }
.arrows-2 .slick-prev:before {
    background: url(../img/arrow-left2.png) 0 0/100% 100% no-repeat;
}
.arrows-2 .slick-next:before {
    background: url(../img/arrow-right2.png) 0 0/100% 100% no-repeat;
}
.arrows-2 .slick-prev:after {
    background: url(../img/arrow-left-hover.png) 0 0/100% 100% no-repeat;
    opacity: 0;
    z-index: 1;
}
.arrows-2 .slick-next:after {
    background: url(../img/arrow-right-hover.png) 0 0/100% 100% no-repeat;
    opacity: 0;
    z-index: 1;
}
.desktop .arrows-2 .slick-next:hover:after,
.desktop .arrows-2 .slick-prev:hover:after {
    opacity: 1;
}
.arrows-2 .slick-next {
    float: right;
    right: -55px;
}
#ui-datepicker-div {
    width: 280% !important;
    padding: 0 0 12px !important;
    z-index: 90 !important;
    background: #fff;
    box-shadow: 0 30px 20px rgba(47, 21, 135, 0.15);
    border-radius: 20px;
    display: none;
    overflow: visible;
    color: #000;
}
#ui-datepicker-div table {
    width: 100%;
    margin: 0;
}
.ui-datepicker-header {
    margin: 0 0 52px;
    padding: 0 0 11px;
    display: block;
    position: relative;
    font: 600 28px/110% "Darker Grotesque", sans-serif;
    color: #000;
}
.ui-datepicker-header:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/dashed.png) repeat-x;
}
.ui-datepicker-calendar {
    width: 100%;
}
.ui-datepicker-calendar thead th {
    padding-bottom: 9px;
    font: 16px/27px Roboto, sans-serif;
    color: #888;
    text-align: center;
}
.ui-datepicker-calendar td {
    border: 1px solid #fff;
    vertical-align: top;
    text-align: center;
    overflow: hidden;
}
.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
    height: 36px;
    display: block;
    background: #e6ebfc;
    color: #888;
    font: 14px/36px Roboto, sans-serif;
}
.ui-datepicker-calendar td.ui-datepicker-current-day a {
    background: #ff6231;
    color: #fff !important;
}
.ui-state-disabled a,
.ui-state-disabled span {
    cursor: default;
}
.ui-datepicker-unselectable a,
.ui-datepicker-unselectable span {
    opacity: 0.3;
    background: 0 0 !important;
}
.desktop .ui-datepicker-calendar td a:hover {
    color: #ff6231;
    text-decoration: none;
}
.ui-datepicker-calendar td.radius-top-left a,
.ui-datepicker-calendar tr:first-child td[data-handler] a {
    border-top-left-radius: 5px;
}
.ui-datepicker-calendar tr:first-child td[data-handler] + td[data-handler] a {
    border-top-left-radius: 0;
}
.ui-datepicker-calendar td.radius-top-right a,
.ui-datepicker-calendar td.radius-top-right span,
.ui-datepicker-calendar tr:first-child td:last-child a {
    border-top-right-radius: 5px;
}
.ui-datepicker-calendar td.radius-bottom-left a,
.ui-datepicker-calendar td.radius-bottom-left span,
.ui-datepicker-calendar tr:last-child td:first-child a {
    border-bottom-left-radius: 5px;
}
.ui-datepicker-calendar td.radius-bottom-right a,
.ui-datepicker-calendar td.radius-bottom-right span,
.ui-datepicker-calendar tr:last-child td:last-child a {
    border-bottom-right-radius: 5px;
}
.ui-datepicker-next,
.ui-datepicker-prev {
    width: 41px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 2;
    cursor: pointer;
}
.ui-datepicker-next:after,
.ui-datepicker-next:before,
.ui-datepicker-prev:after,
.ui-datepicker-prev:before {
    content: "";
    width: 31px;
    height: 12px;
    margin: -6px 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.ui-datepicker-prev:before {
    background: url(../img/svg/slider-arrow-grey.svg) 0 0/100% 100% no-repeat;
}
.ui-datepicker-next:before {
    background: url(../img/svg/slider-arrow-grey-next.svg) 0 0/100% 100% no-repeat;
}
.ui-datepicker-prev:after {
    background: url(../img/svg/slider-arrow-orange.svg) 0 0/100% 100% no-repeat;
    opacity: 0;
    z-index: 1;
}
.ui-datepicker-next:after {
    background: url(../img/svg/slider-arrow-orange-next.svg) 0 0/100% 100% no-repeat;
    opacity: 0;
    z-index: 1;
}
.desktop .ui-datepicker-next:hover:after,
.desktop .ui-datepicker-prev:hover:after {
    opacity: 1;
}
.ui-datepicker-next {
    left: auto;
    right: 0;
}
.ui-datepicker-next.ui-state-disabled,
.ui-datepicker-prev.ui-state-disabled {
    opacity: 0.3;
    cursor: default;
}
.ui-datepicker-next.ui-state-disabled:after,
.ui-datepicker-prev.ui-state-disabled:after {
    opacity: 0 !important;
}
@media screen and (min-width: 1921px) {
    .first-screen__bg-1,
    .first-screen__bg-2,
    .footer__bg,
    .inner-top__bg-1,
    .inner-top__bg-2,
    .presentation-block__bg,
    .trial-block__bg {
        content: "";
        width: 100%;
        margin: 0;
        left: 0;
    }
    .inner-pseudotext {
        width: 1920px;
        margin: 0 0 0 -960px;
        left: 50%;
    }
}
@media screen and (min-width: 1801px) { 
	.cta-img3 { left: 550px; }
    .cta-img4 { left: 700px; }
}
@media screen and (max-width: 1800px) {
    .header__left {
        padding: 60px 0 0 40px;
    }
    .header__right {
        padding: 55px 40px 0 0;
    }
    .inner-top__pseudotitle {
        padding: 0 0 0 36px;
    }
    .cta-img3 { left: 480px; }
    .cta-img4 { left: 630px; }
} 
@media screen and (max-width: 1550px) {
	.cta-img3 { left: 360px; }
    .cta-img4 { left: 550px; }
    .header__cols {
        padding: 0 70px;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
    }
    .header__center {
        width: 100%;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-grow: 1;
        -webkit-flex-shrink: 1;
        flex-shrink: 1;
        -ms-flex-shrink: 1;
    }
    .header__left {
        padding: 30px 0 0;
        position: static;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -ms-flex-shrink: 0;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        -ms-flex-grow: 0;
    }
    .header__right {
        padding: 45px 0 0;
        position: static;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -ms-flex-shrink: 0;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        -ms-flex-grow: 0;
    }
    .main-nav {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
}
@media screen and (max-width: 1280px) {
.cta-img3 { position: absolute;
    max-width: 150px;
    z-index: 9;
    left: 250px;
    bottom: 150px;  } 
.cta-img4 { position: absolute;
    z-index: 9;
    left: 430px;
    bottom: 10px;  }
}
@media screen and (max-width: 1279px) {
    .header__cols {
        padding: 0 30px;
    }
    .header__center {
        max-width: 500px;
        padding: 28px 30px 0;
    }
    .inner-top__pseudotitle {
        padding: 0 0 0 22px;
    }
}
@media screen and (max-width: 1279px) and (min-width: 901px) {
    .header__center .main-nav__item {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .header__center .main-nav__item:nth-child(3) {
        margin-right: -24px;
    }
    .header__center .main-nav__item:nth-child(3):after {
        display: none;
    }
}
@media screen and (max-width: 1100px) {
    h3 br { display: none; }
    .footer {
        margin: 164px 0 0;
    }
    .subscription__bg {
        padding: 65px 30px 60px 415px;
    }
    .subscription__envelope {
        left: 20px;
    }
    .subscribe__right {
        padding: 0 0 0 15px;
    }
    .first-screen__elements {
        margin: -19px 0 0 -241px;
    }
    .first-screen__phone {
        margin: -140px 0 0 -71px;
    }
    .main-top {
        padding: 140px 0 0;
    }
    .side-element {
        display: none;
    }
    .what-you-get {
        padding: 0 0 0px;
    }
    .features {
        margin: 0 -7.5px;
    }
    .feature {
        padding: 0 7.5px 20px;
    }
    .feature__bg {
        padding: 34px 0px 25px;
    }
    .feature__content {
        padding: 0;
    }
    .most-popular {
        padding: 0 0 10px;
    }
    .most-popular__right {
        width: 420px;
        padding: 0;
    }
    .presentation-block {
        min-height: 410px;
        margin: 0 0 80px;
        padding: 42px 0 0;
    }
    .presentation-block__bg {
        top: -50px;
    }
    .downloads-block {
        padding: 0 0 70px;
    }
    .downloads-block__left {
        width: 440px;
    }
    .downloads__text,
    .downloads__title {
        max-width: 450px;
    }
    .responses-block__cols {
        margin: 0;
        display: block;
    }
    .responses-block__left,
    .responses-block__right {
        width: 760px;
        padding: 0;
    }
    .responses-block__title {
        padding-bottom: 20px;
    }
    .responses {
        width: auto;
        margin: 0 -60px 0 -30px;
        padding: 30px;
        right: auto;
    }
    .responses__item.active-3 {
        opacity: 0;
    }
    .responses__bg {
        padding: 30px;
    }
    .trial-block {
        min-height: 894px;
        margin: 0;
        padding: 72px 0 190px;
    }
    .trial-block__bg {
        top: -230px;
    }
    .trial {
        margin: 0 90px;
    }
    .faq-block {
        padding: 0 0 65px;
    }
    .latest-block {
        padding-top: 20px;
    }
    .latest-block__cols {
        display: block;
    }
    .latest-block__left {
        width: auto;
        padding: 0;
    }
    .latest-block__right {
        width: auto;
    }
    .latest-block__title {
        max-width: 500px;
    }
    .latest-block__text {
        margin: 0;
    }
    .latest-news__list-wrap {
        width: auto;
        margin: 0 -60px 0 -30px;
        padding: 30px;
        right: auto;
    }
    .latest-news__bg {
        min-height: 275px;
        padding: 30px;
    }
    .inner-content__left {
        padding-right: 30px;
    }
    .article {
        padding: 0 0 50px;
    }
    .article__short-content {
        padding: 25px 20px 28px;
    }
    .article__date {
        left: 30px;
    }
    .article__short-title {
        font-size: 30px;
    }
    .article__short-text {
        padding: 0 0 22px;
    }
    .article__short-bottom {
        margin: 0 -10px;
    }
    .article__short-col {
        padding: 0 10px;
    }
    .article__arrow {
        margin: 0;
    }
    .article__full-top {
        margin: 0 0 30px;
    }
    .article__full-bottom {
        margin: 0 -10px;
    }
    .article__full-col {
        padding: 0 10px;
    }
    .short-articles {
        padding: 0 0 10px;
    }
    .short-articles .article {
        padding-bottom: 30px;
    }
    .comments {
        padding: 5px 0 20px;
    }
    .comments-block__title {
        padding: 0 0 25px;
    }
    .comment {
        margin: 0 0 30px;
        padding: 0 0 32px;
    }
    .leave-reply__title {
        padding: 0 0 38px;
    }
    .most-popular__right h2 br { display: none; }
    .most-popular__right h2 { text-align: center; }
}
@media screen and (max-width: 1024px) {
    p {
        padding: 0 0 27px;
    }
    .first-screen__cell p { font-size: 18px; }
    .first-screen__cell h1 { font-size: 45px; line-height: 1.2; }
    .btn-red2.ml25 { margin-left: 5px !important; }
    .button-blue, .button-red {
    height: 45px;
    padding: 15px 35px !important; }
    ul li {
        padding: 0 0 5px 19px;
    }
    ul li:before {
        left: 0;
    }
    blockquote {
        margin: 3px 0 35px;
        padding: 30px;
    }
    blockquote p {
        height: auto !important;
        margin-bottom: 20px !important;
    }
    blockquote footer {
        
    }
    .page-404 {
        padding-top: 20px;
    }
    .page-404__left {
        width: 360px;
        padding-right: 10px;
    }
    .inner-content {
        padding-top: 20px;
    }
    .inner-content__right .search-form {
        margin: 0 0 30px;
    }
    .left2 { order: 1 !important; }
    .right2 { order: 2 !important; }
    .left2 .most-popular__image { margin: 0px auto 40px !important; }
    .arrows-2 .slick-next { right: -17px !important; }
    .arrows-2 .slick-prev { left: -20px !important; }
    .arrows-2 .slick-prev:before { left: 20px; }
    .calltoaction h3 { font-size: 30px !important; }
    .calltoaction-block { min-height: 650px;
    padding: 200px 0 0; }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .user-info {
        padding: 20px;
    }
    .user-info__right {
        padding: 10px 0 10px 20px;
    }
    .user-info__image-wrap {
        width: 110px;
        height: 204px;
        background: 0 0;
    }
    .user-info__text {
        padding: 0 0 25px;
    }
}
@media screen and (max-width: 991px) {
    .ui-slider {
        padding: 5px 0 0;
    }
    .ui-slider__arrows {
        margin: 0 0 -65px;
    }
}
@media screen and (max-width: 900px) {
    .header__center,
    .header__center .main-nav {
        display: none;
    }
    .header__inner-col_mob {
        display: block;
        position: relative;
        bottom: 12px;
    }
    .hide-mob {
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 999;
        background: rgba(0, 0, 0, 0.7);
    }
    .hide-mob .header-mob {
        padding: 20px 0 0;
    }
    .hide-mob .main-nav {
        margin: 0;
        padding: 0;
        display: block;
    }
    .hide-mob .main-nav__item {
        margin: 0 !important;
        padding: 0 !important;
    }
    .hide-mob .main-nav__item:after {
        display: none;
    }
    .hide-mob .main-nav__link {
        color: #000;
    }
    .hide-mob .main-nav__button {
        min-width: 120px;
        margin: 15px 0;
        display: inline-block;
    }
    .hide-mob.active .hide-mob__bg {
        left: 0;
    }
    .hide-mob__bg {
        width: 260px;
        min-height: 100%;
        padding: 35px 20px 20px;
        position: relative;
        left: -261px;
        background: #fff;
        -webkit-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
        text-align: center;
    }
    .hide-mob__mask {
        width: 2000px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 100%;
    }
    .hide-mob__close {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .footer {
        margin: 50px 0 0;
    }
    .footer-nav {
        max-width: 440px;
        margin: auto;
    }
    .subscription__bg {
        min-height: 0;
        margin: 0 0 -35px;
        padding: 40px 30px;
        text-align: center;
    }
    .subscription__envelope {
        display: none;
    }
    .subscription__max {
        max-width: none;
    }
    .subscription__text {
        margin: auto;
    }
    .first-screen__elements,
    .first-screen__phone {
        display: none;
    }
    .first-screen__pseudotext {
        width: 1100px;
        margin: 0 0 65px -550px;
        padding: 0;
        text-align: center;
        font: 80px/100px Codystar, cursive;
    }
    .main-title_align-left {
        text-align: center;
    }
    .main-title_align-left .main-title__text:after,
    .main-title_align-left .main-title__text:before {
        left: 50%;
        margin: 0 0 14px -8px;
    }
    .main-title_align-left .main-title__text:after {
        margin: 0 0 14px 2px;
    }
    .feature__bg {
        padding-bottom: 20px;
    }
    .feature__image {
        margin: 0 auto 25px;
    }
    .feature__title {
        font-size: 14px;
    }
    .feature__text {
        font-size: 16px;
        line-height: 1.4 !important;
    }
    .most-popular {
        padding: 0;
    }
    .most-popular__cols {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 50px;
    }
    .most-popular__left,
    .most-popular__right {
        width: 100%;
        padding: 0;
    }
    .most-popular__image {
        margin: 0px auto 40px;
    }
    .most-popular__title {
        max-width: 600px;
        margin: auto;
    }
    .most-popular__text {
        max-width: 500px;
        margin: auto;
        text-align: center;
    }
    .downloads-block {
        padding: 0 0 70px;
    }
    .downloads-block__cols {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .downloads-block__left {
        width: 100%;
        padding: 0;
    }
    .downloads-block__right {
        width: 100%;
        max-width: none;
        padding: 31px 0 0;
    }
    .downloads {
        text-align: center;
    }
    .downloads__title {
        margin: auto;
    }
    .downloads__text {
        max-width: 550px;
        margin: auto;
        padding: 0 0 35px;
    }
    .downloads__buttons {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
    .prices__col,
    .prices__top:after {
        max-width: none;
    }
    .trial {
        margin: 0;
    }
    .trial__bg-left,
    .trial__bg-right {
        display: none;
    }
    .trial__pseudotext {
        width: 800px;
        margin: 0 0 10px -400px;
        font: 77px/98px Codystar, cursive;
    }
    .faq-block {
        padding: 0 0 80px;
    }
    .faq-block__cols {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .faq-block__left {
        width: 100%;
        margin: auto;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .faq-block__right {
        width: 100%;
        padding: 0 0 45px;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .faq-block__title {
        margin: auto;
        padding-bottom: 20px;
    }
    .open-video {
        max-width: 400px;
        margin: auto;
    }
    .latest-block {
        padding-top: 0;
    }
    .latest-block__left {
        text-align: center;
    }
    .latest-block__text,
    .latest-block__title {
        margin: auto;
    }
    .inner-top {
        min-height: 415px;
        padding: 130px 0 120px;
    }
    .inner-top__bg-1,
    .inner-top__bg-2 {
        width: 1700px;
        margin: 0 0 0 -850px;
    }
    .inner-top__title {
        padding: 0 0 20px;
    }
    .inner-top__pseudotitle {
        bottom: 80px;
    }
    .inner-top__pseudotitle:before {
        font: 90px/1 Codystar, cursive;
    }
    .inner-content {
        padding-bottom: 40px;
    }
    .inner-content__right {
        width: 250px;
    }
    .page-404 {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .page-404__left,
    .page-404__title-1 {
        padding: 0;
    }
    .page-404__title-2 {
        padding: 0 0 18px;
    }
}
@media screen and (max-width: 900px) and (min-width: 480px) {
    .footer .main-nav__item {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .footer .main-nav__item:nth-child(3) {
        margin-right: -24px;
    }
    .footer .main-nav__item:nth-child(3):after {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    body {
        font-size: 15px;
        line-height: 26px;
    }
    h3 { font-size: 26px !important; }
    .first-screen__cell h1 {
    font-size: 30px; }
    .button-blue, .button-red {
    padding: 11px 35px !important; }
    .presentation-block__main h3 {
    font-size: 20px !important; }
    .col20f, .col60f { width: 100%; text-align: center; }
    .ft-logo, .ft-center { margin-bottom: 30px; }
    .footer-top .ft-logo img {
        margin: 0px auto; }
    .social-media img {
        float: inherit;
        display: inline-block;
    }  
    .presentation-block__main .slick-track { height: 100px; }
    .js-slider-item img { margin: 0px auto !important; }
    .texto-var.mobile { display: block; }
    .texto-var.desktop { display: none; }
    .trial__bg-top {
        right: 240px;
        top: -60px;
        width: 100px; }
    .trial__bg-bottom { width: 70px; bottom: -55px; }    
    .btn-contrata { display: block;
        background: #fa271b !important;
        border-radius: 0px;
        color: #ffffff !important;
        height: 45px !important;
        padding: 9px 10px !important;
        font-weight: 500 !important;  } 
    .first-screen__elements iframe { width: 100%; 
        height: 191px;
        margin: 0px auto !important;
        display: block;
    }
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .text-input {
        padding: 5px 20px;
    }
    .most-popular__left video { width: 320px; 
        margin: 0px auto 40px;
        display: block;}
    .calltoaction-block {
        padding: 240px 0 0;
    }        
    blockquote {
        margin: 3px 0 35px;
        padding: 25px 20px;
    }
    blockquote p {
        font: 500 18px/24px "Darker Grotesque", sans-serif;
    }
    blockquote footer {
        padding: 16px 50px 0 0;
        font: 600 18px/24px "Darker Grotesque", sans-serif;
    }
    blockquote footer:before {
        width: 40px;
        height: 40px;
        top: 8px;
        right: -3px;
    }
    .header { padding-bottom: 20px; }
    .header__left {
        padding-top: 20px;
    }
    .header__right {
        padding-top: 40px;
    }
    .header__inner-cols {
        margin: 0 -10px;
    }
    .header__inner-col {
        padding: 0 10px;
    }
    .subscription__bg {
        margin: 0 0 -40px;
        padding: 40px 20px;
    }
    .subscription__title {
        font: 600 32px/1 "Darker Grotesque", sans-serif;
    }
    .first-screen {
        min-height: 0;
        padding: 0;
    }
    .first-screen__bg-1 {
        width: 960px;
        margin: 0 0 0 -480px;
    }
    .first-screen__bg-2 {
        width: 1200px;
        height: 250px;
        margin: 0 0 0 -600px;
        bottom: 0;
    }
    .first-screen__pseudotext {
        display: none;
    }
    .first-screen__max {
        max-width: 330px;
        margin: auto;
    }
    .first-screen__content {
        width: 100%;
        display: table;
        table-layout: fixed;
    }
    .first-screen__cell {
        height: 100vh;
        padding: 360px 0 80px;
        display: table-cell;
        vertical-align: middle;
    }
    .first-screen__title {
        padding: 0 0 20px;
        bottom: 3px;
        font: 800 36px/1 "Darker Grotesque", sans-serif;
    }
    .first-screen__text {
        padding: 0 0 34px;
        font: 500 22px/26px "Darker Grotesque", sans-serif;
    }
    .main-top {
        padding: 60px 0 0;
    }
    .main-title {
        text-align: center;
    }
    .main-title:before {
        
    }
    .main-title__text:after,
    .main-title__text:before {
        content: "";
        width: 6px;
        height: 6px;
        margin: 0 0 14px -8px;
        position: absolute;
        bottom: 100%;
        left: 50%;
        background: #ff6231;
        border-radius: 50%;
    }
    .main-title__text:after {
        margin: 0 0 14px 2px;
    }
    .what-you-get {
        width: 100%;
        min-width: 0;
        padding: 0 0 35px;
    }
    .features {
        padding: 0 0 15px;
    }
    .feature {
        width: 100%;
        padding: 0 15px 20px;
        text-align: center;
    }
    .feature__bg {
        padding: 30px 20px 15px;
    }
    .feature__image {
        margin: 0 auto 25px;
    }
    .feature__title {
        padding: 0 0 15px;
    }
    h4.feature__title br { display: none; }
    .feature__text {
        padding: 0 0 15px;
    }
    .most-popular { margin-top: 110px; }
    .most-popular__title {
        max-width: none;
    }
    .most-popular__text {
        margin: auto;
        padding: 0 0 32px;
        font: 500 22px/26px "Darker Grotesque", sans-serif;
        text-align: center;
    }
    .most-popular__right h2 { font-size: 27px !important; }
    .most-popular__right p { font-size: 16px !important; }
    .trial-block__bg-top, .calltoaction-block__bg { background-position: center !important;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    .check-list__item {
        padding: 0 0 15px 32px;
        font-size: 15px;
    }
    .check-list__item:after {
        top: 1px;
    }
    .presentation-block {
        min-height: 440px;
        margin: 0 0 30px;
        padding: 80px 0 0;
    }
    .presentation-block__bg {
        width: 1200px;
        height: 560px;
        margin: 0 0 0 -600px;
        top: -50px;
    }
    .presentation-block__title {
        padding-bottom: 15px;
    }
    .ui-slider__list-wrap {
        width: 1400px;
        margin: 0 0 0 -700px;
    }
    .ui-slider__image-wrap {
        height: 589px;
    }
    .ui-slider__image {
        width: 280px;
        margin: 0 0 0 -140px;
    }
    .ui-slider__all {
        /*height: auto;*/
        position: relative;
        top: -50px;
    }

    .downloads-block {
        padding: 0 0 50px;
    }
    .downloads__buttons {
        margin: 0 -10px;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
    .downloads__title {
        max-width: none;
    }
    .downloads__text {
        max-width: none;
        text-align: center;
    }
    .prices {
        margin: 0 -10px;
    }
    .prices__col {
        padding: 0 10px;
    }
    .prices__title {
        padding: 0;
    }
    .responses-block__title {
        padding-bottom: 15px;
        font-size: 26px !important;
        line-height: 1.4;
    }
    .responses-block__right {
        margin-bottom: -20px;
    }
    .arrows-2 { width: 85% !important; }
    .responses {
        margin: 0 -40px 0 -20px;
        padding: 30px 20px;
    }
    .responses-block__left, .responses-block__right {
    width: auto; }
    .responses__bg {
        margin: 0 20px 0 0;
        padding: 15px 20px 30px;
    }
    .responses__text {
        min-height: 0;
        margin: 0 0 25px;
        font: 15px/26px Roboto, sans-serif;
        color: #888;
    }
    .respondent__name {
        font: 500 15px/26px Roboto, sans-serif;
    }
    .calltoaction h3 { font-size: 26px !important; 
        line-height: 1.2 !important;
    }
    .cta-img1 { bottom: -50px; }
    .trial-block {
        min-height: 435px;
        margin: 0;
        padding: 30px 0 100px;
        position: relative;
    }
    .trial-block__bg {
        width: 1200px;
        height: 635px;
        margin: 0 0 0 -600px;
        position: absolute;
        top: -200px;
    }
    .trial {
        min-height: 314px;
    }
    .trial__icons,
    .trial__pseudotext {
        display: none;
    }
    .trial__content {
        padding: 28px 20px 32px;
    }
    .trial__cell {
        height: 254px;
    }
    .trial__title {
        max-width: 280px;
        padding: 0 0 35px;
        bottom: auto;
        font: 800 38px/1 "Darker Grotesque", sans-serif;
    }
    .trial__cell h3 { font-size: 26px !important; line-height: 1.2 !important; }
.ml1 {
    font-size: 0.6em; }
.ml2 {
    font-size: 1.5em; }
.ml3 {
    font-size: 1em; }
.ml4 {
    font-size: 1.8em; }
.ml5 {
    font-size: 1.5em; }
.ml6 {
    font-size: 1.2em;
    position: inherit;
    text-align: inherit;
    right: inherit; left: inherit; top: inherit; }
.ml7 {
    font-size: 3em; }
.ml8 {
    font-size: 0.8em; }
.ml9 {
    font-size: 1.5em; }
.ml10 {
    font-size: 1em; }
.ml11 {
    font-size: 0.87em;
    position: inherit;
    top: inherit; right: inherit; }
.ml12 {
    font-size: 1.5em; }
.ml13 {
    font-size: 0.8em;
    position: inherit;
    top: inherit; }
.ml14 { font-size: 1.3em; }
.cta-img2, .cta-img3, .cta-img4 {
    display: none;
}
.first-screen__elements { top: 150px; left: 0px;
    margin: 0px auto !important;
    width: 340px;
    display: block; }
    .faq-block__title {
        max-width: none;
        padding-bottom: 20px;
    }
    .faq__button {
        padding: 20px 30px 22px 0;
    }
    .faq__content {
        padding: 30px 0 10px;
    }
    .latest-block {
        padding: 0 0 10px;
    }
    .latest-news__list-wrap {
        margin: 0 -40px 0 -20px;
        padding: 30px 20px;
    }
    .latest-news__bg {
        min-height: 0;
        margin: 0 20px 0 0;
        padding: 30px 22px;
    }
    .latest-news__date {
        display: block;
        font: 500 12px/170% Roboto, sans-serif;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #ff6231;
    }
    .latest-news__content {
        min-height: 180px;
        overflow: hidden;
    }
    .latest-news__title {
        margin: 0 0 22px;
        font-size: 26px;
        line-height: 29px;
    }
    .inner-top {
        min-height: 342px;
        padding: 115px 0 120px;
    }
    .inner-top__bg-1,
    .inner-top__bg-2 {
        width: 1400px;
        margin: 0;
        left: -120px;
    }
    .inner-top__title {
        padding: 0 0 18px;
        font-size: 40px;
    }
    .inner-top__pseudotitle {
        padding: 0 0 0 15px;
        bottom: 60px;
    }
    .inner-top__pseudotitle:before {
        font: 75px/1 Codystar, cursive;
    }
    .page-404 {
        padding: 0 0 45px;
    }
    .page-404__cols {
        display: block;
    }
    .page-404__left {
        width: auto;
        padding: 0 0 20px;
    }
    .page-404__right {
        width: auto;
        min-width: 0;
        max-width: none;
    }
    .page-404__image {
        max-width: 320px;
        margin: auto;
    }
    .page-404__title-1 {
        padding: 0 0 5px;
        font: bold 50px/1 "Darker Grotesque", sans-serif;
    }
    .page-404__title-2 {
        padding: 0 0 15px;
        font-size: 32px;
    }
    .page-404__text {
        max-width: none;
        padding: 0 0 24px;
        font: 500 22px/26px "Darker Grotesque", sans-serif;
    }
    .search-form__input {
        padding: 5px 40px 5px 20px;
    }
    .search-form__button {
        right: 20px;
    }
    .inner-content {
        padding: 15px 0;
    }
    .inner-content__cols {
        display: block;
    }
    .inner-content__left {
        width: auto;
        padding: 0 0 30px;
    }
    .inner-content__right {
        width: auto;
    }
    .widget {
        padding: 0;
    }
    .side-images__item {
        max-width: none;
        width: 16.666%;
    }
    .article {
        padding: 0 0 40px;
    }
    .article__date {
        min-width: 50px;
        padding: 11px 10px 8px;
        left: 20px;
    }
    .article__month {
        padding: 0;
        font: 500 12px/16px Roboto, sans-serif;
    }
    .article__day {
        font: bold 24px/30px Roboto, sans-serif;
    }
    .article__short-title {
        padding: 0 0 14px;
        font-size: 24px;
    }
    .short-articles .article {
        padding-bottom: 20px;
    }
    .side-images {
        padding: 7px 0 28px;
    }
    .article__full-content h2 {
        padding: 0 0 27px;
        font-size: 28px;
    }
    .article__full-content h3,
    .article__full-content h4 {
        padding: 0 0 24px;
        font-size: 22px;
    }
    .user-info {
        padding: 20px;
    }
    .user-info__right {
        padding: 15px 0 15px 20px;
    }
    .comments-block {
        padding: 0;
    }
    .comments-block__title {
        padding: 0 0 27px;
        font-size: 28px;
    }
    .comments {
        padding-bottom: 10px;
    }
    .leave-reply__title {
        padding: 0 0 27px;
        font-size: 28px;
    }
    .leave-reply__cols {
        margin: 0 -7.5px;
    }
    .leave-reply__col {
        padding: 0 7.5px;
    }
    .popup_video .popup__cell {
        padding: 55px 0 0;
    }
    .popup_video .popup__close {
        right: 20px;
    }
    .popup__cell {
        padding: 0;
    }
    .popup__window {
        padding: 50px 20px 30px;
    }
    .popup__pseudotitle,
    .popup__window_bg:after {
        display: none;
    }
    .trial-form {
        max-width: none;
        text-align: center;
    }
    .trial-form__title {
        padding: 0 0 22px;
        font: 600 32px/1 "Darker Grotesque", sans-serif;
    }
    .trial-form__text {
        padding: 0 0 30px;
    }
}
@media screen and (max-width: 600px) {
    .user-info {
        padding: 20px 20px 25px;
        display: block;
        text-align: center;
    }
    .user-info .post-info {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
    .user-info__right {
        width: auto;
        padding: 0;
    }
    .user-info__image-wrap {
        margin: 0 auto 25px;
    }
    .user-info__title {
        padding: 0 0 10px;
        font-size: 22px;
    }
    .user-info__text {
        padding: 0 0 15px;
    }
    .side-images__item {
        width: 25%;
    }
}
@media screen and (max-width: 479px) {
    .header__left {
        width: 100%;
    }
    .header__right {
        display: none;
    }
    .header__inner-cols {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
    .header__inner-col {
        padding: 0 10px;
    }
    .header__inner-col:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .header__inner-col:nth-child(2) {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .hide-mob .main-nav__button {
        margin-bottom: 5px;
    }
    .header-tel {
        color: #000 !important;
    }
    .footer .main-nav {
        margin: 0;
        display: block;
        text-align: center;
    }
    .footer .main-nav__item {
        margin: 0;
        padding: 0;
    }
    .footer .main-nav__item:after {
        display: none;
    }
    .footer .main-nav__button {
        margin: 10px 0 0;
        display: inline-block;
    }
    .footer .main-nav__link {
        display: inline-block;
    }
    .subscribe {
        display: block;
    }
    .subscribe__left {
        width: auto;
        min-width: 0;
    }
    .subscribe__right {
        padding: 0;
    }
    .subscribe__input {
        margin: 0 0 20px;
    }
    .subscribe__button {
        width: 100%;
    }
    .ui-slider__arrows {
        margin: 0 0 -15px;
    }
    .presentation-block__title {
        padding-bottom: 0;
    }
    .prices__col {
        width: 100%;
    }
    .downloads__button-wrap {
        width: 100%;
        text-align: center;
    }
    .downloads__button {
        min-width: 200px;
    }
    .article__full-top .post-info__col:first-child,
    .article__short-bottom .post-info__col:first-child,
    .comment .post-info__col:first-child {
        width: 100%;
        margin: 0 0 7px;
    }
    .article__full-top .post-info__col:first-child:after,
    .article__short-bottom .post-info__col:first-child:after,
    .comment .post-info__col:first-child:after {
        display: none;
    }
    .article__short-bottom {
        -webkit-align-items: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end;
    }
    .article__arrow {
        top: 2px;
    }
    .article__full-bottom {
        display: block;
    }
    .article__full-col:first-child {
        padding-bottom: 5px;
    }
    .leave-reply__cols {
        display: block;
    }
    .leave-reply__col {
        width: auto;
    }
    .leave-reply__button {
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 400px) {
    .open-video__icon {
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px;
    }
    .trial-form__button {
        width: 100%;
    }
    .side-images__item {
        width: 33.333%;
    }
}

/* Your Style Here */
