/*hide 251018 */
.cfm-footer{
    display:none!important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}

mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 0;
}

hr {
    height: 0;
    margin: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #c8c8c8;
    border-left: 0;
}

.wrap {
    overflow: hidden;
    width: 100%;
    min-height: 100%
}



.cmsl_cfm h1,
.cmsl_cfm h2,
.cmsl_cfm h3,
.cmsl_cfm h4{
    text-transform:none;
    font-weight:normal;
}


.checkbox {
    height: 30px;
    position: relative;
}
.checkbox__input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.checkbox__input:checked+.checkbox__label:after {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}
.checkbox__label {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 0 0 0 45px;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox__label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background: #f2f2f2;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 0 2px #1d5181, inset 2px 2px 0 0 #b6b6b6;
    box-shadow: 0 0 0 2px #1d5181, inset 2px 2px 0 0 #b6b6b6;
}
.checkbox__label:after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    width: 20px;
    height: 10px;
    background: 0 0;
    border: 4px solid #2e76ab;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg) scale(0);
    -ms-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: opacity 150ms linear, -webkit-transform 150ms ease;
    -webkit-transition: opacity 150ms linear, -webkit-transform 150ms ease;
    -o-transition: opacity 150ms linear, transform 150ms ease;
    transition: opacity 150ms linear, transform 150ms ease;
    transition: opacity 150ms linear, transform 150ms ease, -webkit-transform 150ms ease;
}

.btn-arrow {
    line-height: 52px;
    display: block;
    width: 52px;
    height: 52px;
    cursor: pointer;
    text-align: center;
    border: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
}
.btn-arrow:hover {
    border: 0;
}
.btn-arrow i {
    font-size: 22px;
    line-height: 52px;
    color: #252122;
}
.btn-group {
    font-size: 0;
    position: relative;
}
.btn-group .btn {
    display: inline-block;
    vertical-align: top;
}
.btn {
    letter-spacing: .9px;
    opacity: 1;
    font-family: lato-medium, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 50px;
    display: inline-block;
    height: 50px;
    margin: 0 auto;
    padding: 0 30px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    vertical-align: middle;
    color: #fff;
    border: 0;
    background-color: #2e76ab;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn[disabled] {
    opacity: .5;
}
.btn-group .btn {
    font-size: 18px;
}
.btn:hover {
    color: #fff;
    border: 0;
    background-color: #296cab;
}
.btn.white {
    background-color: #fff;
    color: #1f5282;
    border: 0!important;
}
.btn.btn_yellow {
    height: 50px;
    font-family: lato-medium, sans-serif;
    line-height: 50px;
    letter-spacing: 0;
    background-color: #efd71b;
    color: #004190;
    border: 0!important;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 20px;
}
.btn.btn_yellow:hover {
    color: #2e76ab;
}
.btn.btn_yellow-inverse {
    height: 50px;
    font-family: lato-medium, sans-serif;
    line-height: 50px;
    letter-spacing: 0;
    background-color: #efd71b;
    border: 0!important;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 20px;
    background-color: #004190;
    color: #efd71b;
}
.btn.btn_yellow-inverse:hover {
    color: #fff;
}
.btn.btn_big {
    font-size: 27px;
    font-family: lato-medium, sans-serif;
}
/*! * Font Awesome 4.5.0 by @davegandy - http: //fontawesome.io - @fontawesome * License - http: //fontawesome.io/license (Font: SIL OFL 1.1,  CSS: MIT License) */@font-face {
    font-family: FontAwesome;
    src: url(fonts/fontawesome-webfont.eot?v=4.5.0);
    src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"), url(fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"), url(fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"), url(fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul>li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    -webkit-border-radius: .1em;
    border-radius: .1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right {
    margin-left: .3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}@keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000"}
.fa-music:before {
    content: "\f001"}
.fa-search:before {
    content: "\f002"}
.fa-envelope-o:before {
    content: "\f003"}
.fa-heart:before {
    content: "\f004"}
.fa-star:before {
    content: "\f005"}
.fa-star-o:before {
    content: "\f006"}
.fa-user:before {
    content: "\f007"}
.fa-film:before {
    content: "\f008"}
.fa-th-large:before {
    content: "\f009"}
.fa-th:before {
    content: "\f00a"}
.fa-th-list:before {
    content: "\f00b"}
.fa-check:before {
    content: "\f00c"}
.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"}
.fa-search-plus:before {
    content: "\f00e"}
.fa-search-minus:before {
    content: "\f010"}
.fa-power-off:before {
    content: "\f011"}
.fa-signal:before {
    content: "\f012"}
.fa-cog:before, .fa-gear:before {
    content: "\f013"}
.fa-trash-o:before {
    content: "\f014"}
.fa-home:before {
    content: "\f015"}
.fa-file-o:before {
    content: "\f016"}
.fa-clock-o:before {
    content: "\f017"}
.fa-road:before {
    content: "\f018"}
.fa-download:before {
    content: "\f019"}
.fa-arrow-circle-o-down:before {
    content: "\f01a"}
.fa-arrow-circle-o-up:before {
    content: "\f01b"}
.fa-inbox:before {
    content: "\f01c"}
.fa-play-circle-o:before {
    content: "\f01d"}
.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"}
.fa-refresh:before {
    content: "\f021"}
.fa-list-alt:before {
    content: "\f022"}
.fa-lock:before {
    content: "\f023"}
.fa-flag:before {
    content: "\f024"}
.fa-headphones:before {
    content: "\f025"}
.fa-volume-off:before {
    content: "\f026"}
.fa-volume-down:before {
    content: "\f027"}
.fa-volume-up:before {
    content: "\f028"}
.fa-qrcode:before {
    content: "\f029"}
.fa-barcode:before {
    content: "\f02a"}
.fa-tag:before {
    content: "\f02b"}
.fa-tags:before {
    content: "\f02c"}
.fa-book:before {
    content: "\f02d"}
.fa-bookmark:before {
    content: "\f02e"}
.fa-print:before {
    content: "\f02f"}
.fa-camera:before {
    content: "\f030"}
.fa-font:before {
    content: "\f031"}
.fa-bold:before {
    content: "\f032"}
.fa-italic:before {
    content: "\f033"}
.fa-text-height:before {
    content: "\f034"}
.fa-text-width:before {
    content: "\f035"}
.fa-align-left:before {
    content: "\f036"}
.fa-align-center:before {
    content: "\f037"}
.fa-align-right:before {
    content: "\f038"}
.fa-align-justify:before {
    content: "\f039"}
.fa-list:before {
    content: "\f03a"}
.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"}
.fa-indent:before {
    content: "\f03c"}
.fa-video-camera:before {
    content: "\f03d"}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"}
.fa-pencil:before {
    content: "\f040"}
.fa-map-marker:before {
    content: "\f041"}
.fa-adjust:before {
    content: "\f042"}
.fa-tint:before {
    content: "\f043"}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"}
.fa-share-square-o:before {
    content: "\f045"}
.fa-check-square-o:before {
    content: "\f046"}
.fa-arrows:before {
    content: "\f047"}
.fa-step-backward:before {
    content: "\f048"}
.fa-fast-backward:before {
    content: "\f049"}
.fa-backward:before {
    content: "\f04a"}
.fa-play:before {
    content: "\f04b"}
.fa-pause:before {
    content: "\f04c"}
.fa-stop:before {
    content: "\f04d"}
.fa-forward:before {
    content: "\f04e"}
.fa-fast-forward:before {
    content: "\f050"}
.fa-step-forward:before {
    content: "\f051"}
.fa-eject:before {
    content: "\f052"}
.fa-chevron-left:before {
    content: "\f053"}
.fa-chevron-right:before {
    content: "\f054"}
.fa-plus-circle:before {
    content: "\f055"}
.fa-minus-circle:before {
    content: "\f056"}
.fa-times-circle:before {
    content: "\f057"}
.fa-check-circle:before {
    content: "\f058"}
.fa-question-circle:before {
    content: "\f059"}
.fa-info-circle:before {
    content: "\f05a"}
.fa-crosshairs:before {
    content: "\f05b"}
.fa-times-circle-o:before {
    content: "\f05c"}
.fa-check-circle-o:before {
    content: "\f05d"}
.fa-ban:before {
    content: "\f05e"}
.fa-arrow-left:before {
    content: "\f060"}
.fa-arrow-right:before {
    content: "\f061"}
.fa-arrow-up:before {
    content: "\f062"}
.fa-arrow-down:before {
    content: "\f063"}
.fa-mail-forward:before, .fa-share:before {
    content: "\f064"}
.fa-expand:before {
    content: "\f065"}
.fa-compress:before {
    content: "\f066"}
.fa-plus:before {
    content: "\f067"}
.fa-minus:before {
    content: "\f068"}
.fa-asterisk:before {
    content: "\f069"}
.fa-exclamation-circle:before {
    content: "\f06a"}
.fa-gift:before {
    content: "\f06b"}
.fa-leaf:before {
    content: "\f06c"}
.fa-fire:before {
    content: "\f06d"}
.fa-eye:before {
    content: "\f06e"}
.fa-eye-slash:before {
    content: "\f070"}
.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"}
.fa-plane:before {
    content: "\f072"}
.fa-calendar:before {
    content: "\f073"}
.fa-random:before {
    content: "\f074"}
.fa-comment:before {
    content: "\f075"}
.fa-magnet:before {
    content: "\f076"}
.fa-chevron-up:before {
    content: "\f077"}
.fa-chevron-down:before {
    content: "\f078"}
.fa-retweet:before {
    content: "\f079"}
.fa-shopping-cart:before {
    content: "\f07a"}
.fa-folder:before {
    content: "\f07b"}
.fa-folder-open:before {
    content: "\f07c"}
.fa-arrows-v:before {
    content: "\f07d"}
.fa-arrows-h:before {
    content: "\f07e"}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"}
.fa-twitter-square:before {
    content: "\f081"}
.fa-facebook-square:before {
    content: "\f082"}
.fa-camera-retro:before {
    content: "\f083"}
.fa-key:before {
    content: "\f084"}
.fa-cogs:before, .fa-gears:before {
    content: "\f085"}
.fa-comments:before {
    content: "\f086"}
.fa-thumbs-o-up:before {
    content: "\f087"}
.fa-thumbs-o-down:before {
    content: "\f088"}
.fa-star-half:before {
    content: "\f089"}
.fa-heart-o:before {
    content: "\f08a"}
.fa-sign-out:before {
    content: "\f08b"}
.fa-linkedin-square:before {
    content: "\f08c"}
.fa-thumb-tack:before {
    content: "\f08d"}
.fa-external-link:before {
    content: "\f08e"}
.fa-sign-in:before {
    content: "\f090"}
.fa-trophy:before {
    content: "\f091"}
.fa-github-square:before {
    content: "\f092"}
.fa-upload:before {
    content: "\f093"}
.fa-lemon-o:before {
    content: "\f094"}
.fa-phone:before {
    content: "\f095"}
.fa-square-o:before {
    content: "\f096"}
.fa-bookmark-o:before {
    content: "\f097"}
.fa-phone-square:before {
    content: "\f098"}
.fa-twitter:before {
    content: "\f099"}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"}
.fa-github:before {
    content: "\f09b"}
.fa-unlock:before {
    content: "\f09c"}
.fa-credit-card:before {
    content: "\f09d"}
.fa-feed:before, .fa-rss:before {
    content: "\f09e"}
.fa-hdd-o:before {
    content: "\f0a0"}
.fa-bullhorn:before {
    content: "\f0a1"}
.fa-bell:before {
    content: "\f0f3"}
.fa-certificate:before {
    content: "\f0a3"}
.fa-hand-o-right:before {
    content: "\f0a4"}
.fa-hand-o-left:before {
    content: "\f0a5"}
.fa-hand-o-up:before {
    content: "\f0a6"}
.fa-hand-o-down:before {
    content: "\f0a7"}
.fa-arrow-circle-left:before {
    content: "\f0a8"}
.fa-arrow-circle-right:before {
    content: "\f0a9"}
.fa-arrow-circle-up:before {
    content: "\f0aa"}
.fa-arrow-circle-down:before {
    content: "\f0ab"}
.fa-globe:before {
    content: "\f0ac"}
.fa-wrench:before {
    content: "\f0ad"}
.fa-tasks:before {
    content: "\f0ae"}
.fa-filter:before {
    content: "\f0b0"}
.fa-briefcase:before {
    content: "\f0b1"}
.fa-arrows-alt:before {
    content: "\f0b2"}
.fa-group:before, .fa-users:before {
    content: "\f0c0"}
.fa-chain:before, .fa-link:before {
    content: "\f0c1"}
.fa-cloud:before {
    content: "\f0c2"}
.fa-flask:before {
    content: "\f0c3"}
.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"}
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"}
.fa-paperclip:before {
    content: "\f0c6"}
.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"}
.fa-square:before {
    content: "\f0c8"}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"}
.fa-list-ul:before {
    content: "\f0ca"}
.fa-list-ol:before {
    content: "\f0cb"}
.fa-strikethrough:before {
    content: "\f0cc"}
.fa-underline:before {
    content: "\f0cd"}
.fa-table:before {
    content: "\f0ce"}
.fa-magic:before {
    content: "\f0d0"}
.fa-truck:before {
    content: "\f0d1"}
.fa-pinterest:before {
    content: "\f0d2"}
.fa-pinterest-square:before {
    content: "\f0d3"}
.fa-google-plus-square:before {
    content: "\f0d4"}
.fa-google-plus:before {
    content: "\f0d5"}
.fa-money:before {
    content: "\f0d6"}
.fa-caret-down:before {
    content: "\f0d7"}
.fa-caret-up:before {
    content: "\f0d8"}
.fa-caret-left:before {
    content: "\f0d9"}
.fa-caret-right:before {
    content: "\f0da"}
.fa-columns:before {
    content: "\f0db"}
.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"}
.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"}
.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"}
.fa-envelope:before {
    content: "\f0e0"}
.fa-linkedin:before {
    content: "\f0e1"}
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"}
.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"}
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"}
.fa-comment-o:before {
    content: "\f0e5"}
.fa-comments-o:before {
    content: "\f0e6"}
.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"}
.fa-sitemap:before {
    content: "\f0e8"}
.fa-umbrella:before {
    content: "\f0e9"}
.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"}
.fa-lightbulb-o:before {
    content: "\f0eb"}
.fa-exchange:before {
    content: "\f0ec"}
.fa-cloud-download:before {
    content: "\f0ed"}
.fa-cloud-upload:before {
    content: "\f0ee"}
.fa-user-md:before {
    content: "\f0f0"}
.fa-stethoscope:before {
    content: "\f0f1"}
.fa-suitcase:before {
    content: "\f0f2"}
.fa-bell-o:before {
    content: "\f0a2"}
.fa-coffee:before {
    content: "\f0f4"}
.fa-cutlery:before {
    content: "\f0f5"}
.fa-file-text-o:before {
    content: "\f0f6"}
.fa-building-o:before {
    content: "\f0f7"}
.fa-hospital-o:before {
    content: "\f0f8"}
.fa-ambulance:before {
    content: "\f0f9"}
.fa-medkit:before {
    content: "\f0fa"}
.fa-fighter-jet:before {
    content: "\f0fb"}
.fa-beer:before {
    content: "\f0fc"}
.fa-h-square:before {
    content: "\f0fd"}
.fa-plus-square:before {
    content: "\f0fe"}
.fa-angle-double-left:before {
    content: "\f100"}
.fa-angle-double-right:before {
    content: "\f101"}
.fa-angle-double-up:before {
    content: "\f102"}
.fa-angle-double-down:before {
    content: "\f103"}
.fa-angle-left:before {
    content: "\f104"}
.fa-angle-right:before {
    content: "\f105"}
.fa-angle-up:before {
    content: "\f106"}
.fa-angle-down:before {
    content: "\f107"}
.fa-desktop:before {
    content: "\f108"}
.fa-laptop:before {
    content: "\f109"}
.fa-tablet:before {
    content: "\f10a"}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"}
.fa-circle-o:before {
    content: "\f10c"}
.fa-quote-left:before {
    content: "\f10d"}
.fa-quote-right:before {
    content: "\f10e"}
.fa-spinner:before {
    content: "\f110"}
.fa-circle:before {
    content: "\f111"}
.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"}
.fa-github-alt:before {
    content: "\f113"}
.fa-folder-o:before {
    content: "\f114"}
.fa-folder-open-o:before {
    content: "\f115"}
.fa-smile-o:before {
    content: "\f118"}
.fa-frown-o:before {
    content: "\f119"}
.fa-meh-o:before {
    content: "\f11a"}
.fa-gamepad:before {
    content: "\f11b"}
.fa-keyboard-o:before {
    content: "\f11c"}
.fa-flag-o:before {
    content: "\f11d"}
.fa-flag-checkered:before {
    content: "\f11e"}
.fa-terminal:before {
    content: "\f120"}
.fa-code:before {
    content: "\f121"}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"}
.fa-location-arrow:before {
    content: "\f124"}
.fa-crop:before {
    content: "\f125"}
.fa-code-fork:before {
    content: "\f126"}
.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"}
.fa-question:before {
    content: "\f128"}
.fa-info:before {
    content: "\f129"}
.fa-exclamation:before {
    content: "\f12a"}
.fa-superscript:before {
    content: "\f12b"}
.fa-subscript:before {
    content: "\f12c"}
.fa-eraser:before {
    content: "\f12d"}
.fa-puzzle-piece:before {
    content: "\f12e"}
.fa-microphone:before {
    content: "\f130"}
.fa-microphone-slash:before {
    content: "\f131"}
.fa-shield:before {
    content: "\f132"}
.fa-calendar-o:before {
    content: "\f133"}
.fa-fire-extinguisher:before {
    content: "\f134"}
.fa-rocket:before {
    content: "\f135"}
.fa-maxcdn:before {
    content: "\f136"}
.fa-chevron-circle-left:before {
    content: "\f137"}
.fa-chevron-circle-right:before {
    content: "\f138"}
.fa-chevron-circle-up:before {
    content: "\f139"}
.fa-chevron-circle-down:before {
    content: "\f13a"}
.fa-html5:before {
    content: "\f13b"}
.fa-css3:before {
    content: "\f13c"}
.fa-anchor:before {
    content: "\f13d"}
.fa-unlock-alt:before {
    content: "\f13e"}
.fa-bullseye:before {
    content: "\f140"}
.fa-ellipsis-h:before {
    content: "\f141"}
.fa-ellipsis-v:before {
    content: "\f142"}
.fa-rss-square:before {
    content: "\f143"}
.fa-play-circle:before {
    content: "\f144"}
.fa-ticket:before {
    content: "\f145"}
.fa-minus-square:before {
    content: "\f146"}
.fa-minus-square-o:before {
    content: "\f147"}
.fa-level-up:before {
    content: "\f148"}
.fa-level-down:before {
    content: "\f149"}
.fa-check-square:before {
    content: "\f14a"}
.fa-pencil-square:before {
    content: "\f14b"}
.fa-external-link-square:before {
    content: "\f14c"}
.fa-share-square:before {
    content: "\f14d"}
.fa-compass:before {
    content: "\f14e"}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"}
.fa-eur:before, .fa-euro:before {
    content: "\f153"}
.fa-gbp:before {
    content: "\f154"}
.fa-dollar:before, .fa-usd:before {
    content: "\f155"}
.fa-inr:before, .fa-rupee:before {
    content: "\f156"}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"}
.fa-krw:before, .fa-won:before {
    content: "\f159"}
.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"}
.fa-file:before {
    content: "\f15b"}
.fa-file-text:before {
    content: "\f15c"}
.fa-sort-alpha-asc:before {
    content: "\f15d"}
.fa-sort-alpha-desc:before {
    content: "\f15e"}
.fa-sort-amount-asc:before {
    content: "\f160"}
.fa-sort-amount-desc:before {
    content: "\f161"}
.fa-sort-numeric-asc:before {
    content: "\f162"}
.fa-sort-numeric-desc:before {
    content: "\f163"}
.fa-thumbs-up:before {
    content: "\f164"}
.fa-thumbs-down:before {
    content: "\f165"}
.fa-youtube-square:before {
    content: "\f166"}
.fa-youtube:before {
    content: "\f167"}
.fa-xing:before {
    content: "\f168"}
.fa-xing-square:before {
    content: "\f169"}
.fa-youtube-play:before {
    content: "\f16a"}
.fa-dropbox:before {
    content: "\f16b"}
.fa-stack-overflow:before {
    content: "\f16c"}
.fa-instagram:before {
    content: "\f16d"}
.fa-flickr:before {
    content: "\f16e"}
.fa-adn:before {
    content: "\f170"}
.fa-bitbucket:before {
    content: "\f171"}
.fa-bitbucket-square:before {
    content: "\f172"}
.fa-tumblr:before {
    content: "\f173"}
.fa-tumblr-square:before {
    content: "\f174"}
.fa-long-arrow-down:before {
    content: "\f175"}
.fa-long-arrow-up:before {
    content: "\f176"}
.fa-long-arrow-left:before {
    content: "\f177"}
.fa-long-arrow-right:before {
    content: "\f178"}
.fa-apple:before {
    content: "\f179"}
.fa-windows:before {
    content: "\f17a"}
.fa-android:before {
    content: "\f17b"}
.fa-linux:before {
    content: "\f17c"}
.fa-dribbble:before {
    content: "\f17d"}
.fa-skype:before {
    content: "\f17e"}
.fa-foursquare:before {
    content: "\f180"}
.fa-trello:before {
    content: "\f181"}
.fa-female:before {
    content: "\f182"}
.fa-male:before {
    content: "\f183"}
.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"}
.fa-sun-o:before {
    content: "\f185"}
.fa-moon-o:before {
    content: "\f186"}
.fa-archive:before {
    content: "\f187"}
.fa-bug:before {
    content: "\f188"}
.fa-vk:before {
    content: "\f189"}
.fa-weibo:before {
    content: "\f18a"}
.fa-renren:before {
    content: "\f18b"}
.fa-pagelines:before {
    content: "\f18c"}
.fa-stack-exchange:before {
    content: "\f18d"}
.fa-arrow-circle-o-right:before {
    content: "\f18e"}
.fa-arrow-circle-o-left:before {
    content: "\f190"}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"}
.fa-dot-circle-o:before {
    content: "\f192"}
.fa-wheelchair:before {
    content: "\f193"}
.fa-vimeo-square:before {
    content: "\f194"}
.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"}
.fa-plus-square-o:before {
    content: "\f196"}
.fa-space-shuttle:before {
    content: "\f197"}
.fa-slack:before {
    content: "\f198"}
.fa-envelope-square:before {
    content: "\f199"}
.fa-wordpress:before {
    content: "\f19a"}
.fa-openid:before {
    content: "\f19b"}
.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"}
.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"}
.fa-yahoo:before {
    content: "\f19e"}
.fa-google:before {
    content: "\f1a0"}
.fa-reddit:before {
    content: "\f1a1"}
.fa-reddit-square:before {
    content: "\f1a2"}
.fa-stumbleupon-circle:before {
    content: "\f1a3"}
.fa-stumbleupon:before {
    content: "\f1a4"}
.fa-delicious:before {
    content: "\f1a5"}
.fa-digg:before {
    content: "\f1a6"}
.fa-pied-piper:before {
    content: "\f1a7"}
.fa-pied-piper-alt:before {
    content: "\f1a8"}
.fa-drupal:before {
    content: "\f1a9"}
.fa-joomla:before {
    content: "\f1aa"}
.fa-language:before {
    content: "\f1ab"}
.fa-fax:before {
    content: "\f1ac"}
.fa-building:before {
    content: "\f1ad"}
.fa-child:before {
    content: "\f1ae"}
.fa-paw:before {
    content: "\f1b0"}
.fa-spoon:before {
    content: "\f1b1"}
.fa-cube:before {
    content: "\f1b2"}
.fa-cubes:before {
    content: "\f1b3"}
.fa-behance:before {
    content: "\f1b4"}
.fa-behance-square:before {
    content: "\f1b5"}
.fa-steam:before {
    content: "\f1b6"}
.fa-steam-square:before {
    content: "\f1b7"}
.fa-recycle:before {
    content: "\f1b8"}
.fa-automobile:before, .fa-car:before {
    content: "\f1b9"}
.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"}
.fa-tree:before {
    content: "\f1bb"}
.fa-spotify:before {
    content: "\f1bc"}
.fa-deviantart:before {
    content: "\f1bd"}
.fa-soundcloud:before {
    content: "\f1be"}
.fa-database:before {
    content: "\f1c0"}
.fa-file-pdf-o:before {
    content: "\f1c1"}
.fa-file-word-o:before {
    content: "\f1c2"}
.fa-file-excel-o:before {
    content: "\f1c3"}
.fa-file-powerpoint-o:before {
    content: "\f1c4"}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"}
.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"}
.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"}
.fa-file-code-o:before {
    content: "\f1c9"}
.fa-vine:before {
    content: "\f1ca"}
.fa-codepen:before {
    content: "\f1cb"}
.fa-jsfiddle:before {
    content: "\f1cc"}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"}
.fa-circle-o-notch:before {
    content: "\f1ce"}
.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"}
.fa-empire:before, .fa-ge:before {
    content: "\f1d1"}
.fa-git-square:before {
    content: "\f1d2"}
.fa-git:before {
    content: "\f1d3"}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"}
.fa-tencent-weibo:before {
    content: "\f1d5"}
.fa-qq:before {
    content: "\f1d6"}
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"}
.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"}
.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"}
.fa-history:before {
    content: "\f1da"}
.fa-circle-thin:before {
    content: "\f1db"}
.fa-header:before {
    content: "\f1dc"}
.fa-paragraph:before {
    content: "\f1dd"}
.fa-sliders:before {
    content: "\f1de"}
.fa-share-alt:before {
    content: "\f1e0"}
.fa-share-alt-square:before {
    content: "\f1e1"}
.fa-bomb:before {
    content: "\f1e2"}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"}
.fa-tty:before {
    content: "\f1e4"}
.fa-binoculars:before {
    content: "\f1e5"}
.fa-plug:before {
    content: "\f1e6"}
.fa-slideshare:before {
    content: "\f1e7"}
.fa-twitch:before {
    content: "\f1e8"}
.fa-yelp:before {
    content: "\f1e9"}
.fa-newspaper-o:before {
    content: "\f1ea"}
.fa-wifi:before {
    content: "\f1eb"}
.fa-calculator:before {
    content: "\f1ec"}
.fa-paypal:before {
    content: "\f1ed"}
.fa-google-wallet:before {
    content: "\f1ee"}
.fa-cc-visa:before {
    content: "\f1f0"}
.fa-cc-mastercard:before {
    content: "\f1f1"}
.fa-cc-discover:before {
    content: "\f1f2"}
.fa-cc-amex:before {
    content: "\f1f3"}
.fa-cc-paypal:before {
    content: "\f1f4"}
.fa-cc-stripe:before {
    content: "\f1f5"}
.fa-bell-slash:before {
    content: "\f1f6"}
.fa-bell-slash-o:before {
    content: "\f1f7"}
.fa-trash:before {
    content: "\f1f8"}
.fa-copyright:before {
    content: "\f1f9"}
.fa-at:before {
    content: "\f1fa"}
.fa-eyedropper:before {
    content: "\f1fb"}
.fa-paint-brush:before {
    content: "\f1fc"}
.fa-birthday-cake:before {
    content: "\f1fd"}
.fa-area-chart:before {
    content: "\f1fe"}
.fa-pie-chart:before {
    content: "\f200"}
.fa-line-chart:before {
    content: "\f201"}
.fa-lastfm:before {
    content: "\f202"}
.fa-lastfm-square:before {
    content: "\f203"}
.fa-toggle-off:before {
    content: "\f204"}
.fa-toggle-on:before {
    content: "\f205"}
.fa-bicycle:before {
    content: "\f206"}
.fa-bus:before {
    content: "\f207"}
.fa-ioxhost:before {
    content: "\f208"}
.fa-angellist:before {
    content: "\f209"}
.fa-cc:before {
    content: "\f20a"}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"}
.fa-meanpath:before {
    content: "\f20c"}
.fa-buysellads:before {
    content: "\f20d"}
.fa-connectdevelop:before {
    content: "\f20e"}
.fa-dashcube:before {
    content: "\f210"}
.fa-forumbee:before {
    content: "\f211"}
.fa-leanpub:before {
    content: "\f212"}
.fa-sellsy:before {
    content: "\f213"}
.fa-shirtsinbulk:before {
    content: "\f214"}
.fa-simplybuilt:before {
    content: "\f215"}
.fa-skyatlas:before {
    content: "\f216"}
.fa-cart-plus:before {
    content: "\f217"}
.fa-cart-arrow-down:before {
    content: "\f218"}
.fa-diamond:before {
    content: "\f219"}
.fa-ship:before {
    content: "\f21a"}
.fa-user-secret:before {
    content: "\f21b"}
.fa-motorcycle:before {
    content: "\f21c"}
.fa-street-view:before {
    content: "\f21d"}
.fa-heartbeat:before {
    content: "\f21e"}
.fa-venus:before {
    content: "\f221"}
.fa-mars:before {
    content: "\f222"}
.fa-mercury:before {
    content: "\f223"}
.fa-intersex:before, .fa-transgender:before {
    content: "\f224"}
.fa-transgender-alt:before {
    content: "\f225"}
.fa-venus-double:before {
    content: "\f226"}
.fa-mars-double:before {
    content: "\f227"}
.fa-venus-mars:before {
    content: "\f228"}
.fa-mars-stroke:before {
    content: "\f229"}
.fa-mars-stroke-v:before {
    content: "\f22a"}
.fa-mars-stroke-h:before {
    content: "\f22b"}
.fa-neuter:before {
    content: "\f22c"}
.fa-genderless:before {
    content: "\f22d"}
.fa-facebook-official:before {
    content: "\f230"}
.fa-pinterest-p:before {
    content: "\f231"}
.fa-whatsapp:before {
    content: "\f232"}
.fa-server:before {
    content: "\f233"}
.fa-user-plus:before {
    content: "\f234"}
.fa-user-times:before {
    content: "\f235"}
.fa-bed:before, .fa-hotel:before {
    content: "\f236"}
.fa-viacoin:before {
    content: "\f237"}
.fa-train:before {
    content: "\f238"}
.fa-subway:before {
    content: "\f239"}
.fa-medium:before {
    content: "\f23a"}
.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"}
.fa-optin-monster:before {
    content: "\f23c"}
.fa-opencart:before {
    content: "\f23d"}
.fa-expeditedssl:before {
    content: "\f23e"}
.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"}
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"}
.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"}
.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"}
.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"}
.fa-mouse-pointer:before {
    content: "\f245"}
.fa-i-cursor:before {
    content: "\f246"}
.fa-object-group:before {
    content: "\f247"}
.fa-object-ungroup:before {
    content: "\f248"}
.fa-sticky-note:before {
    content: "\f249"}
.fa-sticky-note-o:before {
    content: "\f24a"}
.fa-cc-jcb:before {
    content: "\f24b"}
.fa-cc-diners-club:before {
    content: "\f24c"}
.fa-clone:before {
    content: "\f24d"}
.fa-balance-scale:before {
    content: "\f24e"}
.fa-hourglass-o:before {
    content: "\f250"}
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"}
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"}
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"}
.fa-hourglass:before {
    content: "\f254"}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"}
.fa-hand-scissors-o:before {
    content: "\f257"}
.fa-hand-lizard-o:before {
    content: "\f258"}
.fa-hand-spock-o:before {
    content: "\f259"}
.fa-hand-pointer-o:before {
    content: "\f25a"}
.fa-hand-peace-o:before {
    content: "\f25b"}
.fa-trademark:before {
    content: "\f25c"}
.fa-registered:before {
    content: "\f25d"}
.fa-creative-commons:before {
    content: "\f25e"}
.fa-gg:before {
    content: "\f260"}
.fa-gg-circle:before {
    content: "\f261"}
.fa-tripadvisor:before {
    content: "\f262"}
.fa-odnoklassniki:before {
    content: "\f263"}
.fa-odnoklassniki-square:before {
    content: "\f264"}
.fa-get-pocket:before {
    content: "\f265"}
.fa-wikipedia-w:before {
    content: "\f266"}
.fa-safari:before {
    content: "\f267"}
.fa-chrome:before {
    content: "\f268"}
.fa-firefox:before {
    content: "\f269"}
.fa-opera:before {
    content: "\f26a"}
.fa-internet-explorer:before {
    content: "\f26b"}
.fa-television:before, .fa-tv:before {
    content: "\f26c"}
.fa-contao:before {
    content: "\f26d"}
.fa-500px:before {
    content: "\f26e"}
.fa-amazon:before {
    content: "\f270"}
.fa-calendar-plus-o:before {
    content: "\f271"}
.fa-calendar-minus-o:before {
    content: "\f272"}
.fa-calendar-times-o:before {
    content: "\f273"}
.fa-calendar-check-o:before {
    content: "\f274"}
.fa-industry:before {
    content: "\f275"}
.fa-map-pin:before {
    content: "\f276"}
.fa-map-signs:before {
    content: "\f277"}
.fa-map-o:before {
    content: "\f278"}
.fa-map:before {
    content: "\f279"}
.fa-commenting:before {
    content: "\f27a"}
.fa-commenting-o:before {
    content: "\f27b"}
.fa-houzz:before {
    content: "\f27c"}
.fa-vimeo:before {
    content: "\f27d"}
.fa-black-tie:before {
    content: "\f27e"}
.fa-fonticons:before {
    content: "\f280"}
.fa-reddit-alien:before {
    content: "\f281"}
.fa-edge:before {
    content: "\f282"}
.fa-credit-card-alt:before {
    content: "\f283"}
.fa-codiepie:before {
    content: "\f284"}
.fa-modx:before {
    content: "\f285"}
.fa-fort-awesome:before {
    content: "\f286"}
.fa-usb:before {
    content: "\f287"}
.fa-product-hunt:before {
    content: "\f288"}
.fa-mixcloud:before {
    content: "\f289"}
.fa-scribd:before {
    content: "\f28a"}
.fa-pause-circle:before {
    content: "\f28b"}
.fa-pause-circle-o:before {
    content: "\f28c"}
.fa-stop-circle:before {
    content: "\f28d"}
.fa-stop-circle-o:before {
    content: "\f28e"}
.fa-shopping-bag:before {
    content: "\f290"}
.fa-shopping-basket:before {
    content: "\f291"}
.fa-hashtag:before {
    content: "\f292"}
.fa-bluetooth:before {
    content: "\f293"}
.fa-bluetooth-b:before {
    content: "\f294"}
.fa-percent:before {
    content: "\f295"}
.happy-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 100500;
    overflow: hidden;
}
.happy-loader-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1%;
    height: 2%;
    background: #fff;
    margin: 0 auto;
}
.happy-loader-bar-center {
    right: 0;
    top: 55%;
    height: 1%}
.happy-loader-bar-center, .happy-loader-bar-screen {
    position: fixed;
    left: 0;
    width: 1%;
    background: #fff;
    margin: 0 auto;
}
.happy-loader-bar-screen {
    bottom: 0;
    height: 100%}
.happy-loader-informer {
    position: fixed;
    left: 50%;
    top: 50%;
    color: #fff;
    font-family: sans-serif;
    font-size: 1em;
    line-height: 1em;
    margin: -1em 0 0 -1em;
}
.body-happymodal-static {
    overflow: hidden;
}
.happymodal-backdrop {
    visibility: visible;
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.backdrop-hide {
    visibility: hidden;
    background: 0 0;
}
.happymodal {
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.happymodal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}
.happymodal-static:before {
    display: none;
}
.happymodal-open {
    display: block;
}
.happymodal-static {
    position: absolute;
    top: 0;
    overflow: auto;
}
.happymodal-static .happymodal-dialog {
    position: relative;
    display: block;
    margin: 30px auto;
}
.happymodal-dialog {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 90%;
    height: auto;
    margin: auto;
    background: #fafafa;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .3), inset 0 0 5px 1px #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .3), inset 0 0 5px 1px #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.happymodal-content {
    width: 100%;
    height: auto;
    padding: 15px;
}
.happymodal-close {
    z-index: 10;
}
.happymodal-close-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    background: #000;
}
.happymodal-close-icon:before {
    transition: -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.happymodal-close-icon:after, .happymodal-close-icon:before {
    content: '';
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 16px;
    margin: -8px 0 0 -1px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.happymodal-close-icon:after {
    transition: -webkit-transform .3s .1s ease;
    -webkit-transition: -webkit-transform .3s .1s ease;
    -o-transition: transform .3s .1s ease;
    transition: transform .3s .1s ease;
    transition: transform .3s .1s ease, -webkit-transform .3s .1s ease;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.happymodal-close-icon:hover:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.happymodal-close-icon:hover:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.happymodal-slide-top {
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translate(0, 300px);
    -ms-transform: translate(0, 300px);
    transform: translate(0, 300px);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.happymodal-open.happymodal-slide-top {
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
@-webkit-keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
40%, 43%, 70% {
    -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    transition-timing-function: cubic-bezier(.755, .05, .855, .06);
}
70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}
}@keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
40%, 43%, 70% {
    -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    -o-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    transition-timing-function: cubic-bezier(.755, .05, .855, .06);
}
70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}
}.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    0%, 100%, 50% {
    opacity: 1;
}
25%, 75% {
    opacity: 0;
}
}@keyframes flash {
    0%, 100%, 50% {
    opacity: 1;
}
25%, 75% {
    opacity: 0;
}
}.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}@keyframes pulse {
    0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
}
40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
}
50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
}
65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
}
75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
}
100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}@keyframes rubberBand {
    0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
}
40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
}
50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
}
65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
}
75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
}
100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
}@keyframes shake {
    0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
}.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes swing {
    20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
}
40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
}
60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
}
80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}
}@keyframes swing {
    20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
}
40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
}
60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
}
80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}
}.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}@keyframes tada {
    0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    0% {
    -webkit-transform: none;
    transform: none;
}
15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
    -webkit-transform: none;
    transform: none;
}
}@keyframes wobble {
    0% {
    -webkit-transform: none;
    transform: none;
}
15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
    -webkit-transform: none;
    transform: none;
}
}.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}
100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}@keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}
100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}
75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
100% {
    -webkit-transform: none;
    transform: none;
}
}@keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}
75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
100% {
    -webkit-transform: none;
    transform: none;
}
}.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
100% {
    -webkit-transform: none;
    transform: none;
}
}@keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
100% {
    -webkit-transform: none;
    transform: none;
}
}.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}
100% {
    -webkit-transform: none;
    transform: none;
}
}@keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}
100% {
    -webkit-transform: none;
    transform: none;
}
}.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
}@keyframes bounceOut {
    20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
}.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}@keyframes bounceOutDown {
    20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}@keyframes bounceOutLeft {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}@keyframes bounceOutRight {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}@keyframes bounceOutUp {
    20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@keyframes fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInDownBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInLeftBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInRightBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInUpBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}@keyframes fadeOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}@keyframes fadeOutDown {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}@keyframes fadeOutDownBig {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}@keyframes fadeOutLeft {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}@keyframes fadeOutLeftBig {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}@keyframes fadeOutRight {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}@keyframes fadeOutRightBig {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}@keyframes fadeOutUp {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}@keyframes fadeOutUpBig {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
}
0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
}
50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
}
100%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}@keyframes flip {
    0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
}
0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
}
50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
}
100%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
}
0%, 40% {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
}
60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}@keyframes flipInX {
    0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
}
0%, 40% {
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
}
60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
}
0%, 40% {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
}
60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}@keyframes flipInY {
    0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
}
0%, 40% {
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
}
60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
}
100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
}
}@keyframes flipOutX {
    0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
}
100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
}
}.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
}
@-webkit-keyframes flipOutY {
    0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
}
100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
}
}@keyframes flipOutY {
    0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
}
100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
}
}.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
}
60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
}
80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
}
100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes lightSpeedIn {
    0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
}
60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
}
80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
}
100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    0% {
    opacity: 1;
}
100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
}
}@keyframes lightSpeedOut {
    0% {
    opacity: 1;
}
100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
}
}.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    0% {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
}
0%, 100% {
    -webkit-transform-origin: center;
    transform-origin: center;
}
100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateIn {
    0% {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
}
0%, 100% {
    -webkit-transform-origin: center;
    transform-origin: center;
}
100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    0% {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
0%, 100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateInDownLeft {
    0% {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
0%, 100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    0% {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
0%, 100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateInDownRight {
    0% {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
0%, 100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    0% {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
0%, 100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateInUpLeft {
    0% {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
0%, 100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    0% {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
}
0%, 100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateInUpRight {
    0% {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
}
0%, 100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    0% {
    opacity: 1;
}
0%, 100% {
    -webkit-transform-origin: center;
    transform-origin: center;
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
}
}@keyframes rotateOut {
    0% {
    opacity: 1;
}
0%, 100% {
    -webkit-transform-origin: center;
    transform-origin: center;
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
}
}.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
    opacity: 1;
}
0%, 100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
}@keyframes rotateOutDownLeft {
    0% {
    opacity: 1;
}
0%, 100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
}.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    0% {
    opacity: 1;
}
0%, 100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}@keyframes rotateOutDownRight {
    0% {
    opacity: 1;
}
0%, 100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
    opacity: 1;
}
0%, 100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}@keyframes rotateOutUpLeft {
    0% {
    opacity: 1;
}
0%, 100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    0% {
    opacity: 1;
}
0%, 100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
}
}@keyframes rotateOutUpRight {
    0% {
    opacity: 1;
}
0%, 100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
}
}.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
}
20%, 40%, 60%, 80% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    opacity: 1;
}
100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
}
}@keyframes hinge {
    0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
}
20%, 40%, 60%, 80% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    opacity: 1;
}
100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
}
}.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes rollIn {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes rollIn {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}@keyframes rollOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
50% {
    opacity: 1;
}
}@keyframes zoomIn {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
50% {
    opacity: 1;
}
}.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInDown {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInLeft {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInRight {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInUp {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    0% {
    opacity: 1;
}
50% {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
100%, 50% {
    opacity: 0;
}
}@keyframes zoomOut {
    0% {
    opacity: 1;
}
50% {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
100%, 50% {
    opacity: 0;
}
}.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomOutDown {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
}@keyframes zoomOutLeft {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
}.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
}@keyframes zoomOutRight {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
}.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomOutUp {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes slideInDown {
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes slideInLeft {
    0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes slideInRight {
    0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes slideInUp {
    0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}@keyframes slideOutDown {
    0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}@keyframes slideOutLeft {
    0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}@keyframes slideOutRight {
    0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}@keyframes slideOutUp {
    0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
/*! Hint.css - v1.3.6 - 2015-10-31* http: //kushagragour.in/lab/hint/* Copyright (c) 2015 Kushagra Gour;
    
    Licensed MIT */.hint--bottom: after, .hint--top:after {
    margin-left: -18px;
}
.hint, [data-hint] {
    position: relative;
    display: inline-block;
}
.hint:after, .hint:before, [data-hint]:after, [data-hint]:before {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.hint--always:after, .hint--always:before, .hint:focus:after, .hint:focus:before, .hint:hover:after, .hint:hover:before, [data-hint]:focus:after, [data-hint]:focus:before, [data-hint]:hover:after, [data-hint]:hover:before {
    opacity: 1;
    visibility: visible;
}
.hint:hover:after, .hint:hover:before, [data-hint]:hover:after, [data-hint]:hover:before {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.hint:before, [data-hint]:before {
    content: '';
    position: absolute;
    background: 0 0;
    border: 6px solid transparent;
    z-index: 1000001;
}
.hint:after, [data-hint]:after {
    content: attr(data-hint);
    background: #383838;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    text-shadow: 0 -1px 0 #000;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
}
[data-hint='']:after, [data-hint='']:before {
    display: none!important;
}
.hint--top:before {
    border-top-color: #383838;
    margin-bottom: -12px;
}
.hint--bottom:before {
    border-bottom-color: #383838;
    margin-top: -12px;
}
.hint--top:after, .hint--top:before {
    bottom: 100%;
    left: 50%}
.hint--top:focus:after, .hint--top:focus:before, .hint--top:hover:after, .hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}
.hint--bottom:after, .hint--bottom:before {
    top: 100%;
    left: 50%}
.hint--bottom:focus:after, .hint--bottom:focus:before, .hint--bottom:hover:after, .hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}
.hint--right:before {
    border-right-color: #383838;
    margin-left: -12px;
    margin-bottom: -6px;
}
.hint--right:after {
    margin-bottom: -14px;
}
.hint--right:after, .hint--right:before {
    left: 100%;
    bottom: 50%}
.hint--right:focus:after, .hint--right:focus:before, .hint--right:hover:after, .hint--right:hover:before {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
}
.hint--left:before {
    border-left-color: #383838;
    margin-right: -12px;
    margin-bottom: -6px;
}
.hint--left:after {
    margin-bottom: -14px;
}
.hint--left:after, .hint--left:before {
    right: 100%;
    bottom: 50%}
.hint--left:focus:after, .hint--left:focus:before, .hint--left:hover:after, .hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
}
.hint--error:after {
    background-color: #b34e4d;
    text-shadow: 0 -1px 0 #592726;
}
.hint--error.hint--top:before {
    border-top-color: #b34e4d;
}
.hint--error.hint--bottom:before {
    border-bottom-color: #b34e4d;
}
.hint--error.hint--left:before {
    border-left-color: #b34e4d;
}
.hint--error.hint--right:before {
    border-right-color: #b34e4d;
}
.hint--warning:after {
    background-color: #c09854;
    text-shadow: 0 -1px 0 #6c5328;
}
.hint--warning.hint--top:before {
    border-top-color: #c09854;
}
.hint--warning.hint--bottom:before {
    border-bottom-color: #c09854;
}
.hint--warning.hint--left:before {
    border-left-color: #c09854;
}
.hint--warning.hint--right:before {
    border-right-color: #c09854;
}
.hint--info:after {
    background-color: #3986ac;
    text-shadow: 0 -1px 0 #193b4d;
}
.hint--info.hint--top:before {
    border-top-color: #3986ac;
}
.hint--info.hint--bottom:before {
    border-bottom-color: #3986ac;
}
.hint--info.hint--left:before {
    border-left-color: #3986ac;
}
.hint--info.hint--right:before {
    border-right-color: #3986ac;
}
.hint--success:after {
    background-color: #458746;
    text-shadow: 0 -1px 0 #1a321a;
}
.hint--success.hint--top:before {
    border-top-color: #458746;
}
.hint--success.hint--bottom:before {
    border-bottom-color: #458746;
}
.hint--success.hint--left:before {
    border-left-color: #458746;
}
.hint--success.hint--right:before {
    border-right-color: #458746;
}
.hint--always.hint--top:after, .hint--always.hint--top:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}
.hint--always.hint--bottom:after, .hint--always.hint--bottom:before {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}
.hint--always.hint--left:after, .hint--always.hint--left:before {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
}
.hint--always.hint--right:after, .hint--always.hint--right:before {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
}
.hint--rounded:after {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.hint--no-animate:after, .hint--no-animate:before {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.hint--bounce:after, .hint--bounce:before {
    transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    -o-transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
}
.tipso_bubble, .tipso_bubble>.tipso_arrow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tipso_bubble {
    position: absolute;
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    z-index: 9999;
}
.tipso_style {
    cursor: help;
    border-bottom: 1px dotted;
}
.tipso_title {
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.tipso_content {
    word-wrap: break-word;
    padding: .5em;
}
.tipso_bubble.tiny {
    font-size: .6rem;
}
.tipso_bubble.small {
    font-size: .8rem;
}
.tipso_bubble.default {
    font-size: 1rem;
}
.tipso_bubble.large {
    font-size: 1.2rem;
    width: 100%}
.tipso_bubble>.tipso_arrow {
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid;
    pointer-events: none;
}
.tipso_bubble.top>.tipso_arrow {
    border-top-color: #000;
    border-bottom-color: transparent;
    top: 100%}
.tipso_bubble.bottom>.tipso_arrow, .tipso_bubble.top>.tipso_arrow {
    border-right-color: transparent;
    border-left-color: transparent;
    left: 50%;
    margin-left: -8px;
}
.tipso_bubble.bottom>.tipso_arrow {
    border-bottom-color: #000;
    border-top-color: transparent;
    bottom: 100%}
.tipso_bubble.left>.tipso_arrow {
    border-left-color: #000;
    border-right-color: transparent;
    left: 100%}
.tipso_bubble.left>.tipso_arrow, .tipso_bubble.right>.tipso_arrow {
    border-top-color: transparent;
    border-bottom-color: transparent;
    top: 50%;
    margin-top: -8px;
}
.tipso_bubble.right>.tipso_arrow {
    border-right-color: #000;
    border-left-color: transparent;
    right: 100%}
.tipso_bubble .top_right_corner, .tipso_bubble.top_right_corner {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}
.tipso_bubble .bottom_right_corner, .tipso_bubble.bottom_right_corner {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}
.tipso_bubble .top_left_corner, .tipso_bubble.top_left_corner {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}
.tipso_bubble .bottom_left_corner, .tipso_bubble.bottom_left_corner {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}
.image-blur-mask-viewer {
    position: relative;
    overflow: hidden;
}
.image-blur-mask-viewer_slide canvas {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.image-blur-mask-viewer_slide canvas:nth-last-child(1) {
    -webkit-box-shadow: inset 0 0 170px #000;
    box-shadow: inset 0 0 170px #000;
}
.image-blur-mask-viewer_slide.load canvas {
    opacity: 1;
}
.image-blur-mask-viewer_slide.load [data-image-blur-mask-canvas=bg] {
    position: relative!important;
    display: block;
}
.image-blur-mask-viewer_slide.load [data-image-blur-mask-content] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.image-blur-mask-stub {
    display: block;
    width: 100%}
[data-image-blur-mask-content] {
    display: none;
}
[data-image-blur-mask-canvas=bgs], [data-image-blur-mask-canvas=blur] {
    opacity: 0!important;
}
[data-image-blur-mask-canvas] {
    opacity: 0;
}
[data-vision-screening-stage] {
    display: none;
}
[data-vision-screening-stage].active {
    display: block;
}
[data-vision-screening-nav-item].success a {
    background: #c5edc3;
}
[data-vision-screening-nav-item].warning a {
    background: #edc3d5;
}
[data-vision-screening-test] {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 60px 0;
}
[data-vision-screening-test].hide {
    display: none;
}
[data-vision-screening-stage=distance-vision] [data-vision-screening-test] {
    width: 800px;
    height: 450px;
}
[data-vision-screening-stage=amsler-test] [data-vision-screening-test] {
    width: 600px;
    height: 600px;
}
[data-vision-screening-controls] {
    font-size: 16px;
    line-height: 32px;
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #dcdcdc;
}
[data-vision-screening-test] [data-vision-screening-controls] {
    display: block;
    position: absolute;
}
[data-vision-screening-test] [data-vision-screening-controls=up] {
    top: 0;
    left: 50%;
    margin: 0 0 0 -16px;
}
[data-vision-screening-test] [data-vision-screening-controls=right] {
    top: 50%;
    right: 0;
    margin: -16px 0 0;
}
[data-vision-screening-test] [data-vision-screening-controls=down] {
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -16px;
}
[data-vision-screening-test] [data-vision-screening-controls=left] {
    top: 50%;
    left: 0;
    margin: -16px 0 0;
}
[data-vision-screening-test-canvas] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 32px;
    margin: auto;
}
[data-vision-screening-stage=colour-vision] [data-vision-screening-test-canvas] {
    width: 239px;
    height: 239px;
}
[data-vision-screening-stage=amsler-test] [data-vision-screening-test-canvas], [data-vision-screening-stage=astigmatism-vision] [data-vision-screening-test-canvas], [data-vision-screening-stage=distance-vision] [data-vision-screening-test-canvas] {
    width: 100%;
    height: 100%}
[data-vision-screening-test-canvas-symbol] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
[data-vision-screening-test-canvas-symbol].up {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
[data-vision-screening-test-canvas-symbol].right {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
[data-vision-screening-test-canvas-symbol].down {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
[data-vision-screening-test-canvas-symbol].left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
[data-vision-screening-test-canvas-symbol] svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}
[data-vision-screening-test-result].hide {
    display: none;
}
.astigmatism-1 {
    background: url(images/astigmatism-1.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
}
.astigmatism-2 {
    background: url(images/astigmatism-2.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
}
.astigmatism-3 {
    background: url(images/astigmatism-3.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
}
.amsler-grid {
    background: url(images/amsler-grid.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
}
.ishihara {
    max-width: 100%;
    background-image: url(images/ishihara.png);
    -webkit-background-size: 100% 100%;
    background-size: 100%}
.ishihara-1 {
    background-position: 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100%}
.ishihara-2 {
    background-position: 0 7.692308%;
    -webkit-background-size: 100% 100%;
    background-size: 100%}
.ishihara-3 {
    background-position: 0 15.384615%;
    -webkit-background-size: 100% 100%;
    background-size: 100%}
.ishihara-4 {
    background-position: 0 23.076923%;
    -webkit-background-size: 100% 100%;
    background-size: 100%}
.ishihara-5 {
    background-position: 0 30.769231%;
    -webkit-background-size: 100% 100%;
    background-size: 100%}
.ishihara-6 {
    background-position: 0 38.461538%;
    -webkit-background-size: 100% 100%;
    background-size: 100%}
.ishihara-7 {
    background-position: 0 46.153846%;
    -webkit-background-size: 100% 100%;
    background-size: 100%}
.ishihara-8 {
    background-position: 0 53.846154%;
    -webkit-background-size: 100% 100%;
    background-size: 100%}
.ishihara-9 {
    background-position: 0 61.538462%;
    -webkit-background-size: 100% 100%;
    background-size: 100%}
.ishihara-10 {
    background-position: 0 69.230769%;
    -webkit-background-size: 100% 100%;
    background-size: 100%}
.ishihara-11 {
    background-position: 0 76.923077%;
    -webkit-background-size: 100% 100%;
    background-size: 100%}
.ishihara-12 {
    background-position: 0 84.615385%;
    -webkit-background-size: 100% 100%;
    background-size: 100%}
.ishihara-13 {
    background-position: 0 92.307692%;
    -webkit-background-size: 100% 100%;
    background-size: 100%}
.ishihara-14 {
    background-position: 0 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100%}
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.bs-callout-info {
    border-left-color: #1b809e;
}
.bs-callout-info h4 {
    color: #1b809e;
}
.bs-callout-warning {
    border-left-color: #aa6708;
}
.bs-callout-warning h4 {
    color: #aa6708;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.map {
    background: #eaeaea;
}
.map__address {
    padding: 40px 0;
}
.map__address h2 {
    margin-left: 10px;
    text-align: left;
    color: #2e76ab;
}
.map__address .address {
    height: 100%;
    border: 1px solid #aaa;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 30px 30px 17px;
    background: 0 0;
    display: block;
}
.map__address .address__links {
    margin: 0 35px 0 0;
    max-width: 210px;
    line-height: 28px;
}
.map__address .address__all {
    background-color: #003e6b;
    display: none;
}
.map__address .address__row {
    text-align: left;
    padding: 0;
}
.map__address .address__item {
    margin: 0 0 20px;
}
.map__address .address__item-large {
    margin-bottom: 15px;
}
.map__address .address__link_large {
    font-size: 26px;
    border-bottom: 1px dashed #6bc9eb;
}
.map__address .address__link_medium {
    font-size: 20px;
    border-bottom: 1px dashed #6bc9eb;
}
.map__address .address__link_small {
    font-size: 18px;
    border-bottom: 1px dashed #6bc9eb;
}
.map__address .address__item-all, .map__address .address__item-close {
    font-size: 20px;
    margin: 0;
}
.map__address .address__all-link-close:hover {
    text-decoration: none;
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, .6);
}
.map__address .white {
    color: #fff;
}
.map__address .link {
    border-bottom: 1px dashed #6bc9eb;
}
.map__address .active {
    color: #000!important;
    background-color: #fff;
    border-bottom: 0;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
}
.map__current_city h2 {
    margin: 40px 0 20px 10px;
    font-size: 40px;
}
.map__current_city .surrounding-cities {
    margin: 0 0 40px 10px;
}
.map__current_city .surrounding-cities__caption {
    font-size: 17px;
    display: inline-block;
    width: 100%;
    max-width: 179px;
    vertical-align: top;
}
.map__current_city .surrounding-cities__items {
    display: inline-block;
    width: 100%;
    max-width: 760px;
    vertical-align: top;
    line-height: 25px;
    margin-top: -7px;
}
.map__current_city .surrounding-cities__item {
    display: inline-block;
    border: none;
    margin-left: 20px;
}
.map__current_city .surrounding-cities__link {
    border-bottom: 1px dashed #6bc9eb;
    font-size: 17px;
}
.map__canvas .map-container {
    border: 1px solid #fff;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 50px;
    overflow: hidden;
    height: 460px;
}
.map__canvas #map {
    height: 460px;
    z-index: -9999;
}
.map__optics .optics-blue {
    margin-left: 48px;
}
.map__optics .optics-blue .optics__item {
    margin-right: 90px;
    margin-bottom: 60px;
    width: 220px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.map__optics .optics-blue .optics__item .optics__item-position {
    font-size: 15px;
    color: #000;
    display: inline-block;
}
.map__optics .optics-blue .optics__item .optics__item-name {
    font-size: 20px;
    line-height: 35px;
    color: #2e76ab;
    display: inline-block;
    position: relative;
}
.map__optics .optics-blue .optics__item .optics__item-name:before {
    content: "" attr(data-number) ". ";
    font-size: 15px;
    color: #000;
    position: absolute;
    left: -38px;
}
.map__optics .optics-blue .optics__item .optics__item-description {
    font-size: 14px;
    line-height: 21px;
    color: #2e76ab;
}
.map__optics .optics-blue .optics__item .optics__item-street {
    font-size: 14px;
    line-height: 21px;
}
.baloon-content {
    text-align: center;
}
.baloon-content .baloon-title {
    font-size: 20px;
    line-height: 35px;
    color: #2e76ab;
    margin-bottom: 10px;
}
.baloon-content .baloon-address, .baloon-content .baloon-city {
    font-size: 14px;
    line-height: 21px;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:active, :focus {
    text-decoration: none!important;
    outline: 0!important;
}
::-moz-focus-inner {
    border: 0;
}
ul {
    padding: 0;
}
br {
    font-family: sans-serif;
}

.link {
    cursor: pointer;
    -webkit-transition: color .3s linear, background .3s linear, border .3s linear;
    -o-transition: color .3s linear, background .3s linear, border .3s linear;
    transition: color .3s linear, background .3s linear, border .3s linear;
    text-decoration: none!important;
    color: #2e76ab;
    border-bottom: 1px solid rgba(46, 118, 171, .6);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.link:hover {
    text-decoration: none;
    color: #000;
    border-bottom-color: rgba(0, 0, 0, .6);
}
.link.white {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}
.link.white:hover {
    color: #ababab;
    border-bottom-color: rgba(171, 171, 171, .6);
}
.link.yellow {
    color: #efd71b;
    border-bottom: 1px solid rgba(239, 215, 27, .6);
}
.link.yellow:hover {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, .6);
}
.link.gray {
    color: #ababab;
    border-bottom: 1px solid rgba(171, 171, 171, .6);
}
.link.gray:hover {
    color: #000;
    border-bottom-color: rgba(0, 0, 0, .6);
}
.link.blue {
    color: #1f5282;
    border-bottom: 1px solid rgba(31, 82, 130, .6);
}
.link.blue:hover {
    color: #000;
    border-bottom-color: rgba(0, 0, 0, .6);
}
.link.color-blue-saturated {
    color: #004190;
    border-bottom: 1px solid rgba(0, 65, 144, .6);
}
.link.color-blue-saturated:hover {
    color: #000;
    border-bottom-color: rgba(0, 0, 0, .6);
}
.link.dashed {
    border-bottom-style: solid;
}
.link.dashed:hover {
    border-bottom-style: solid;
}
.link.dotted {
    border-bottom-style: dotted;
}
.link.dotted:hover {
    border-bottom-style: dotted;
}
.link.blue.dashed:hover {
    color: #3886cf;
    border-bottom-color: #3886cf;
}
.link.color-blue-saturated.dotted {
    border-bottom-color: #004190;
}


a.white {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}
a.white:hover {
    color: #ababab;
    border-bottom-color: rgba(171, 171, 171, .6);
}
a.yellow {
    color: #efd71b;
    border-bottom: 1px solid rgba(239, 215, 27, .6);
}
a.yellow:hover {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, .6);
}
a.gray {
    color: #ababab;
    border-bottom: 1px solid rgba(171, 171, 171, .6);
}
a.gray:hover {
    color: #000;
    border-bottom-color: rgba(0, 0, 0, .6);
}
a.blue {
    color: #1f5282;
    border-bottom: 1px solid rgba(31, 82, 130, .6);
}
a.blue:hover {
    color: #000;
    border-bottom-color: rgba(0, 0, 0, .6);
}
a.color-blue-saturated {
    color: #004190;
    border-bottom: 1px solid rgba(0, 65, 144, .6);
}
a.color-blue-saturated:hover {
    color: #000;
    border-bottom-color: rgba(0, 0, 0, .6);
}
a.dashed {
    border-bottom-style: solid;
}
a.dashed:hover {
    border-bottom-style: solid;
}
a.dotted {
    border-bottom-style: dotted;
}
a.dotted:hover {
    border-bottom-style: dotted;
}
a.blue.dashed:hover {
    color: #3886cf;
    border-bottom-color: #3886cf;
}
a.color-blue-saturated.dotted {
    border-bottom-color: #004190;
}

    
    
    
.container, .l-container {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width:1020px) {
    .container, .l-container {
    width: 750px;
}
}@media screen and (max-width:768px) {
    .container, .l-container {
    width: 100%}
}@media screen and (max-width:768px) {
    .container {
    padding: 0 15px;
}

}.row {
    font-size: 0;
}
.row:after {
    content: '';
    display: table;
    clear: both;
}
.l-flex-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.column, .column-1 {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
}
.column-1 {
    width: 83.33333333px;
}
.column-2 {
    width: 166.66666667px;
}
.column-2, .column-3 {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
}
.column-3 {
    width: 250px;
}
.column-4 {
    width: 333.33333333px;
}
.column-4, .column-5, .column-6 {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
}
.column-5, .column-6 {
    width: 500px;
}
.column-8 {
    width: 666.66666667px;
}
.column-50pr, .column-8 {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
}
.column-50pr {
    width: 50%}
.l-horizontal-centring {
    display: table;
    height: 100%}
.l-flex-horizontal-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.l-flex-vertical-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}
.l-flex-vertical-center, .l-flex-vertical-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.l-flex-vertical-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.l-horizontal-centring__cell {
    display: table-cell;
    vertical-align: middle;
}
.section {
    background: url(images/about-section-gradient.png) repeat-x 0 0 #eaeaea;
}
.non-responsive {
    min-width: 1000px;
    max-width: 100%}
.responsive {
    min-width: 320px;
    max-width: 100%}
.alert {
    display: block;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font: 16px/1em lato-semibold, sans-serif;
    padding: 15px;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    transition: opacity 150ms linear, visibility 150ms linear, -webkit-transform 150ms ease;
    -webkit-transition: opacity 150ms linear, visibility 150ms linear, -webkit-transform 150ms ease;
    -o-transition: opacity 150ms linear, visibility 150ms linear, transform 150ms ease;
    transition: opacity 150ms linear, visibility 150ms linear, transform 150ms ease;
    transition: opacity 150ms linear, visibility 150ms linear, transform 150ms ease, -webkit-transform 150ms ease;
}
.alert:before {
    content: "";
    width: 1px;
    height: 100%}
.alert i, .alert:before {
    display: inline-block;
    vertical-align: middle;
}
.alert i {
    font-style: normal;
}
.alert.success {
    background: #6bb701;
}
.alert.error, .alert.success {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.alert.error {
    background: #b70900;
}
.a-link {
    position: relative;
}
.a-link_slideup {
    overflow: hidden;
}
.a-link_slideup:hover .a-link__wrapper {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.a-link_fly:before {
    content: attr(data-title);
    opacity: 0;
    position: absolute;
    -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    -ms-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    transition: -webkit-transform .3s, opacity .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    pointer-events: none;
}
.a-link_fly:hover:before {
    -webkit-transform: scale(1) translateX(0) translateY(0) rotate(0);
    -ms-transform: scale(1) translateX(0) translateY(0) rotate(0);
    transform: scale(1) translateX(0) translateY(0) rotate(0);
    opacity: 1;
}
.a-link__wrapper {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    transition: -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.a-link__wrapper:before {
    content: attr(data-title);
    position: absolute;
    top: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.content-arrow {
    position: absolute;
    top: -26px;
    left: 50%;
    margin: 0 0 0 -26px;
}
.content-arrow a {
    border: 0;
}
.icon-tip {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-style: normal;
    color: #2e76ab;
    background: #eaeaea;
    padding: 0 5px 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.icon-reflected-2, .icon-stub {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.icon-reflected-2 {
    width: 50px;
    height: 50px;
    background-image: url(images/icon-reflected-2.png);
}
.icon-scratch-2 {
    background-image: url(images/icon-scratch-2.png);
}
.icon-scratch-2, .icon-spot-2 {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 50px;
    height: 50px;
}
.icon-spot-2 {
    background-image: url(images/icon-spot-2.png);
}
.icon-dust-2 {
    background-image: url(images/icon-dust-2.png);
}
.icon-drop-2, .icon-dust-2 {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 50px;
    height: 50px;
}
.icon-drop-2 {
    background-image: url(images/icon-drop-2.png);
}
.icon-uv-2 {
    background-image: url(images/icon-uv-2.png);
}
.icon-ls-2, .icon-uv-2 {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 50px;
    height: 50px;
}
.icon-ls-2 {
    background-image: url(images/icon-ls-2.png);
}
.icon-vision-test {
    width: 32px;
    height: 18px;
    background-image: url(images/icon-vision-test.png);
}
.icon-glasses, .icon-glasses-white, .icon-vision-test {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.icon-glasses {
    width: 35px;
    height: 40px;
    margin: -15px;
    background-image: url(images/icon_pin_blue.png);
}
.icon-glasses-white {
    width: 35px;
    height: 40px;
    background-image: url(images/icon_pin_white.png);
    vertical-align: middle;
}
.icon-reflected {
    width: 46px;
    height: 47px;
    background-image: url(images/icon-reflected.png);
}
.icon-reflected, .icon-scratch {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.icon-scratch {
    width: 39px;
    height: 37px;
    background-image: url(images/icon-scratch.png);
}
.icon-spot {
    width: 35px;
    height: 38px;
    background-image: url(images/icon-spot.png);
}
.icon-drop, .icon-spot {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.icon-drop {
    width: 24px;
    height: 32px;
    background-image: url(images/icon-drop.png);
}
.icon-dust {
    width: 32px;
    height: 34px;
    background-image: url(images/icon-dust.png);
}
.icon-dust, .icon-uv {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.icon-uv {
    width: 39px;
    height: 44px;
    background-image: url(images/icon-uv.png);
}
.icon-reflected-3 {
    background-image: url(images/icon-reflected-3.png);
}
.icon-reflected-3, .icon-scratch-3 {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 80px;
    height: 80px;
}
.icon-scratch-3 {
    background-image: url(images/icon-scratch-3.png);
}
.icon-spot-3 {
    background-image: url(images/icon-spot-3.png);
}
.icon-drop-3, .icon-spot-3 {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 80px;
    height: 80px;
}
.icon-drop-3 {
    background-image: url(images/icon-drop-3.png);
}
.icon-dust-3 {
    width: 80px;
    height: 80px;
    background-image: url(images/icon-dust-3.png);
}
.icon-dust-3, .icon-uv-3 {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.icon-uv-3 {
    width: 83px;
    height: 83px;
    background-image: url(images/icon-uv-3.png);
}
.icon-reflected-product {
    background-image: url(images/icon-reflected-product.png);
}
.icon-scratch-product {
    background-image: url(images/icon-scratch-product.png);
}
.icon-spot-product {
    background-image: url(images/icon-spot-product.png);
}
.icon-drop-product {
    background-image: url(images/icon-drop-product.png);
}
.icon-dust-product {
    background-image: url(images/icon-dust-product.png);
}
.icon-ls-product {
    background-image: url(images/icon-ls-product.png);
}
.icon-espf-product {
    background-image: url(images/icon-espf-product.png);
}
.icon-reflected-blue {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 46px;
    height: 47px;
    background-image: url(images/icon-reflected.png);
    background-image: url(images/icon-reflected-blue.png);
}
.icon-scratch-blue {
    width: 39px;
    height: 37px;
    background-image: url(images/icon-scratch.png);
    background-image: url(images/icon-scratch-blue.png);
}
.icon-scratch-blue, .icon-spot-blue {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.icon-spot-blue {
    width: 35px;
    height: 38px;
    background-image: url(images/icon-spot.png);
    background-image: url(images/icon-spot-blue.png);
}
.icon-drop-blue {
    width: 24px;
    height: 32px;
    background-image: url(images/icon-drop.png);
    background-image: url(images/icon-drop-blue.png);
}
.icon-drop-blue, .icon-dust-blue {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.icon-dust-blue {
    width: 32px;
    height: 34px;
    background-image: url(images/icon-dust.png);
    background-image: url(images/icon-dust-blue.png);
}
.icon-uv-blue {
    width: 39px;
    height: 44px;
    background-image: url(images/icon-uv.png);
    background-image: url(images/icon-uv-blue.png);
}
.icon-quality, .icon-uv-blue {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.icon-quality {
    width: 53px;
    height: 50px;
    background-image: url(images/icon-quality.png);
}
.icon-test {
    width: 57px;
    height: 37px;
    background-image: url(images/icon-test.png);
}
.icon-science, .icon-test {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.icon-science {
    width: 54px;
    height: 54px;
    background-image: url(images/icon-science.png);
}
.clearfix:after, .clearfix:before {
    display: table;
    content: " "}
.clearfix:after {
    clear: both;
}
.align-center {
    width: 100%;
    text-align: center;
}
.align-right {
    text-align: right;
}
.centering-block {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.centering-block:before {
    display: inline-block;
    width: 0;
    height: 100%;
    margin-right: 0;
    content: "";
    vertical-align: middle;
}
.centering-element {
    font: 13px/1em Verdana, sans-serif, sans-serif;
    position: relative;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.back-link {
    color: #676767;
    margin: 0;
}
.back-link span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    font-family: "Minion Pro", serif;
}
.circle {
    -webkit-border-radius: 100%;
    border-radius: 100%}
.pos-rel {
    position: relative;
}
.abs-center, .pos-abs {
    position: absolute;
}
.abs-center {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.abs-left {
    right: auto;
    left: 0;
}
.abs-left, .abs-right {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.abs-right {
    right: 0;
    left: auto;
}
.abs-top {
    top: 0;
    bottom: auto;
}
.abs-bottom, .abs-top {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}
.abs-bottom {
    top: auto;
    bottom: 0;
}
.social-shares {
    margin: 0 0 0 20px;
}
.social-shares, .social-shares__link {
    display: inline-block;
    vertical-align: middle;
}
.social-shares__link {
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 18px;
    line-height: 1em;
    color: #fff;
    background: #2e76ab;
    padding: 3px 0;
    margin: 0 5px 0 0;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.social-shares__link:hover {
    color: #fff;
    border: 0;
}
.social-shares__link.fs-ok {
    background: #ff9813;
    margin-left: .1em;
}
.social-shares__link.fs-fb {
    background: #5784e8;
}
.social-shares__link.fs-vk-rus {
    background: #6794c5;
    font-size: 14px;
    padding: 5px 0;
}
.social-shares__link.fs-tw {
    background: #4ad1ff;
}
.rub {
    font-family: rub, sans-serif;
    font-size: inherit;
    line-height: inherit;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.inline {
    display: inline;
}
.visible {
    visibility: visible;
}
.invisible {
    visibility: hidden;
}
.show {
    display: block!important;
}
.hide {
    display: none!important;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center!important;
}
.no-border {
    border: 0!important;
}
.no-margin {
    margin: 0!important;
}
.no-padding {
    padding: 0!important;
}
.margin-center {
    margin-left: auto!important;
    margin-right: auto!important;
}
.width-5px {
    width: 5px;
}
.width-10px {
    width: 10px;
}
.width-15px {
    width: 15px;
}
.width-20px {
    width: 20px;
}
.width-25px {
    width: 25px;
}
.width-30px {
    width: 30px;
}
.width-35px {
    width: 35px;
}
.width-40px {
    width: 40px;
}
.width-45px {
    width: 45px;
}
.width-50px {
    width: 50px;
}
.width-55px {
    width: 55px;
}
.width-60px {
    width: 60px;
}
.width-65px {
    width: 65px;
}
.width-70px {
    width: 70px;
}
.width-75px {
    width: 75px;
}
.width-80px {
    width: 80px;
}
.width-85px {
    width: 85px;
}
.width-90px {
    width: 90px;
}
.width-95px {
    width: 95px;
}
.width-100px {
    width: 100px;
}
.width-105px {
    width: 105px;
}
.width-110px {
    width: 110px;
}
.width-115px {
    width: 115px;
}
.width-120px {
    width: 120px;
}
.width-125px {
    width: 125px;
}
.width-130px {
    width: 130px;
}
.width-135px {
    width: 135px;
}
.width-140px {
    width: 140px;
}
.width-145px {
    width: 145px;
}
.width-150px {
    width: 150px;
}
.width-155px {
    width: 155px;
}
.width-160px {
    width: 160px;
}
.width-165px {
    width: 165px;
}
.width-170px {
    width: 170px;
}
.width-175px {
    width: 175px;
}
.width-180px {
    width: 180px;
}
.width-185px {
    width: 185px;
}
.width-190px {
    width: 190px;
}
.width-195px {
    width: 195px;
}
.width-200px {
    width: 200px;
}
.width-205px {
    width: 205px;
}
.width-210px {
    width: 210px;
}
.width-215px {
    width: 215px;
}
.width-220px {
    width: 220px;
}
.width-225px {
    width: 225px;
}
.width-230px {
    width: 230px;
}
.width-235px {
    width: 235px;
}
.width-240px {
    width: 240px;
}
.width-245px {
    width: 245px;
}
.width-250px {
    width: 250px;
}
.width-255px {
    width: 255px;
}
.width-260px {
    width: 260px;
}
.width-265px {
    width: 265px;
}
.width-270px {
    width: 270px;
}
.width-275px {
    width: 275px;
}
.width-280px {
    width: 280px;
}
.width-285px {
    width: 285px;
}
.width-290px {
    width: 290px;
}
.width-295px {
    width: 295px;
}
.width-300px {
    width: 300px;
}
.width-305px {
    width: 305px;
}
.width-310px {
    width: 310px;
}
.width-315px {
    width: 315px;
}
.width-320px {
    width: 320px;
}
.width-325px {
    width: 325px;
}
.width-330px {
    width: 330px;
}
.width-335px {
    width: 335px;
}
.width-340px {
    width: 340px;
}
.width-345px {
    width: 345px;
}
.width-350px {
    width: 350px;
}
.width-355px {
    width: 355px;
}
.width-360px {
    width: 360px;
}
.width-365px {
    width: 365px;
}
.width-370px {
    width: 370px;
}
.width-375px {
    width: 375px;
}
.width-380px {
    width: 380px;
}
.width-385px {
    width: 385px;
}
.width-390px {
    width: 390px;
}
.width-395px {
    width: 395px;
}
.width-400px {
    width: 400px;
}
.width-5pr {
    width: 5%}
.width-10pr {
    width: 10%}
.width-15pr {
    width: 15%}
.width-20pr {
    width: 20%}
.width-25pr {
    width: 25%}
.width-30pr {
    width: 30%}
.width-35pr {
    width: 35%}
.width-40pr {
    width: 40%}
.width-45pr {
    width: 45%}
.width-50pr {
    width: 50%}
.width-55pr {
    width: 55%}
.width-60pr {
    width: 60%}
.width-65pr {
    width: 65%}
.width-70pr {
    width: 70%}
.width-75pr {
    width: 75%}
.width-80pr {
    width: 80%}
.width-85pr {
    width: 85%}
.width-90pr {
    width: 90%}
.width-95pr {
    width: 95%}
.width-100pr {
    width: 100%}
.height-5px {
    height: 5px;
}
.height-10px {
    height: 10px;
}
.height-15px {
    height: 15px;
}
.height-20px {
    height: 20px;
}
.height-25px {
    height: 25px;
}
.height-30px {
    height: 30px;
}
.height-35px {
    height: 35px;
}
.height-40px {
    height: 40px;
}
.height-45px {
    height: 45px;
}
.height-50px {
    height: 50px;
}
.height-55px {
    height: 55px;
}
.height-60px {
    height: 60px;
}
.height-65px {
    height: 65px;
}
.height-70px {
    height: 70px;
}
.height-75px {
    height: 75px;
}
.height-80px {
    height: 80px;
}
.height-85px {
    height: 85px;
}
.height-90px {
    height: 90px;
}
.height-95px {
    height: 95px;
}
.height-100px {
    height: 100px;
}
.height-105px {
    height: 105px;
}
.height-110px {
    height: 110px;
}
.height-115px {
    height: 115px;
}
.height-120px {
    height: 120px;
}
.height-125px {
    height: 125px;
}
.height-130px {
    height: 130px;
}
.height-135px {
    height: 135px;
}
.height-140px {
    height: 140px;
}
.height-145px {
    height: 145px;
}
.height-150px {
    height: 150px;
}
.height-155px {
    height: 155px;
}
.height-160px {
    height: 160px;
}
.height-165px {
    height: 165px;
}
.height-170px {
    height: 170px;
}
.height-175px {
    height: 175px;
}
.height-180px {
    height: 180px;
}
.height-185px {
    height: 185px;
}
.height-190px {
    height: 190px;
}
.height-195px {
    height: 195px;
}
.height-200px {
    height: 200px;
}
.height-205px {
    height: 205px;
}
.height-210px {
    height: 210px;
}
.height-215px {
    height: 215px;
}
.height-220px {
    height: 220px;
}
.height-225px {
    height: 225px;
}
.height-230px {
    height: 230px;
}
.height-235px {
    height: 235px;
}
.height-240px {
    height: 240px;
}
.height-245px {
    height: 245px;
}
.height-250px {
    height: 250px;
}
.height-255px {
    height: 255px;
}
.height-260px {
    height: 260px;
}
.height-265px {
    height: 265px;
}
.height-270px {
    height: 270px;
}
.height-275px {
    height: 275px;
}
.height-280px {
    height: 280px;
}
.height-285px {
    height: 285px;
}
.height-290px {
    height: 290px;
}
.height-295px {
    height: 295px;
}
.height-300px {
    height: 300px;
}
.height-305px {
    height: 305px;
}
.height-310px {
    height: 310px;
}
.height-315px {
    height: 315px;
}
.height-320px {
    height: 320px;
}
.height-325px {
    height: 325px;
}
.height-330px {
    height: 330px;
}
.height-335px {
    height: 335px;
}
.height-340px {
    height: 340px;
}
.height-345px {
    height: 345px;
}
.height-350px {
    height: 350px;
}
.height-355px {
    height: 355px;
}
.height-360px {
    height: 360px;
}
.height-365px {
    height: 365px;
}
.height-370px {
    height: 370px;
}
.height-375px {
    height: 375px;
}
.height-380px {
    height: 380px;
}
.height-385px {
    height: 385px;
}
.height-390px {
    height: 390px;
}
.height-395px {
    height: 395px;
}
.height-400px {
    height: 400px;
}
.margin-top-5px {
    margin-top: 5px!important;
}
.margin-top-10px {
    margin-top: 10px!important;
}
.margin-top-15px {
    margin-top: 15px!important;
}
.margin-top-20px {
    margin-top: 20px!important;
}
.margin-top-25px {
    margin-top: 25px!important;
}
.margin-top-30px {
    margin-top: 30px!important;
}
.margin-top-35px {
    margin-top: 35px!important;
}
.margin-top-40px {
    margin-top: 40px!important;
}
.margin-top-45px {
    margin-top: 45px!important;
}
.margin-top-50px {
    margin-top: 50px!important;
}
.margin-top-55px {
    margin-top: 55px!important;
}
.margin-top-60px {
    margin-top: 60px!important;
}
.margin-top-65px {
    margin-top: 65px!important;
}
.margin-top-70px {
    margin-top: 70px!important;
}
.margin-top-75px {
    margin-top: 75px!important;
}
.margin-top-80px {
    margin-top: 80px!important;
}
.margin-top-85px {
    margin-top: 85px!important;
}
.margin-top-90px {
    margin-top: 90px!important;
}
.margin-top-95px {
    margin-top: 95px!important;
}
.margin-top-100px {
    margin-top: 100px!important;
}
.margin-right-5px {
    margin-right: 5px!important;
}
.margin-right-10px {
    margin-right: 10px!important;
}
.margin-right-15px {
    margin-right: 15px!important;
}
.margin-right-20px {
    margin-right: 20px!important;
}
.margin-right-25px {
    margin-right: 25px!important;
}
.margin-right-30px {
    margin-right: 30px!important;
}
.margin-right-35px {
    margin-right: 35px!important;
}
.margin-right-40px {
    margin-right: 40px!important;
}
.margin-right-45px {
    margin-right: 45px!important;
}
.margin-right-50px {
    margin-right: 50px!important;
}
.margin-right-55px {
    margin-right: 55px!important;
}
.margin-right-60px {
    margin-right: 60px!important;
}
.margin-right-65px {
    margin-right: 65px!important;
}
.margin-right-70px {
    margin-right: 70px!important;
}
.margin-right-75px {
    margin-right: 75px!important;
}
.margin-right-80px {
    margin-right: 80px!important;
}
.margin-right-85px {
    margin-right: 85px!important;
}
.margin-right-90px {
    margin-right: 90px!important;
}
.margin-right-95px {
    margin-right: 95px!important;
}
.margin-right-100px {
    margin-right: 100px!important;
}
.margin-bottom-5px {
    margin-bottom: 5px!important;
}
.margin-bottom-10px {
    margin-bottom: 10px!important;
}
.margin-bottom-15px {
    margin-bottom: 15px!important;
}
.margin-bottom-20px {
    margin-bottom: 20px!important;
}
.margin-bottom-25px {
    margin-bottom: 25px!important;
}
.margin-bottom-30px {
    margin-bottom: 30px!important;
}
.margin-bottom-35px {
    margin-bottom: 35px!important;
}
.margin-bottom-40px {
    margin-bottom: 40px!important;
}
.margin-bottom-45px {
    margin-bottom: 45px!important;
}
.margin-bottom-50px {
    margin-bottom: 50px!important;
}
.margin-bottom-55px {
    margin-bottom: 55px!important;
}
.margin-bottom-60px {
    margin-bottom: 60px!important;
}
.margin-bottom-65px {
    margin-bottom: 65px!important;
}
.margin-bottom-70px {
    margin-bottom: 70px!important;
}
.margin-bottom-75px {
    margin-bottom: 75px!important;
}
.margin-bottom-80px {
    margin-bottom: 80px!important;
}
.margin-bottom-85px {
    margin-bottom: 85px!important;
}
.margin-bottom-90px {
    margin-bottom: 90px!important;
}
.margin-bottom-95px {
    margin-bottom: 95px!important;
}
.margin-bottom-100px {
    margin-bottom: 100px!important;
}
.margin-left-5px {
    margin-left: 5px!important;
}
.margin-left-10px {
    margin-left: 10px!important;
}
.margin-left-15px {
    margin-left: 15px!important;
}
.margin-left-20px {
    margin-left: 20px!important;
}
.margin-left-25px {
    margin-left: 25px!important;
}
.margin-left-30px {
    margin-left: 30px!important;
}
.margin-left-35px {
    margin-left: 35px!important;
}
.margin-left-40px {
    margin-left: 40px!important;
}
.margin-left-45px {
    margin-left: 45px!important;
}
.margin-left-50px {
    margin-left: 50px!important;
}
.margin-left-55px {
    margin-left: 55px!important;
}
.margin-left-60px {
    margin-left: 60px!important;
}
.margin-left-65px {
    margin-left: 65px!important;
}
.margin-left-70px {
    margin-left: 70px!important;
}
.margin-left-75px {
    margin-left: 75px!important;
}
.margin-left-80px {
    margin-left: 80px!important;
}
.margin-left-85px {
    margin-left: 85px!important;
}
.margin-left-90px {
    margin-left: 90px!important;
}
.margin-left-95px {
    margin-left: 95px!important;
}
.margin-left-100px {
    margin-left: 100px!important;
}
.padding-top-5px {
    padding-top: 5px!important;
}
.padding-top-10px {
    padding-top: 10px!important;
}
.padding-top-15px {
    padding-top: 15px!important;
}
.padding-top-20px {
    padding-top: 20px!important;
}
.padding-top-25px {
    padding-top: 25px!important;
}
.padding-top-30px {
    padding-top: 30px!important;
}
.padding-top-35px {
    padding-top: 35px!important;
}
.padding-top-40px {
    padding-top: 40px!important;
}
.padding-top-45px {
    padding-top: 45px!important;
}
.padding-top-50px {
    padding-top: 50px!important;
}
.padding-top-55px {
    padding-top: 55px!important;
}
.padding-top-60px {
    padding-top: 60px!important;
}
.padding-top-65px {
    padding-top: 65px!important;
}
.padding-top-70px {
    padding-top: 70px!important;
}
.padding-top-75px {
    padding-top: 75px!important;
}
.padding-top-80px {
    padding-top: 80px!important;
}
.padding-top-85px {
    padding-top: 85px!important;
}
.padding-top-90px {
    padding-top: 90px!important;
}
.padding-top-95px {
    padding-top: 95px!important;
}
.padding-top-100px {
    padding-top: 100px!important;
}
.padding-right-5px {
    padding-right: 5px!important;
}
.padding-right-10px {
    padding-right: 10px!important;
}
.padding-right-15px {
    padding-right: 15px!important;
}
.padding-right-20px {
    padding-right: 20px!important;
}
.padding-right-25px {
    padding-right: 25px!important;
}
.padding-right-30px {
    padding-right: 30px!important;
}
.padding-right-35px {
    padding-right: 35px!important;
}
.padding-right-40px {
    padding-right: 40px!important;
}
.padding-right-45px {
    padding-right: 45px!important;
}
.padding-right-50px {
    padding-right: 50px!important;
}
.padding-right-55px {
    padding-right: 55px!important;
}
.padding-right-60px {
    padding-right: 60px!important;
}
.padding-right-65px {
    padding-right: 65px!important;
}
.padding-right-70px {
    padding-right: 70px!important;
}
.padding-right-75px {
    padding-right: 75px!important;
}
.padding-right-80px {
    padding-right: 80px!important;
}
.padding-right-85px {
    padding-right: 85px!important;
}
.padding-right-90px {
    padding-right: 90px!important;
}
.padding-right-95px {
    padding-right: 95px!important;
}
.padding-right-100px {
    padding-right: 100px!important;
}
.padding-bottom-5px {
    padding-bottom: 5px!important;
}
.padding-bottom-10px {
    padding-bottom: 10px!important;
}
.padding-bottom-15px {
    padding-bottom: 15px!important;
}
.padding-bottom-20px {
    padding-bottom: 20px!important;
}
.padding-bottom-25px {
    padding-bottom: 25px!important;
}
.padding-bottom-30px {
    padding-bottom: 30px!important;
}
.padding-bottom-35px {
    padding-bottom: 35px!important;
}
.padding-bottom-40px {
    padding-bottom: 40px!important;
}
.padding-bottom-45px {
    padding-bottom: 45px!important;
}
.padding-bottom-50px {
    padding-bottom: 50px!important;
}
.padding-bottom-55px {
    padding-bottom: 55px!important;
}
.padding-bottom-60px {
    padding-bottom: 60px!important;
}
.padding-bottom-65px {
    padding-bottom: 65px!important;
}
.padding-bottom-70px {
    padding-bottom: 70px!important;
}
.padding-bottom-75px {
    padding-bottom: 75px!important;
}
.padding-bottom-80px {
    padding-bottom: 80px!important;
}
.padding-bottom-85px {
    padding-bottom: 85px!important;
}
.padding-bottom-90px {
    padding-bottom: 90px!important;
}
.padding-bottom-95px {
    padding-bottom: 95px!important;
}
.padding-bottom-100px {
    padding-bottom: 100px!important;
}
.padding-left-5px {
    padding-left: 5px!important;
}
.padding-left-10px {
    padding-left: 10px!important;
}
.padding-left-15px {
    padding-left: 15px!important;
}
.padding-left-20px {
    padding-left: 20px!important;
}
.padding-left-25px {
    padding-left: 25px!important;
}
.padding-left-30px {
    padding-left: 30px!important;
}
.padding-left-35px {
    padding-left: 35px!important;
}
.padding-left-40px {
    padding-left: 40px!important;
}
.padding-left-45px {
    padding-left: 45px!important;
}
.padding-left-50px {
    padding-left: 50px!important;
}
.padding-left-55px {
    padding-left: 55px!important;
}
.padding-left-60px {
    padding-left: 60px!important;
}
.padding-left-65px {
    padding-left: 65px!important;
}
.padding-left-70px {
    padding-left: 70px!important;
}
.padding-left-75px {
    padding-left: 75px!important;
}
.padding-left-80px {
    padding-left: 80px!important;
}
.padding-left-85px {
    padding-left: 85px!important;
}
.padding-left-90px {
    padding-left: 90px!important;
}
.padding-left-95px {
    padding-left: 95px!important;
}
.padding-left-100px {
    padding-left: 100px!important;
}
.z-index-1 {
    z-index: 1!important;
}
.z-index-2 {
    z-index: 2!important;
}
.z-index-3 {
    z-index: 3!important;
}
.z-index-4 {
    z-index: 4!important;
}
.z-index-5 {
    z-index: 5!important;
}
.z-index-6 {
    z-index: 6!important;
}
.z-index-7 {
    z-index: 7!important;
}
.z-index-8 {
    z-index: 8!important;
}
.z-index-9 {
    z-index: 9!important;
}
.z-index-10 {
    z-index: 10!important;
}
.z-index-11 {
    z-index: 11!important;
}
.z-index-12 {
    z-index: 12!important;
}
.z-index-13 {
    z-index: 13!important;
}
.z-index-14 {
    z-index: 14!important;
}
.z-index-15 {
    z-index: 15!important;
}
.z-index-16 {
    z-index: 16!important;
}
.z-index-17 {
    z-index: 17!important;
}
.z-index-18 {
    z-index: 18!important;
}
.z-index-19 {
    z-index: 19!important;
}
.z-index-20 {
    z-index: 20!important;
}
.background-transparent {
    background: 0 0!important;
}
.transition {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.no-transition {
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}
.display-table {
    display: table;
}
.display-table-cell {
    display: table-cell;
}
.vertical-align-top {
    vertical-align: top;
}
.vertical-align-middle {
    vertical-align: middle;
}
.vertical-align-bottom {
    vertical-align: bottom;
}
.pointer-events-none {
    pointer-events: none;
}
.color-white {
    color: #fff!important;
}
.color-black {
    color: #000!important;
}
.color-red {
    color: #b70900!important;
}
.color-green {
    color: #6bb701!important;
}
.color-blue {
    color: #2e76ab!important;
}
.color-blue-saturated {
    color: #004190;
}
.color-gray {
    color: #ababab!important;
}
.color-orange {
    color: #ff7902!important;
}
.bg-white {
    background-color: #fff!important;
}
.bg-black {
    background-color: #000!important;
}
.bg-red {
    background-color: #b70900!important;
}
.bg-green {
    background-color: #6bb701!important;
}
.bg-blue {
    background-color: #1f5282!important;
}
.animation-target {
    -webkit-animation: animation 2s linear both;
    animation: animation 2s linear both;
}
@-webkit-keyframes animation-1 {
    0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
3.2% {
    -webkit-transform: matrix3d(1.265, 0, 0, 0, 0, 1.265, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.265, 0, 0, 0, 0, 1.265, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
6.41% {
    -webkit-transform: matrix3d(1.33, 0, 0, 0, 0, 1.33, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.33, 0, 0, 0, 0, 1.33, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
12.71% {
    -webkit-transform: matrix3d(1.213, 0, 0, 0, 0, 1.213, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.213, 0, 0, 0, 0, 1.213, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
18.92% {
    -webkit-transform: matrix3d(1.069, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.069, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
25.23% {
    -webkit-transform: matrix3d(.999, 0, 0, 0, 0, .999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(.999, 0, 0, 0, 0, .999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
31.43% {
    -webkit-transform: matrix3d(.984, 0, 0, 0, 0, .984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(.984, 0, 0, 0, 0, .984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
56.46% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
100%, 81.48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
}@keyframes animation-1 {
    0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
3.2% {
    -webkit-transform: matrix3d(1.265, 0, 0, 0, 0, 1.265, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.265, 0, 0, 0, 0, 1.265, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
6.41% {
    -webkit-transform: matrix3d(1.33, 0, 0, 0, 0, 1.33, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.33, 0, 0, 0, 0, 1.33, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
12.71% {
    -webkit-transform: matrix3d(1.213, 0, 0, 0, 0, 1.213, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.213, 0, 0, 0, 0, 1.213, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
18.92% {
    -webkit-transform: matrix3d(1.069, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.069, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
25.23% {
    -webkit-transform: matrix3d(.999, 0, 0, 0, 0, .999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(.999, 0, 0, 0, 0, .999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
31.43% {
    -webkit-transform: matrix3d(.984, 0, 0, 0, 0, .984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(.984, 0, 0, 0, 0, .984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
56.46% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
100%, 81.48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
}@-webkit-keyframes animation-2 {
    0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
5.71% {
    -webkit-transform: matrix3d(.375, 0, 0, 0, 0, .375, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(.375, 0, 0, 0, 0, .375, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
11.31% {
    -webkit-transform: matrix3d(.635, 0, 0, 0, 0, .635, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(.635, 0, 0, 0, 0, .635, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
17.02% {
    -webkit-transform: matrix3d(.809, 0, 0, 0, 0, .809, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(.809, 0, 0, 0, 0, .809, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
22.62% {
    -webkit-transform: matrix3d(.913, 0, 0, 0, 0, .913, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(.913, 0, 0, 0, 0, .913, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
28.33% {
    -webkit-transform: matrix3d(.973, 0, 0, 0, 0, .973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(.973, 0, 0, 0, 0, .973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
33.93% {
    -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.002, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
45.15% {
    -webkit-transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
72.57% {
    -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
}@keyframes animation-2 {
    0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
5.71% {
    -webkit-transform: matrix3d(.375, 0, 0, 0, 0, .375, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(.375, 0, 0, 0, 0, .375, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
11.31% {
    -webkit-transform: matrix3d(.635, 0, 0, 0, 0, .635, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(.635, 0, 0, 0, 0, .635, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
17.02% {
    -webkit-transform: matrix3d(.809, 0, 0, 0, 0, .809, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(.809, 0, 0, 0, 0, .809, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
22.62% {
    -webkit-transform: matrix3d(.913, 0, 0, 0, 0, .913, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(.913, 0, 0, 0, 0, .913, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
28.33% {
    -webkit-transform: matrix3d(.973, 0, 0, 0, 0, .973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(.973, 0, 0, 0, 0, .973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
33.93% {
    -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.002, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
45.15% {
    -webkit-transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
72.57% {
    -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
}.reasons {
    min-height: 500px;
    background: url(images/reasons-lens.jpg) no-repeat 50% 100% #2e76ab;
    color: #fff;
    padding: 60px 0 45px;
}
@media screen and (max-width:1020px) {
    .reasons {
    background: #2e76ab;
}
}@media screen and (max-width:768px) {
    .reasons .l-container {
    padding: 0 15px;
}
}@media screen and (max-width:599px) {
    .reasons {
    padding-top: 30px;
}
}.reasons__title {
    font: 60px/70px lato-light, sans-serif;
    margin: 0 0 50px;
    display: inline-block;
    width: 100%;
    padding-left: 35%}
@media screen and (max-width:1020px) {
    .reasons__title {
    padding-left: 0;
}
}@media screen and (max-width:599px) {
    .reasons__title {
    font: 36px/46px lato-light, sans-serif;
    margin: 0 0 25px;
}
}.reasons__title strong {
    font-family: lato-regular, sans-serif;
    font-weight: 400;
}
.reasons__slider {
    width: 100%;
    padding-left: 35%}
@media screen and (max-width:1020px) {
    .reasons__slider {
    padding-left: 0;
}
}.reasons__slides {
    margin: 0 0 45px;
}
.reasons__slide {
    position: relative;
}
.reasons__slide-content {
    font-size: 16px;
    line-height: 27px;
    width: 440px;
    margin: 0 0 0 175px;
}
@media screen and (max-width:1020px) {
    .reasons__slide-content {
    width: auto;
}
}@media screen and (max-width:599px) {
    .reasons__slide-content {
    margin-left: 0;
}
}.reasons__slide-content p {
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 5px;
}
.reasons__slide-content p:nth-last-child(1) {
    margin: 0;
}
.reasons__slide-content a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}
.reasons__slide-content a:hover {
    color: #ababab;
    border-bottom-color: rgba(171, 171, 171, .6);
}
.reasons__slide-title {
    position: absolute;
    top: -8px;
    left: 0;
    font: 32px/45px lato-regular, sans-serif;
}
@media screen and (max-width:599px) {
    .reasons__slide-title {
    position: static;
    font: 22px/35px lato-regular, sans-serif;
    margin-bottom: 20px;
}
}.reasons__slide-title i {
    font-family: lato-light, sans-serif;
    font-size: 60px;
    margin-left: 3px;
    margin-right: 10px;
}
@media screen and (max-width:599px) {
    .reasons__slide-title i {
    position: static;
    font-size: 45px;
}
}.reasons__slide-title b, .reasons__slide-title i {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-style: normal;
}
.reasons__slide-title b {
    font-family: lato-thin, sans-serif;
    line-height: 68px;
    font-size: 92px;
}
.reasons__pagination {
    position: relative;
    z-index: 2;
}
@media screen and (max-width:1020px) {
    .reasons__pagination {
    text-align: center;
}
}@media screen and (max-width:1020px) {
    .hide-touch {
    display: none;
}
}.show-touch {
    display: none;
}
@media screen and (max-width:1020px) {
    .show-touch {
    display: block;
}
}.about-section {
    padding: 60px 0;
    background: url(images/about-section-gradient.png) repeat-x 0 0 #eaeaea;
}
@media screen and (max-width:1020px) {
    .about-section {
    padding: 35px 0;
}
}.about-section--2n .about-content {
    left: auto;
    right: 0;
}
.about-section--2n .about-image {
    margin-left: 0;
}
.about-section .row {
    position: relative;
}
@media screen and (max-width:1020px) {
    .about-section .container {
    padding: 0 15px;
}
}.about-section h2 {
    margin: 0 0 60px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #444;
    line-height: 1.2;
}
@media screen and (max-width:599px) {
    .about-section h2 {
    font-size: 1.8em;
}
}.about-content {
    font-size: 13px;
    vertical-align: top;
}
@media screen and (min-width:1021px) {
    .about-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 336px;
}
}.about-content__title {
    margin: 0 0 20px;
    text-align: left;
    color: #444;
}
@media screen and (max-width:1020px) {
    .about-content__title {
    text-align: center;
}
}.about-content__description {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width:1020px) {
    .about-content__description {
    margin-top: 20px;
}
}.about-content__btn {
    width: 215px;
}
@media screen and (max-width:1020px) {
    .about-content__btn {
    display: none!important;
    margin: 0 auto!important;
}
}.about-image {
    font-size: 13px;
    vertical-align: top;
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 583px;
    background: #fff;
}
@media screen and (min-width:1021px) {
    .about-image {
    margin-left: 416px;
}
}@media screen and (max-width:1020px) {
    .about-image {
    margin: 0 auto!important;
}
}.about-image [data-image-comparison-slider-original], .about-image img {
    width: 100%}
.about-protection {
    padding: 60px 0;
    background: url(images/about-section-gradient.png) repeat-x 0 0 #eaeaea;
}
@media screen and (max-width:1020px) {
    .about-protection .container {
    padding: 0 15px;
}
}.about-protection .row {
    margin: 0 0 60px;
}
.about-protection .row:nth-last-child(1) {
    margin-bottom: 0;
}
.about-protection__image {
    height: 266px;
    padding: 0;
    float: left;
}
@media screen and (max-width:1020px) {
    .about-protection__image {
    float: none;
    height: auto;
}
}.about-protection__image img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
@media screen and (max-width:1020px) {
    .about-protection__image img {
    max-width: 100%;
    width: auto;
}
}.about-protection__content, .about-protection__image {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 500px;
}
@media screen and (max-width:1020px) {
    .about-protection__content, .about-protection__image {
    display: block;
    width: auto;
}
}.about-protection__content {
    padding: 0 52px 0 60px;
}
@media screen and (max-width:1020px) {
    .about-protection__content {
    padding: 0;
    text-align: center;
}
}.about-protection__title {
    margin: 0 0 20px;
    color: #444;
}
.about-protection__description {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0 60px 0 0;
}
@media screen and (max-width:1020px) {
    .about-protection__description {
    padding: 20px 0 0 0;
}
}.about-multicoating {
    background: #d5e7f1;
    padding: 60px 0;
}
@media screen and (max-width:768px) {
    .about-multicoating .l-container {
    padding: 0 15px;
}
}.about-multicoating__title {
    color: #444;
    text-align: center;
    margin: 0 0 20px;
    display: inline-block;
    width: 100%}
.about-multicoating__description {
    color: #757575;
    font-size: 15px;
    text-align: center;
    margin: 0 0 45px;
    display: inline-block;
    width: 100%;
    line-height: 1.6;
}
.about-multicoating__ui-slider-header {
    position: relative;
    margin: 0 0 45px;
}
@media screen and (max-width:1020px) {
    .about-multicoating__ui-slider-header {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -26px;
}
}@media screen and (max-width:599px) {
    .about-multicoating__ui-slider-header {
    margin-top: 0;
    top: auto;
    bottom: 15px;
    text-align: center;
    z-index: 5;
}
}.about-multicoating__ui-slider-header .pagination__item {
    display: none;
}
@media screen and (max-width:599px) {
    .about-multicoating__ui-slider-header .pagination__item {
    display: inline-block;
    border-color: #1f5282;
}
.about-multicoating__ui-slider-header .pagination__item.active {
    border-color: #1f5282;
    background: #1f5282;
}
}.about-multicoating__ui-slider {
    position: relative;
}
@media screen and (max-width:1020px) {
    .about-multicoating__ui-slider {
    display: none;
}
}.about-multicoating__ui-slider-previous {
    z-index: 1;
    position: absolute;
    top: 15px;
    left: 10px;
}
@media screen and (max-width:1020px) {
    .about-multicoating__ui-slider-previous {
    background: #1f5282!important;
}
.about-multicoating__ui-slider-previous i {
    color: #fff!important;
}
}@media screen and (max-width:599px) {
    .about-multicoating__ui-slider-previous {
    display: none;
}
}.about-multicoating__ui-slider-next {
    z-index: 1;
    position: absolute;
    top: 15px;
    right: 10px;
}
@media screen and (max-width:1020px) {
    .about-multicoating__ui-slider-next {
    background: #1f5282!important;
}
.about-multicoating__ui-slider-next i {
    color: #fff!important;
}
}@media screen and (max-width:599px) {
    .about-multicoating__ui-slider-next {
    display: none;
}
}.about-multicoating__slider {
    position: relative;
}
@media screen and (max-width:768px) {
    .about-multicoating__slider {
    margin: 0 -15px;
}
}.about-multicoating__slider-wrap {
    background: #fff;
}
.about-multicoating-content {
    font-size: 0;
    position: relative;
    min-height: 290px;
    padding: 60px 0 60px 250px;
}
@media screen and (max-width:768px) {
    .about-multicoating-content {
    padding: 20px 80px;
}
.about-multicoating-content:before {
    display: none;
}
}@media screen and (max-width:599px) {
    .about-multicoating-content {
    padding: 20px 15px 45px 15px;
}
}.about-multicoating-content:before {
    content: "";
    position: absolute;
    top: 50px;
    left: 40px;
    width: 182px;
    height: 196px;
    background: url(images/about-multicoating-lens.png) no-repeat 50% 50%}
.about-multicoating-content__collumn {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 333px;
}
@media screen and (max-width:768px) {
    .about-multicoating-content__collumn {
    width: auto;
}
}.about-multicoating-content__logo {
    max-width: 250px;
    width: 100%;
    height: auto;
    margin: 5px 0 30px;
}
@media screen and (max-width:768px) {
    .about-multicoating-content__logo {
    display: block;
    margin: 0 auto 30px;
}
}.about-multicoating-content__description {
    color: #aaa;
    font-size: 18px;
    line-height: 26px;
    padding: 0 20px 0 0;
    margin: 0;
}
@media screen and (max-width:768px) {
    .about-multicoating-content__description {
    padding-right: 0;
    text-align: center;
}
}.about-multicoating-content__text {
    color: #010101;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 25px;
}
@media screen and (max-width:768px) {
    .about-multicoating-content__text {
    text-align: center;
}
}@media screen and (max-width:768px) {
    .about-multicoating-content__btn {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 350px;
}
}.address {
    padding: 32px 0 66px;
    background: #2e76ab;
}
@media screen and (max-width:768px) {
    .address .container {
    padding: 0 15px;
}
}.address__description {
    font: 20px/25px lato-regular, sans-serif;
    margin: 0 0 42px;
}
.address__description, .address__title {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
}
.address__title {
    font-size: 32px;
    line-height: 1em;
    margin: 0 0 17px;
}
.address__search {
    font-size: 0;
    text-align: center;
    margin: 0 auto 52px;
    width: 480px;
}
@media screen and (max-width:509px) {
    .address__search {
    width: 100%}
}@media screen and (max-width:369px) {
    .address__search {
    margin-bottom: 25px;
}
}.address__search-input {
    width: 360px!important;
    line-height: 1.2em!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    margin: 0 10px 0 0!important;
}
@media screen and (max-width:509px) {
    .address__search-input {
    width: 100%!important;
    margin: 0 0 10px 0!important;
}
}.address__search-btn, .address__search-input {
    display: inline-block!important;
    font-size: 15px!important;
    height: 40px!important;
    vertical-align: middle;
}
.address__search-btn {
    line-height: 43px!important;
    width: 110px!important;
    padding: 0 20px!important;
    background: #003d6d!important;
}
@media screen and (max-width:509px) {
    .address__search-btn {
    display: block!important;
    width: 100%!important;
    margin: 0 auto;
}
}.address__search-btn:hover {
    background-color: #4091cc!important;
}
.address__links {
    font-size: 0;
    position: relative;
    width: 480px;
    height: 50px;
    margin: auto;
}


@media screen and (max-width:509px) {
    .address__links {
    width: 100%}
}.address__links-column {
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width:369px) {
    .address__links-column {
    position: static;
}
}.address__links-column:nth-child(2) {
    left: auto;
    right: 0;
}
.address__item {
    display: block;
    font-size: 15px;
    line-height: 1em;
    border: 0!important;
    margin: 0 0 10px;
}
.address__item .icon-glasses {
    vertical-align: middle;
    margin: 0 15px 0 0;
}
.anons__image {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
@media screen and (max-width:768px) {
    .article .l-container {
    padding: 0 15px;
}
}.article-header {
    background: #eaeaea;
    padding: 35px 0 40px;
}
.article__body {
    background: #eaeaea;
    padding: 0 0 50px;
}
.article__date {
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.article__title {
    line-height: 45px;
    text-align: center;
    color: #2e76ab;
    margin: 0 0 60px;
    display: inline-block;
    width: 100%}
.v-day-article__img {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    float: right;
    margin: 0 0 20px 20px;
}
.v-day-article__img2 {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    float: left;
    margin: 0 20px 20px 0;
}
.article__redactor h1, .article__redactor h2, .article__redactor h3, .article__redactor h4, .article__redactor h5 {
    font-family: Verdana, sans-serif;
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 0 30px;
    margin: 0 0 30px;
}
.article__redactor p {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 30px;
}
.article__redactor img {
    width: 100%;
    max-width: 470px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.article__redactor table {
    width: 100%;
    margin: 0 0 30px;
}
.article__redactor table h1, .article__redactor table h2, .article__redactor table h3, .article__redactor table h4, .article__redactor table h5 {
    padding: 0;
}
.article__redactor table p {
    padding: 0;
    font-size: 13px;
    line-height: 20px;
}
.article__redactor td {
    width: 50%}
.related-articles {
    padding: 40px 0 60px;
}
@media screen and (max-width:1020px) {
    .related-articles {
    padding-bottom: 30px;
}
}.related-articles__title {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 83px;
    color: #676767;
    margin: 0 83px 0 0;
}
@media screen and (max-width:1020px) {
    .related-articles__title {
    margin: 0;
    width: 100%}
.related-articles__title br {
    display: none;
}
}.related-articles__title h5 {
    line-height: 26px;
}
.related-articles__item {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin: 0 83px 0 0;
}
@media screen and (max-width:1020px) {
    .related-articles__item {
    margin-bottom: 25px;
}
}@media screen and (max-width:849px) {
    .related-articles__item {
    width: auto;
    display: block;
    margin: 0 0 25px;
}
}.related-articles__item-title {
    line-height: 26px;
    margin: 0 0 10px;
}
.related-articles__item-description {
    margin: 0;
}
.card-list {
    font-size: 0;
    text-align: center;
}
.card-list .card {
    margin: 0 45px 0 0;
}
.card-list .card:nth-last-child(1) {
    margin-right: 0;
}
.card {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 365px;
}
.card.card_review {
    padding-top: 100px;
}
.card.card_review .card__container {
    position: relative;
    padding: 130px 0 40px;
}
.card.card_review .card__image {
    position: absolute;
    top: -100px;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: 0 0 0 -100px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%}
.card.card_review .card__description {
    position: relative;
    height: 165px;
    padding: 0 50px 0 70px;
}
.card.card_review .card__description span {
    position: relative;
}
.card.card_review .card__description span:after {
    font-family: Georgia, serif;
    font-size: 84px;
    position: absolute;
    top: 30px;
    left: -45px;
    content: '\201C';
    color: #2e76ab;
}
.card__container {
    padding: 30px 0 40px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #fff;
}
.card__image {
    width: 100%;
    height: 105px;
    margin: 0 auto 30px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%}
.card__title {
    font: 20px/25px lato-regular, sans-serif;
    position: relative;
    display: table;
    overflow: hidden;
    height: 75px;
    margin: 0 0 25px;
    padding: 0 60px;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #1f5282;
}
.card__title span {
    display: table-cell;
    vertical-align: middle;
}
.card__description {
    line-height: 18px;
    position: relative;
    overflow: hidden;
    height: 75px;
    margin: 0 0 25px;
    padding: 0 60px;
    text-align: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.card__description span {
    display: table-cell;
    vertical-align: middle;
}
.card__action {
    text-align: center;
}
[data-content-slider-link] {
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}
[data-content-slider-next], [data-content-slider-prev] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[data-content-slider-wrap] {
    position: relative;
    -webkit-transition: height .3s linear;
    -o-transition: height .3s linear;
    transition: height .3s linear;
}
[data-content-slider-item] {
    display: none;
}
[data-content-slider-item].active {
    display: block;
}
.countdown {
    font-size: 0;
    white-space: nowrap;
}
.countdown__unit {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 111px;
    height: 70px;
    background: rgba(33, 33, 33, .4);
    margin: 0 20px 0 0;
}
.countdown__unit:after {
    content: ': ';
    position: absolute;
    top: 50%;
    right: -20px;
    width: 20px;
    height: 30px;
    text-align: center;
    font: 30px/30px lato-bold, sans-serif;
    color: #5893da;
    margin: -15px 0 0;
}
.countdown__unit:nth-last-child(1) {
    margin: 0;
}
.countdown__unit:nth-last-child(1):after {
    display: none;
}
.mac .countdown__unit, .safari .countdown__unit {
    padding: 5px 0;
}
.countdown__unit-value {
    text-align: center;
    color: #fff;
    font: 70px/70px truth-regular, sans-serif;
}
.countdown__unit-caption {
    position: absolute;
    left: 0;
    bottom: -28px;
    width: 100%;
    height: 18px;
    text-align: center;
    color: #fff;
    font: 18px/18px lato-medium, sans-serif;
}
.error404 {
    padding: 50px 0 90px;
    text-align: center;
    color: #fff;
    background: #1f5282;
}
.error404__caption {
    font-size: 20px;
    margin: 0 0 20px;
}
.error404__title {
    font: 90px/1em lato-regular, sans-serif;
    margin: 0 0 70px;
}
.error404__description {
    font: 32px/40px lato-regular, sans-serif;
    margin: 0 0 30px;
}
.error404__notice {
    font-size: 16px;
    line-height: 28px;
    width: 400px;
    padding: 120px 0 0;
    text-align: left;
    color: #c8c8c8;
}
.error404__notice p {
    line-height: 28px;
    margin: 0;
}
.essilor {
    background: #eaeaea;
    padding: 60px 0 150px;
}
@media screen and (max-width:1020px) {
    .essilor {
    padding: 25px 0 50px;
}
.essilor .column-6 {
    width: 100%!important;
}
.essilor .column-6 p {
    max-width: 100%!important;
}
.essilor .padding-right-80px {
    padding: 0!important;
}
}.essilor h2 {
    color: #444;
    line-height: 40px;
}
.essilor p {
    margin: 0 0 10px;
    line-height: 20px;
}
.essilor p.large {
    font-size: 16px;
    line-height: 28px;
}
.essilor .column-6 p {
    max-width: 440px;
}
.eyezen {
    background-color: #f1f1f1;
}
.eyezen__title {
    font-family: lato-semibold, sans-serif;
    font-size: 36px;
    line-height: 1.3;
}
.eyezen__subtitle, .eyezen__title {
    text-transform: uppercase;
    margin-bottom: 22px;
}
.eyezen__subtitle {
    font-family: lato-bold, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.eyezen__text {
    font-size: 16px;
    line-height: 1.5;
    color: #5f5f5e;
}
.eyezen__text:last-child {
    margin-bottom: 0;
}
.eyezen__list {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin-left: 20px;
}
.eyezen__list li {
    margin-bottom: 12px;
}
.eyezen .h-space-50 {
    padding: 50px;
}
@media screen and (max-width:768px) {
    .eyezen .h-space-50 {
    padding: 25px 15px;
}
}.eyezen .h-space-25 {
    padding: 25px;
}
.eyezen-heading {
    width: 100%;
    height: 700px;
}
.eyezen-heading>a {
    display: none;
}
@media screen and (max-width:1020px) {
    .eyezen-heading {
    height: auto;
}
.eyezen-heading>div {
    display: none;
}
.eyezen-heading>a {
    display: block;
}
}.eyezen-heading__banner {
    width: 100%;
    height: 100%;
    background-image: url(images/image-home-5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
@media screen and (max-width:1020px) {
    .eyezen-heading__banner {
    background-image: url(images/main/Crizal_991x1680_Eyezen_action0702.jpg);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    height: auto;
    padding-bottom: 168.98%}
}.eyezen-heading__banner .container {
    height: 100%}
.eyezen-heading__banner .container a {
    display: block;
    width: 168px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    color: #00146b;
    text-align: center;
    position: absolute;
    left: 28px;
    bottom: 72px;
}
.eyezen-heading__banner .container a:hover {
    background: #00146b;
    color: #fff;
}
.eyezen-heading__banner img {
    position: absolute;
    right: -72px;
    bottom: -105px;
    z-index: 2;
}
.eyezen-description {
    background-color: #fff;
}
@media screen and (max-width:1020px) {
    .eyezen-description {
    padding: 50px;
}
.eyezen-description .column {
    width: 100%}
.eyezen-description .eyezen__col {
    padding: 0;
}
.eyezen-description br {
    display: none;
}
}@media screen and (max-width:768px) {
    .eyezen-description {
    padding: 25px 15px;
}
}.eyezen-description .eyezen__title {
    color: #23a5f0;
    margin: 16px 0 0;
}
@media screen and (max-width:1020px) {
    .eyezen-description .eyezen__title {
    margin: 0 0 15px;
}
.eyezen-description .eyezen__title br {
    display: none;
}
}.eyezen-mapSection {
    background: #f1f1f1;
    padding: 45px 0 25px;
}
@media screen and (max-width:649px) {
    .eyezen-mapSection {
    text-align: center;
}
}.eyezen-mapSection__mapBlock {
    display: inline-block;
    background: url(images/eyezen-mapImg.png) no-repeat left center;
    padding-top: 25px;
    padding-left: 200px;
    height: 175px;
    margin-left: 60px;
}
@media screen and (max-width:649px) {
    .eyezen-mapSection__mapBlock {
    padding: 200px 0 0 0;
    height: auto;
    background-position: top center;
    margin-left: 0;
}
}.eyezen-mapSection__mapBlock>a {
    font-size: 34px;
    color: #2f438d;
}
@media screen and (max-width:649px) {
    .eyezen-mapSection__mapBlock>a {
    font-size: 28px;
}
}.eyezen-mapSection__mapBlock>p {
    font-size: 24px;
    color: #2f438d;
    margin-top: 60px;
    margin-bottom: 0;
}
@media screen and (max-width:649px) {
    .eyezen-mapSection__mapBlock>p {
    font-size: 20px;
    margin-top: 10px;
}
}.eyezen-mapSection__mapBlock>p a {
    color: #2f438d;
}
.eyezen-mapSection__mapBlock a {
    text-decoration: underline;
    border-bottom: none;
}
.eyezen-mapSection__mapBlock a:hover {
    text-decoration: none;
    border-bottom: none;
}
.eyezen-statistics {
    background-color: #23a5f0;
    text-align: center;
}
.eyezen-statistics .eyezen__title {
    color: #fff;
}
.eyezen-statistics__icon {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}
@media screen and (max-width:768px) {
    .eyezen-statistics__icon {
    width: 100px;
    height: 100px;
}
}.eyezen-statistics__icon--1 {
    background-image: url(images/eyezen-icon-1.png);
}
.eyezen-statistics__icon--2 {
    background-image: url(images/eyezen-icon-2.png);
}
.eyezen-statistics__icon--3 {
    background-image: url(images/eyezen-icon-3.png);
}
.eyezen-statistics__icon--4 {
    background-image: url(images/eyezen-icon-4.png);
}
.eyezen-statistics__icon--5 {
    background-image: url(images/eyezen-icon-5.png);
}
.eyezen-statistics__icon--6 {
    background-image: url(images/eyezen-icon-6.png);
}
.eyezen-statistics__text {
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
    margin: 0;
}
.eyezen-aftermath {
    background-color: #fff;
}
@media screen and (max-width:1020px) {
    .eyezen-aftermath .column {
    width: 100%}
}.eyezen-aftermath .eyezen__title {
    color: #23a5f0;
}
@media screen and (max-width:1020px) {
    .eyezen-aftermath .eyezen__title br {
    display: none;
}
}.eyezen-aftermath .eyezen__col {
    height: 500px;
}
@media screen and (max-width:1020px) {
    .eyezen-aftermath .eyezen__col {
    height: auto;
}
}@media screen and (max-width:768px) {
    .eyezen-aftermath .eyezen__col.h-space-50 {
    padding: 25px 15px;
}
}.slideshow-slide {
    width: 100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
@media screen and (max-width:499px) {
    .slideshow-slide {
    height: auto;
    padding-top: 33.333%}
}.slideshow-slide--1 {
    background-image: url(images/eyezen-aftermath-image-1.jpg);
}
.slideshow-slide--2 {
    background-image: url(images/eyezen-aftermath-image-2.jpg);
}
.slideshow-slide--3 {
    background-image: url(images/eyezen-aftermath-image-3.jpg);
}
.slideshow .eyezen__title {
    color: #fff;
    position: absolute;
    top: 50px;
    left: 50px;
}
@media screen and (max-width:499px) {
    .slideshow .eyezen__title {
    top: 15px;
    left: 15px;
    font-size: 20px;
}
}.eyezen-made-for {
    background-image: url(images/eyezen-made-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    height: 500px;
}
@media screen and (max-width:1020px) {
    .eyezen-made-for .column {
    width: 100%}
}@media screen and (max-width:768px) {
    .eyezen-made-for {
    height: auto;
    background: #00a8f3;
}
}.eyezen-made-for .eyezen__title {
    color: #fff;
    font-size: 24px;
}
.eyezen-made-for .eyezen__col {
    text-align: left;
    margin: 25px 0 0 35px;
}
@media screen and (max-width:1020px) {
    .eyezen-made-for .eyezen__col {
    margin-left: 155px;
}
}@media screen and (max-width:768px) {
    .eyezen-made-for .eyezen__col {
    margin: 0;
}
}.eyezen-made-for__logo {
    margin-bottom: 25px;
    max-width: 100%;
    height: auto;
}
.eyezen-tested {
    background-color: #fff;
    overflow: hidden;
}
.eyezen-tested img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width:1020px) {
    .eyezen-tested .column {
    width: 100%}
}.eyezen-tested .h-space-50 {
    padding: 33px 50px;
}
.eyezen-tested__subtitle {
    font-size: 14.8px;
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
}
.eyezen-tested .eyezen__col {
    height: 150px;
    position: relative;
}
@media screen and (max-width:1020px) {
    .eyezen-tested .eyezen__col {
    height: auto;
}
}.eyezen-tested .eyezen__col--bg {
    background-color: #2b51a7;
    padding: 33px 0 33px 93px;
}
@media screen and (max-width:1020px) {
    .eyezen-tested .eyezen__col--bg {
    padding: 25px 15px;
    text-align: center;
}
}.eyezen-tested .eyezen__col--bg:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-style: solid;
    border-width: 75px 0 75px 40px;
    border-color: transparent transparent transparent #2b50a7;
    width: 40px;
    height: 150px;
    background-color: #fff;
}
@media screen and (max-width:1020px) {
    .eyezen-tested .eyezen__col--bg: after {
    display: none;
}
}.eyezen-tested__number {
    color: #2b51a7;
    font-size: 60px;
    display: inline-block;
    width: 45%;
    vertical-align: top;
    padding-top: 40px;
    font-family: lato-semibold, sans-serif;
}
.eyezen-tested__text {
    display: inline-block;
    font-size: 14px;
    padding-left: 158px;
    background-image: url(images/eyezen-percent.png);
    background-repeat: no-repeat;
    background-position: 0 20px;
}
@media screen and (max-width:1020px) {
    .eyezen-tested__text {
    padding-top: 70px;
    padding-left: 0;
    background-position: top center;
    text-align: center;
}
}.eyezen-video .main-footer__slides--advantage {
    margin: 0;
}
.eyezen-tech {
    background-color: #fff;
    text-align: center;
}
@media screen and (max-width:1020px) {
    .eyezen-tech .column {
    width: 100%}
.eyezen-tech .column-4 {
    display: none;
}
.eyezen-tech .column br {
    display: none;
}
}.eyezen-tech .eyezen__title {
    color: #5f5f5e;
}
.eyezen-tech .eyezen__subtitle {
    color: #23a5f0;
    text-align: left;
    margin-bottom: 10px;
}
@media screen and (max-width:1020px) {
    .eyezen-tech .eyezen__subtitle {
    text-align: center;
}
}.eyezen-tech__item {
    margin-bottom: 25px;
    text-align: left;
}
.eyezen-tech__item-inline {
    display: inline-block;
    vertical-align: top;
    width: 450px;
}
@media screen and (max-width:1020px) {
    .eyezen-tech__item-inline {
    width: 100%}
}.eyezen-tech .eyezen__text {
    text-align: left;
    font-size: 15px;
}
@media screen and (max-width:1020px) {
    .eyezen-tech .eyezen__text {
    text-align: center;
}
}.eyezen-tech__logo {
    display: inline-block;
    margin-top: -10px;
    max-width: 100%;
    height: auto;
}
.eyezen-tech .row {
    margin-bottom: -25px;
}
.eyezen-tech .column-4 {
    width: 300px;
    padding-right: 40px;
}
.eyezen-tech__icon {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
@media screen and (max-width:1020px) {
    .eyezen-tech__icon {
    display: block;
    margin: 0 auto 10px;
}
}.eyezen-tech__icon--inline {
    display: inline-block;
    vertical-align: top;
    margin-top: -6px;
    margin-right: 10px;
    margin-bottom: 0;
}
@media screen and (max-width:1020px) {
    .eyezen-tech__icon--inline {
    display: block;
    margin: 0 auto 10px;
}
}.eyezen-tech__icon--full {
    width: 336px;
    height: 158px;
    margin-top: 240px;
    margin-left: -20px;
}
.eyezen-tech__icon--1 {
    background-image: url(images/eyezen-icon-7.png);
}
.eyezen-tech__icon--2 {
    background-image: url(images/eyezen-icon-8.png);
}
.eyezen-tech__icon--3 {
    background-image: url(images/eyezen-icon-9.png);
}
.eyezen-tech__icon--4 {
    background-image: url(images/eyezen-icon-10.png);
}
.eyezen-coating {
    background-color: #fdbe00;
}
@media screen and (max-width:1020px) {
    .eyezen-coating {
    padding: 50px;
}
.eyezen-coating .column {
    width: 100%}
}@media screen and (max-width:768px) {
    .eyezen-coating {
    padding: 25px 15px;
}
}.eyezen-coating .h-space-50 {
    padding: 33px 50px;
}
@media screen and (max-width:1020px) {
    .eyezen-coating .h-space-50 {
    padding: 0;
}
}.eyezen-coating .eyezen__subtitle {
    color: #fff;
    margin: 0;
}
.eyezen-coating .btn {
    background-color: #fff;
    color: #23a5f0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 52px;
}
@media screen and (max-width:1020px) {
    .eyezen-coating .btn {
    margin-top: 25px;
}
}.eyezen-coating .btn:hover {
    color: #fff;
    background-color: #23a5f0;
}
.eyezen-map {
    background-image: url(images/eyezen-map.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}
.eyezen-map .eyezen__col {
    padding-top: 115px;
}
.eyezen-map .eyezen__title {
    color: #fff;
}
.eyezen-map .btn {
    background-color: #23a5f0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 52px;
}
.eyezen-map .btn:hover {
    color: #23a5f0;
    background-color: #fff;
}
.eyezen-more {
    background-image: url(images/eyezen-more.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}
@media screen and (max-width:1020px) {
    .eyezen-more {
    background-image: none;
    background-color: #fff;
    height: auto;
}
.eyezen-more .column {
    width: 100%}
}.eyezen-more .eyezen__col {
    padding-top: 140px;
}
@media screen and (max-width:1020px) {
    .eyezen-more .eyezen__col {
    padding-top: 50px;
}
}.eyezen-more a {
    color: #23a5f0;
}
.eyezen-more .eyezen__title {
    color: #5f5f5e;
}
@media screen and (max-width:1020px) {
    .eyezen-more .eyezen__title {
    text-align: center;
}
}@media screen and (max-width:768px) {
    .eyezen-more .eyezen__title {
    font-size: 28px;
}
}.eyezen-more__logo {
    margin-top: 25px;
    display: block;
}
@media screen and (max-width:1020px) {
    .eyezen-more__logo {
    margin: 25px auto 0;
}
}.footer {
    position: relative;
    padding: 30px 0 20px;
    background: #101721;
}
.contraindications {
    letter-spacing: .16px;
    font: 32px/1em pharmadin, sans-serif;
    text-transform: uppercase;
    margin: 0 0 70px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #c8c8c8;
}
@media screen and (max-width:1020px) {
    .contraindications {
    margin-bottom: 25px;
}
.contraindications br {
    display: none;
}
}.footer__content {
    font-size: 0;
    color: #fff;
    text-align: center;
}
.footer__content p {
    margin: 0 0 5px;
}
.footer-logo {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    width: 250px;
    height: 55px;
    margin: 0 0 0 83px;
    padding: 0 0 0 83px;
    border: 0!important;
    color: #fff;
    background: url(images/logo-essilor.png) no-repeat 0 0;
}
@media screen and (max-width:1020px) {
    .footer-logo {
    display: block;
    margin: 0 auto 25px;
}
}.footer-logo:hover .link {
    color: #ababab!important;
    border-bottom-color: rgba(171, 171, 171, .6)!important;
}
.footer-links {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 166px;
    text-align: left;
}
@media screen and (max-width:359px) {
    .footer-links {
    width: 250px;
}
}.banner-secrets {
    background: #ffde00;
}
.banner-secrets .secrets-banner-image {
    height: 150px;
    position: relative;
    overflow: hidden;
}
.banner-secrets .secrets-banner-image img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width:599px) {
    .banner-secrets {
    display: none;
}
}

.cmsl_cfm .header {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 85px;
    background: #1f5282;
}
@media screen and (max-width:1020px) {
    .cmsl_cfm .header {
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 12;
	}
}

@media screen and (max-width:469px) {
    .cmsl_cfm .header {
        height: 70px;
    }
}

.cmsl_cfm .header .l-container {
    height: 100%
}

@media screen and (max-width:1020px) {
    .cmsl_cfm .header .l-container {
    width: 100%;
    padding: 10px 0 10px 80px;
}

}

.header__toggleNav {
    display: none;
}
@media screen and (max-width:1020px) {
    .header__toggleNav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 65px;
    background-color: #1f5282;
    border-right: 1px solid #fff;
    -webkit-transition: left .5s;
    -o-transition: left .5s;
    transition: left .5s;
    z-index: 5;
}
.header__toggleNav:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/burger2.png) no-repeat center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header__toggleNav.is-open {
    left: 100%;
    margin-left: -65px;
    border-right: 0;
    border-left: 1px solid #fff;
}
.header__toggleNav.is-open:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
}.header__logo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 10px;
    display: block;
    border: 0!important;
    width: 171px;
    height: 100%;
    background: url(images/logo-crizal-2.png) no-repeat 0 50%;
    -webkit-background-size: contain;
    background-size: contain;
}
@media screen and (max-width:1020px) {
    .header__logo {
    display: block;
    position: static;
    height: 45px;
}
}@media screen and (max-width:469px) {
    .header__logo {
    width: 120px;
    height: 32px;
    -webkit-background-size: contain;
    background-size: contain;
}
}.header__tagline {
    letter-spacing: .26px;
    font: 20px/1em lato-regular, sans-serif;
    position: absolute;
    top: 0;
    left: 200px;
    color: #fff;
    border: 0;
    text-align: left;
}
@media screen and (max-width:1020px) {
    .header__tagline {
    display: block;
    position: static;
    height: auto;
    margin-top: 5px;
    font-size: 22px;
}
}@media screen and (max-width:469px) {
    .header__tagline {
    font-size: 15px;
}
}.header__tagline:hover {
    color: #fff;
    border: 0;
}
.header__links {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    text-align: right;
    font-size: 0;
}
@media screen and (max-width:1020px) {
    .header__links {
    width: auto;
    height: auto;
    right: 15px;
    top: 22px;
}
}@media screen and (max-width:469px) {
    .header__links {
    width: auto;
    right: 5px;
    top: 20px;
}
}.header__link {
    font: 20px/1em lato-regular, sans-serif;
    display: inline-block;
    margin: 0 0 0 30px;
    color: #fff;
    border: 0;
}
@media screen and (max-width:1020px) {
    .header__link {
    margin: 0;
}
.header__link:first-child {
    display: none;
}
}@media screen and (max-width:469px) {
    .header__link {
    font-size: 11px;
    line-height: 14px;
}
.header__link .icon-glasses {
    width: 12px;
    height: 18px;
    margin-right: 0!important;
    -webkit-background-size: contain;
    background-size: contain;
}
}.header__buy {
    background: #fff;
    border-style: solid;
    border-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.header__link:hover {
    border: 0;
}
.header__link i {
    margin: 0 12px 0 0;
    vertical-align: middle;
}
.header__link i.icon-glasses {
    margin-right: -12px;
}
@media screen and (max-width:768px) {
    .helpful-information .l-container {
    padding: 0 15px;
}
}.helpful-information-main {
    background: #eaeaea;
    padding: 40px 0;
}
.helpful-information__title {
    margin: 0 0 40px;
    display: inline-block;
    width: 100%;
    font-size: 3.07692308em;
    line-height: 1;
}
.helpful-information-main__item {
    position: relative;
    width: 100%;
    min-height: 268px;
    padding: 10px 40px 0 540px;
    margin: 0 0 40px;
}
@media screen and (max-width:1020px) {
    .helpful-information-main__item {
    padding: 0;
}
}.helpful-information-main__item .anons__date {
    font-size: 15px;
    margin-bottom: 5px;
}
.helpful-information-main__item .anons__title {
    line-height: 40px;
    margin: 0 0 30px;
}
.helpful-information-main__item .anons__image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    max-width: 467px;
    width: 100%}
@media screen and (max-width:1020px) {
    .helpful-information-main__item .anons__image {
    position: static;
    margin: 0 auto 25px;
}
}.helpful-information-main__item .anons__image img {
    width: 100%;
    height: auto;
}
.helpful-information-main__item .anons__description {
    line-height: 20px;
}
.helpful-information-secondary {
    padding: 40px 0 30px;
}
.helpful-information-secondary__list {
    font-size: 0;
}
.helpful-information-secondary__item {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50%;
    min-height: 132px;
    padding: 5px 40px 0 175px;
    margin: 0 0 40px;
}
@media screen and (max-width:1020px) {
    .helpful-information-secondary__item {
    width: 100%;
    padding-right: 0;
}
}@media screen and (max-width:449px) {
    .helpful-information-secondary__item {
    padding-left: 0;
    padding-top: 150px;
    text-align: center;
}
}.helpful-information-secondary__item .anons__title {
    line-height: 26px;
    margin: 0 0 15px;
}
.helpful-information-secondary__item .anons__image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 150px;
    height: 132px;
}
@media screen and (max-width:449px) {
    .helpful-information-secondary__item .anons__image {
    margin: auto;
    right: 0;
}
}.helpful-information-secondary__item .anons__description {
    line-height: 18px;
    margin: 0;
}
[data-image-comparison-slider]{
    position: relative;
    /*
    cursor: move;
    cmsl_hide
    */

}
[data-image-comparison-slider-original] {
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}
[data-image-comparison-slider-other] {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%}
[data-image-comparison-slider-other]:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #fff;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 1px 0 0;
}
[data-image-comparison-slider-other]:after {
    content: "";
    width: 90px;
    height: 100%;
    background: url(images/image-slider-handler-2.png) no-repeat 0 50%;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 -43px 0 0;
}
[data-image-comparison-slider-other-wrap] {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%}
[data-image-comparison-slider-other-image] {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
[data-image-scroll-slider] {
    position: relative;
    cursor: pointer;
}
[data-image-scroll-slider-wrap] {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: left .3s ease;
    -o-transition: left .3s ease;
    transition: left .3s ease;
}
[data-image-scroll-slider=left] [data-image-scroll-slider-wrap] {
    left: 0;
}
[data-image-scroll-slider=right] [data-image-scroll-slider-wrap] {
    left: -100%}
[data-image-scroll-slider-wrap] img {
    width: auto;
}
[data-image-scroll-slider-handler] {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    width: 80%;
    height: 50px;
    margin: auto;
}
[data-image-scroll-slider-handler]:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 2px;
    margin: 22px 0 0;
    content: "";
    background: #fff;
}
[data-image-scroll-slider-handler]:after {
    position: absolute;
    top: -22px;
    left: 0;
    width: 90px;
    height: 90px;
    margin: 0;
    content: "";
    -webkit-transition: left .3s ease, margin .3s ease;
    -o-transition: left .3s ease, margin .3s ease;
    transition: left .3s ease, margin .3s ease;
    background: url(images/image-slider-handler-2.png) no-repeat 0 0;
}
[data-image-scroll-slider=left] [data-image-scroll-slider-handler]:after {
    left: -20px;
    margin: 0;
}
[data-image-scroll-slider=right] [data-image-scroll-slider-handler]:after {
    left: 100%;
    margin: 0 0 0 -70px;
}
.image-slider {
    position: relative;
    width: 100%;
    height: 650px;
}
.image-slider__wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%}
.image-slider__slide {
    position: absolute;
    top: 0;
    left: 50%;
    width: 365px;
    height: auto;
    margin: 0 0 0 -182.5px;
    transition: -webkit-transform .3s linear;
    -webkit-transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.image-slider__slide .card__container {
    -webkit-transition: background .3s linear, -webkit-box-shadow .3s linear;
    transition: background .3s linear, -webkit-box-shadow .3s linear;
    -o-transition: background .3s linear, box-shadow .3s linear;
    transition: background .3s linear, box-shadow .3s linear;
    transition: background .3s linear, box-shadow .3s linear, -webkit-box-shadow .3s linear;
}
.image-slider__slide .card__image {
    -webkit-background-size: cover;
    background-size: cover;
}
.image-slider__slide.active {
    z-index: 1;
    -webkit-transform: translate(0, 10px) scale(1);
    -ms-transform: translate(0, 10px) scale(1);
    transform: translate(0, 10px) scale(1);
}
.image-slider__slide.active .card__container {
    background: #fff;
    -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, .3);
}
.image-slider__slide.previous {
    z-index: 0;
    cursor: pointer;
    -webkit-transform: translate(-265px, 0) scale(.8);
    -ms-transform: translate(-265px, 0) scale(.8);
    transform: translate(-265px, 0) scale(.8);
}
.image-slider__slide.previous .card__container {
    background: #eaeaea;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
}
.image-slider__slide.next {
    z-index: 0;
    cursor: pointer;
    -webkit-transform: translate(265px, 0) scale(.8);
    -ms-transform: translate(265px, 0) scale(.8);
    transform: translate(265px, 0) scale(.8);
}
.image-slider__slide.next .card__container {
    background: #eaeaea;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
}
.image-slider__previous {
    left: 0;
}
.image-slider__next, .image-slider__previous {
    position: absolute;
    z-index: 2;
    top: 230px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.image-slider__next {
    right: 0;
}
.main__top {
    position: relative;
}
.lens-caption {
    font: 20px/1em lato-medium, sans-serif;
    position: absolute;
    bottom: 33%;
    color: #fff;
}
.lens-caption.lens-caption_left {
    left: 13.8%}
.lens-caption.lens-caption_right {
    right: 13.8%}
.main__scrolldown {
    opacity: 1;
    position: absolute;
    z-index: 200;
    bottom: 40px;
    right: 40px;
    width: 30px;
    height: 150px;
    background: url(images/scrolldown-text.png) no-repeat 0 0;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
@media screen and (max-width:1020px) {
    .main__scrolldown {
    display: none;
}
}@media screen and (max-width:1100px) {
    .main__scrolldown {
    position: absolute;
    width: 30px;
    height: 49px;
    background: 0 0;
    top: auto;
    bottom: 80px;
    left: 50%;
    margin: 0 0 0 -15px;
}
}.main__scrolldown:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 49px;
    background: url(images/scrolldown.png) no-repeat 0 0;
    -webkit-animation-name: scrollicon;
    animation-name: scrollicon;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.main__scrolldown.faded {
    opacity: 0;
}
@-webkit-keyframes scrollicon {
    0% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
}
100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
}@keyframes scrollicon {
    0% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
}
100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
}.main__tagline {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    color: #fff;
    font: 34px/1em lato-regular, sans-serif;
}
.main__tagline strong {
    font: 38px/1em lato-bolditalic, sans-serif;
}
.main__tagline .l-container {
    position: relative;
    padding: 0 0 0 10px;
}
.main__tagline-logo {
    position: absolute;
    top: -7px;
    right: 11px;
    display: block;
    width: auto;
    height: auto;
    border: 0;
}
.advantages {
    font-size: 0;
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
}
@media screen and (max-width:1100px) {
    .advantages {
    bottom: 5%}
}.advantage {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 166.66666667px;
    height: auto;
    margin: 0;
    border: 0!important;
    position: absolute;
    z-index: 100;
}
.advantage:nth-last-child(1) {
    margin-right: 0;
}
.advantage--1 {
    top: 133px;
    left: 167px;
}
.advantage--1 .advantage__title {
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.advantage--2 {
    top: 275px;
    left: 10px;
}
.advantage--2 .advantage__title {
    top: 10px;
    left: -4px;
}
.advantage--3 {
    top: 175px;
    left: 330px;
}
.advantage--3 .advantage__title {
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.advantage--4 {
    top: 275px;
    left: 318px;
}
.advantage--4 .advantage__title {
    top: 10px;
    right: -31px;
}
.advantage--5 {
    top: 382px;
    left: 272px;
}
.advantage--5 .advantage__title {
    top: 10px;
    right: 16px;
}
.advantage--6 {
    top: 382px;
    left: 58px;
}
.advantage--6 .advantage__title {
    top: 10px;
    left: -38px;
}
.advantage--7 {
    top: 175px;
    left: 0;
}
.advantage--7 .advantage__title {
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.advantage__icon {
    position: relative;
    display: block!important;
    width: 50px!important;
    height: 50px!important;
    margin: 0 auto;
    text-align: center;
    background: rgba(46, 118, 171, 0);
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}
.advantage__icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: -webkit-transform .3s linear;
    -webkit-transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%}
.advantage:hover .advantage__icon i {
    -webkit-animation: animation-1 2s linear both;
    animation: animation-1 2s linear both;
}
.advantage__icon .icon-drop-2, .advantage__icon .icon-dust-2, .advantage__icon .icon-reflected-2, .advantage__icon .icon-scratch-2, .advantage__icon .icon-spot-2 {
    margin: -25px 0 0 -25px;
}
.advantage__icon .icon-ls-2, .advantage__icon .icon-uv-2 {
    margin: -26.5px 0 0 -26.5px;
}
.advantage__title {
    font: 11px/17px lato-regular, sans-serif;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    position: absolute;
}
.advantage__title--right {
    text-align: right;
}
.advantage__title--center {
    text-align: center;
}
.main-articles {
    padding: 30px 0 50px;
}
@media screen and (max-width:1020px) {
    .main-articles {
    padding-bottom: 0;
}
}.main-articles__title {
    color: #1f5282;
    font: 32px/1em lato-semibold, sans-serif;
    margin: 0 0 20px;
}
@media screen and (max-width:1020px) {
    .main-articles__title {
    padding: 0 15px;
    text-align: center;
}
}.main-articles-list {
    font-size: 0;
}
.main-articles-item {
    font-size: 13px;
    display: inline-block;
    opacity: 0;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    width: 333.3px;
    height: 330px;
    border: 0;
    background: #1f5282;
    padding: 40px 30px;
}
@media screen and (max-width:1020px) {
    .main-articles-item {
    width: 50%}
}@media screen and (max-width:639px) {
    .main-articles-item {
    width: 100%;
    height: 300px;
}
}@media screen and (min-width:1021px) {
    .main-articles-item: hover h3 {
    color: #fff;
}
}@media screen and (min-width:1021px) {
    .main-articles-item: hover .main-articles-item__image {
    opacity: .3;
}
}.main-articles-item h3 {
    position: absolute;
    z-index: 10;
    color: #1f5282;
    font: 28px/1.1em lato-regular, sans-serif;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.main-articles-item h3 b {
    font-family: lato-bold, sans-serif;
}
.main-articles-item__image {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: opacity .3s linear, -webkit-transform 10s linear;
    -webkit-transition: opacity .3s linear, -webkit-transform 10s linear;
    -o-transition: opacity .3s linear, transform 10s linear;
    transition: opacity .3s linear, transform 10s linear;
    transition: opacity .3s linear, transform 10s linear, -webkit-transform 10s linear;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.main-promo-blocks {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 1145px;
    margin: 0 0 50px;
}
@media screen and (max-width:1020px) {
    .main-promo-blocks {
    height: auto;
    font-size: 0;
    margin-bottom: 0;
}
}.main-promo-blocks .l-container {
    width: 1300px;
}
@media screen and (max-width:1299px) {
    .main-promo-blocks .l-container {
    width: 1000px;
}
}@media screen and (max-width:1020px) {
    .main-promo-blocks .l-container {
    width: 750px;
}
}@media screen and (max-width:768px) {
    .main-promo-blocks .l-container {
    width: 100%}
}.main-promo-block {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    margin: 0;
    opacity: 0;
}
.main-promo-block a {
    color: #004190;
    border: 0;
}
.main-promo-block a:hover {
    color: #000;
    border: 0;
}
.main-promo-block__link-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: inherit;
    border: 0;
}
.main-promo-block__link-wrapper:hover {
    color: inherit;
    border: 0;
}
.main-promo-block-varilux {
    top: 0;
    left: 0;
    width: 483px;
    height: 490px;
    color: #fff;
    text-transform: uppercase;
    background-image: url(images/main-promo-block-varilux.jpg);
    background-repeat: no-repeat;
    background-position: 0 80px;
}
@media screen and (max-width:1299px) {
    .main-promo-block-varilux {
    width: 335px;
}
}@media screen and (max-width:1020px) {
    .main-promo-block-varilux {
    position: static;
    width: 100%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
}@media screen and (max-width:639px) {
    .main-promo-block-varilux {
    display: none!important;
    height: 470px;
    -webkit-background-size: auto 100%;
    background-size: auto 100%}
}.main-promo-block-varilux__title {
    font-size: 19px;
    font-family: lato-bolditalic, sans-serif;
    position: absolute;
    top: 30px;
    left: 30px;
}
.main-promo-block-varilux__title span {
    font-size: 16px;
    display: inline-block;
    margin: 11px 0 0 60px;
}
@media screen and (max-width:1299px) {
    .main-promo-block-varilux__title {
    display: none;
}
}.main-promo-block-varilux__logo {
    background-image: url(images/main-promo-block-varilux-logo.png);
    background-color: #011f5b;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
}
.main-promo-block-varilux__btn-more, .main-promo-block-varilux__btn-video {
    background-image: url(images/main-promo-block-varilux-btn.png);
    display: block;
    width: 175px;
    height: 56px;
    position: absolute;
    right: 30px;
    cursor: pointer;
    color: #fff!important;
    font-size: 17px;
    line-height: 20px;
    font-family: lato-bolditalic, sans-serif;
    padding: 8px 0 0 17px;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
@media screen and (max-width:1299px) and (min-width:1020px) {
    .main-promo-block-varilux__btn-more, .main-promo-block-varilux__btn-video {
    right: 50%;
    margin-right: -87.5px;
}
}.main-promo-block-varilux__btn-more:hover, .main-promo-block-varilux__btn-video:hover {
    color: #fd4d5d!important;
}
.main-promo-block-varilux__btn-video {
    top: 150px;
}
@media screen and (max-width:1299px) {
    .main-promo-block-varilux__btn-video {
    top: 250px;
}
}.main-promo-block-varilux__btn-more {
    top: 255px;
}
@media screen and (max-width:1299px) {
    .main-promo-block-varilux__btn-more {
    top: 340px;
}
}.main-promo-block-varilux__description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 15px;
    font-family: lato-bold, sans-serif;
    text-align: center;
    height: 56px;
    line-height: 56px;
    background-color: #011f5b;
}
@media screen and (max-width:1299px) {
    .main-promo-block-varilux__description {
    font-size: 12px;
}
}@media screen and (max-width:1020px) {
    .main-promo-block-varilux__description {
    font-size: 15px;
}
}@media screen and (max-width:439px) {
    .main-promo-block-varilux__description {
    font-size: 11px;
}
}.main-promo-block-products {
    top: 490px;
    left: 148px;
    width: 335px;
    height: 485px;
    color: #000;
    background-color: #eef4f9;
    background-image: url(images/main-promo-block-products.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    padding: 30px;
}
@media screen and (max-width:1299px) {
    .main-promo-block-products {
    left: 0;
}
}@media screen and (max-width:1020px) {
    .main-promo-block-products {
    position: static;
    width: 100%;
    height: auto;
    background-position: center right;
}
.main-promo-block-products br {
    display: none;
}
}.main-promo-block-products__title {
    color: #004190;
    font: 30px/35px lato-light, sans-serif;
    margin: 0 0 15px;
}
.main-promo-block-products__description {
    font: 18px/1.3 lato-semibold, sans-serif;
    margin: 0 0 65px;
}
@media screen and (max-width:1020px) {
    .main-promo-block-products__description {
    margin-bottom: 25px;
}
}.main-promo-block-products__links {
    padding: 0;
    margin: 0;
}
@media screen and (max-width:1020px) {
    .main-promo-block-products__links {
    margin-bottom: 50px;
}
}.main-promo-block-products__links li {
    display: block;
    list-style: none;
    margin: 0 0 15px;
}
.main-promo-block-products__links a {
    font: 18px/1.1em lato-semibold, sans-serif;
}
.main-promo-block-products__more-link {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font: 19px/22px lato-regular, sans-serif;
}
.main-promo-block-magic {
    top: 0;
    left: 483px;
    width: 330px;
    height: 330px;
    color: #fff;
    background-image: url(images/main-block-promo-magic.jpg);
    text-align: center;
    padding: 75px 30px;
}
@media screen and (max-width:1299px) {
    .main-promo-block-magic {
    left: 335px;
}
}.main-promo-block-magic a {
    display: block;
    width: 100%;
    height: 100%}
.main-promo-block-magic a, .main-promo-block-magic a:hover {
    color: #fff;
}
.main-promo-block-total {
    top: 0;
    left: 483px;
    width: 330px;
    height: 330px;
    color: #30458b;
    background-color: #ffd200;
    background-image: url(images/main-promo-block-total.jpg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    text-align: center;
    padding: 30px 0;
}
@media screen and (max-width:1299px) {
    .main-promo-block-total {
    left: 335px;
}
}@media screen and (max-width:1020px) {
    .main-promo-block-total {
    width: 50%;
    display: inline-block!important;
    vertical-align: top;
    position: static;
    -webkit-background-size: cover;
    background-size: cover;
}
}@media screen and (max-width:639px) {
    .main-promo-block-total {
    height: 320px;
    width: 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-position: center;
}
}.main-promo-block-total__title {
    height: 10px;
    font: 26px/1em lato-regular, sans-serif;
    margin: 0 0 0;
}
.main-promo-block-total__caption {
    font: 25px/1em lato-bold, sans-serif;
    margin: 0 0 220px;
}
.main-promo-block-total__description {
    font: 24px/22px lato-regular, sans-serif;
    padding: 0 10px;
}
@media screen and (max-width:639px) {
    .main-promo-block-total__description {
    font-size: 20px;
    line-height: 18px;
}
}.main-promo-block-total__description2 {
    font: 24px/22px lato-regular, sans-serif;
    padding: 10px 55px;
}
@media screen and (max-width:639px) {
    .main-promo-block-total__description2 {
    font-size: 20px;
    line-height: 18px;
}
}.main-promo-block-mobileSlider {
    display: none!important;
    height: auto;
}
@media screen and (max-width:639px) {
    .main-promo-block-mobileSlider {
    display: block!important;
}
}.main-promo-block-mobileSlider .slick-slide {
    height: auto;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.main-promo-block-mobileSlider .slick-slide img {
    width: 100%;
    height: auto;
}
.main-promo-block-mobileSlider__moreLink, .main-promo-block-mobileSlider__videoLink {
    display: block;
    width: 50%;
    height: 15vw;
    position: absolute;
    top: 0;
    right: 0;
}
.main-promo-block-mobileSlider__videoLink {
    top: 30%}
.main-promo-block-mobileSlider__moreLink {
    top: 43%}
.main-promo-block-promo {
    top: 0;
    left: 813px;
    width: 334px;
    height: 330px;
    color: #004190;
    background-color: #efd81b;
    background-image: url(images/main-promo-block-promo.jpg);
    background-repeat: no-repeat;
    background-position: 0 50%}
.main-promo-block-promo, .main-promo-block-promo .main-promo-block__link-wrapper {
    padding: 40px 10px 10px 160px;
}
@media screen and (max-width:1299px) {
    .main-promo-block-promo {
    left: 665px;
}
}.main-promo-block-promo__caption {
    text-transform: uppercase;
    color: #b70900;
    font: 25px/1em lato-bold, sans-serif;
    margin: 0 0 15px;
}
.main-promo-block-promo__title {
    color: #004190;
    text-transform: uppercase;
    font: 37px/42px lato-bold, sans-serif;
}
.main-promo-block-promo__link-more {
    position: absolute;
    bottom: 25px;
    left: 180px;
    color: #004190;
    font: 19px/24px lato-medium, sans-serif;
}
.main-promo-block-secrets {
    top: 0;
    left: 813px;
    width: 334px;
    height: 330px;
    color: #004190;
    background-color: #efd81b;
    background-image: url(images/main-promo-block-secrets.jpg);
    background-repeat: no-repeat;
    background-position: 0 50%}
@media screen and (max-width:1299px) {
    .main-promo-block-secrets {
    left: 665px;
}
}@media screen and (max-width:1020px) {
    .main-promo-block-secrets {
    position: static;
    display: inline-block!important;
    vertical-align: top;
    width: 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
}@media screen and (max-width:639px) {
    .main-promo-block-secrets {
    display: none!important;
    width: 100%;
    height: 320px;
}
}.main-promo-block-secrets, .main-promo-block-secrets .main-promo-block__link-wrapper {
    padding: 15px 10px 10px 15px;
}
.main-promo-block-secrets__caption {
    color: #233977;
}
.main-promo-block-secrets__title {
    color: #fff;
    font: 18px/22px lato-bold, sans-serif;
}
.main-promo-block-secrets__link-more {
    position: absolute;
    bottom: 33px;
    left: 15px;
    color: #fff;
    text-transform: uppercase;
    font: 18px/22px lato-medium, sans-serif;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.main-promo-block-prevencia {
    top: 330px;
    left: 483px;
    width: 665px;
    height: 495px;
    color: #000;
    background-color: #e0ebf1;
    background-image: url(images/main-promo-block-prevencia1.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 40px;
}
@media screen and (max-width:1299px) {
    .main-promo-block-prevencia {
    left: 335px;
    width: 664px;
}
}@media screen and (max-width:1020px) {
    .main-promo-block-prevencia {
    position: static;
    width: 100%}
}@media screen and (max-width:639px) {
    .main-promo-block-prevencia {
    display: none!important;
}
}.main-promo-block-prevencia__title {
    color: #1f5282;
    font: 60px/64px lato-light, sans-serif;
    margin: 0 0 65px;
    display: inline-block;
    width: 100%}
.main-promo-block-prevencia__content {
    font-size: 0;
}
.main-promo-block-prevencia__logo {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 215px;
    color: #005cab;
    font: 40px/45px lato-light, sans-serif!important;
}
.main-promo-block-prevencia__logo b {
    font-family: lato-semibold, sans-serif!important;
}
.main-promo-block-prevencia__description {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 250px;
    font: 18px/1.2em lato-semibold, sans-serif!important;
}
.main-promo-block-prevencia__description a {
    display: inline-block;
    font: 19px/1.2em lato-regular, sans-serif!important;
    margin: 10px 0 0;
}
.main-promo-block-transitions {
    overflow: hidden;
    top: 825px;
    left: 483px;
    width: 664px;
    height: 320px;
    color: #000;
    background-color: #f6f6f6;
    padding: 25px 30px;
}
@media screen and (max-width:1299px) {
    .main-promo-block-transitions {
    left: 335px;
}
}@media screen and (max-width:1020px) {
    .main-promo-block-transitions {
    position: static;
    width: 100%}
}@media screen and (max-width:639px) {
    .main-promo-block-transitions {
    display: none!important;
}
}.main-promo-block-transitions__content {
    font-size: 0;
}
.main-promo-block-transitions__logo {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 224px;
    color: #005cab;
    font: 40px/45px lato-light, sans-serif!important;
}
.main-promo-block-transitions__logo b {
    font-family: lato-regular, sans-serif!important;
}
.main-promo-block-transitions__description {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 315px;
    font: 18px/1.2em lato-semibold, sans-serif!important;
    margin: 0 0 25px;
}
.main-promo-block-transitions__description a {
    display: inline-block;
    font: 19px/1.2em lato-regular, sans-serif!important;
    margin: 10px 0 0;
}
.main-promo-block-transitions__smart-lens-nav {
    width: 192px;
}
.main-promo-block-transitions__smart-lens-nav a {
    display: block;
    width: 100%;
    height: 70px;
    color: #004190;
    background: #fff;
    font: 18px/1.2em lato-semibold, sans-serif!important;
    padding: 15px 20px;
}
.main-promo-block-transitions__smart-lens-nav a.active {
    color: #fff;
    background: #004190;
}
.main-promo-block-transitions__smart-lens-nav [data-smart-lens-link-light=indoors].active+.main-promo-block-transitions__sun {
    -webkit-transform: translate(127px, 0);
    -ms-transform: translate(127px, 0);
    transform: translate(127px, 0);
}
.main-promo-block-transitions__sun {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 77px;
    height: 77px;
    background: url(images/transitions-timesday-sun.png) no-repeat 0 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: -webkit-transform .6s linear;
    -webkit-transition: -webkit-transform .6s linear;
    -o-transition: transform .6s linear;
    transition: transform .6s linear;
    transition: transform .6s linear, -webkit-transform .6s linear;
}
.main-promo-block-transitions__sun.init {
    -webkit-transform: translate(127px, 0);
    -ms-transform: translate(127px, 0);
    transform: translate(127px, 0);
}
.main-promo-block-transitions__smart-lens-rim {
    position: absolute;
    top: 155px;
    left: 250px;
    width: 372px;
    height: 130px;
    background: url(images/transitions-rim.png) no-repeat 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
}
@media screen and (max-width:639px) {
    .main-promo-block-transitions__smart-lens-rim {
    position: relative;
    top: 0;
    left: 0;
    margin: 25px auto 0;
    width: 100%;
    max-width: 372px;
}
}.main-promo-block-transitions__smart-lens-rim .smart-lens__lens {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
}
.main-promo-block-transitions__smart-lens-rim .smart-lens__lens:after {
    background-image: url(images/transitions-lens-green.png)!important;
    background-position: 50% 50%!important;
    -webkit-background-size: contain;
    background-size: contain;
}
.main-promo-block-transitions__smart-lens-rim .smart-lens__lens.init {
    opacity: .14;
}
.main-footer-blocks {
    margin: 0 0 80px;
}
@media screen and (max-width:1020px) {
    .main-footer-blocks {
    text-align: center;
    margin-bottom: 0;
}
}.main-footer-blocks .l-container {
    font-size: 0;
}
.main-footer-slides {
    margin: 0 0 50px;
}
@media screen and (max-width:1020px) {
    .main-footer-slides {
    margin-bottom: 0;
}
}.main-footer__slides-video--desctop {
    display: block;
}
@media screen and (max-width:599px) {
    .main-footer__slides-video--desctop {
    display: none!important;
}
}.main-footer__slides-video--mobile {
    display: none!important;
}
@media screen and (max-width:599px) {
    .main-footer__slides-video--mobile {
    display: block!important;
}
}.main-footer__slides {
    font-size: 0;
}
.main-footer__slides--about .main-footer-block__title, .main-footer__slides--advantage .main-footer-block__title {
    font: 30px/1.2em lato-regular, sans-serif;
    color: #444;
}
.main-footer__slides--about .main-footer__slides-nav {
    background-color: #fff;
}
.main-footer__slides--advantage {
    margin-bottom: 40px;
}
.main-footer__slides--advantage .main-footer__slides-nav {
    background-color: #eceef0;
}
.main-footer__slides-nav {
    width: 333px;
    height: 375px;
    padding: 30px 40px;
    display: inline-block;
    vertical-align: top;
    background-color: #eff4f8;
    float: right;
}
@media screen and (max-width:1020px) {
    .main-footer__slides-nav {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    float: none;
}
}@media screen and (max-width:768px) {
    .main-footer__slides-nav {
    padding: 10px 20px;
}
}.main-footer__slides-nav-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
    padding: 20px 0;
    color: #000;
    font-size: 18px;
    font-family: lato-semibold, sans-serif;
    line-height: 1.1em;
    border-bottom: 1px solid #c8d9e3;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.main-footer__slides-nav-link:nth-last-child(1) {
    border: 0;
}
.main-footer__slides-nav-link.active, .main-footer__slides-nav-link:hover {
    color: #058ed0;
}
.main-footer__slides-nav-link.active span:before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.main-footer__slides-nav-link span {
    position: relative;
    color: inherit;
    display: inline-block;
    padding: 0 0 0 20px;
}
@media screen and (max-width:1020px) {
    .main-footer__slides-nav-link span br {
    display: none;
}
}@media screen and (max-width:649px) {
    .main-footer__slides-nav-link span {
    padding-left: 12px;
}
}.main-footer__slides-nav-link span:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 8px;
    height: 11px;
    background: url(images/icon-arrow.png) no-repeat 0 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
}
.main-footer__slides-nav .main-footer-block__title {
    margin: 0 0 20px;
}
@media screen and (max-width:1020px) {
    .main-footer__slides-nav .main-footer-block__title {
    text-align: center;
}
.main-footer__slides-nav .main-footer-block__title br {
    display: none;
}
}@media screen and (max-width:649px) {
    .main-footer__slides-nav .main-footer-block__title {
    margin-bottom: 10px;
}
}.main-footer__slides-container {
    width: 667px;
    height: 375px;
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width:1020px) {
    .main-footer__slides-container {
    width: 100%;
    height: auto;
}
}.main-footer__slides-container .youlazy {
    height: 375px;
}
.main-footer__slides-container .youlazy__content {
    width: 667px;
}
.main-footer__slides-container [data-content-slider-wrap] {
    width: 100%;
    height: 100%}
.main-footer__slides-item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.main-footer-block {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 333px;
    height: 330px;
    color: #fff;
    padding: 30px 40px;
}
@media screen and (max-width:1020px) {
    .main-footer-block {
    width: 50%;
    text-align: left;
}
}@media screen and (max-width:639px) {
    .main-footer-block {
    width: 100%;
    padding: 20px 30px;
}
}.main-footer-block__title {
    font: 30px/1em lato-light, sans-serif;
    margin: 0 0 25px;
    line-height: 1.2;
}
.main-footer-block__description {
    font: 18px/1.3 lato-regular, sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-footer-block__description li {
    padding-bottom: 10px;
}
.main-footer-block__description li:last-child {
    padding: 0;
}
.main-footer-block__description li.active {
    font: 18px/1.1em lato-bold, sans-serif;
}
.main-footer-block_inverse {
    color: #000;
}
.main-footer-block__social {
    font-size: 0;
    position: absolute;
    left: 40px;
    bottom: 30px;
}
@media screen and (max-width:1020px) {
    .main-footer-block__social {
    position: static;
    margin-top: 25px;
}
}.main-footer-block__social .social-shares__link {
    display: inline-block;
    vertical-align: top;
    width: 62px;
    height: 62px;
    font-size: 32px!important;
    line-height: 59px!important;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.main-footer-block__social .social-shares__link:hover {
    color: #01428f;
    background: #f6f6f6;
}
.main-footer-block__social .fs-fb {
    background: #3b589c;
}
.main-footer-block__social .fs-vk {
    background: #4c75a3;
}
.main-footer-block__social .fs-ok {
    background: #f1812d;
}
.main-footer-block__social .fs-instagram {
    background: #1f1f1f;
}
.article__social {
    font-size: 0;
    padding: 0 0 30px 30px;
}
.article__social .social-shares__link {
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 55px;
    font-size: 32px!important;
    line-height: 53px!important;
    color: #fff;
    margin: 0 15px 0 0;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
}
.article__social .social-shares__link:hover {
    color: #01428f;
    background: #f6f6f6;
}
.article__social .fs-fb {
    background: #3b589c;
}
.article__social .fs-vk {
    background: #4c75a3;
}
.article__social .fs-ok {
    background: #f1812d;
}
.article__social .fs-instagram {
    background: #1f1f1f;
}
.main-footer-block__action {
    display: inline-block;
    position: absolute;
    left: 40px;
    bottom: 30px;
    color: #01428f;
    background: #f6f6f6;
    font: 18px/1em lato-medium, sans-serif;
    border: 0;
    padding: 15px 20px;
}
@media screen and (max-width:639px) {
    .main-footer-block__action {
    left: 30px;
}
}.main-footer-block__action:hover {
    color: #f6f6f6;
    background: #01428f;
    border: 0;
}
.main-footer-block-social {
    background-color: #175892;
}
@media screen and (max-width:1020px) {
    .main-footer-block-social {
    width: 100%;
    text-align: center;
    height: auto;
}
.main-footer-block-social br {
    display: none;
}
}.main-footer-block-video {
    width: 667px;
    background-color: #008dd2;
    padding: 0;
}
@media screen and (max-width:1020px) {
    .main-footer-block-video {
    width: 100%;
    height: auto;
    overflow: hidden;
}
}.main-footer-block-video .uses-video__container {
    height: 100%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
.main-footer-block-video .uses-video__container {
    z-index: 1;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width:1020px) {
    .main-footer-block-video .uses-video__container {
    padding-bottom: 56.25%;
    height: 0;
}
}.main-footer-block-video .uses-video__container iframe {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
.main-footer-block-video .uses-video__container #player {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.main-footer-block-video .uses-video__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 158, 228, .8);
}
.main-footer-block-video .uses-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    cursor: pointer;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: url(images/icon-play.png) no-repeat 26px 50% #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.main-footer-block-video .uses-video__play:hover {
    -webkit-animation: animation-1 1s linear both;
    animation: animation-1 1s linear both;
}
.main-footer-block-map {
    background-color: #1f1f1f;
    background-image: url(images/main-footer-block-map.jpg);
}
.main-footer-block-map, .main-footer-block-test {
    background-repeat: no-repeat;
    background-position: 100% 50%}
.main-footer-block-test {
    background-color: #175892;
    background-image: url(images/main-footer-block-test.jpg);
}
.main-footer-block-articles {
    background-color: #abcae2;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(images/main-footer-block-articles.jpg);
}
@media screen and (max-width:1020px) {
    .main-footer-block-articles {
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
}
}.about-varilux-video {
    background-image: url(images/main-promo-block-varilux-video-cover.jpg);
}
.main__slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width:1020px) {
    .main__slide {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    height: auto;
    padding-bottom: 168.98%}
}.main__slide--1 {
    background-image: url(images/image-home-1.jpg);
}
@media screen and (max-width:1020px) {
    .main__slide--1 {
    background-image: url(images/image-home-1-mob.jpg);
}
}.main__slide--2 {
    background-image: url(images/image-home-2.jpg);
}
@media screen and (max-width:1020px) {
    .main__slide--2 {
    background-image: url(images/main/Crizal_991x1680_Eyezen_action0702.jpg);
}
}.main__slide--3 {
    background-image: url(images/image-home-3.jpg);
}
@media screen and (max-width:1020px) {
    .main__slide--3 {
    background-image: url(images/image-home-3-mob.jpg);
}
}.main__slide--4 {
    background-image: url(images/image-home-4.jpg);
}
@media screen and (max-width:1020px) {
    .main__slide--4 {
    background-image: url(images/image-home-4-mob.jpg);
}
}.main__slide--0 {
    background-image: url(images/image-home-0.jpg);
}
@media screen and (max-width:1020px) {
    .main__slide--0 {
    background-image: url(images/main/Crizal_991x1680_Eyezen_action0702.jpg);
}
}.main__slide-link {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.map {
    padding: 40px 0 100px;
    background: #eaeaea;
    overflow: hidden;
}
@media screen and (max-width:1020px) {
    .map {
    padding: 25px 0;
}
.map .container {
    padding: 0 15px;
}
}.map h1 {
    margin: 0 0 40px;
    color: #2e76ab;
}
.map-promo-selector {
    padding: 5px 0 0 5px;
    margin: 0 0 0;
}
.map-promo-selector .checkbox__label {
    font: 25px/1em lato-regular, sans-serif;
    color: #fff;
}
.choose-locality {
    font-size: 25px;
    font-family: lato-regular, sans-serif;
    line-height: 1em;
    border: 0!important;
    display: inline-block;
    margin-bottom: 20px;
}
.choose-locality span {
    color: #2e76ab!important;
}
.choose-locality span:before {
    content: "";
    display: block;
    background: url(images/world-icon.png) no-repeat;
    width: 23px;
    height: 23px;
    float: left;
    margin: 3px 5px 0 0;
}
.choose-locality .link.blue.dashed:hover {
    color: #68a8d7!important;
    border: none!important;
}
.promo2017 {
    font-size: 25px;
    font-family: lato-regular, sans-serif;
    line-height: 1em;
    border: 0!important;
    display: inline-block;
    float: right;
    margin-bottom: 20px;
}
.promo2017 span {
    color: #2e76ab!important;
}
.promo2017 .promo-icon:before {
    content: "";
    display: block;
    background: url(images/marker-oranje-lbl.png) no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 2px 0 0;
}
.promo2017 .link.blue.dashed:hover {
    color: #68a8d7!important;
    border: none!important;
}
.optics {
    font-size: 20px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}
@media screen and (max-width:768px) {
    .optics {
    font-size: 18px;
}
}.optics-checked span {
    border-bottom: 1px solid rgba(46, 118, 171, .6);
    color: #2e76ab;
    cursor: pointer;
}
.optics span:hover {
    border-bottom: 1px solid #000;
    color: #000;
    cursor: pointer;
}
.optics.promo-icon:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 3px;
    position: absolute;
    top: 0;
    left: 0;
}
.optics-blue.promo-icon:before {
    background: url(images/marker-lbl.png) no-repeat;
}
.optics-orange.promo-icon:before {
    background: url(images/marker-oranje-lbl.png) no-repeat;
}
.optics-purple.promo-icon:before {
    background: url(images/marker-purple-lbl.png) no-repeat;
}
.optics-double.promo-icon:before {
    background: url(images/marker-double-lbl.png) no-repeat;
}
.promoline:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.label_promo2017 {
    font-size: 25px;
    font-family: lato-regular, sans-serif;
    line-height: 1.5em;
    border: 0!important;
    margin: -20px 0 20px 0!important;
    text-align: center;
}
@media screen and (max-width:768px) {
    .label_promo2017 {
    line-height: 1.2em;
    font-size: 22px;
}
}.label_promo2017 span {
    color: #2e76ab;
}
.label_promo2017 a {
    font-size: 15pt!important;
}
.map-container {
    position: relative;
    margin-bottom: 40px;
}
#map {
    height: 416px;
    border: 1px solid #003e6b;
}
.map-container__bar {
    background-color: #003e6b;
    padding: 10px;
}
@media screen and (max-width:1020px) {
    .map-container__bar {
    text-align: center;
}
}.map-container__bar__search {
    width: 525px;
    display: inline-block;
    float: left;
}
@media screen and (max-width:1020px) {
    .map-container__bar__search {
    float: none;
    display: block;
    width: 100%}
}.search__input {
    display: inline-block!important;
    min-height: 50px!important;
    height: 50px!important;
    width: 370px!important;
    padding: 12px 18px;
}
@media screen and (max-width:1020px) {
    .search__input {
    width: -webkit-calc(100% - 115px)!important;
    width: calc(100% - 115px)!important;
}
}@media screen and (max-width:419px) {
    .search__input {
    width: 100%!important;
}
}.search__button {
    display: inline-block!important;
    width: 100px;
    margin-left: 10px!important;
    padding: 0 20px!important;
}
@media screen and (max-width:419px) {
    .search__button {
    width: 100%;
    margin: 5px 0 0 0!important;
}
}.map-container__bar__element {
    font-size: 20px!important;
    display: inline-block!important;
    margin-top: 5px;
}
.map-container__bar__choose-metro {
    margin-left: 55px!important;
}
@media screen and (max-width:1020px) {
    .map-container__bar__choose-metro {
    margin: 10px 15px!important;
}
}.map-container__bar__choose-metro span:before {
    content: "";
    display: block;
    background: url(images/metro-icon.png) no-repeat;
    width: 23px;
    height: 23px;
    float: left;
    margin: 3px 5px 0 0;
}
.map-container__bar__geolocation {
    margin-left: 32px!important;
}
@media screen and (max-width:1020px) {
    .map-container__bar__geolocation {
    margin: 10px 15px!important;
}
}.map-container__bar__geolocation span:before {
    content: "";
    display: block;
    background: url(images/geolocation-icon.png) no-repeat;
    width: 23px;
    height: 23px;
    float: left;
    margin: 3px 5px 0 0;
}
.btn-map {
    width: 100%}
@media screen and (max-width:768px) {
    .btn-map {
    font-size: 16px;
    padding: 0 10px;
}
}.map-objects {
    font-size: 0;
    margin-bottom: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.map-objects__item {
    word-wrap: break-word;
    margin-bottom: 30px;
    width: 313px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    border: 1px solid #fff;
    background-color: #f2f2f2;
    padding: 12px 20px 20px;
    font: 14px/20px Verdana, sans-serif;
}
@media screen and (max-width:1020px) {
    .map-objects__item {
    width: 48%}
}@media screen and (max-width:559px) {
    .map-objects__item {
    width: 100%}
}.map-objects__item.map-item-promo-participate {
    background: #2e76ab;
    color: #fff;
}
.map-objects__item.map-item-promo-participate .map-objects__item-info {
    padding: 0 0 0 90px;
}
.map-objects__item.map-item-promo-participate .map-objects__item-name {
    color: #fff;
}
.map-objects__item.map-item-promo-participate .map-objects__item-url {
    color: #fff;
    border-color: #fff;
}
.map-objects__item-info {
    position: relative;
}
.map-objects__item-participate {
    position: absolute;
    padding: 10px 10px 10px;
}
.map-objects__item-participate:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 260px;
    width: 30px;
    height: 30px;
}
.map-objects__item-url {
    font-size: 14px;
    margin: 20px 0 0;
}
a.map-objects__item-url {
    color: #2e76ab;
}
.map-objects__item-name {
    font: 18px/22px Verdana, sans-serif;
    color: #2e76ab;
    margin-bottom: 15px;
}
.map-objects__item-name .counter {
    font-size: 15px;
    color: #000;
}
.map-objects__item-description {
    font-size: 13px;
}
.map-objects__item-address {
    font-size: 13px;
    margin-bottom: 25px;
}
.map-modal {
    width: 900px;
    background-color: #145381;
    z-index: 9999;
    position: absolute;
    border: 1px solid #aaa;
    display: none;
}
.map-modal_left-top {
    top: 120px;
    left: 0;
}
.map-modal_right-top {
    top: 220px;
    right: 0;
}
.map-modal-content {
    height: 700px;
}
.map-link {
    display: block;
    border: 0;
    font: 18px/1.3em lato-regular, sans-serif;
    margin: 10px 0;
}
.map-link span {
    color: #fff;
    border-bottom: 1px dashed #68a8d7;
}
.map-link:hover span {
    color: #68a8d7!important;
    border: none!important;
}
.map-link.active, .map-link.active span {
    color: #2e76ab!important;
    border: 0!important;
}
.map-modal-close {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    background-color: #fff;
    padding: 7px 0;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    right: 6px;
    top: 5px;
    border: 0;
    text-align: center;
}
.map-modal-row {
    font-size: 0;
    height: 100%}
.map-modal-left {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 310px;
    height: 100%;
    padding: 35px 15px 35px 25px;
}
@media screen and (max-width:999px) {
    .map-modal-left {
    display: block;
    width: 100%;
    height: 65%;
    padding: 25px 5px 25px 15px;
    position: relative;
}
}.map-modal-cities-main {
    margin-bottom: 45px;
}
@media screen and (max-width:999px) {
    .map-modal-cities-main {
    margin-bottom: 25px;
}
}.map-modal-cities-main .map-link, .map-modal-left__county .map-link {
    font-size: 22px;
}
@media screen and (max-width:999px) {
    .map-modal-cities-main .map-link, .map-modal-left__county .map-link {
    font-size: 20px;
}
}@media screen and (max-width:599px) {
    .map-modal-cities-main .map-link, .map-modal-left__county .map-link {
    font-size: 18px;
}
}.map-modal__label {
    margin-bottom: 10px;
    font: 14px/20px Verdana, sans-serif;
    color: #d8e2ec;
    display: block;
}
.js__map-modal-county, .js__map-modal-lines {
    overflow-y: auto;
    max-height: 480px;
}
@media screen and (max-width:999px) {
    .js__map-modal-county, .js__map-modal-lines {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 135px;
    height: 72%}
}@media screen and (max-width:599px) {
    .js__map-modal-county, .js__map-modal-lines {
    height: 62%}
}@media screen and (max-width:369px) {
    .js__map-modal-county, .js__map-modal-lines {
    height: 55%}
}@media screen and (max-width:999px) {
    .js__map-modal-lines {
    top: 60px;
    height: 82%}
}@media screen and (max-width:599px) {
    .js__map-modal-lines {
    height: 83%}
}@media screen and (max-width:369px) {
    .js__map-modal-lines {
    height: 77%}
}.map-modal-right {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 588px;
    background-color: #003e6b;
    height: 100%;
    padding: 35px 50px 35px 40px;
}
@media screen and (max-width:999px) {
    .map-modal-right {
    display: block;
    width: 100%;
    position: absolute;
    height: 35%;
    left: 0;
    bottom: 0;
    padding: 25px 20px 25px 15px;
}
}.map-modal-right__container .map-link {
    display: inline-block;
    vertical-align: top;
    width: 218px;
}
.map-modal-right__container-wrapper {
    overflow: auto;
    height: 100%}
.map-modal-right__container-wrapper::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    padding-top: 40px;
}
.map-modal-right__container-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .3);
    border: 1px solid #000;
    background: #292929;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.map-modal-right__container-wrapper::-webkit-scrollbar-thumb {
    height: 30px;
    width: 8px;
    border: 1px solid #000;
    background: #6f6f6f;
    -webkit-box-shadow: 0 1px 1px #000;
}
.map-modal-right__container-wrapper::-webkit-scrollbar-track-piece {
    height: 30px;
    width: 30px;
}
.map-modal-left__metro-wrapper {
    width: 345px;
}
@media screen and (max-width:999px) {
    .map-modal-left__metro-wrapper {
    width: 100%!important;
}
}.map-modal-left__metro .map-link {
    font-size: 20px;
}
.map-modal-right__metro-wrapper {
    width: 553px!important;
}
@media screen and (max-width:999px) {
    .map-modal-right__metro-wrapper {
    width: 100%!important;
}
}.color-line {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #fff!important;
    margin: 6px 8px 0 0;
    float: left;
}
.no-visible {
    visibility: hidden;
}
.baloon-content {
    text-align: center;
}
.baloon-content .baloon-title {
    font-size: 20px;
    line-height: 35px;
    color: #2e76ab;
    margin-bottom: 10px;
}
.baloon-content .baloon-address, .baloon-content .baloon-city {
    font-size: 14px;
    line-height: 21px;
}
.nav-overlay {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 249;
}
.nav-open .nav-overlay {
    display: block;
}
.nav {
    position: relative;
    z-index: 250;
    width: 100%;
    height: 40px;
    background: #f7f7f7;
}
@media screen and (max-width:1020px) {
    .nav {
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px);
    height: auto;
    -webkit-transition: left .5s;
    -o-transition: left .5s;
    transition: left .5s;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    background: #1f5282;
}
.nav.is-open {
    left: 0;
    overflow-y: auto;
}
}.nav .l-container {
    height: 100%}
@media screen and (max-width:1020px) {
    .nav .l-container {
    width: 100%}
}.nav__wrapper {
    height: 100%;
    padding: 0 10px;
}
@media screen and (max-width:1020px) {
    .nav__wrapper {
    padding: 0;
}
}.nav_touchBuy {
    display: none;
    font-size: 17px;
    color: #fff;
    text-decoration: underline;
    line-height: 92px;
    margin-left: 15px;
    border-bottom: none;
}
.nav_touchBuy:hover {
    text-decoration: none;
}
@media screen and (max-width:1020px) {
    .nav_touchBuy {
    display: inline-block;
}
}@media screen and (max-width:469px) {
    .nav_touchBuy {
    line-height: 70px;
}
}.nav_logo {
    display: none;
    text-align: center;
    border-bottom: none;
    color: #fff;
    font-size: 17px;
    margin-bottom: 30px;
}
.nav_logo img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
    height: auto;
}
@media screen and (max-width:1020px) {
    .nav_logo {
    display: block;
}
}.nav__menu {
    height: 100%;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
}
@media screen and (max-width:1020px) {
    .nav__menu {
    white-space: normal;
    border-top: 1px solid #343434;
    margin-bottom: 30px;
    height: auto;
}
}.nav__menu-item {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 100%;
    list-style: none;
    padding: 0 15px;
    background-color: transparent;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
@media screen and (max-width:1020px) {
    .nav__menu-item {
    display: block;
    padding: 0!important;
    position: relative;
    height: auto;
}
.nav__menu-item:before {
    content: '';
    display: block;
    border-bottom: 1px solid #343434;
    -webkit-box-shadow: 2px 2px 9px rgba(31, 82, 130, .2);
    box-shadow: 2px 2px 9px rgba(31, 82, 130, .2);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
}.nav__menu-item:nth-child(1) {
    padding: 0 15px 0 0;
}
.nav__menu-item:nth-last-child(1) {
    padding: 0 0 0 15px;
}
.nav__menu-item.nav__menu-item_dropdown {
    position: relative;
    cursor: pointer;
}
.nav__menu-item.nav__menu-item_dropdown:after {
    content: "";
    position: absolute;
    right: 12px;
    width: 10px;
    height: 4px;
    background: url(images/dropdown.png) center no-repeat;
    margin: -1px 0 0;
    transition: -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
@media screen and (min-width:1021px) {
    .nav__menu-item.nav__menu-item_dropdown: after {
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%}
}@media screen and (max-width:1020px) {
    .nav__menu-item.nav__menu-item_dropdown: after {
    top: 18px;
    background: url(images/dropdown-white.png) center no-repeat;
}
}.nav__menu-item.nav__menu-item_dropdown .nav__menu-link {
    position: relative;
    z-index: 2;
    padding-right: 12px;
}
.nav__menu-item.nav__menu-item_dropdown.is-active, .nav__menu-item.nav__menu-item_dropdown:hover {
    background-color: #fff;
}
@media screen and (max-width:1020px) {
    .nav__menu-item.nav__menu-item_dropdown.is-active, .nav__menu-item.nav__menu-item_dropdown: hover {
    background: #316ba1;
}
}@media screen and (min-width:1021px) {
    .nav__menu-item.nav__menu-item_dropdown: hover:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
}@media screen and (max-width:1020px) {
    .nav__menu-item.nav__menu-item_dropdown.is-active: hover:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
}.nav__menu-link {
    display: block;
    width: 100%;
    font: 18px/1em lato-regular, sans-serif;
    color: #1f5282;
    border: 0;
    margin: 11px 0;
}
@media screen and (max-width:1020px) {
    .nav__menu-link {
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0 0 0 15px;
    line-height: 40px;
    font-size: 17px;
}
}.nav__menu-link:hover {
    color: #1f5282;
    border: 0;
}
@media screen and (max-width:1020px) {
    .nav__menu-link: hover {
    color: #fff;
}
}.nav__menu-link-wrapper:before {
    font-family: lato-semibold, sans-serif;
    color: #2e76ab;
}
.nav__submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    min-width: 240px;
    height: auto;
    padding: 40px 0 0;
}
@media screen and (max-width:1020px) {
    .nav__submenu {
    display: none!important;
    position: static;
    background: #316ba1;
    padding: 5px 0 0 25px;
    -webkit-transform: translateY(0)!important;
    -ms-transform: translateY(0)!important;
    transform: translateY(0)!important;
}
}.nav__menu-item_dropdown.is-active .nav__submenu {
    display: block!important;
    opacity: 1!important;
}
.nav__submenu-item {
    display: block;
    width: auto;
    list-style: none;
    text-align: left;
    padding: 0 20px 15px;
    background: #eff4f8;
}
@media screen and (max-width:1020px) {
    .nav__submenu-item {
    background: 0 0;
    padding-right: 5px;
    position: relative;
    padding-left: 15px;
}
.nav__submenu-item:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 4px;
    left: 0;
}
}.nav__submenu-item:first-child {
    padding: 20px 20px 15px;
}
@media screen and (max-width:1020px) {
    .nav__submenu-item: first-child {
    padding-top: 0;
    padding-left: 15px;
}
}.nav__submenu-item:last-child {
    padding: 0 20px 20px;
}
@media screen and (max-width:1020px) {
    .nav__submenu-item: last-child {
    padding-left: 15px;
    padding-bottom: 10px;
}
}.nav__submenu-link {
    display: inline-block;
    font: 16px/1em lato-regular, sans-serif;
    color: #1f5282;
    border: 0;
    border-bottom: 1px solid;
    border-bottom-color: transparent;
    -webkit-transition: border-bottom-color .3s ease;
    -o-transition: border-bottom-color .3s ease;
    transition: border-bottom-color .3s ease;
}
@media screen and (max-width:1020px) {
    .nav__submenu-link {
    color: #fff;
    font-size: 14px;
    padding: 0!important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.nav__submenu-link:hover {
    border: 0;
}
}@media screen and (min-width:1021px) {
    .nav__submenu-link: hover {
    color: #000;
    border-bottom-color: #000;
}
}.dropdown-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 10px;
    height: 4px;
    background: url(images/dropdown.png) center no-repeat;
    margin: -1px 0 0;
    transition: -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%}
.pagination {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pagination__item {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: rgba(227, 227, 227, 0);
}
.pagination__item.active, .pagination__item:hover {
    border: 1px solid #fff;
    background: #e3e3e3;
}
.pagination__item-previous {
    display: inline-block!important;
    margin: 0 10px 0 0;
    vertical-align: middle!important;
}
.pagination__item-previous:hover {
    background: #e3e3e3;
}
.pagination__item-next {
    display: inline-block!important;
    margin: 0 0 0 10px;
    vertical-align: middle!important;
}
.pagination__item-next:hover {
    background: #e3e3e3;
}
.product {
    overflow: hidden;
}
.product-header {
    padding: 45px 0;
}
.product-header__title {
    display: inline-block;
    width: 100%;
    color: #2a75ad;
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 25px;
}


@media screen and (max-width:768px) {
    .product-header__title {
    font-size: 28px;
}
}.product-header__description {
    padding: 0 240px 0 0;
    display: inline-block;
    max-height: 500px;
    color: #656565;
    font: 18px/22px lato-regular, sans-serif;
}
@media screen and (max-width:1020px) {
    .product-header__description {
    padding: 0;
}
}.product-nav {
    background: #f2f2f2;
}
@media screen and (max-width:1020px) {
    .product-nav {
    display: none;
}
}.product-nav__ui-slider {
    margin-left: -10px;
}
.product-nav__ui-slider .ui-slider__section {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 25%;
    height: 73px;
    line-height: 88px;
    border: 0;
    background-color: #1f5282;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.product-nav__ui-slider .ui-slider__section:nth-child(even) {
    background-color: #1c4a75;
}
.product-nav__ui-slider .ui-slider__section:nth-last-of-type(1):after {
    display: block;
}
.product-nav__ui-slider .ui-slider__section:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    background: 0 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #d5e7f1 transparent transparent transparent;
    opacity: 0;
}
.product-nav__ui-slider .ui-slider__section.active, .product-nav__ui-slider .ui-slider__section:hover {
    background-color: #d5e7f1;
}
.product-nav__ui-slider .ui-slider__section.active:after, .product-nav__ui-slider .ui-slider__section:hover:after {
    opacity: 1;
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.product-nav__ui-slider .ui-slider__section-content {
    font: 25px/1em lato-regular, sans-serif;
    color: #fff;
    border-bottom: 1px solid;
    border-color: #fff;
    -webkit-transition: color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, border-color .3s ease;
    transition: color .3s ease, border-color .3s ease;
}
.product-nav__ui-slider .ui-slider__section.active .ui-slider__section-content, .product-nav__ui-slider .ui-slider__section:hover .ui-slider__section-content {
    color: #1c4a75;
    border-color: transparent;
}
.product-body {
    background: #f2f2f2 url(images/product-lens-bg.png) no-repeat center 135px;
    padding: 65px 0 75px;
    font-size: 0;
}
.product-body__title {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 95px;
    width: 490px;
}
@media screen and (max-width:1020px) {
    .product-body__title {
    width: auto;
    height: auto;
    margin-bottom: 25px;
}
}.product-body__title-item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color: #1f5282;
    margin: 0;
    font: 66px/1em lato-regular, sans-serif;
    font-weight: 400!important;
    -webkit-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}
@media screen and (max-width:1020px) {
    .product-body__title-item {
    position: static;
    display: none;
    font-size: 56px;
}
}@media screen and (max-width:768px) {
    .product-body__title-item {
    font-size: 46px;
}
}@media screen and (max-width:399px) {
    .product-body__title-item {
    font-size: 36px;
}
}.product-body__title-item span {
    font: 66px/1em lato-light, sans-serif;
}
@media screen and (max-width:1020px) {
    .product-body__title-item span {
    font-size: 56px;
}
}@media screen and (max-width:768px) {
    .product-body__title-item span {
    font-size: 46px;
}
}@media screen and (max-width:399px) {
    .product-body__title-item span {
    font-size: 36px;
}
}.product-body__title-item.active {
    opacity: 1;
}
@media screen and (max-width:1020px) {
    .product-body__title-item.active {
    display: block;
}
}.product-body__caption {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 500px;
    height: 95px;
    color: #1f5282;
    font: 18px/22px lato-regular, sans-serif;
}
@media screen and (max-width:1020px) {
    .product-body__caption {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 25px;
}
}.product-body__caption p {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}
@media screen and (max-width:1020px) {
    .product-body__caption p {
    position: static;
    display: none;
}
}.product-body__caption p.active {
    opacity: 1;
}
@media screen and (max-width:1020px) {
    .product-body__caption p.active {
    display: block;
}
}.product-body__controls {
    width: 1000px;
}
@media screen and (max-width:1020px) {
    .product-body__controls {
    width: 100%}
.product-body__controls--desctop {
    display: none;
}
}.product-body__controls .btn-arrow {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 225px;
    z-index: 10;
    background: 0 0;
}
@media screen and (max-width:1020px) {
    .product-body__controls .btn-arrow {
    top: 50%;
    margin-top: -25px;
}
}.product-body__controls .btn-arrow.product-body__ui-slider-previous {
    left: 0;
    text-align: left;
}
@media screen and (max-width:1020px) {
    .product-body__controls .btn-arrow.product-body__ui-slider-previous {
    left: -50px;
}
}@media screen and (max-width:869px) {
    .product-body__controls .btn-arrow.product-body__ui-slider-previous {
    left: 0;
}
}[data-lens=easy-uv] .product-body__controls .btn-arrow.product-body__ui-slider-previous {
    display: none;
}
.product-body__controls .btn-arrow.product-body__ui-slider-next {
    right: 0;
    text-align: right;
}
@media screen and (max-width:1020px) {
    .product-body__controls .btn-arrow.product-body__ui-slider-next {
    right: -50px;
}
}@media screen and (max-width:869px) {
    .product-body__controls .btn-arrow.product-body__ui-slider-next {
    right: 0;
}
}[data-lens=prevencia] .product-body__controls .btn-arrow.product-body__ui-slider-next {
    display: none;
}
.product-body__controls .btn-arrow:hover i {
    color: #2e76ab;
}
.product-body__controls .btn-arrow i {
    font-size: 80px;
    line-height: 46px;
    color: #004190;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.product-body__slides {
    width: 490px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
@media screen and (max-width:1020px) {
    .product-body__slides {
    width: 100%}
}.product-body__name {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.product-body__name-logo {
    margin-bottom: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (max-width:1020px) {
    .product-body__name-logo {
    max-width: 100%;
    height: auto;
}
}.product-body__name-description {
    font-size: 22px;
    line-height: 30px;
    color: #4b4b4b;
}
.product-body__name.active {
    opacity: 1;
}
.product-body__footer {
    width: 500px;
    display: inline-block;
    vertical-align: top;
    padding: 83px 65px 0;
}
@media screen and (max-width:1020px) {
    .product-body__footer {
    width: 100%;
    padding: 40px 0 0;
}
}.product-body__footer-button {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    border: 0;
    background-color: #1f5282;
    padding: 0 20px;
    height: 50px;
    line-height: 48px;
    margin: 0 0 35px;
}
.product-body__footer-button:hover {
    color: #fff;
    background-color: #2e76ab;
}
.product-body__footer-description {
    color: #949494;
    font: 13px/1.5 verdana, sans-serif;
    margin: 0;
}
.lens {
    position: relative;
    height: 630px;
    margin-bottom: 50px;
}
@media screen and (max-width:1020px) {
    .lens {
    height: auto;
}
}.lens__feature {
    width: 250px;
    position: absolute;
    top: 436px;
    left: 0;
}
@media screen and (max-width:1020px) {
    .lens__feature {
    width: auto;
    position: static;
}
}.lens__feature-icon {
    width: 80px;
    height: 80px;
}
.lens__feature-text {
    color: #656565;
    font: 13px/16px verdana, sans-serif;
    margin: 20px 0 0;
}
.lens .l-container {
    height: 100%}
.lens__mobile {
    display: none;
    position: relative;
    height: 0;
    padding-top: 64.8%}
@media screen and (max-width:1020px) {
    .lens__mobile {
    display: block;
}
}.lens__mobile img {
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.lens__mobile img:nth-child(1) {
    opacity: 0;
    left: 5%;
    z-index: 4;
}
.lens__mobile img:nth-child(2) {
    left: 19.6%;
    z-index: 3;
}
.lens__mobile img:nth-child(3) {
    opacity: 0;
    left: 44.2%;
    z-index: 2;
}
.lens__mobile img:nth-child(4) {
    right: 0;
    z-index: 1;
}
.lens[data-lens=alize-uv] .lens__mobile img:nth-child(1), .lens[data-lens=forte-uv] .lens__mobile img:nth-child(1) {
    opacity: 1;
    left: 0;
}
.lens[data-lens=prevencia] .lens__mobile img:nth-child(1) {
    opacity: 1;
    left: 0;
}
.lens[data-lens=prevencia] .lens__mobile img:nth-child(3) {
    opacity: 1;
    left: 39.2%}
.lens .parallax {
    z-index: 1;
}
@media screen and (max-width:1020px) {
    .lens .parallax {
    display: none;
}
}.lens .layer, .lens .parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.lens .layer_antistatic {
    z-index: 7;
}
.lens .layer_repellent {
    z-index: 6;
}
.lens .layer_antireflective {
    z-index: 5;
}
.lens .layer_lightscan {
    z-index: 4;
}
.lens .layer_hardfacing {
    z-index: 3;
}
.lens .layer_base {
    z-index: 2;
}
.lens .layer_heap {
    z-index: 1;
}
.lens .layer_back {
    z-index: 0;
}
.lens__caption {
    opacity: 1;
    position: absolute;
    z-index: 0;
    transition: opacity 150ms linear, -webkit-transform 150ms ease;
    -webkit-transition: opacity 150ms linear, -webkit-transform 150ms ease;
    -o-transition: opacity 150ms linear, transform 150ms ease;
    transition: opacity 150ms linear, transform 150ms ease;
    transition: opacity 150ms linear, transform 150ms ease, -webkit-transform 150ms ease;
    font-size: 0;
}
@media screen and (max-width:1020px) {
    .lens__caption {
    position: relative;
    top: 0!important;
    left: 0!important;
    width: auto!important;
    overflow: hidden;
    margin-bottom: 15px;
}
.lens__caption:after {
    display: none;
}
}.lens__caption span {
    display: block;
    font: 13px/17px verdana, sans-serif;
    color: #656565;
    margin-bottom: 8px;
}
.lens__caption-new {
    display: inline-block;
    padding: 6px 7px;
    margin-bottom: 8px;
    background: #ffd600;
    color: #772bde;
    font: 700 14px/14px verdana, sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    opacity: 0;
}
.lens__caption-circle {
    color: #1c4a75;
    font-size: 9px;
    padding-left: 1px;
}
.lens__caption.lens_antistatic {
    top: 0;
    left: 0;
    width: 125px;
}
.lens__caption.lens_antistatic:after {
    content: "";
    position: absolute;
    top: 112px;
    left: 68px;
    width: 131px;
    border-bottom: 1px dashed #62a7db;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
[data-lens=alize-uv] .lens__caption.lens_antistatic .lens__caption-new {
    opacity: 1;
}
.lens__caption.lens_repellent {
    top: 535px;
    left: 325px;
    width: 150px;
}
.lens__caption.lens_repellent:after {
    content: "";
    position: absolute;
    top: -79px;
    left: 89px;
    height: 68px;
    border-right: 1px dashed #62a7db;
}
[data-lens=alize-uv] .lens__caption.lens_repellent .circle-last, [data-lens=easy-uv] .lens__caption.lens_repellent .circle-first {
    display: none;
}
.lens__caption.lens_repellent-plus {
    top: 535px;
    left: 325px;
    width: 150px;
}
.lens__caption.lens_repellent-plus:after {
    content: "";
    position: absolute;
    top: -79px;
    left: 89px;
    height: 68px;
    border-right: 1px dashed #62a7db;
}
.lens__caption.lens_antireflective {
    top: 535px;
    left: 504px;
    width: 100px;
}
.lens__caption.lens_antireflective:after {
    content: "";
    position: absolute;
    top: -96px;
    left: 30px;
    height: 86px;
    border-right: 1px dashed #62a7db;
}
[data-lens=alize-uv] .lens__caption.lens_antireflective .circle-last, [data-lens=easy-uv] .lens__caption.lens_antireflective .circle-first {
    display: none;
}
.lens__caption.lens_antireflective-plus {
    top: 535px;
    left: 504px;
    width: 100px;
}
.lens__caption.lens_antireflective-plus:after {
    content: "";
    position: absolute;
    top: -96px;
    left: 30px;
    height: 86px;
    border-right: 1px dashed #62a7db;
}
.lens__caption.lens_lightscan {
    top: 0;
    left: 190px;
    width: 300px;
    padding-left: 73px;
}
.lens__caption.lens_lightscan:after {
    content: "";
    position: absolute;
    top: 125px;
    left: 190px;
    width: 67px;
    border-bottom: 1px dashed #62a7db;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lens__caption.lens_lightscan .lens__caption-image {
    position: absolute;
    top: 39px;
    left: 0;
    width: 60px;
    height: 57px;
    background: url(images/icon-ls-product-caption.png) no-repeat 0 0;
}
@media screen and (max-width:1020px) {
    .lens__caption.lens_lightscan .lens__caption-image {
    top: 15px;
}
}[data-lens=prevencia] .lens__caption.lens_lightscan .lens__caption-new {
    opacity: 1;
}
.lens__caption.lens_hardfacing {
    top: 535px;
    left: 628px;
    width: 170px;
}
.lens__caption.lens_hardfacing:after {
    content: "";
    position: absolute;
    top: -133px;
    left: 0;
    height: 122px;
    border-right: 1px dashed #62a7db;
}
[data-lens=alize-uv] .lens__caption.lens_hardfacing .circle-last, [data-lens=easy-uv] .lens__caption.lens_hardfacing .circle-first {
    display: none;
}
.lens__caption.lens_hardfacing-plus {
    top: 501px;
    left: 628px;
    width: 170px;
}
.lens__caption.lens_hardfacing-plus:after {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    height: 122px;
    border-right: 1px dashed #62a7db;
}
[data-lens=forte-uv] .lens__caption.lens_hardfacing-plus .lens__caption-new {
    opacity: 1;
}
[data-lens=forte-uv] .lens__caption.lens_hardfacing-plus:after {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    height: 92px;
    border-right: 1px dashed #62a7db;
}
.lens__caption.lens_base {
    top: 450px;
    left: 795px;
    width: 135px;
}
.lens__caption.lens_base:after {
    content: "";
    position: absolute;
    top: -24px;
    left: -128px;
    width: 137px;
    border-bottom: 1px dashed #62a7db;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lens__caption.lens_heap {
    top: 33px;
    left: 540px;
    width: 200px;
}
.lens__caption.lens_heap:after {
    content: "";
    position: absolute;
    top: 77px;
    left: 33px;
    width: 66px;
    border-bottom: 1px dashed #62a7db;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lens__caption.lens_back {
    top: 33px;
    left: 805px;
    width: 175px;
}
.lens__caption.lens_back:after {
    content: "";
    position: absolute;
    top: 87px;
    left: -53px;
    width: 59px;
    border-bottom: 1px dashed #62a7db;
    -webkit-transform: rotate(145deg);
    -ms-transform: rotate(145deg);
    transform: rotate(145deg);
}
.lens__ill-wrapper {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.lens__ill {
    opacity: 1;
    position: absolute;
    transition: opacity 150ms linear, -webkit-transform .3s ease;
    -webkit-transition: opacity 150ms linear, -webkit-transform .3s ease;
    -o-transition: opacity 150ms linear, transform .3s ease;
    transition: opacity 150ms linear, transform .3s ease;
    transition: opacity 150ms linear, transform .3s ease, -webkit-transform .3s ease;
}
.lens__ill.lens_antistatic {
    top: 155px;
    left: 148px;
    width: 265px;
    height: 394px;
    background: url(images/lens-antistatic.png) no-repeat 0 0;
}
.lens__ill.lens_repellent {
    top: 150px;
    left: 265px;
    width: 250px;
    height: 343px;
    background: url(images/lens-repellent.png) no-repeat 0 0;
}
.lens__ill.lens_antireflective {
    top: 146px;
    left: 348px;
    width: 233px;
    height: 322px;
    background: url(images/lens-antireflective.png) no-repeat 0 0;
}
.lens__ill.lens_lightscan {
    top: 144px;
    left: 410px;
    width: 230px;
    height: 302px;
    background: url(images/lens-lightscan.png) no-repeat 0 0;
}
.lens__ill.lens_hardfacing {
    top: 140px;
    left: 467px;
    width: 214px;
    height: 290px;
    background: url(images/lens-hardfacing.png) no-repeat 0 0;
}
.lens__ill.lens_base {
    top: 138px;
    left: 524px;
    width: 214px;
    height: 270px;
    background: url(images/lens-base.png) no-repeat 0 0;
}
.lens__ill.lens_heap {
    top: 134px;
    left: 567px;
    width: 217px;
    height: 249px;
    background: url(images/lens-heap.png) no-repeat 0 0;
}
.lens__ill.lens_back {
    top: 131px;
    left: 633px;
    width: 202px;
    height: 229px;
    background: url(images/lens-back.png) no-repeat 0 0;
}
.product-benefits {
    padding: 65px 0 75px;
    font-size: 0;
}
.product-benefits__title {
    display: inline-block;
    width: 100%;
    color: #2a75ad;
    font-size: 40px;
    margin-bottom: 60px;
}
.product-benefits__item {
    display: inline-block;
    vertical-align: top;
    width: 495px;
    margin: 0 0 60px;
    position: relative;
}
@media screen and (max-width:1020px) {
    .product-benefits__item {
    width: 100%;
    margin-bottom: 35px;
}
}@media screen and (max-width:549px) {
    .product-benefits__item {
    text-align: center;
}
}.product-benefits__item-icon {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width:549px) {
    .product-benefits__item-icon {
    display: block;
    margin: 0 auto;
    right: 0;
}
}.product-benefits__item-description {
    display: inline-block;
    vertical-align: top;
    width: 415px;
    padding: 0 20px 0 110px;
}
@media screen and (max-width:1020px) {
    .product-benefits__item-description {
    width: 100%;
    padding: 0 0 0 110px!important;
}
}@media screen and (max-width:549px) {
    .product-benefits__item-description {
    padding: 90px 0 0 0!important;
}
}.product-benefits__item:nth-child(2n) .product-benefits__item-description {
    padding-right: 40px;
}
.product-benefits__item-text, .product-benefits__item-title {
    font: 20px/30px lato-regular, sans-serif;
}
.product-benefits__item-title {
    margin-bottom: 10px;
    color: #1f5282;
}
.product-benefits__item-text {
    color: #4b4b4b;
    margin: 0;
}
.product-benefits__note {
    font: 14px lato-regular, sans-serif;
    color: #4b4b4b;
    padding-top: 25px;
    margin-left: 120px;
    display: inline-block;
    width: 100%;
    position: relative;
}
@media screen and (max-width:549px) {
    .product-benefits__note {
    margin-left: 0;
}
}.product-benefits__note:before {
    content: "";
    border-bottom: 3px solid #aeaeae;
    width: 88px;
    position: absolute;
    top: 0;
    left: 0;
}
.product-promo {
    background: #2f76ac;
}
.product-promo .l-container {
    padding: 0;
}
.product-promo__header {
    min-height: 330px;
    padding: 65px 0;
    color: #fff;
    background: url(images/product-promo-bg.jpg) no-repeat right bottom;
}
@media screen and (max-width:768px) {
    .product-promo__header {
    background: 0 0;
    min-height: 0;
    padding: 25px 0;
}
}.product-promo__wrap {
    display: inline-block;
    vertical-align: top;
    width: 500px;
}
@media screen and (max-width:1020px) {
    .product-promo__wrap {
    width: 430px;
}
}@media screen and (max-width:768px) {
    .product-promo__wrap {
    width: 100%}
}.product-promo__title {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 25px;
}
.product-promo__text {
    font: 18px/22px lato-regular, sans-serif;
}
.product-table {
    font-size: 0;
}
@media screen and (max-width:1020px) {
    .product-table {
    display: none;
}
}.product-table .container, .product-table .l-container {
    width: 1000px!important;
}
@media screen and (max-width:1020px) {
    .product-table .container, .product-table .l-container {
    width: 1030px!important;
    padding: 0 15px;
}
}.product-table-mobile {
    display: none!important;
    padding-bottom: 50px;
}
@media screen and (max-width:1020px) {
    .product-table-mobile {
    display: block!important;
}
}.product-table-mobile .product-table__row {
    padding: 10px 15px;
}
.product-table-mobile .product-table__header {
    padding: 10px 15px;
}
.product-table-mobile .product-table__item {
    width: 100%}
.product-table-mobile .slick-dots {
    bottom: 18px;
}
.product-table-mobile .slick-dots button {
    border-color: #2e76ab;
}
.product-table-mobile .slick-dots li.slick-active button {
    background-color: #2e76ab;
}
.product-table .l-container {
    padding: 0;
}
.product-table__header {
    padding: 35px 0;
}
.product-table__row {
    padding: 20px 0;
}
.product-table__row:nth-child(even) {
    background: #f2f2f2;
}
.product-table__item {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    padding: 0 40px 0 0;
    font-size: 0;
}
.product-table__item:first-child {
    padding: 0 40px 0 0;
}
.product-table__item-logo {
    margin-bottom: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product-table__item-text-wrap {
    display: block;
    margin-bottom: 5px;
}
.product-table__item-text {
    display: inline-block;
    vertical-align: top;
    font: 12px/17px verdana, sans-serif;
    color: #4b4b4b;
    margin: 0;
}
.product-table__item-star {
    color: #2f76ac;
    font-size: 13px;
    padding-right: 3px;
}
.product-table__item .icon-tip {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #fff;
    background: #44c9e7;
    padding: 0 8px;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    font: 15px/25px verdana, sans-serif;
    margin: -4px 0 0 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0!important;
}
.product-table__item .icon-tip.icon-tip-2l {
    margin: 5px 0 0 10px;
}
@media screen and (max-width:1020px) {
    .product-table__item .icon-tip.icon-tip-2l {
    margin: -4px 0 0 10px;
}
}.product-table__item .hint:before {
    border-bottom-color: #eaeaea;
    margin-left: -6px;
}
.product-table__item .hint:after {
    width: 300px;
    font-size: 15px;
    font-style: normal;
    color: #2e76ab;
    background: #eaeaea;
    text-shadow: none;
    white-space: normal;
    line-height: 1.2em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.promo-banner-image {
    margin: 0 0 20px;
}
.promo-banner-image a {
    border: 0;
}
.promo-banner-image a:hover {
    border: 0;
}
.promo-banner-image img {
    width: 100%}
.promo-banner {
    width: 100%;
    height: 550px;
    background: #efd71b;
}
.promo-banner__image {
    display: block;
    width: 1000px;
    height: 430px;
    background: url(images/promo-banner-image.jpg) no-repeat 50% 0 #efd71b;
    margin: auto;
    border: 0;
}
.promo-banner__image:hover {
    border: 0;
}
.promo-header {
    height: 160px;
    margin: -120px 0 0;
}
.promo-header__container {
    height: 100%;
    background: #004190;
    padding: 30px;
}
.promo-header__caption {
    position: absolute;
    top: 0;
    left: 0;
    font: 16px/18px lato-regular, sans-serif;
    color: #5893da;
}
.promo-header__countdown {
    position: absolute;
    top: 0;
    left: 140px;
    width: 510px;
}
.promo-header__action {
    position: absolute;
    top: 0;
    left: 670px;
    width: 270px;
}
.promo-header__action .btn {
    margin: 0 0 5px;
}
.promo-header__action-caption {
    color: #fff;
    font: 18px/1em lato-light, sans-serif;
}
.promo-nav {
    text-align: center;
    padding: 30px 0 35px;
}
.promo-nav__link {
    font: 24px/1.1em lato-semibold, sans-serif;
    margin: 0 12px;
}
.promo-about {
    background: #e1e6ec;
    padding: 50px 0 120px;
}
.promo-about__title {
    position: relative;
    color: #004190;
    font: 40px/1.1em lato-regular, sans-serif;
    padding: 0 0 0 20px;
    margin: 0 0 48px;
}
.promo-about__description {
    position: absolute;
    top: 4px;
    left: 540px;
    width: 325px;
    color: #000;
    font: 18px/1.1em lato-semibold, sans-serif;
}
.promo-about__content-slider {
    font-size: 0;
    width: 100%;
    height: 350px;
    background: #004190;
    white-space: nowrap;
    margin: 0 0 35px;
}
.promo-about__content-slider-nav {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 333px;
    padding: 25px 0 25px 20px;
}
.promo-about__content-slider-nav-link {
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 0;
    padding: 0 0 0 80px;
    margin: 0 0 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.promo-about__content-slider-nav-link i {
    position: absolute;
    top: 0;
    left: 0;
}
.promo-about__content-slider-nav-link span {
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, .5);
    font: 24px/1em lato-regular, sans-serif;
    margin: 14px 0;
}
.promo-about__content-slider-nav-link.active span, .promo-about__content-slider-nav-link:hover span {
    color: #fff;
    border-color: transparent;
}
.promo-about__content-slides {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 667px;
    height: 100%}
.promo-about__content-slide {
    width: 100%;
    height: 100%;
    display: block!important;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width:1020px) {
    .promo-about__content-slide {
    height: auto;
    position: relative;
}
}.promo-about__content-slide.active {
    visibility: visible;
    opacity: 1;
}
.promo-about__content-slide [data-image-comparison-slider-other]:before {
    width: 3px;
}
.promo-about__content-slide [data-image-comparison-slider-other]:after {
    width: 90px;
    background-image: url(images/image-slider-handler-2.png);
    margin-right: -43px;
}
.promo-about__content-slide-before {
    left: 15px;
}
.promo-about__content-slide-after, .promo-about__content-slide-before {
    z-index: 1;
    position: absolute;
    top: 10px;
    color: #fff;
    font: 18px/1em lato-medium, sans-serif;
    text-shadow: 0 0 12px #000;
}
@media screen and (max-width:399px) {
    .promo-about__content-slide-after, .promo-about__content-slide-before {
    font-size: 12px;
}
}.promo-about__content-slide-after {
    right: 15px;
}
.promo-transitions {
    background: #f6f6f6;
    padding: 50px 0 115px;
}
.promo-transitions__title {
    position: relative;
    color: #004190;
    font: 40px/1.1em lato-regular, sans-serif;
    padding: 0 0 0 20px;
    margin: 0 0 48px;
}
.promo-transitions__description1 {
    left: 540px;
}
.promo-transitions__description1, .promo-transitions__description2 {
    position: absolute;
    top: 4px;
    width: auto;
    color: #000;
    font: 18px/1.1em lato-semibold, sans-serif;
}
.promo-transitions__description2 {
    left: 760px;
}
.promo-transitions__smart-lens-ill {
    position: relative;
    width: 100%;
    height: 350px;
}
.promo-transitions__smart-lens-ill img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%}
.promo-transitions__smart-lens {
    width: 100%;
    height: 540px;
    background: #fff;
    margin: 0 0 35px;
}
.promo-transitions__smart-lens-content {
    position: relative;
    width: 100%;
    height: 190px;
}
.promo-transitions__smart-lens-rim {
    position: absolute;
    top: 43px;
    left: 52px;
    width: 272px;
    height: 75px;
    background: url(images/promo-transitions-rim.png) no-repeat 0 0;
}
.smart-lens__lens {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 272px;
    height: 111px;
    -webkit-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}
.smart-lens__lens:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.smart-lens__lens.smart-lens__green:after {
    background-image: url(images/promo-transitions-lens-green.png);
}
.smart-lens__lens.smart-lens__gray:after {
    background-image: url(images/promo-transitions-lens-gray.png);
}
.smart-lens__lens.smart-lens__brown:after {
    background-image: url(images/promo-transitions-lens-brown.png);
}
[data-smart-lens-color=green] .smart-lens__lens:after {
    opacity: 0;
}
[data-smart-lens-color=green] .smart-lens__lens.smart-lens__green:after {
    opacity: 1;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
[data-smart-lens-color=gray] .smart-lens__lens:after {
    opacity: 0;
}
[data-smart-lens-color=gray] .smart-lens__lens.smart-lens__gray:after {
    opacity: 1;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
[data-smart-lens-color=brown] .smart-lens__lens:after {
    opacity: 0;
}
[data-smart-lens-color=brown] .smart-lens__lens.smart-lens__brown:after {
    opacity: 1;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
[data-smart-lens-light=sunny] .smart-lens__lens {
    opacity: .96;
}
[data-smart-lens-light=cloudy] .smart-lens__lens {
    opacity: .55;
}
[data-smart-lens-light=indoors] .smart-lens__lens {
    opacity: .14;
}
.promo-transitions__smart-lens-nav-light {
    position: absolute;
    top: 32px;
    left: 395px;
}
.promo-transitions__smart-lens-nav-light h4 {
    font: 20px/1em lato-semibold, sans-serif;
    margin: 0 0 10px;
}
.promo-transitions__smart-lens-nav-light a {
    position: relative;
    display: block;
    color: #a5a8ab;
    font: 20px/1em lato-regular, sans-serif;
    border: 0;
    -webkit-transition: padding 150ms linear, color 150ms linear;
    -o-transition: padding 150ms linear, color 150ms linear;
    transition: padding 150ms linear, color 150ms linear;
    margin: 0 0 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.promo-transitions__smart-lens-nav-light a:hover {
    color: #000;
}
.promo-transitions__smart-lens-nav-light a.active {
    padding-left: 10px;
    color: #004190;
}
.promo-transitions__smart-lens-nav-light a.active i {
    left: 0;
    opacity: 1;
}
.promo-transitions__smart-lens-nav-light a i {
    position: absolute;
    top: 0;
    left: -10px;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    -webkit-transition: opacity 150ms linear, left 150ms linear;
    -o-transition: opacity 150ms linear, left 150ms linear;
    transition: opacity 150ms linear, left 150ms linear;
}
.promo-transitions__smart-lens-nav-color {
    position: absolute;
    top: 32px;
    left: 645px;
}
.promo-transitions__smart-lens-nav-color h4 {
    font: 20px/1em lato-semibold, sans-serif;
    margin: 0 0 10px;
}
.promo-transitions__smart-lens-nav-color a {
    position: relative;
    display: block;
    color: #a5a8ab;
    font: 20px/1em lato-regular, sans-serif;
    border: 0;
    -webkit-transition: padding 150ms linear, color 150ms linear;
    -o-transition: padding 150ms linear, color 150ms linear;
    transition: padding 150ms linear, color 150ms linear;
    margin: 0 0 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.promo-transitions__smart-lens-nav-color a:hover {
    color: #000;
}
.promo-transitions__smart-lens-nav-color a.active {
    padding-left: 10px;
    color: #004190;
}
.promo-transitions__smart-lens-nav-color a.active i {
    left: 0;
    opacity: 1;
}
.promo-transitions__smart-lens-nav-color a i {
    position: absolute;
    top: 0;
    left: -10px;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    -webkit-transition: opacity 150ms linear, left 150ms linear;
    -o-transition: opacity 150ms linear, left 150ms linear;
    transition: opacity 150ms linear, left 150ms linear;
}
.promo-coupons {
    background: #e5ecf4;
    padding: 40px 0 50px;
}
.promo-coupons__title {
    text-align: center;
    color: #004190;
    font-size: 30px;
    margin: 0 0 50px;
}
.promo-coupons__list {
    font-size: 0;
    text-align: center;
    margin: 0 0 60px;
}
.promo-coupons__item {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 310px;
    height: 390px;
    margin: 0 17px;
}
.promo-coupons__item:nth-child(1) {
    margin-left: 0;
}
.promo-coupons__item:nth-last-child(1) {
    margin-right: 0;
}
.promo-coupons__action {
    text-align: center;
}
.promo-coupons__action a {
    font-family: lato-semibold, sans-serif;
    font-size: 27px;
}
.promo-action {
    background: #004190;
    padding: 55px 0 60px;
}
.promo-action__title {
    position: relative;
    color: #fff;
    font: 40px/1.1em lato-regular, sans-serif;
    padding: 0 0 0 20px;
    margin: 0 0 40px;
}
.promo-action__steps {
    font-size: 0;
    counter-reset: list1;
    margin: 0 0 40px;
}
.promo-action__step {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 220px;
    color: #d9d9d9;
    font: 16px/20px lato-regular, sans-serif;
    margin: 0 0 0 70px;
}
.promo-action__step:before {
    counter-increment: list1;
    content: counter(list1) ".";
    position: absolute;
    top: 0;
    left: -33px;
    color: #fff;
    font: 28px/1.1em lato-semibold, sans-serif;
}
.promo-action__content {
    font-size: 0;
    width: 100%;
    height: 362px;
    background: #053166;
}
.promo-action__form {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 550px;
    height: 100%;
    background: url(images/promo-action-form.png) no-repeat 50% 50% #ebc51d;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 30px 70px 25px 100px;
}
.promo-action__form:after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -130px;
    width: 215px;
    height: 382px;
    background: url(images/promo-action-ill.png) no-repeat 0 0;
}
.promo-action__form label {
    display: block;
    color: #004190;
    font: 18px/1em lato-semibold, sans-serif;
    padding: 0 10px;
    margin: 0 0 10px;
}
.promo-action__form input[type=text] {
    display: block;
    height: 50px;
    color: #000;
    font: 22px/1em lato-semibold, sans-serif;
    padding: 14px 10px;
    margin: 0 0 15px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 3px 3px 0 0 #ededed;
    box-shadow: inset 3px 3px 0 0 #ededed;
}
.promo-action__form #coupon-telormail {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.promo-action__form-action {
    position: relative;
    padding: 15px 0 0;
    margin: 0 0 20px;
}
.promo-action__form-action span {
    position: absolute;
    top: 22px;
    left: 277px;
    width: 145px;
    color: #fff;
    font: 19px/1em lato-light, sans-serif;
}
.promo-action__form-rules {
    color: #004190;
    font: 16px/1em lato-semibold, sans-serif;
}
label.promo-action__form-rules {
    padding: 0;
    margin: 0;
}
.promo-action__alert {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0;
}
.promo-action__notice {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 450px;
    height: 100%;
    padding: 24px 40px;
}
.promo-action__notice-caption {
    top: 0;
    left: 0;
    font: 16px/18px lato-regular, sans-serif;
    color: #5893da;
    position: static;
    margin: 0 0 15px;
}
.promo-action__countdown {
    height: 100px;
    margin: 0 0 45px;
}
.promo-action__notice-title {
    color: #fff;
    font: 22px/30px lato-regular, sans-serif;
}
.promo-search {
    padding: 60px 0 85px;
}
.promo-search__container {
    font-size: 0;
    width: 715px;
    height: 155px;
    background: #004190;
}
.promo-search__notice {
    width: 380px;
    color: #fff;
    font: 24px/28px lato-regular, sans-serif!important;
    padding: 30px;
}
.promo-search__form, .promo-search__notice {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
}
.promo-search__form {
    width: 335px;
    height: 100%;
    background: #053166;
    padding: 30px 40px 0 35px;
}
.promo-search__form label {
    display: block;
    color: #fff;
    font: 18px/1em lato-semibold, sans-serif;
    padding: 0 10px;
    margin: 0 0 10px;
}
.promo-search__form input[type=search] {
    position: relative;
    display: block;
    height: 50px;
    color: #000;
    font: 18px/1em lato-regular, sans-serif;
    padding: 14px 40px 14px 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 3px 3px 0 0 #ededed;
    box-shadow: inset 3px 3px 0 0 #ededed;
}
.promo-search__form-input {
    position: relative;
}
.promo-search__form-input:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 26px;
    height: 28px;
    background: url(images/icon-search.png) no-repeat 0 0;
    margin: -14px 0 0;
}
.promo-search__form-input .twitter-typeahead {
    width: 100%}
.promo-search__form-input .tt-query {
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.promo-search__form-input .tt-hint {
    color: #999;
}
.promo-search__form-input .tt-menu {
    width: 260px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 3px #ededed;
    box-shadow: inset 0 0 0 3px #ededed;
}
.promo-search__form-input .tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}
.promo-search__form-input .tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #004190;
}
.promo-search__form-input .tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #004190;
}
.promo-search__form-input .tt-suggestion p {
    margin: 0;
}
.promo-search__action {
    position: absolute;
    top: 0;
    left: 750px;
    width: 250px;
    padding: 90px 0 0;
}
.promo-search__action-info {
    font-size: 0;
    display: table!important;
    position: absolute;
    top: 8px;
    left: 0;
}
.promo-search__action-count {
    color: #004190;
    font: 50px/1em truth-regular, sans-serif!important;
}
.promo-search__action-caption, .promo-search__action-count {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    display: table-cell!important;
}
.promo-search__action-caption {
    color: #000;
    font: 17px/1em lato-regular, sans-serif;
    padding: 5px 0 0 15px;
}
.promo-columns {
    font-size: 0;
}
.promo-columns__column {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 333px;
}
.promo-columns__column h4 {
    font: 20px/1.1em lato-semibold, sans-serif;
    margin: 0 0 20px;
}
.promo-columns__column h5 {
    font: 18px/1.1em lato-semibold, sans-serif;
    margin: 0;
}
.promo-columns__column .btn_yellow-inverse {
    padding: 0 10px!important;
}
.promo-columns__column p small {
    color: #8a8a8a;
    font: 14px/1.1em lato-semibold, sans-serif;
    margin: 0 0 10px;
}
.qa {
    background: #eaeaea;
}
.qa-content {
    padding: 40px 0 100px;
}
@media screen and (max-width:1020px) {
    .qa-content {
    padding-bottom: 25px;
}
}.qa-content h1 {
    margin: 0 0 40px;
    display: inline-block;
    width: 100%}
.qa-list {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 750px;
}
@media screen and (max-width:1020px) {
    .qa-list {
    width: 100%}
}.qa-list__item {
    padding: 0 50px 0 85px;
    margin: 0 0 25px;
    -webkit-transition: padding 80ms linear;
    -o-transition: padding 80ms linear;
    transition: padding 80ms linear;
}
@media screen and (max-width:1020px) {
    .qa-list__item {
    padding-right: 0;
}
}@media screen and (max-width:499px) {
    .qa-list__item {
    padding-left: 55px;
}
}.qa-list__item.active {
    padding-bottom: 50px;
}
@media screen and (max-width:1020px) {
    .qa-list__item.active {
    padding-bottom: 25px;
}
}.qa-list__title {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #1f5282;
}
.qa-list__title span {
    border-bottom: 1px solid;
}
.qa-list__title:before {
    font: 34px/44px lato-bold, sans-serif;
    position: absolute;
    top: 0;
    left: -85px;
    width: 40px;
    height: 40px;
    content: "?";
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    background: #1f5282;
}
@media screen and (max-width:499px) {
    .qa-list__title: before {
    left: -55px;
}
}.qa-list__content {
    margin: 25px 0 0;
    position: relative;
}
.qa-list__content p {
    line-height: 18px;
    margin: 0 0 20px;
}
.qa-list__content p:nth-last-child(1) {
    margin-bottom: 0;
}
.qa-list__content:before {
    font: 34px/44px lato-bold, sans-serif;
    position: absolute;
    top: -5px;
    left: -85px;
    width: 40px;
    height: 40px;
    content: "!";
    text-align: center;
    color: #1f5282;
    background: #fff;
}
@media screen and (max-width:499px) {
    .qa-list__content: before {
    left: -55px;
}
}.qa-sidebar {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 250px;
}
@media screen and (max-width:1020px) {
    .qa-sidebar {
    display: none;
}
}.qa-alert {
    padding: 24px;
    text-align: center;
    background: #fff;
}
.qa-alert__title {
    font: 20px/25px lato-regular, sans-serif;
    color: #444;
}
.qa-alert__title a {
    display: block;
    margin-top: 10px;
    color: #1f5282;
    border: 0!important;
}
.qa-alert__title a span {
    border-bottom: 1px solid;
}
.feedback {
    padding: 30px 0 120px;
}
.feedback-form {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 665px;
    margin: 0 85px 0 0;
    padding: 25px 30px 30px;
    background: #003e6b;
}
@media screen and (max-width:1020px) {
    .feedback-form {
    width: 100%;
    margin-right: 0;
}
}@media screen and (max-width:768px) {
    .feedback-form {
    padding: 15px 15px;
}
}.feedback-form__group {
    font-size: 0;
    padding: 0 0 20px;
}
.feedback-form__group label {
    color: #fff;
}
.feedback-form__message {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 330px;
}
@media screen and (max-width:1020px) {
    .feedback-form__message {
    width: 50%}
}@media screen and (max-width:599px) {
    .feedback-form__message {
    width: 100%;
    margin-bottom: 25px;
}
}.feedback-form__message textarea {
    height: 220px;
}
.feedback-form__info {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 275px;
    padding: 0 0 0 20px;
}
@media screen and (max-width:1020px) {
    .feedback-form__info {
    width: 50%}
}@media screen and (max-width:599px) {
    .feedback-form__info {
    width: 100%;
    padding-left: 0;
}
}.feedback-form__info input {
    margin: 0 0 25px;
}
.feedback-form__info input:nth-last-child(1) {
    margin-bottom: 0;
}
.feedback-form__alert {
    display: none;
    color: #fff;
    padding: 20px 10px;
    margin: 0 0 20px;
    font: 20px/1em lato-regular, sans-serif;
}
.feedback-form__alert.error {
    display: block;
    background: #e4152e;
}
.feedback-form__alert.success {
    display: block;
    background: #1fa125;
}
.feedback-sidebar {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 250px;
}
@media screen and (max-width:1020px) {
    .feedback-sidebar {
    width: 100%}
}.feedback-notice {
    line-height: 18px;
    padding: 26px 0 0;
}
.see-also {
    padding: 50px 0;
    background: #fff;
}
@media screen and (max-width:1020px) {
    .see-also {
    padding-bottom: 25px;
}
}.see-also__caption {
    font-size: 15px;
    margin: 0 0 25px;
    text-align: center;
    color: #757575;
}
.see-also__links {
    font-size: 0;
    text-align: center;
}
.see-also__link {
    font: 24px/1em lato-regular, sans-serif;
    display: inline-block;
    margin: 0 22px;
    text-align: center;
    vertical-align: top;
}
@media screen and (max-width:1020px) {
    .see-also__link {
    margin-bottom: 25px;
    font: 18px/1em lato-regular, sans-serif;
}
.see-also__link--hideTouch {
    display: none;
}
}@media screen and (min-width:1021px) {
    .see-also__link: nth-last-child(1) {
    margin-right: 0;
}
}.sitemap {
    text-align: center;
    padding: 40px 0 75px;
    background: #eaeaea;
}
.sitemap .nav__menu, .sitemap h1 {
    margin: 0 0 50px;
}
@font-face {
    font-family: fontello;
    src: url(fonts/fontello.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
[class*=" fs-"]:before, [class^=fs-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
.fs-yt:before {
    content: "\61"}
.fs-mail:before {
    content: "\64"}
.fs-instagram:before {
    content: "\65"}
.fs-vk-rus:before {
    content: "\66"}
.fs-fb-rect:before {
    content: "\69"}
.fs-vk-rect:before {
    content: "\6f"}
.fs-ok-rect:before {
    content: "\70"}
.fs-fb:before {
    content: "\71"}
.fs-tw:before {
    content: "\72"}
.fs-ok:before {
    content: "\73"}
.fs-vk:before {
    content: "\74"}
.fs-yt-play:before {
    content: "\75"}
.fs-gplus:before {
    content: "\77"}
.fs-yt-2:before {
    content: "\79"}
.special {
    position: relative;
    padding: 45px 0 75px;
    background: #151e2c;
}
@media screen and (max-width:1020px) {
    .special {
    padding-bottom: 50px;
}
}.special h2 {
    margin: 0 0 45px;
    color: #fff;
    display: inline-block;
    width: 100%}
.special h2 {
    text-align: center;
}
.special .teaser__title {
    color: #fff;
}
.special-page-top {
    padding: 45px 0 60px;
    background: #151e2c;
}
.special-page-top h2 {
    margin: 0 0 40px;
    text-align: center;
    color: #fff;
}
.special-page-top .teasers {
    text-align: center;
}
.special-page-top .teaser__title {
    font-size: 18px;
}
.special-page-top__description {
    font-size: 18px;
    line-height: 26px;
    max-width: 834px;
    width: 100%;
    margin: 0 auto 55px;
    text-align: center;
    color: #aaa;
}
.special-page-section {
    background: url(images/about-section-gradient.png) repeat-x 0 0 #eaeaea;
    padding: 65px 0;
}
.special-page-section h2 {
    margin: 0 0 60px;
    color: #1f5282;
}
@media screen and (max-width:1020px) {
    .special-page-section h2 {
    margin-bottom: 25px;
}
}.special-page-section h2 b {
    font-family: lato-bold, sans-serif;
}
@media screen and (max-width:1020px) {
    .special-page-section .row>div: first-child {
    margin-bottom: 25px;
}
}.special-page-content {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 333px;
    padding: 0 82px 0 0;
}
@media screen and (max-width:1020px) {
    .special-page-content {
    width: 100%;
    padding: 0;
}
}.special-page-content:nth-child(2n) {
    padding-right: 0;
    padding-left: 82px;
}
@media screen and (max-width:1020px) {
    .special-page-content: nth-child(2n) {
    padding-left: 0;
}
}.special-page-content ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
.special-page-content li {
    line-height: 18px;
    position: relative;
    padding: 0 0 20px 20px;
}
.special-page-content li:nth-last-child(1) {
    padding-bottom: 0;
}
.special-page-content li:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #1f5282;
}
.special-page-content__title {
    margin: 0 0 30px!important;
    color: #444!important;
}
.special-page-content__description {
    line-height: 18px;
    margin: 0 0 20px;
}
.special-page-content__action a {
    font-size: 16px;
}
@media screen and (max-width:1020px) {
    .special-page-content__slides {
    height: auto!important;
}
}.special-page-content__slides-nav {
    margin: 0 0 25px;
    white-space: nowrap;
}
.special-page-content__slides-nav a {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin: 0 30px 0 0;
}
.special-page-content__slides-nav a:nth-last-child(1) {
    margin-right: 0;
}
.special-page-content__slides-nav a.active {
    font-weight: 700;
    color: #666!important;
    border: 0!important;
}
.special-page-content__slide {
    display: none;
    position: static!important;
}
.special-page-content__slide.active {
    display: block;
}
.special-page-image {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 582px;
    width: 100%;
    min-height: 320px;
    background: #fff;
}
@media screen and (max-width:1020px) {
    .special-page-image {
    display: block;
    margin: 0 auto;
    min-height: 0;
}
}.special-page-image [data-image-comparison-slider-original], .special-page-image img {
    width: 100%}
.special-page-image[data-image-scroll-slider] img {
    width: auto!important;
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
}
.special-page-image__frame {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 320px;
    height: 224px;
    margin: 0 0 0 -160px;
}
.special-page-image__frame:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 224px;
    content: "";
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    opacity: 1;
    background: url(images/adaptive-frame-sun.png) no-repeat 0 0;
}
[data-image-scroll-slider=left] .special-page-image__frame:before {
    opacity: 1;
}
[data-image-scroll-slider=right] .special-page-image__frame:before {
    opacity: 0;
}
.special-page-image__frame:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 224px;
    content: "";
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    opacity: 0;
    background: url(images/adaptive-frame.png) no-repeat 0 0;
}
[data-image-scroll-slider=left] .special-page-image__frame:after {
    opacity: 0;
}
[data-image-scroll-slider=right] .special-page-image__frame:after {
    opacity: 1;
}
.teasers {
    font-size: 0;
    text-align: center;
}
.teaser {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 166.66666667px;
    height: auto;
    cursor: pointer;
    border: 0!important;
}
@media screen and (max-width:768px) {
    .teaser {
    margin-bottom: 25px;
}
}.teaser__image {
    width: 87px;
    height: 87px;
    margin: 0 auto 20px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%}
.teaser__title {
    font-size: 15px;
    text-align: center;
}
.transitions-first {
    position: relative;
    width: 100%;
    height: 480px;
}
@media screen and (max-width:1020px) {
    .transitions-first {
    width: 100%}
}.transitions-first .container {
    z-index: 10;
    position: relative;
    height: 100%}
@media screen and (max-width:1020px) {
    .transitions-first .container {
    width: 100%}
}.transitions-first__image-sun {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/transitions-image-sun.jpg) no-repeat 50% 50% #d0e0e8;
    opacity: 0;
    -webkit-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}
@media screen and (max-width:768px) {
    .transitions-first__image-sun {
    background: url(images/transitions-image-sun--mob.jpg) no-repeat 50% 50% #d0e0e8;
}
}[data-transitions-lens=sun] .transitions-first__image-sun {
    z-index: 0;
    opacity: 1;
    -webkit-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
}
[data-transitions-lens=indoors] .transitions-first__image-sun {
    z-index: 1;
    opacity: 0;
}
.transitions-first__image-indoors {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/transitions-image-indoors.jpg) no-repeat 50% 50% #e7e7e6;
    opacity: 0;
    -webkit-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}
@media screen and (max-width:768px) {
    .transitions-first__image-indoors {
    background: url(images/transitions-image-indoors--mob.jpg) no-repeat 50% 50% #e7e7e6;
}
}[data-transitions-lens=sun] .transitions-first__image-indoors {
    z-index: 1;
    opacity: 0;
}
[data-transitions-lens=indoors] .transitions-first__image-indoors {
    z-index: 0;
    opacity: 1;
    -webkit-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
}
.transitions-first__image-lens {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/transitions-image-lens.png) no-repeat 50% 50%}
@media screen and (max-width:768px) {
    .transitions-first__image-lens {
    background: url(images/transitions-image-lens--mob.png) no-repeat 50% 50%}
}.transitions-first__content {
    z-index: 10;
    position: absolute;
    top: 85px;
    left: 500px;
    width: 500px;
    height: auto;
}
@media screen and (max-width:1020px) {
    .transitions-first__content {
    left: auto;
    right: 0;
}
}@media screen and (max-width:768px) {
    .transitions-first__content {
    width: auto;
    top: auto;
    bottom: 15px;
    left: 15px;
    right: 15px;
    margin: 0 auto;
    background: rgba(0, 0, 0, .5);
    padding-top: 5px;
}
}.transitions-first__content h1 {
    color: #1f5282;
    font: 64px/1em lato-light, sans-serif;
    margin: 0;
}
@media screen and (max-width:768px) {
    .transitions-first__content h1 {
    font-size: 48px;
    color: #fff;
    padding: 0 5px;
}
}@media screen and (max-width:499px) {
    .transitions-first__content h1 {
    font-size: 36px;
}
}.transitions-first__content h1 b {
    font-family: lato-semibold, sans-serif;
    font-weight: 400;
}
.transitions-first__content h2 {
    color: #1f5282;
    font: 36px/1em lato-light, sans-serif;
    margin: 0 0 50px;
}
@media screen and (max-width:768px) {
    .transitions-first__content h2 {
    margin-bottom: 10px;
    font-size: 26px;
    color: #fff;
    padding: 0 5px;
}
}@media screen and (max-width:499px) {
    .transitions-first__content h2 {
    font-size: 20px;
}
}.transition-degree-dimming {
    position: relative;
    width: 475px;
    height: 110px;
    color: #1f5282;
    font: 20px/24px lato-medium, sans-serif;
    background: #fff;
    padding: 20px 15px 20px 125px;
}
@media screen and (max-width:768px) {
    .transition-degree-dimming {
    width: auto;
    height: auto;
    min-height: 110px;
}
}@media screen and (max-width:499px) {
    .transition-degree-dimming {
    padding: 10px 10px 10px 125px;
    font: 18px/20px lato-medium, sans-serif;
}
.transition-degree-dimming br {
    display: none;
}
}.transition-degree-dimming:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 100%;
    min-height: 110px;
    background: url(images/transitions-degree-dimming.png) no-repeat 50% 50% #1f5282;
}
.transition-degree-dimming-ui {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 100%;
    min-height: 110px;
    background: url(images/degree-dimming-ui.png) no-repeat 50% 50%;
    cursor: grab;
    cursor: -webkit-grab;
}
.transition-degree-dimming-ui:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
.transitions-second {
    background: #083b6a;
    color: #fff;
    font-size: 18px;
    padding: 60px 0 80px;
}
@media screen and (max-width:1020px) {
    .transitions-second .column {
    padding-left: 0!important;
    width: 100%}
}.transitions-second .promo-banner-image {
    margin: 0 0 70px;
}
.transitions-second img {
    margin: 0 0 20px;
    display: block;
    max-width: 100%;
    height: auto;
}
.transitions-second h5 {
    font-size: 22px;
    line-height: 30px;
    margin: 0;
}
.transitions-second p {
    max-width: 375px;
    font: 14px/1.4em lato-semibold, sans-serif;
    padding: 10px 0 0;
    margin: 0 0 20px;
}
@media screen and (max-width:1020px) {
    .transitions-second p {
    max-width: 100%}
}.transitions-second .link.yellow {
    font: 18px/1em lato-regular, sans-serif;
}
.transitions-third {
    background: #fff;
    padding: 70px 0 75px;
}
@media screen and (max-width:1020px) {
    .transitions-third .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.transitions-third .column {
    width: 49%;
    padding: 0!important;
}
}@media screen and (max-width:768px) {
    .transitions-third {
    padding-bottom: 45px;
}
.transitions-third .row {
    display: block;
}
.transitions-third .column {
    width: 100%;
    margin-bottom: 15px;
}
}.transitions-third__wrap {
    position: relative;
    height: 370px;
}
@media screen and (max-width:768px) {
    .transitions-third__wrap {
    height: auto;
    background-position: left top!important;
}
}@media screen and (max-width:419px) {
    .transitions-third__wrap {
    background-image: none!important;
    background-color: #cacacc!important;
}
}.transitions-third__wrap.transitions-third__dark {
    background: url(images/transitions-third-dark-image.jpg) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
.transitions-third__wrap.transitions-third__transparent {
    background: url(images/transitions-third-tranparent-image.jpg) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
.transitions-third__content {
    position: absolute;
    top: 30px;
    left: 270px;
    width: 175px;
}
@media screen and (max-width:1020px) {
    .transitions-third__content {
    left: auto;
    right: 10px;
    width: 145px;
}
}@media screen and (max-width:768px) {
    .transitions-third__content {
    position: static;
    width: 100%;
    padding: 30px 15px 30px 60%}
}@media screen and (max-width:419px) {
    .transitions-third__content {
    padding-left: 15px;
}
}.transitions-third__content h5 {
    color: #fff;
    background: #1862a7;
    font-family: lato-semibold, sans-serif;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 20px;
    margin: 0 0 25px;
}
.transitions-third__transparent .transitions-third__content h5 {
    background: #f7f7f7;
    color: #004190;
}
.transitions-third__content p {
    color: #083b6a;
    line-height: 18px;
    font-size: 13px;
}
.transitions-advantage {
    padding: 0 0 80px;
}
@media screen and (max-width:768px) {
    .transitions-advantage {
    padding-bottom: 0;
}
}.transitions-advantage__description1 {
    position: absolute;
    top: 15px;
    left: 420px;
    color: #000;
    font: 18px/1.2 lato-semibold, sans-serif;
}
@media screen and (max-width:1020px) {
    .transitions-advantage__description1 {
    position: static;
    display: inline-block;
    vertical-align: top;
    width: 49%}
.transitions-advantage__description1.l-flex-horizontal-center {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
}@media screen and (max-width:549px) {
    .transitions-advantage__description1 {
    width: 100%;
    margin-bottom: 25px;
}
}.transitions-advantage__description2 {
    position: absolute;
    top: 15px;
    left: 670px;
    color: #000;
    font: 18px/1.1em lato-semibold, sans-serif;
}
@media screen and (max-width:1020px) {
    .transitions-advantage__description2 {
    position: static;
    display: inline-block;
    vertical-align: top;
    width: 49%}
.transitions-advantage__description2.l-flex-horizontal-center {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
}@media screen and (max-width:549px) {
    .transitions-advantage__description2 {
    width: 100%}
}.transitions-advantage__content {
    font-size: 0;
    width: 100%;
    height: 347px;
    background: #e7e7e6;
}
@media screen and (max-width:1020px) {
    .transitions-advantage__content {
    height: auto;
}
}@media screen and (max-width:768px) {
    .transitions-advantage__content {
    display: none;
}
}.transitions-advantage__timesday {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 280px;
    height: 100%;
    background: #f1f1f0;
}
@media screen and (max-width:1020px) {
    .transitions-advantage__timesday {
    height: 347px;
}
}.transitions-advantage__timesday-bg {
    z-index: 9;
    bottom: 0;
    right: 0;
    width: 220px;
    height: 184px;
    background: url(images/transitions-timesday-bg.png) no-repeat 50% 50%}
.transitions-advantage__timesday-bg, .transitions-advantage__timesday-slider-bg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
}
.transitions-advantage__timesday-slider-bg {
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/transitions-timesday-slider.png) no-repeat 50% 50%}
.transitions-advantage__timesday-sun {
    z-index: 8;
    position: absolute;
    top: 0;
    left: 130px;
    width: 77px;
    height: 77px;
    background: url(images/transitions-timesday-sun.png) no-repeat 50% 50%;
    margin-top: 20px;
}
.transitions-advantage__timesday-slider {
    z-index: 10;
    position: absolute;
    top: 19px;
    left: 90px;
    width: 4px;
    height: 330px;
}
.transitions-advantage__timesday-btn {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    background-image: url(images/image-slider-handler-2.png);
    margin-left: -43px;
}
.transitions-advantage__lens {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 710px;
    height: 100%;
    padding: 27px 40px;
}
@media screen and (max-width:1020px) {
    .transitions-advantage__lens {
    width: 470px;
    padding: 27px 20px;
}
}@media screen and (max-width:768px) {
    .transitions-advantage__lens {
    width: 100%}
}.transitions-advantage__smart-lens-nav-color {
    background: #eceef0;
    padding: 13px 17px;
}
.transitions-advantage__smart-lens-nav-color span {
    display: inline-block;
    vertical-align: middle;
    font: 18px/1em lato-semibold, sans-serif;
    margin: 0 45px 0 0;
}
@media screen and (max-width:1020px) {
    .transitions-advantage__smart-lens-nav-color span {
    display: block;
    margin-bottom: 10px;
}
}.transitions-advantage__smart-lens-nav-color a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #a5a8ab;
    font: 18px/1em lato-regular, sans-serif;
    border: 0;
    padding-left: 10px;
    margin: 0 30px 0 0;
    -webkit-transition: padding 150ms linear, color 150ms linear;
    -o-transition: padding 150ms linear, color 150ms linear;
    transition: padding 150ms linear, color 150ms linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration:none!important;
    cursor:pointer;
}
.transitions-advantage__smart-lens-nav-color a:nth-last-of-type(1) {
    margin: 0;
}
.transitions-advantage__smart-lens-nav-color a:hover {
    color: #000;
}
.transitions-advantage__smart-lens-nav-color a.active {
    color: #004190;
}
.transitions-advantage__smart-lens-nav-color a.active i {
    left: 0;
    opacity: 1;
}
.transitions-advantage__smart-lens-nav-color a i {
    position: absolute;
    top: 0;
    left: -10px;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    -webkit-transition: opacity 150ms linear, left 150ms linear;
    -o-transition: opacity 150ms linear, left 150ms linear;
    transition: opacity 150ms linear, left 150ms linear;
}
.transitions-advantage__smart-lens-rim {
    position: absolute;
    top: 125px;
    left: 50%;
    max-width: 496px;
    width: 100%;
    height: 174px;
    background: url(images/transitions-rim.png) no-repeat 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
    margin: 0 0 0 -248px;
}
@media screen and (max-width:1020px) {
    .transitions-advantage__smart-lens-rim {
    position: relative;
    top: 0;
    left: 0;
    margin: 25px auto 0;
}
}.transitions-advantage__smart-lens-rim .smart-lens__lens {
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 174px;
    -webkit-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}
.transitions-advantage__smart-lens-rim .smart-lens__lens:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
}
.transitions-advantage__smart-lens-rim .smart-lens__lens.smart-lens__green:after {
    background-image: url(images/transitions-lens-green.png);
}
.transitions-advantage__smart-lens-rim .smart-lens__lens.smart-lens__gray:after {
    background-image: url(images/transitions-lens-grey.png);
}
.transitions-advantage__smart-lens-rim .smart-lens__lens.smart-lens__brown:after {
    background-image: url(images/transitions-lens-brown.png);
}
[data-smart-lens-color=green] .transitions-advantage__smart-lens-rim .smart-lens__lens:after {
    opacity: 0;
}
[data-smart-lens-color=green] .transitions-advantage__smart-lens-rim .smart-lens__lens.smart-lens__green:after {
    opacity: 1;
    -webkit-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
}
[data-smart-lens-color=gray] .transitions-advantage__smart-lens-rim .smart-lens__lens:after {
    opacity: 0;
}
[data-smart-lens-color=gray] .transitions-advantage__smart-lens-rim .smart-lens__lens.smart-lens__gray:after {
    opacity: 1;
    -webkit-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
}
[data-smart-lens-color=brown] .transitions-advantage__smart-lens-rim .smart-lens__lens:after {
    opacity: 0;
}
[data-smart-lens-color=brown] .transitions-advantage__smart-lens-rim .smart-lens__lens.smart-lens__brown:after {
    opacity: 1;
    -webkit-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
}
.transitions-advantage-2 {
    background: #101721;
    padding: 65px 0 45px;
}
@media screen and (max-width:768px) {
    .transitions-advantage-2 {
    padding-top: 0;
}
}.transitions-video {
    position: relative;
    width: 840px;
    height: 470px;
    margin: 0 auto 90px;
}
.transitions-video__container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
.transitions-video__container iframe {
    width: 100%;
    height: 100%}
.transitions-video__container #player, .transitions-video__container iframe {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.transitions-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 118px;
    height: 88px;
    margin: -44px 0 0 -59px;
    cursor: pointer;
    background: url(images/icon-play-2.png) no-repeat 50% 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.transitions-video__play:hover {
    -webkit-animation: animation-1 1s linear both;
    animation: animation-1 1s linear both;
}
.transitions-advantage-list {
    font-size: 0;
    text-align: center;
}
.transitions-advantage-list__item {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 180px;
    text-align: left;
    color: #fff;
    font: 16px/1.1 lato-regular, sans-serif;
    padding: 115px 0 0;
    margin: 0 25px 0 0;
}
@media screen and (max-width:1020px) {
    .transitions-advantage-list__item {
    width: 240px;
    margin-right: 0;
    margin-bottom: 25px;
    padding: 115px 15px 0 15px;
    text-align: center;
}
}.transitions-advantage-list__item:nth-last-of-type(1) {
    margin: 0;
}
.transitions-advantage-list__item span {
    display: block;
    line-height: 1.4;
}
.transitions-advantage-list__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: auto auto;
    background-size: auto;
}
.transitions-green {
    width: 100%;
    height: 450px;
    background: url(images/transitions-green-image.jpg) no-repeat 50% 0 #eaeaea;
}
@media screen and (max-width:768px) {
    .transitions-green {
    height: auto;
    padding: 50px 0;
}
}@media screen and (max-width:619px) {
    .transitions-green {
    background-position: right;
}
}.transitions-green__content {
    position: absolute;
    top: 60px;
    left: 490px;
    width: 500px;
}
@media screen and (max-width:1020px) {
    .transitions-green__content {
    left: auto;
    right: 0;
}
}@media screen and (max-width:768px) {
    .transitions-green__content {
    position: static;
    width: 100%;
    padding-left: 25%}
}@media screen and (max-width:619px) {
    .transitions-green__content {
    padding-left: 0;
}
}.transitions-green__content h2 {
    color: #434e08;
    font: 30px/1.1em lato-medium, sans-serif;
}
.transitions-green__content .column {
    font-size: 16px;
    line-height: 24px;
}
@media screen and (max-width:768px) {
    .transitions-green__content .column {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0!important;
}
}.transitions-green__content .column small {
    font-size: 13px;
    line-height: 18px;
}
.transitions-green__caption {
    display: inline-block;
    color: #fff;
    font: 18px/1.1em lato-semibold, sans-serif;
    background: #3a543f;
    padding: 15px 20px;
}
.transitions-classic {
    width: 100%;
    height: 500px;
    background: url(images/transitions-classic-image.jpg) no-repeat 50% 0 #f4f4f4;
}
@media screen and (max-width:768px) {
    .transitions-classic {
    height: auto;
    padding: 50px 0;
}
}@media screen and (max-width:699px) {
    .transitions-classic {
    background-image: none;
}
}.transitions-classic__content {
    position: absolute;
    top: 60px;
    left: 500px;
    width: 500px;
}
@media screen and (max-width:1020px) {
    .transitions-classic__content {
    left: auto;
    right: 0;
}
}@media screen and (max-width:768px) {
    .transitions-classic__content {
    position: static;
    width: 100%;
    padding-left: 20%}
}@media screen and (max-width:699px) {
    .transitions-classic__content {
    padding-left: 0;
}
}@media screen and (max-width:499px) {
    .transitions-classic__content .row {
    margin-bottom: 25px!important;
}
.transitions-classic__content .column {
    width: 100%!important;
    text-align: left!important;
}
}.transitions-classic__content h2 {
    color: #00408a;
    font: 30px/1.1em lato-medium, sans-serif;
}
@media screen and (max-width:768px) {
    .transitions-classic__content h2 br {
    display: none;
}
}.transitions-classic__text {
    font-size: 16px;
    line-height: 1.6;
}
.transitions-classic__text--small {
    font-size: 13px;
}
.transitions-classic__caption {
    display: inline-block;
    color: #fff;
    font: 18px/1.2em lato-semibold, sans-serif;
    background: #00408a;
    padding: 15px 20px;
    width: 175px;
    height: 70px;
}
@media screen and (max-width:768px) {
    .transitions-classic__caption {
    margin-bottom: 10px;
}
}.transitions-chromea {
    background: #242424;
    color: #fff;
    padding: 85px 0 90px;
}
.transitions-chromea img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width:1020px) {
    .transitions-chromea .column {
    width: 100%;
    padding-left: 0!important;
}
}.transitions-chromea h5 {
    max-width: 300px;
    font: 20px/1.1em lato-bold, sans-serif;
}
.transitions-chromea p {
    max-width: 300px;
    font-size: 16px;
    line-height: 24px;
}
@media screen and (max-width:1020px) {
    .transitions-chromea p {
    max-width: 100%;
    width: 100%!important;
}
}.transitions-chromea__image-target {
    position: absolute;
    top: 70px;
    left: 780px;
    width: 113px;
    height: 109px;
    background: url(images/transitions-chromea-target.png) no-repeat 0 0;
}
@media screen and (max-width:1020px) {
    .transitions-chromea__image-target {
    display: none;
}
}.transitions-chromea__image-espf {
    position: absolute;
    top: 425px;
    left: 790px;
    width: 128px;
    height: 118px;
    background: url(images/transitions-chromea-espf.png) no-repeat 0 0;
}
@media screen and (max-width:1020px) {
    .transitions-chromea__image-espf {
    display: none;
}
}.transitions-colorperception {
    font-size: 13px;
    line-height: 18px;
    padding: 65px 0 115px;
}
@media screen and (max-width:1020px) {
    .transitions-colorperception {
    padding-bottom: 50px;
}
.transitions-colorperception .column {
    padding: 0!important;
}
.transitions-colorperception .column.width-280px {
    width: 100%}
.transitions-colorperception .column.width-330px {
    width: 50%;
    margin-right: 0!important;
}
}@media screen and (max-width:768px) {
    .transitions-colorperception .column.width-330px {
    width: 100%;
    margin-bottom: 25px;
}
.transitions-colorperception .column.width-330px img {
    max-width: 100%;
    height: auto;
}
}.transitions-colorperception h2 {
    color: #1f5282;
    font: 30px/1.1em lato-medium, sans-serif;
}
.transitions-colorperception h5 {
    color: #004190;
    font: 18px/1.1em lato-semibold, sans-serif;
}
.transitions-colorperception__caption {
    display: block;
    position: absolute;
    top: 0;
    left: 280px;
    color: #8a8a8a;
    font: 14px/1.3em lato-semibold, sans-serif;
}
@media screen and (max-width:1020px) {
    .transitions-colorperception__caption {
    position: static;
    margin: 30px 0;
}
}.transitions-footer {
    background: #f8f8f8;
    font-size: 18px;
    padding: 60px 0 50px;
}
@media screen and (max-width:768px) {
    .transitions-footer .column {
    width: 100%}
}.transitions-footer img {
    margin: 0 0 10px;
    max-width: 100%;
    height: auto;
}
.transitions-footer h5 {
    line-height: 26px;
    margin: 0;
}
.transitions-footer p {
    max-width: 390px;
    color: #8a8a8a;
    font: 14px/1.3 lato-semibold, sans-serif;
    padding: 10px 0 0;
    margin: 0 0 30px;
}
.ui-slider {
    font-size: 0;
    text-align: center;
}
.ui-slider__section {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 166px;
    border: 0;
}
.ui-slider__section:nth-last-of-type(1):after {
    display: none;
}
.ui-slider__section:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    width: 100%;
    height: 6px;
    background: #f1f7fa;
}
.ui-slider__section-content>span {
    display: inline-block;
    vertical-align: top;
    font: 25px/1em lato-regular, sans-serif;
    margin: 0 0 25px;
}
.ui-slider__section.active .ui-slider__section-content>span, .ui-slider__section:hover .ui-slider__section-content>span {
    color: #676767;
    border-color: rgba(46, 118, 171, 0);
}
.ui-slider__section-content p {
    color: #676767;
    font: 15px/1em lato-regular, sans-serif;
}
.ui-slider__section-walker {
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 6px;
    background: #2e76ab;
}
@-webkit-keyframes a-from-left {
    0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
33%, 66% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
}
}@keyframes a-from-left {
    0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
33%, 66% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
}
}@-webkit-keyframes a-from-right {
    0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
33%, 66% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
}
}@keyframes a-from-right {
    0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
33%, 66% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
}
}.ui-slider__value {
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    background: #f1f7fa;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 0;
    margin: 0 0 25px;
}
.ui-slider__section:hover .ui-slider__value {
    border: 0;
}
.ui-slider__section:hover .ui-slider__value:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ui-slider__section.active .ui-slider__value:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ui-slider__value:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    background: #2e76ab;
    margin: -7px 0 0 -7px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform .3s ease 150ms;
    -webkit-transition: -webkit-transform .3s ease 150ms;
    -o-transition: transform .3s ease 150ms;
    transition: transform .3s ease 150ms;
    transition: transform .3s ease 150ms, -webkit-transform .3s ease 150ms;
}
.uses-top {
    height: 485px;
    padding: 50px 0 40px;
    color: #fff;
    background-color: #2f76ac;
    background-repeat: no-repeat;
    background-position: 50% 100%}
.uses-top .container {
    height: 100%}
.uses-top__title {
    font-family: lato-light, sans-serif;
    line-height: 50px;
    margin: 0 0 30px;
}
.uses-top__description {
    font-size: 16px;
    line-height: 24px;
    width: 460px;
}
.uses-top__nav {
    position: absolute;
    bottom: 0;
    left: 0;
}
.uses-top__nav-link {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: rgba(227, 227, 227, 0);
}
.uses-top__nav-link.active, .uses-top__nav-link:hover {
    border: 1px solid #fff;
    background: #e3e3e3;
}
.uses-top__nav-link-previous {
    line-height: 32px!important;
    display: inline-block!important;
    width: 32px!important;
    height: 32px!important;
    margin: 0 10px 0 0;
    vertical-align: middle!important;
}
.uses-top__nav-link-previous:hover {
    background: #e3e3e3;
}
.uses-top__nav-link-previous i {
    font-size: 16px!important;
    line-height: 1em!important;
}
.uses-top__nav-link-next {
    line-height: 32px!important;
    display: inline-block!important;
    width: 32px!important;
    height: 32px!important;
    margin: 0 0 0 10px;
    vertical-align: middle!important;
}
.uses-top__nav-link-next:hover {
    background: #e3e3e3;
}
.uses-top__nav-link-next i {
    font-size: 16px!important;
    line-height: 1em!important;
}
.uses-story {
    background: url(images/about-section-gradient.png) repeat-x 0 0 #eaeaea;
    position: relative;
    padding: 60px 0;
}
.uses-story-image {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 583px;
    min-height: 320px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #fff;
}
.uses-story-image img {
    width: 100%;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.uses-story-content {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 416px;
    padding: 25px 50px 0 0;
}
.uses-story-content:nth-child(2n) {
    padding-right: 0;
    padding-left: 50px;
}
.uses-story-content p {
    line-height: 18px;
    margin: 0 0 25px;
}
.uses-story-content p:nth-last-child(1) {
    margin-bottom: 0;
}
.uses-banner {
    min-height: 230px;
    padding: 5px;
    text-align: center;
    font-size: 0;
    background: #2f76ac;
}
.uses-banner__title {
    line-height: 40px;
    margin: 0;
    color: #fff;
    font-size: 28px;
    max-width: 740px;
}
.uses-banner__image, .uses-banner__title {
    display: inline-block;
    vertical-align: middle;
}
.uses-advantage {
    background: url(images/about-section-gradient.png) repeat-x 0 0 #eaeaea;
    padding: 60px 0;
}
.uses-advantage__title {
    line-height: 40px;
    display: inline-block;
    width: 100%;
    margin: 0 0 60px;
    text-align: center;
    color: #444;
}
.uses-advantage__title b {
    font-family: lato-bold, sans-serif;
    color: #1f5282;
}
.uses-advantage-content {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 333px;
    padding: 0 82px 0 0;
}
.uses-advantage-content:nth-child(2n) {
    padding-right: 0;
    padding-left: 82px;
}
.uses-advantage-content ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
.uses-advantage-content li {
    line-height: 18px;
    position: relative;
    padding: 0 0 20px 20px;
}
.uses-advantage-content li:nth-last-child(1) {
    padding-bottom: 0;
}
.uses-advantage-content li:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #1f5282;
}
.uses-advantage-content__title {
    margin: 0 0 30px!important;
    color: #444!important;
}
.uses-advantage-content__description {
    line-height: 18px;
    margin: 0 0 30px;
}
.uses-advantage-content__action a {
    font-size: 16px;
}
.uses-advantage-image {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 582px;
    min-height: 320px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #fff;
}
.uses-advantage-image [data-image-comparison-slider-original], .uses-advantage-image img {
    width: 100%;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.uses-advantage-image[data-image-scroll-slider] img {
    width: auto!important;
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
}
.uses-advantage-content__slides-nav {
    margin: 0 0 25px;
    white-space: nowrap;
}
.uses-advantage-content__slides-nav a {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin: 0 30px 0 0;
}
.uses-advantage-content__slides-nav a:nth-last-child(1) {
    margin-right: 0;
}
.uses-advantage-content__slides-nav a.active {
    font-weight: 700;
    color: #666!important;
    border: 0!important;
}
.uses-advantage-content__slides {
    margin: 0 0 30px;
}
.uses-advantage-content__slide {
    display: none;
}
.uses-advantage-content__slide.active {
    display: block;
}



.vision-screening {
    padding: 40px 0 100px;
    background: #eaeaea;
}
.vision-screening h1 {
    margin: 0 0 40px;
    color: #2e76ab;
}
.vision-screening-container {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 735px;
    margin: 0 15px 0 0;
}
.vision-screening-container [data-vision-screening-stage] {
    padding: 25px 40px 0;
}
.vision-screening-container-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 600px;
    background: #fff;
}
.vision-screening-container-start {
    text-align: center;
}
.vision-screening-container-start .row {
    height: auto;
    margin: 0 0 15px;
}
.vision-screening-container__title {
    font: 20px/1em lato-regular, sans-serif;
    margin: 0 0 40px;
    text-align: left;
}
.vision-screening-container-start__content {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 250px;
    margin: 0 50px 0 0;
    padding: 200px 0 0;
    text-align: left;
}
.vision-screening-container-start__content:nth-last-child(1) {
    margin-right: 0;
}
.vision-screening-container-start__content img {
    position: absolute;
    top: 0;
    display: block;
    margin: 0 0 30px;
}
.vision-screening-container-start__content p {
    line-height: 18px;
    margin: 0 0 10px;
}
.vision-screening-container-start__content table {
    width: 100%}
.vision-screening-container-start__content td {
    padding: 5px;
}
.vision-screening-container-start__content tr:nth-child(2n) {
    background: #f7f7f7;
}
.vision-screening-container-start__action {
    text-align: center;
    margin-top: 30px;
}
.vision-screening-container__iteration {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
}
.vision-screening-container-status h4 {
    margin: 0 0 30px;
}
.vision-screening-container-status .column {
    width: 300px;
    height: 175px;
    background: #eaeaea;
    padding: 15px 15px 25px;
    margin: 0 20px 0 0;
}
.vision-screening-container-status .column p {
    height: 90px;
    margin: 0;
}
.vision-screening-container-status__list {
    margin: 0 0 60px;
}
.vision-screening-container-status__value {
    font-size: 13px;
    border-bottom: 1px solid #efefef;
    padding: 0 0 8px;
    margin: 0 0 15px;
}
.vision-screening-container-status__value>span {
    float: right;
    font-weight: 700;
    color: #2e76ab;
}
.vision-screening-container-status__value:nth-last-of-type(1) {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}
.vision-screening-test {
    height: auto;
}
.vision-screening-test [data-vision-screening-controls] {
    line-height: 40px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #444;
}
.vision-screening-test__controls-up {
    top: -20px!important;
    margin: 0 0 0 -20px!important;
}
.vision-screening-test__controls-right {
    right: -20px!important;
    margin: -20px 0 0!important;
}
.vision-screening-test__controls-down {
    bottom: -20px!important;
    margin: 0 0 0 -20px!important;
}
.vision-screening-test__controls-left {
    left: -20px!important;
    margin: -20px 0 0!important;
}
.vision-screening-test__canvas {
    position: relative;
    width: 100%;
    height: 350px;
    margin: 0 0 40px;
    padding: 50px 0 0;
}
.vision-screening-test__hint {
    margin: 0 0 100px;
    padding: 10px 0 0;
    text-align: left;
    border-top: 2px solid #eaeaea;
}
.vision-screening-test__hint-text {
    line-height: 18px;
    display: inline-block;
    width: 250px;
    margin: 0 40px 0 0;
    vertical-align: middle;
}
.vision-screening-test__hint-arrows {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #444;
}
.vision-screening-test__hint-arrows i {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
}
.vision-screening-test__action {
    font-size: 0;
    text-align: left;
}
.vision-screening-test__description {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin: 0 50px 0 0;
}
.vision-screening-test__answers {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin: 0;
}
.vision-screening-test__title {
    font: 20px/1em lato-regular, sans-serif;
    margin: 0 0 30px;
}
.vision-screening-test__answer {
    position: relative;
    padding: 0 0 0 60px;
    margin: 0 0 20px;
    min-height: 40px;
}
.vision-screening-test__answer:nth-last-child(1) {
    margin-bottom: 0;
}
.vision-screening-test__answer span {
    position: absolute!important;
    top: 0!important;
    right: auto!important;
    bottom: auto!important;
    left: 0!important;
    display: inline-block!important;
    margin: 0 20px 0 0!important;
    vertical-align: middle!important;
}
.vision-screening-container__alert {
    display: none;
    font: 32px/40px lato-regular, sans-serif;
    padding: 70px 100px 60px;
}
.vision-screening-container__alert.success {
    color: #1fa125;
}
.vision-screening-container__alert.warning {
    color: #e4152e;
}
.vision-screening-result__action {
    margin: 0 0 100px;
}
.vision-screening-result__action a {
    font: 18px/1em lato-regular, sans-serif;
    display: inline-block;
    margin: 0 50px 0 0;
    vertical-align: middle;
}
.vision-screening-result__action a:nth-last-child(1) {
    margin-right: 0;
}
.vision-screening-result__action a.btn {
    line-height: 40px;
}
.vision-screening-result__action a[data-vision-screening-reload] {
    line-height: 22px;
}
.vision-screening-result__notice {
    line-height: 18px;
    padding: 20px 0 0;
    text-align: left;
    border-top: 2px solid #eaeaea;
}
.vision-screening-sidebar {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 250px;
    height: 600px;
    padding: 10px;
    border: 1px solid #aaa;
}
.vision-screening-sidebar__link {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    display: block;
    min-height: 60px;
    margin: 0 0 5px;
    padding: 10px 10px 10px 60px;
    border: 0!important;
}
.vision-screening-sidebar__link span:before {
    font-family: lato-bold, sans-serif;
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    content: attr(data-count);
    text-align: center;
    color: #444;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
}
.vision-screening-sidebar__link:nth-last-child(1) {
    margin-bottom: 0;
}
.vision-screening-sidebar__link.active {
    background: #444;
}
.vision-screening-sidebar__link.active span {
    color: #fff!important;
    border: 0!important;
}
.vision-screening-sidebar__link.success span:before, .vision-screening-sidebar__link.warning span:before {
    background: url(images/icon-check.png) no-repeat 50% 50% #fff;
    padding-left: 0;
    content: ""}
.vision-screening-sidebar__link.vision-screening-sidebar_without-icon {
    font: 18px/22px Verdana, sans-serif;
    padding: 10px 15px;
}
.vision-screening-sidebar__link.vision-screening-sidebar_without-icon span:before {
    display: none;
}
.vision-screening-sidebar__link[data-vision-screening-nav-item=amsler-test] span {
    display: inline-block;
    margin-top: 8px;
}




@font-face {
    font-family: lato-bold;
    src: url(fonts/lato-bold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: lato-bolditalic;
    src: url(fonts/lato-bolditalic.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: lato-semibold;
    src: url(fonts/lato-semibold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: lato-medium;
    src: url(fonts/lato-medium.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: lato-regular;
    src: url(fonts/lato-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: lato-light;
    src: url(fonts/lato-light.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: lato-thin;
    src: url(fonts/lato-thin.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: truth-regular;
    src: url(fonts/truthcyr-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: pharmadin;
    src: url(fonts/pharmadin-condensedlight.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: rub;
    src: url(fonts/rubsn.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}



.happymodal-backdrop {
    z-index: 300;
    background: rgba(0, 0, 0, .85);
}
.happymodal {
    z-index: 400;
}
.happymodal-dialog {
    max-width: 900px;
    background-color: #145381;
    border: 1px solid #aaa;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.happymodal-content {
    padding: 0;
}
.happymodal-body {
    height: 700px;
}




@media screen and (max-width:999px) {
    .happymodal-body {
    height: 90vh;
}
}.modal-video .happymodal-body {
    padding: 40px;
    height: auto;
}
@media screen and (max-width:999px) {
    .modal-video .happymodal-body {
    padding: 15px;
}
}.modal-video .happymodal-dialog {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
}


html.flash {
    -webkit-animation-name: none;
    animation-name: none;
}
.happy-loader-overlay {
    background: #1f5282;
}
.happy-loader-bar-center {
    top: 50%!important;
    height: 2px;
}


.image-blur-mask-viewer_slide canvas:nth-last-of-type(1) {
    -webkit-box-shadow: inset 0 0 300px rgba(0, 0, 0, .51), inset 0 0 300px rgba(0, 0, 0, .51);
    box-shadow: inset 0 0 300px rgba(0, 0, 0, .51), inset 0 0 300px rgba(0, 0, 0, .51);
}
iframe[name=google_conversion_frame] {
    display: none;
}
.image-blur-mask-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.image-blur-mask-preloader-description {
    position: absolute;
    bottom: 35%;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}
.image-blur-mask-preloader-description p {
    padding: 0 0 5px;
    margin: 0;
}
[data-accordion-item].active [data-accordion-item-content] {
    display: block;
}
[data-accordion-item] [data-accordion-item-content] {
    display: none;
}
[data-vision-screening-stage] {
    position: relative;
}
[data-vision-screening-test] {
    position: relative;
    width: 100%;
    margin: 0;
}
[data-vision-screening-stage=amsler-test] [data-vision-screening-test], [data-vision-screening-stage=distance-vision] [data-vision-screening-test] {
    width: 100%;
    height: auto;
}
[data-vision-screening-test-canvas-symbol] svg {
    height: auto;
}




.amsler-grid, .astigmatism-1, .astigmatism-2, .astigmatism-3 {
    background-position: 50% 50%}
.yt-player {
    position: relative;
}
.yt-player__cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.yt-player__container {
    direction: ltr;
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
    background-color: #000;
}
@media screen and (max-width:1020px) {
    .yt-player__container {
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%}
}
.yt-player__container iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.yt-player__cover {
    padding-bottom: inherit;
    cursor: pointer;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.yt-player__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: url(images/icon-play.png) no-repeat 26px 50% #fff;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.yt-player__icon:hover {
    -webkit-animation: animation-1 1s linear both;
    animation: animation-1 1s linear both;
}


.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list, .slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    /*
    overflow: hidden;
    */
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:after, .slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    /*
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    */
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slideshow-home, .slideshow-home .slick-track {
    height: 700px;
}
@media screen and (max-width:1020px) {
    .slideshow-home, .slideshow-home .slick-track {
    height: auto;
}
}.slideshow-for {    
}
@media screen and (max-width:1020px) {
    .slideshow-for {
    height: auto;
    padding-bottom: 70px;
}
}@media screen and (max-width:768px) {
    .slideshow-for {
    padding-bottom: 50px;
}
.slideshow-for .column {
    display: block;
    margin: 0 auto 25px;
}
.slideshow-for .slick-arrow {
    display: none!important;
}
}.slideshow-for .slick-track {

}
@media screen and (max-width:1020px) {
    .slideshow-for .slick-track {
    height: auto;
}
}.slideshow-eyezen, .slideshow-eyezen .slick-track {
    height: 500px;
}
@media screen and (max-width:499px) {
    .slideshow-eyezen, .slideshow-eyezen .slick-track {
    height: auto;
}
}.slideshow-for, .slideshow-home {
    display: none;
}
.slideshow-for.slick-initialized, .slideshow-home.slick-initialized {
    display: block;
}
.slick-dots {
    position: absolute;
    bottom: 30px;
    padding: 0;
    margin: 0;
    height: 16px;
    list-style: none;
    z-index: 5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
}
.slick-dots li {
    display: inline-block;
    font-size: 0;
    height: 16px;
    width: 12px;
    margin: 0 6px;
}
.slick-dots li.slick-active button {
    background-color: #fff;
}
.slick-dots button {
    width: 12px;
    height: 16px;
    padding: 0 6px;
    font-size: 0;
    border: 2px solid #fff;
    background-color: transparent;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.slick-arrow {
    position: absolute;
    font-size: 0;
    top: 25%;
    display: block;
    width: 30px;
    height: 57px;
    background: 0 0;
    border: 0;
    padding: 0;
    z-index: 9999;
}
.slick-prev {
    background-image: url(images/slide-left.png);
    left: 50px;
}
@media screen and (max-width:1020px) {
    .slick-prev {
    left: 15px;
}
}.slick-next {
    background-image: url(images/slide-right.png);
    right: 50px;
}
@media screen and (max-width:1020px) {
    .slick-next {
    right: 15px;
}
}.slideshow-home .hide-touch {
    display: block;
}
@media screen and (max-width:1020px) {
    .slideshow-home .hide-touch {
    display: none!important;
}
}.slideshow-home .show-touch {
    display: none!important;
}
@media screen and (max-width:1020px) {
    .slideshow-home .show-touch {
    display: block!important;
}
}.tipso_bubble {
    font-size: 15px;
    line-height: 1.2em;
    -webkit-border-radius: 3px!important;
    border-radius: 3px!important;
    padding: 3px 3px 5px;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
    text-align: left!important;
}
.cfm--45 .cfm-top {
    margin-bottom: 55px;
}
.cfm--45 .cfm-top__description {
    font-size: 26px;
}
.cfm-varilux {
    color: #fff;
    background: #1f2328;
    padding: 70px 0 20px;
    margin: 0 0 70px;
}
@media screen and (max-width:768px) {
    .cfm-varilux .l-flex-row {
    display: block;
    margin-bottom: 50px!important;
}
}.cfm-varilux__title {
    text-align: center;
}
.cfm-varilux__title img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.cfm-varilux__description {
    text-align: center;
    font-size: 26px;
    font-family: lato-regular, sans-serif;
    line-height: 1.2em;
}
.cfm-varilux__description-2 {
    max-width: 430px;
    padding: 0 70px 0 0;
}
@media screen and (max-width:768px) {
    .cfm-varilux__description-2 {
    max-width: 100%;
    padding: 0;
    margin-bottom: 25px!important;
}
}.cfm-varilux__description-2, .cfm-varilux__description-3 {
    font-size: 24px;
    font-family: lato-regular, sans-serif;
    line-height: 30px;
}
.cfm-varilux__description-3 {
    max-width: 570px;
    color: #c3c3c3;
}
@media screen and (max-width:768px) {
    .cfm-varilux__description-3 {
    max-width: 100%}
}.cfm-varilux__slides {
    width: 100%;
    height: 410px;
}
@media screen and (max-width:768px) {
    .cfm-varilux__slides {
    height: auto;
    display: block;
}
}.cfm-varilux__slides-nav {
    width: 335px;
    padding: 0 40px 0 12px;
}
@media screen and (max-width:768px) {
    .cfm-varilux__slides-nav {
    width: 100%;
    padding: 0;
}
.cfm-varilux__slides-nav br {
    display: none;
}
}.cfm-varilux__slides-nav-link {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
    height: 95px;
    color: #fff;
    font-size: 18px;
    font-family: lato-semibold, sans-serif;
    line-height: 1.2em;
    border-bottom: 1px solid #363636;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
@media screen and (max-width:768px) {
    .cfm-varilux__slides-nav-link {
    height: auto;
    min-height: 62px;
    padding: 7px 0;
}
}.cfm-varilux__slides-nav-link:nth-last-child(1) {
    border: 0;
}
.cfm-varilux__slides-nav-link.active, .cfm-varilux__slides-nav-link:hover {
    color: #36a7db;
}
.cfm-varilux__slides-nav-link.active span:before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.cfm-varilux__slides-nav-link span {
    position: relative;
    color: inherit;
    display: inline-block;
    padding: 0 0 0 20px;
}
.cfm-varilux__slides-nav-link span:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 8px;
    height: 11px;
    background: url(images/icon-arrow.png) no-repeat 0 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
}
.cfm-varilux__slides-container {
    width: 665px;
    height: 100%;
    padding: 0 25px 0 0;
}
@media screen and (max-width:768px) {
    .cfm-varilux__slides-container {
    width: 100%;
    height: auto;
    padding: 0;
}
}.cfm-varilux__slides-container [data-content-slider-wrap] {
    width: 100%;
    height: 100%}
.cfm-varilux__slides-item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
@media screen and (max-width:768px) {
    .cfm-varilux__slides-item {
    height: auto;
    padding-bottom: 64%}
}
.cfm-varilux__title-2 {
    text-align: center;
    font-size: 40px;
    font-family: lato-bold, sans-serif;
    line-height: 1.2em;
    color:#fff;
}
.cfm-varilux__description-4 {
    max-width: 770px;
    text-align: center;
    color: #c3c3c3;
    font-size: 26px;
    font-family: lato-regular, sans-serif;
    line-height: 1.2em;
    margin-left: auto;
    margin-right: auto;
}
.cfm-varilux__compare {
    width: 1000px;
    position: relative;
    text-align: right;
    font-size: 0;
}
@media screen and (max-width:1020px) {
    .cfm-varilux__compare {
    margin-bottom: 25px!important;
}
}@media screen and (max-width:768px) {
    .cfm-varilux__compare {
    width: auto;
}
}.cfm-varilux__compare:before {
    pointer-events: none;
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/cfm-45-varilux-compare.png) no-repeat 156px 280px;
}
@media screen and (max-width:768px) {
    .cfm-varilux__compare: before {
    display: none;
}
}.cfm-varilux__compare-columns {
    width: 240px;
    margin: 0 20px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-family: lato-bold, sans-serif;
    line-height: 20px;
}
@media screen and (max-width:768px) {
    .cfm-varilux__compare-columns {
    width: -webkit-calc(100% - 220px);
    width: calc(100% - 220px);
}
.cfm-varilux__compare-columns--hide {
    position: absolute;
    top: 0;
    left: 0;
}
.cfm-varilux__compare-columns--hide .cfm-varilux__compare-body, .cfm-varilux__compare-columns--hide .cfm-varilux__compare-footer, .cfm-varilux__compare-columns--hide .cfm-varilux__compare-header {
    display: none;
}
}@media screen and (max-width:489px) {
    .cfm-varilux__compare-columns {
    width: 100%;
    margin: 0 auto!important;
}
.cfm-varilux__compare-columns--hide {
    display: none;
}
}.cfm-varilux__compare-columns:nth-last-child(1) {
    margin: 0 25px 0 20px;
}
.cfm-varilux__compare-columns:nth-last-child(1) .cfm-varilux__compare-footer {
    background: #049b24;
}
.cfm-varilux__compare-header {
    position: relative;
    width: 100%;
    height: 188px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 0 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.cfm-varilux__compare-header--best:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/cfm-45-varilux-sticker.png) no-repeat 100% 0;
}
.cfm-varilux__compare-body {
    background: #fff;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.cfm-varilux__compare-body h4 {
    font-size: 18px;
    font-family: lato-semibold, sans-serif;
    line-height: 1.2em;
    padding: 22px 0;
    margin: 0;
}
.cfm-varilux__compare-body-description {
    height: 82px;
    border-bottom: 1px solid #e0e0e0;
    padding: 22px 0;
    margin: 0;
}
.cfm-varilux__compare-body-description-2 {
    height: 125px;
    padding: 22px 0;
    margin: 0;
}
.cfm-varilux__compare-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 16px;
    height: 80px;
    color: #fff;
    background: #b70404;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    padding: 22px 0;
}
.cfm-varilux__compare-footnote {
    position: absolute;
    top: 272px;
    left: -15px;
    width: 160px;
    color: #fff;
    text-align: right;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    font-family: lato-bold, sans-serif;
}
.cfm-varilux__compare-footnote:nth-of-type(2) {
    top: 338px;
    left: -15px;
}
.cfm-varilux__compare-footnote:nth-of-type(3) {
    top: 400px;
    left: -15px;
}
.cfm-varilux__compare-caption {
    position: absolute;
    top: 458px;
    left: 0;
    display: block;
    width: 175px;
    height: 82px;
    color: #fff;
    text-align: right;
    font-size: 16px;
    line-height: 1.2em;
    font-family: lato-bold, sans-serif;
    padding: 22px 30px 0 10px;
    border-top: 1px solid #666;
}
.cfm-varilux__compare-caption:nth-of-type(2) {
    top: 539px;
    height: 126px;
}
.cfm-varilux__compare-caption:nth-of-type(3) {
    top: 665px;
}
.cfm-varilux__action {
    text-align: center;
}
.cfm-varilux__action .btn {
    height: 70px;
    color: #fff;
    font-size: 25px;
    font-family: lato-semibold, sans-serif;
    line-height: 65px;
    background: 0 0;
    border: 4px solid #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 60px;
}
@media screen and (max-width:768px) {
    .cfm-varilux__action .btn {
    padding: 0 15px;
}
}@media screen and (max-width:449px) {
    .cfm-varilux__action .btn {
    font-size: 18px;
}
}.cfm-varilux__action .btn:hover {
    color: #2e76ab;
    background: 0 0;
    border: 4px solid #2e76ab;
}
.cfm-childs-ultraviolet h3 {
    text-align: center;
    color: #1f5282;
    font-size: 40px;
    line-height: 1.1em;
    font-family: lato-bold, sans-serif;
    margin: 0 0 25px;
}
@media screen and (max-width:768px) {
    .cfm-childs-ultraviolet h3 {
    font-size: 30px;
}
}.cfm-childs-ultraviolet h4 {
    font-size: 30px;
    line-height: 1.2em;
    margin: 0 0 35px;
}
.cfm-childs-ultraviolet h4, .cfm-childs-ultraviolet__title {
    text-align: center;
    color: #1f5282;
    font-family: lato-regular, sans-serif;
}
.cfm-childs-ultraviolet__title {
    font-size: 45px;
    line-height: 1em;
    margin: 0 0 50px;
}
@media screen and (max-width:768px) {
    .cfm-childs-ultraviolet__title {
    margin-bottom: 25px;
}
}.cfm-childs-ultraviolet__wrapper {
    background: url(images/cfm-section-gradient.png) repeat-x 0 0 #fff;
    padding: 50px 0 60px;
}
.cfm-childs-ultraviolet__description {
    max-width: 840px;
    margin: 0 auto 25px;
    text-align: left;
    color: #222a30;
    font-size: 20px;
    line-height: 1.2em;
    font-family: lato-regular, sans-serif;
}
.cfm-childs-ultraviolet__container {
    background: #e0e0e0;
    padding: 45px 0 0;
}
.cfm-childs-ultraviolet .cfm-content-banner {
    height: 359px;
    background: 0 0;
    margin: 0;
}
@media screen and (max-width:768px) {
    .cfm-childs-ultraviolet .cfm-content-banner .cfm-content-banner__image {
    height: 359px;
}
}.cfm-childs-ultraviolet .cfm-content-banner__content {
    font-size: 20px;
    line-height: 1.2em;
}
.cfm-childs-ultraviolet .cfm-content-list__item {
    color: #fff;
    background-color: #1f5282;
}
.cfm-title {
    text-align: center;
    font-size: 45px;
    font-family: lato-regular, sans-serif;
    line-height: 1.2em;
    color: #1f5282;
    margin: 0 0 50px;
}
.cfm-title--no-margin {
    margin-bottom: 0;
}
.cfm-description {
    text-align: center;
    font-size: 22px;
    font-family: lato-regular, sans-serif;
    line-height: 1.2em;
    color: #898989;
    margin: 0 0 10px;
}
.cfm-description--no-margin {
    margin-bottom: 0;
}
.cfm-top {
    /*
    padding: 55px 0 0;
    */
}
.cfm-top__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    max-width: 1000px;
    height: 330px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 0 55px;
}
@media screen and (max-width:1020px) {
    .cfm-top__container {
    padding: 30px 15px;
    height: auto;
    background: #1f5282!important;
}
}.cfm-top__container-description {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-family: lato-regular, sans-serif;
    padding: 0 50px 0 550px;
    max-width: 100%}
@media screen and (max-width:1020px) {
    .cfm-top__container-description {
    padding: 0;
}
}.cfm-top__title {
    font-size: 45px;
    line-height: 1.1em;
    color: #1f5282;
}
@media screen and (max-width:768px) {
    .cfm-top__title {
    font-size: 32px;
}
}.cfm-top__description, .cfm-top__title {
    text-align: center;
    font-family: lato-regular, sans-serif;
    margin: 0 0 10px;
}
.cfm-top__description {
    line-height: 1.2em;
    color: #898989;
    font-size: 24px;
}
@media screen and (max-width:768px) {
    .cfm-top__description br {
    display: none;
}
}.cfm-top__description--no-margin {
    margin-bottom: 0;
}
.cfm-content-banner {
    width: 100%;
    height: 377px;
    background: #fff;
    margin: 0 0 45px;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}
@media screen and (max-width:649px) {
    .cfm-content-banner {
    display: block;
    height: auto!important;
}
}.cfm-content-banner__image {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width:649px) {
    .cfm-content-banner__image {
    display: block;
    width: 100%}
}.cfm-content-banner__image span {
    position: absolute;
    top: 255px;
    left: 295px;
    line-height: 18px;
    font-size: 13px;
    font-family: Verdana, sans-serif;
    color: #083b6a;
    padding: 0 20px 0 0;
}
@media screen and (max-width:1020px) {
    .cfm-content-banner__image span {
    display: none;
}
}.cfm-content-banner__content {
    height: 100%;
    max-height: 327px;
    background: #aee4fb;
    color: #000;
    font-size: 24px;
    line-height: 30px;
    font-family: lato-regular, sans-serif;
    padding: 0 50px 0 75px;
}
@media screen and (max-width:1020px) {
    .cfm-content-banner__content {
    font-size: 20px;
}
}@media screen and (max-width:649px) {
    .cfm-content-banner__content {
    display: block;
    width: 100%;
    max-height: 100%;
    font-size: 20px;
}
}.cfm-content-banner__content-inner {
    max-width: 100%}
.cfm-content-banner__content-b {
    padding: 0 50px!important;
}
@media screen and (max-width:649px) {
    .cfm-content-banner__content-b {
    padding: 25px 15px!important;
}
}.cfm-content-list {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0 0 30px;
}
@media screen and (max-width:1020px) {
    .cfm-content-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
}.cfm-content-list__item {
    width: 300px;
    height: 300px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: 50% 85%;
    -webkit-background-size: auto auto;
    background-size: auto;
    font-size: 20px;
    font-family: lato-regular, sans-serif;
    line-height: 25px;
    color: #1f5282;
    padding: 23px 25px;
    margin: 0 10px;
}
@media screen and (max-width:1020px) {
    .cfm-content-list__item {
    width: 49%;
    margin: 0;
}
}@media screen and (max-width:649px) {
    .cfm-content-list__item {
    width: 100%;
    margin: 0;
}
.cfm-content-list__item:first-child {
    margin-bottom: 25px;
}
}.cfm-content-list__item:nth-last-child(1) {
    line-height: 1.2em;
    color: #222a30;
    background: 0 0;
    padding: 0 15px;
}
@media screen and (max-width:1020px) {
    .cfm-content-list__item: nth-last-child(1) {
    width: 100%;
    height: auto;
    padding-top: 25px;
}
}.cfm-content-list__item-inner {
    max-width: 100%}
.text-bigger {
    font-size: 22px;
    font-family: lato-bold, sans-serif;
}
.cfm-advantages {
    margin: 0 0 80px;
}
@media screen and (max-width:768px) {
    .cfm-advantages {
    margin-bottom: 25px;
}
}.cfm-advantages__title {
    text-align: center;
    font-size: 45px;
    font-family: lato-regular, sans-serif;
    line-height: 1.2em;
    color: #1f5282;
    margin: 0 0 45px;
}
@media screen and (max-width:768px) {
    .cfm-advantages__title {
    font-size: 30px;
    margin-bottom: 30px;
}
}.cfm-advantages__title--no-margin {
    margin-bottom: 0;
}
.cfm-advantages__list {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.cfm-advantages__item {
    height: 325px;
    color: #1f5282;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0 50px;
}
@media screen and (max-width:1020px) {
    .cfm-advantages__item {
    width: 100%;
    height: auto;
    padding: 0;
}
.cfm-advantages__item:not(.cfm-advantages__item--widget) {
    padding: 25px 15px;
}
}.cfm-advantages__item--transitions {
    height: 640px;
    background-position: bottom center;
    -webkit-background-size: auto auto;
    background-size: auto;
}
@media screen and (max-width:768px) {
    .cfm-advantages__item--transitions {
    height: 560px;
}
}.cfm-advantages__item--widget .promo-about__content-slide-after, .cfm-advantages__item--widget .promo-about__content-slide-before {
    top: auto;
    bottom: 12px;
}
.cfm-advantages__item--widget [data-image-comparison-slider-original], .cfm-advantages__item--widget [data-image-comparison-slider-other-image], .cfm-advantages__item--widget [data-image-comparison-slider] {
    height: 100%}
@media screen and (max-width:1020px) {
    .cfm-advantages__item--widget [data-image-comparison-slider-original] {
    height: auto;
    width: 100%}
}@media screen and (max-width:1020px) {
    .cfm-advantages__item--bg {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 65vw!important;
}
}.cfm-advantages__item--light-blue {
    background: #cbe1f0;
    color: #1f5282;
}
.cfm-advantages__item--blue {
    background: #aee4fb;
    color: #000;
}
.cfm-advantages__item--black {
    background: #242424;
    color: #fff;
    height: 640px;
}
.cfm-advantages__item--light {
    color: #fff;
}
.cfm-advantages__item--gray {
    background-color: #ececec;
}
.cfm-advantages__item--light-gray {
    background-color: #f7f7f7;
}
.cfm-advantages__item--padding-top {
    padding: 80px 50px 0;
}
.cfm-advantages__item--espf25 {
    text-align: center;
    background: url(images/cfm-advantages-espf25-bg.jpg) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
.cfm-advantages__item--multicoating {
    background: #cbe1f0;
}
.cfm-advantages__item--about-multicoating, .cfm-advantages__item--action {
    color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    padding-left: 80px;
}
.cfm-advantages__item--about-multicoating .cfm-advantages__item-content, .cfm-advantages__item--action .cfm-advantages__item-content {
    width: 100%;
    padding-right: 500px;
}
@media screen and (max-width:1020px) {
    .cfm-advantages__item--about-multicoating .cfm-advantages__item-content, .cfm-advantages__item--action .cfm-advantages__item-content {
    padding-right: 50%}
}@media screen and (max-width:549px) {
    .cfm-advantages__item--about-multicoating .cfm-advantages__item-content, .cfm-advantages__item--action .cfm-advantages__item-content {
    padding-right: 0;
}
}.cfm-advantages__item--about-multicoating-a {
    background: url(images/cfm-advantages-multicoating-bg.jpg) no-repeat 50% 50% #1f5282;
}
.cfm-advantages__item--about-multicoating-b {
    background: url(images/cfm-advantages-multicoating-clean-bg.jpg) no-repeat 50% 50% #1f5282;
}
.cfm-advantages__item--transtions-image {
    background: url(images/cfm-advantages-transtions-bg.jpg) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
@media screen and (max-width:1020px) {
    .cfm-advantages__item--transtions-image {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 65vw!important;
}
}.cfm-advantages__item--transtions {
    color: #fff;
    background: #1f5282;
}
.cfm-advantages__item--transtions h3 img {
    width: 360px;
}
.cfm-advantages__item--polarization {
    color: #fff;
    background: #1f5282;
}
.cfm-advantages__item--polarization-image {
    background: url(images/cfm-advantages-polarization-bg.jpg) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
@media screen and (max-width:1020px) {
    .cfm-advantages__item--polarization-image {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 65vw!important;
}
}.cfm-advantages__item--espf50 {
    text-align: center;
}
.cfm-advantages__item--about-espf50 {
    background: #cbe1f0;
}
.cfm-advantages__item--tinting {
    color: #fff;
    background: #1f5282;
}
.cfm-advantages__item--tinting-image {
    background: url(images/cfm-advantages-tinting-bg.jpg) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
@media screen and (max-width:1020px) {
    .cfm-advantages__item--tinting-image {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 65vw!important;
}
}.cfm-advantages__item-content {
    max-width: 100%}
.cfm-advantages__item-content-text {
    font-size: 26px;
    font-family: lato-regular, sans-serif;
    line-height: 35px;
    color: inherit;
}
@media screen and (max-width:1020px) {
    .cfm-advantages__item-content-text {
    font-size: 22px;
}
}.cfm-advantages__item-content-subtext {
    font-size: 17px;
    font-family: lato-regular, sans-serif;
    line-height:1.4;
    color: inherit;
}
.cfm-advantages__item-content h3 {
    font-size: 26px;
    font-family: lato-regular, sans-serif;
    line-height: 35px;
    color: inherit;
    margin: 0 0 10px;
}
.cfm-advantages__item-content h4 {
    font-size: 24px;
    font-family: lato-regular, sans-serif;
    line-height: 30px;
    color: inherit;
    margin: 0;
}
.cfm-advantages__item-content p {
    font-size: 17px;
    font-family: lato-regular, sans-serif;
    line-height: 25px;
    color: inherit;
    margin: 0 0 30px;
}
.cfm-advantages__item-content>img {
    margin: 0 auto 20px;
    display: block;
    max-width: 100%;
    height: auto;
}
.cfm-advantages__item-content .btn {
    height: 50px;
    font-family: lato-medium, sans-serif;
    line-height: 50px;
    background: 0 0;
    border: 1px solid #fff;
    padding: 0 20px;
}
.cfm-advantages__item-content .btn:hover {
    opacity: .5;
}
.cfm-advantages__widget-description {
    pointer-events: none;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.cfm-advantages__widget-description h3 {
    text-align: center;
    margin: 30px 0 0;
}
.cfm-advantages__widget-description .l-flex-row {
    position: absolute;
    bottom: 17px;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.cfm-advantages__widget-description .l-flex-row p {
    font-family: lato-regular, sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 0 20px;
    text-align: left;
    margin: 0;
}
.cfm-advantages__widget-description .l-flex-row p b {
    font-family: lato-bold, sans-serif;
}
.cfm-advantages__widget-description .l-flex-row p+p {
    padding: 0 20px 0 0;
    text-align: right;
}
.cfm-transitions__wrapper {
    background: url(images/cfm-section-gradient.png) repeat-x 0 0 #fff;
    padding: 80px 0 80px 0;
}
.cfm-transitions__title {
    font-size: 45px;
    font-family: lato-regular, sans-serif;
    line-height: 1.2em;
    color: #1f5282;
    text-align: center;
    margin: 0 0 20px;
}
.cfm-transitions__title img {
    max-width: 100%;
    height: auto;
}
.cfm-transitions__title--no-margin {
    margin-bottom: 0;
}
.cfm-transitions__description-title {
    font-family: lato-regular, sans-serif;
    color: #222a30;
    font-size: 20px;
    line-height: 1.2em;
    text-align: center;
    margin: 0 0 55px;
}
.cfm-transitions__description-title--no-margin {
    margin-bottom: 0;
}
.cfm-transitions__description {
    font-family: lato-regular, sans-serif;
    color: #222a30;
    font-size: 20px;
    line-height: 1.2em;
    text-align: center;
    margin: 0 auto 55px;
    max-width: 700px;
}
.cfm-transitions__description--no-margin {
    margin-bottom: 0;
}
.cfm-transitions__widget-title {
    font-size: 26px;
    line-height: 1.2em;
}
@media screen and (max-width:1020px) {
    .cfm-transitions__widget-title {
    text-align: center;
    font-size: 22px;
}
.cfm-transitions__widget-title>div {
    margin-bottom: 25px;
}
}.cfm-transitions__widget-title .transitions-advantage__description1 {
    top: 3px;
    left: 460px;
}
.cfm-transitions__widget-title .transitions-advantage__description2 {
    top: 3px;
    left: 715px;
}
.cfm-transitions__widget {
    margin: 0 0 40px;
}
.cfm-transitions__widget .transitions-advantage__timesday-btn {
    background-image: url(images/image-slider-handler-3.png);
}
.cfm-transitions__examples {
    margin: 0 0 60px;
}
@media screen and (max-width:1020px) {
    .cfm-transitions__examples .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cfm-transitions__examples .column {
    width: 49%;
    padding: 0!important;
}
}@media screen and (max-width:768px) {
    .cfm-transitions__examples .row {
    display: block;
}
.cfm-transitions__examples .column {
    width: 100%;
    margin-bottom: 15px;
}
}.cfm-transitions__footer {
    padding: 0 90px;
}
@media screen and (max-width:768px) {
    .cfm-transitions__footer {
    padding: 0 15px;
}
}@media screen and (max-width:499px) {
    .cfm-transitions__footer {
    display: block;
}
}.cfm-transitions__footer br {
    display: none;
}
.cfm-transitions__footer img {
    padding: 0 55px 0 0;
    max-width: 100%}
@media screen and (max-width:499px) {
    .cfm-transitions__footer img {
    padding: 0;
    display: block;
    margin: 0 auto 25px;
}
}.cfm-transitions__footer p {
    font-size: 20px;
    font-family: lato-regular, sans-serif;
    line-height: 1.2em;
    color: #222a30;
    margin: 0;
    max-width: 100%}
.cfm-transitions__action {
    text-align: center;
}
.cfm-transitions__action .btn {
    height: 72px;
    font-family: lato-semibold, sans-serif;
    font-size: 25px;
    line-height: 70px;
    background: 0 0;
    color: #1f5282;
    border: 3px solid #1f5282;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 40px;
}



@media screen and (max-width:768px) {
    .cfm-transitions__action .btn {
    padding: 0 10px;
}
}@media screen and (max-width:450px) {
    .cfm-transitions__action .btn {
    font-size: 18px;
    height: 52px;
    line-height: 50px;
}
}.cfm-transitions__action .btn:hover {
    color: #ababab;
    background: 0 0;
    border: 3px solid #ababab;
}
.cfm-banner {
    background: #1f5282;
    padding: 100px 0;
}
@media screen and (max-width:1020px) {
    .cfm-banner {
    padding: 50px 0;
}
.cfm-banner br {
    display: none;
}
}.cfm-banner__title {
    font-size: 30px;
    font-family: lato-regular, sans-serif;
    line-height: 40px;
    color: #fff;
    padding: 0 50px;
    margin: 0;
}
@media screen and (max-width:1020px) {
    .cfm-banner__title {
    padding: 0;
}
}@media screen and (max-width:768px) {
    .cfm-banner__title {
    padding: 0 15px;
    font-size: 24px;
    line-height: 30px;
}
}@media screen and (max-width:768px) {
    .cfm-footer .l-flex-row {
    display: block;
}
}.cfm-footer .l-flex-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    background: #1f2328;
}
@media screen and (max-width:768px) {
    .cfm-footer .l-flex-column {
    display: block;
    width: 100%!important;
}
}.cfm-footer .l-flex-column:nth-child(2) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    background: #1f1f1f;
}
.cfm-footer .main-footer-block {
    width: 500px;
    height: 380px;
    padding: 60px 0 0;
}
@media screen and (max-width:768px) {
    .cfm-footer .main-footer-block {
    width: 100%;
    height: auto;
    padding: 25px 15px 25px 15px!important;
}
}.cfm-footer .main-footer-block.main-footer-block-links {
    padding-left: 10px;
    border-right: 1px solid #fff;
}
@media screen and (max-width:768px) {
    .cfm-footer .main-footer-block.main-footer-block-links {
    border-right: 0;
}
}.cfm-footer .main-footer-block.main-footer-block-links a {
    color: #7fa3cf;
}
.cfm-footer .main-footer-block.main-footer-block-links a:hover {
    color: #fff;
    border-color: #fff;
}
.cfm-footer .main-footer-block.main-footer-block-links a.active {
    color: #fff;
    font-family: lato-bold, sans-serif;
    border: 0;
}
.cfm-footer .main-footer-block.main-footer-block-links p {
    margin: 0 0 10px;
}
.cfm-footer .main-footer-block.main-footer-block-map {
    background-image: url(images/bfpin.png);
    background-repeat: no-repeat;
    background-position: -70px 35px;
    padding-left: 125px;
    border-left: 1px solid #fff;
}
@media screen and (max-width:768px) {
    .cfm-footer .main-footer-block.main-footer-block-map {
    background-image: none;
    border-left: 0;
}
}.cfm-footer .main-footer-block.main-footer-block-map .main-footer-block__description {
    font-size: 18px;
    line-height: 22px;
}
.cfm-footer .main-footer-block.main-footer-block-map .main-footer-block__action {
    position: static;
    left: 0;
    bottom: 0;
    display: inline-block;
    margin: 30px 0 0;
}
.cfm-polarization__title {
    text-align: center;
    font-size: 45px;
    font-family: lato-regular, sans-serif;
    line-height: 1.2em;
    color: #1f5282;
    margin: 0 0 50px;
}
@media screen and (max-width:768px) {
    .cfm-polarization__title {
    font-size: 32px;
}
}.cfm-polarization__title--no-margin {
    margin-bottom: 0;
}
.cfm-polarization__description {
    font-family: lato-regular, sans-serif;
    font-size: 20px;
    line-height: 1.2em;
    text-align: left;
    color: #222a30;
    margin: 0 0 30px;
}
.cfm-polarization__description--center {
    padding: 0 180px;
    margin: 0 0 50px;
}
@media screen and (max-width:768px) {
    .cfm-polarization__description--center {
    padding: 0;
}
}.cfm-polarization__wrapper {
    background-color: #f6f6f6;
    padding: 70px 0;
}
@media screen and (max-width:1020px) {
    .cfm-polarization__wrapper {
    padding-bottom: 0;
}
}.cfm-polarization__subtitle {
    font-size: 26px;
    font-family: lato-regular, sans-serif;
    line-height: 1.2em;
    color: #1f5282;
    margin: 0 0 60px;
}
@media screen and (max-width:499px) {
    .cfm-polarization__subtitle {
    display: block;
}
}.cfm-polarization__subtitle>img {
    padding: 0 30px 0 20px;
}
@media screen and (max-width:499px) {
    .cfm-polarization__subtitle>img {
    display: block;
    margin: 0 auto 25px;
    padding: 0;
}
}.cfm-polarization__intro {
    width: 100%;
    height: 350px;
    margin: 0 0 50px;
}
@media screen and (max-width:1020px) {
    .cfm-polarization__intro {
    display: block;
    height: auto;
}
}.cfm-polarization__intro-content {
    width: 350px;
    height: 100%;
    background: #e0e0e0;
    padding: 40px 40px 0 65px;
}
@media screen and (max-width:1020px) {
    .cfm-polarization__intro-content {
    height: auto;
    width: 100%;
    padding-bottom: 28px;
}
}.cfm-polarization__intro-content p {
    position: relative;
    font-size: 18px;
    font-family: lato-regular, sans-serif;
    line-height: 24px;
    color: #000;
    margin: 0 0 12px;
}
.cfm-polarization__intro-content p:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -30px;
    width: 18px;
    height: 16px;
    background: url(images/list-check-icon.png) no-repeat 0 0;
}
.cfm-polarization__content-container h3 {
    font-size: 26px;
    font-family: lato-regular, sans-serif;
    line-height: 1.2em;
    color: #1f5282;
    margin: 0 0 15px;
}
.cfm-polarization__content-container p {
    font-size: 20px;
    font-family: lato-regular, sans-serif;
    line-height: 1.2em;
    color: #222a30;
    margin: 0;
}
.cfm-polarization__content-container--center {
    padding: 0 160px;
}
@media screen and (max-width:1020px) {
    .cfm-polarization__content-container--center {
    padding: 0;
}
}@media screen and (max-width:768px) {
    .cfm-polarization__content-container--center {
    padding: 0 15px 25px;
}
}.cfm-polarization__intro-comparison {
    width: 650px;
    height: 100%}
@media screen and (max-width:1020px) {
    .cfm-polarization__intro-comparison {
    width: 100%;
    height: auto;
}
}.cfm-polarization__intro-comparison .promo-about__content-slide-after, .cfm-polarization__intro-comparison .promo-about__content-slide-before {
    top: auto;
    bottom: 12px;
}
.cfm-polarization__banner {
    width: 100%;
    height: 380px;
    background: url(images/cfm-polarization-banner.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}
@media screen and (max-width:768px) {
    .cfm-polarization__banner {
    height: auto;
    background-position: top left;
}
}@media screen and (max-width:679px) {
    .cfm-polarization__banner {
    background-position: right top;
}
}.cfm-polarization__banner-content {
    padding: 75px 0 0 450px;
}
@media screen and (max-width:1020px) {
    .cfm-polarization__banner-content {
    padding: 50px 15px 0 350px;
}
.cfm-polarization__banner-content br {
    display: none;
}
}@media screen and (max-width:768px) {
    .cfm-polarization__banner-content {
    padding: 25px 15px 25px 300px;
}
}@media screen and (max-width:679px) {
    .cfm-polarization__banner-content {
    padding-left: 15px;
}
}.cfm-polarization__banner-content h3 {
    font-size: 26px;
    font-family: lato-regular, sans-serif;
    line-height: 1.2em;
    color: #1f5282;
    margin: 0 0 25px;
}
.cfm-polarization__banner-content p {
    font-size: 18px;
    font-family: lato-regular, sans-serif;
    line-height: 22px;
    color: #000;
    margin: 0;
}
.cfm-polarization__comparison {
    background: url(images/cfm-advantages-polarization-pattern.png) 0 0;
    padding: 30px 0 55px;
}
.cfm-polarization__comparison-subtitle {
    text-align: center;
    font-size: 26px;
    font-family: lato-regular, sans-serif;
    line-height: 1.2em;
    color: #fff;
    margin: 0 0 40px;
}
@media screen and (max-width:1020px) {
    .cfm-polarization__comparison-subtitle br {
    display: none;
}
}.cfm-polarization__comparison-widget {
    width: 874px;
    height: 300px;
    margin: 0 auto 35px;
}
@media screen and (max-width:1020px) {
    .cfm-polarization__comparison-widget {
    width: 100%;
    height: auto;
}
}.cfm-polarization__comparison-widget .promo-about__content-slide-after, .cfm-polarization__comparison-widget .promo-about__content-slide-before {
    top: auto;
    bottom: 12px;
}
@media screen and (max-width:768px) {
    .cfm-polarization__comparison-footer {
    display: block;
    padding: 0 15px;
    text-align: center;
}
.cfm-polarization__comparison-footer br {
    display: none;
}
}.cfm-polarization__comparison-footer img {
    padding: 0 50px 0 135px;
}
@media screen and (max-width:768px) {
    .cfm-polarization__comparison-footer img {
    display: block;
    padding: 0;
    margin: 0 auto 25px;
}
}.cfm-polarization__comparison-footer p {
    font-size: 18px;
    font-family: lato-regular, sans-serif;
    line-height: 22px;
    color: #fff;
    margin: 0;
}
.cfm-prevencia {
    background: #13202a;
    background: -webkit-linear-gradient(top, #431f58 0, #13202a 260px);
    background: -o-linear-gradient(top, #431f58 0, #13202a 260px);
    background: linear-gradient(to bottom, #431f58 0, #13202a 260px);
    color: #fff;
    padding: 65px 0;
}
.cfm-prevencia img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
@media screen and (max-width:768px) {
    .cfm-prevencia {
    padding: 50px 0 15px;
}
}.cfm-prevencia__banner {
    position: relative;
    width: 100%;
    height: 510px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}
@media screen and (max-width:1020px) {
    .cfm-prevencia__banner {
    height: auto;
    padding-top: 50.8%}
}.cfm-prevencia__banner span {
    display: block;
    position: absolute;
    top: 50px;
    left: 640px;
    max-width: 310px;
    color: #222a30;
}
@media screen and (max-width:1020px) {
    .cfm-prevencia__banner span {
    position: static;
    max-width: 100%;
    background: #1f5282;
    color: #fff;
    padding: 15px;
}
}.cfm-prevencia__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cfm-prevencia__list>div {
    display: inline-block;
    width: 300px;
}
@media screen and (max-width:1020px) {
    .cfm-prevencia__list>div {
    width: 48%}
.cfm-prevencia__list>div:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
}
}@media screen and (max-width:649px) {
    .cfm-prevencia__list>div {
    width: 100%;
    margin-bottom: 30px;
}
}.cfm-prevencia__text {
    margin: 0;
}
.cfm-prevencia__text, .cfm-prevencia__text-footer {
    font-size: 20px;
    font-family: lato-regular, sans-serif;
    line-height: 1.2em;
}
.cfm-prevencia__text-footer {
    margin: 0 auto;
    text-align: center;
    max-width: 590px;
}
.cfm-prevencia__text-header {
    display: block;
    margin: 0 auto 60px!important;
    max-width: 700px;
}
.cfm-prevencia__small-text {
    font-size: 16px;
    font-family: lato-regular, sans-serif;
    line-height: 1.3em;
    margin: 0;
}
.cfm-prevencia__text-padding {
    padding: 0 70px;
}
@media screen and (max-width:1020px) {
    .cfm-prevencia__text-padding {
    padding: 0;
}
}@media screen and (max-width:768px) {
    .cfm-prevencia__text-padding {
    display: block;
}
}.cfm-prevencia__ls-heading-image, .cfm-prevencia__ls-heading-text {
    display: inline-block;
    vertical-align: top;
}
.cfm-prevencia__ls-heading-image {
    width: 15%}
@media screen and (max-width:1020px) {
    .cfm-prevencia__ls-heading-image {
    width: 35%}
}@media screen and (max-width:768px) {
    .cfm-prevencia__ls-heading-image {
    width: 100%;
    margin-bottom: 25px;
}
}.cfm-prevencia__ls-heading-text {
    width: 85%}
@media screen and (max-width:768px) {
    .cfm-prevencia__ls-heading-text {
    width: 100%}
}.cfm-prevencia__mute-text {
    color: #7a7e82;
    font-size: 16px;
    font-family: lato-regular, sans-serif;
    line-height: 1.2em;
    margin: 0 0 10px;
}
.cfm-prevencia__caps-text {
    font-size: 25px;
    font-family: lato-bold, sans-serif;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.cfm-prevencia__gradient-text {
    background: -webkit-gradient(linear, left top, right top, from(#5e0094), to(#2a2fb1));
    background: -webkit-linear-gradient(left, #5e0094 0, #2a2fb1 100%);
    background: -o-linear-gradient(left, #5e0094 0, #2a2fb1 100%);
    background: linear-gradient(to right, #5e0094 0, #2a2fb1 100%);
}
.cfm-prevencia__gradient-text, .cfm-prevencia__gradient-text-2 {
    width: 100%;
    font-size: 17px;
    font-family: lato-regular, sans-serif;
    line-height: 1.2em;
    padding: 15px 25px;
    margin: 0 0 25px;
}
.cfm-prevencia__gradient-text-2 {
    background: -webkit-gradient(linear, left top, right top, from(#302fb7), to(#add4e2));
    background: -webkit-linear-gradient(left, #302fb7 0, #add4e2 100%);
    background: -o-linear-gradient(left, #302fb7 0, #add4e2 100%);
    background: linear-gradient(to right, #302fb7 0, #add4e2 100%);
}
.cfm-computers-top {
    height: 700px;
    background-image: url(/file/i_pic/computer-ochki/Picture-2.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
@media screen and (max-width:768px) {
    .cfm-computers-top {
    height: auto;
    background-position: center right;
}
}.cfm-computers-top__logo {
    background-image: url(images/essilor-logo-computers.png);
    width: 60px;
    height: 45px;
    position: absolute;
    top: 50px;
    right: 0;
}
@media screen and (max-width:768px) {
    .cfm-computers-top__logo {
    right: 15px;
    top: 15px;
}
}.cfm-computers-top__description {
    padding: 160px 50px 0 550px;
    color: #000;
    display: inline-block;
    height: 700px;
}
@media screen and (max-width:1020px) {
    .cfm-computers-top__description {
    padding: 120px 0 0 370px;
}
}
@media screen and (max-width:768px) {
    .cfm-computers-top__description {
    height: auto;
    padding: 70px 0 50px;
	}
	.cfm-computers-top__description br {
		display: none;
	}
}

.cfm-computers-top h1 {
    font-family: lato-bold, sans-serif;
    font-size: 30px;
    line-height: 1.3;
    color:#000;
}
.cfm-computers-top p {
    font-family: lato-regular, sans-serif;
    font-size: 18px;
    line-height: 1.4;
}
.cfm-advantages--computers {
    margin: 0;
}
.cfm-computers-eyezen {
    min-height: 660px;
    background-color: #9a71b7;
    background-image: url(/file/i_pic/computer-ochki/Picture-1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 50px;
}
@media screen and (max-width:768px) {
    .cfm-computers-eyezen {
    background-image: none;
    min-height: 100%}
}.cfm-computers-eyezen img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.cfm-computers-eyezen__description {
    padding: 100px 50px 0 550px;
    display: inline-block;
    height: 660px;
}
@media screen and (max-width:1020px) {
    .cfm-computers-eyezen__description {
    padding: 50px 0 0 370px;
}
}@media screen and (max-width:768px) {
    .cfm-computers-eyezen__description {
    padding: 50px 0;
    height: auto;
}
}.cfm-computers-eyezen h2 {
    font-family: lato-medium, sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
}
.cfm-computers-eyezen p {
    font-family: lato-regular, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
}

.cfm-computers-products {
    padding: 70px 0;
    text-align: center;
    color: #fff!important;
    background: #2a4caf;
    background: -webkit-gradient(linear, left top, left bottom, from(#2a4caf), to(#305fbb));
    background: -webkit-linear-gradient(top, #2a4caf 0, #305fbb 100%);
    background: -o-linear-gradient(top, #2a4caf 0, #305fbb 100%);
    background: linear-gradient(to bottom, #2a4caf 0, #305fbb 100%);
}

@media screen and (max-width:1020px) {
    .cfm-computers-products {
    padding-bottom: 30px;
}
.cfm-computers-products .column {
    width: 100%}
}.cfm-computers-products__title {
    font-family: lato-regular, sans-serif;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 60px;
    color:#fff;
}
@media screen and (max-width:1020px) {
    .cfm-computers-products__title br {
    display: none;
}
}@media screen and (max-width:768px) {
    .cfm-computers-products__title {
    font-size: 26px;
}
}.cfm-computers-products__button {
    background: 0 0;
    border: 1px solid #fff;
    font-family: lato-regular, sans-serif;
    font-size: 18px;
}
.cfm-computers-products__button:hover {
    border: 1px solid;
    background-color: #fff;
    color: #305fbb;
}
.cfm-computers-products__item {
    text-align: left;
    padding-right: 70px;
}
@media screen and (max-width:1020px) {
    .cfm-computers-products__item {
    text-align: center;
    padding-right: 0;
    margin-bottom: 40px;
}
}.cfm-computers-products__item p {
    font-size: 16px;
    line-height: 1.5;
    font-family: lato-regular, sans-serif;
    margin: 40px 0;
}
@media screen and (max-width:1020px) {
    .cfm-computers-products__item p {
    margin: 25px 0;
}
}.cfm-computers-transitions {
    background-color: #242424;
    padding: 60px 0;
}
.cfm-computers-transitions img {
    display: block;
    max-width: 100%;
    height: auto;
}
.cfm-computers-transitions .cfm-advantages__list {
    margin: 60px 0;
}
@media screen and (max-width:1020px) {
    .cfm-computers-transitions .cfm-advantages__list {
    margin-bottom: 30px;
}
}.cfm-computers-transitions .cfm-advantages__item--transitions-text {
    height: 640px;
    color: #fff;
}
@media screen and (max-width:1020px) {
    .cfm-computers-transitions .cfm-advantages__item--transitions-text {
    padding: 0;
    height: auto;
    margin-top: 25px;
}
}.cfm-computers-more {
    background-color: #fff;
    padding: 40px 0;
    font-size: 0;
}
.cfm-computers-more--gray {
    background-color: #f8f8f8;
}
.cfm-computers-more__left {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width:768px) {
    .cfm-computers-more__left {
    width: 100%}
}.cfm-computers-more__right {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width:768px) {
    .cfm-computers-more__right {
    width: 100%}
}.cfm-computers-more__text {
    font-size: 18px;
    text-transform: uppercase;
    font-family: lato-bold, sans-serif;
    color: #1f5282;
    line-height: 50px;
    margin: 0;
}
@media screen and (max-width:1020px) {
    .cfm-computers-more__text {
    font-size: 16px;
}
}@media screen and (max-width:768px) {
    .cfm-computers-more__text {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 25px;
}
}.cfm-computers-more__button {
    background-color: #1f5282;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 52px;
}
@media screen and (max-width:768px) {
    .cfm-computers-more__button {
    display: block;
    width: 182px;
    margin: 0 auto;
}
}.cfm-computers-more__button:hover {
    background-color: #242424;
}
.cfm-computers-statistics {
    padding: 50px 0 50px 0;
    min-height: 446px;
}
@media screen and (max-width:1020px) {
    .cfm-computers-statistics {
    min-height: 0;
}
}.cfm-computers-statistics .eyezen-statistics__item {
    padding: 0 30px;
}
.cfm-computers-statistics .eyezen__title {
    margin-bottom: 40px;
}
.cfm-computers-health h3 {
    text-align: center;
    color: #1f5282;
    font-size: 40px;
    line-height: 1.1em;
    font-family: lato-bold, sans-serif;
    margin: 0 0 25px;
}
.cfm-computers-health h4 {
    font-size: 30px;
    line-height: 1.2em;
    margin: 0 0 25px;
}
.cfm-computers-health h4, .cfm-computers-health__title {
    text-align: center;
    color: #1f5282;
    font-family: lato-regular, sans-serif;
}
.cfm-computers-health__title {
    font-size: 45px;
    line-height: 1em;
    margin: 0 0 50px;
}
.cfm-computers-health__description {
    max-width: 840px;
    margin: 0 auto 25px;
    text-align: left;
}
.cfm-computers-health__description, .cfm-computers-health__description-2 {
    color: #222a30;
    font-size: 20px;
    line-height: 1.2em;
    font-family: lato-regular, sans-serif;
}
.cfm-computers-health__description-2 {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}
.cfm-computers-health__wrapper {
    padding: 50px 0 0;
}
.cfm-computers-health__text {
    text-align: left;
    color: #222a30;
    font-size: 20px;
    line-height: 1.2em;
    font-family: lato-regular, sans-serif;
    margin-bottom: 25px;
    padding-right: 70px;
}
.cfm-computers-health__container {
    background: #e0e0e0;
    padding: 60px 0 0;
}
.cfm-computers-health__inner-heading-image, .cfm-computers-health__inner-heading-text {
    display: inline-block;
    vertical-align: top;
}
.cfm-computers-health__inner-heading-image {
    width: 40%;
    padding-left: 30px;
}
.cfm-computers-health__inner-heading-text {
    width: 60%}
.cfm-computers-health .cfm-content-banner {
    height: 372px;
    background: 0 0;
    margin: 0;
}
@media screen and (max-width:649px) {
    .cfm-computers-health .cfm-content-banner__image {
    padding-bottom: 74%}
}.cfm-computers-health .cfm-content-banner__content {
    font-size: 17px;
    line-height: 1.4;
    padding: 0 50px;
}
@media screen and (max-width:768px) {
    .cfm-computers-health .cfm-content-banner__content {
    padding: 25px 15px;
}
}.cfm-computers-health .cfm-content-list__item {
    color: #1f5282;
    background-color: #f5f5f5;
    background-position: 50% 90%}
.cfm-computers-health .cfm-content-list__item:nth-last-child(1) {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    background-color: transparent;
}
.cfm--driver .cfm-top {
    margin-bottom: 55px;
}
.cfm--driver .cfm-polarization__wrapper {
    background: url(images/cfm-section-gradient.png) repeat-x 0 0 #fff;
}
.cfm--driver .transitions-advantage__timesday-bg {
    width: 215px;
    background-image: url(images/transitions-timesday-car-bg.png);
}
.cfm-driver-varilux {
    color: #fff;
    background: #1f2328;
    padding: 80px 0;
}
.cfm-driver-varilux img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.cfm-driver-varilux img.touch-img {
    display: none;
}
@media screen and (max-width:1020px) {
    .cfm-driver-varilux img.touch-img {
    display: block;
}
}@media screen and (max-width:1020px) {
    .cfm-driver-varilux img.desctop-img {
    display: none;
}
}.cfm-driver-varilux p {
    font-size: 18px;
    font-family: lato-regular, sans-serif;
    line-height: 25px;
    color: #fff;
    margin: 0;
}
.cfm-driver-varilux p b {
    font-size: inherit;
    font-family: lato-bold, sans-serif;
    line-height: 1em;
    color: inherit;
}
.cfm-driver-varilux p.bigger {
    font-size: 20px;
}
.cfm-driver-varilux__footer {
    padding: 0 30px;
}
@media screen and (max-width:1020px) {
    .cfm-driver-varilux__footer {
    padding: 0;
}
}@media screen and (max-width:768px) {
    .cfm-driver-varilux__footer {
    display: block;
    padding: 0 15px;
    text-align: center;
}
.cfm-driver-varilux__footer img {
    display: inline-block;
    margin: 0 0 20px;
}
.cfm-driver-varilux__footer p {
    display: inline-block;
    vertical-align: middle;
}
}.cfm-driver-varilux__footer--text {
    line-height: 30px!important;
}
@media screen and (max-width:768px) {
    .cfm-driver-varilux__footer--text {
    margin-right: 0!important;
    margin-bottom: 25px!important;
}
}.cfm-driver-varilux__title {
    text-align: center;
    margin: 0 0 80px;
}
@media screen and (max-width:768px) {
    .cfm-driver-varilux__title {
    padding: 0 15px;
    margin-bottom: 50px;
}
}@media screen and (max-width:699px) {
    .cfm-driver-varilux__description {
    display: block;
}
}.cfm-driver-varilux__description p {
    width: 470px;
}
@media screen and (max-width:699px) {
    .cfm-driver-varilux__description p {
    width: 100%}
.cfm-driver-varilux__description p br {
    display: none;
}
}.cfm-driver-varilux__big-number {
    display: block;
    font-size: 57px;
    line-height: 1em;
}
.cfm-driver-varilux__bage, .cfm-driver-varilux__big-number {
    width: 150px;
    text-align: center;
    font-family: lato-regular, sans-serif;
    margin: 0 65px 0 0;
}
@media screen and (max-width:699px) {
    .cfm-driver-varilux__bage, .cfm-driver-varilux__big-number {
    margin: 0 auto 25px;
}
}.cfm-driver-varilux__bage {
    height: 150px;
    font-size: 37px;
    line-height: .5em;
    background: #1f5282;
    -webkit-border-radius: 100%;
    border-radius: 100%}
.cfm-driver-varilux__bage span {
    display: block;
    width: 100%}
.cfm-driver-varilux__bage small {
    font-size: 12px;
    font-family: inherit;
    line-height: 1em;
}
.cfm--sport .cfm-top {
    margin-bottom: 55px;
}
.cfm-sun-protect {
    margin: 0 0 70px;
}
.cfm-sun-protect__container {
    background: #e0e0e0;
}
.cfm-sun-protect__subtitle {
    text-align: center;
    font-family: lato-regular, sans-serif;
    color: #1f5282;
    font-size: 32px;
    line-height: 35px;
    margin: 0 0 35px;
}
.cfm-sun-protect__subtitle--no-margin {
    margin-bottom: 0;
}
.cfm-sun-protect .cfm-content-list__item {
    color: #fff;
    background-color: #1f5282;
}
.cfm-sun-protect .cfm-content-list__item:nth-last-child(1) {
    color: #222a30;
    background: 0 0;
}
#banner {
    position: relative;
}
.scr4_sch {
    position: absolute;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: justify;
    bottom: 70px;
    width: 42%;
    left: 22%}
@media screen and (max-width:1020px) {
    .scr4_sch {
    display: none;
}
}.scr4_sch_d1 {
    padding-right: 7px;
    position: relative;
    display: inline-block;
    float: left;
}
.scr4_sch_n {
    margin: 0!important;
    font-size: 40pt!important;
    font-weight: 700;
    font-family: Verdana, sans-serif;
}
.col_blue {
    color: #4c88ae;
}
.scr4_sch_div_brBlue {
    border-top: 2px solid #278bbf;
}
.scr4_sch_div {
    position: relative;
    width: 100%;
    color: #fff!important;
    font-weight: 400!important;
    font-size: 12px!important;
    text-align: left;
}
.scr4_sch_d2 {
    position: relative;
    display: inline-block;
    padding: 0 7px;
}
.scr4_sch_n {
    font-size: 30pt;
    font-weight: 700;
    font-family: Verdana, sans-serif;
}
.col_yellow {
    color: #f4ad00;
}
.scr4_sch_div_brYel {
    border-top: 2px solid #f5ad01;
}
.scr4_sch_div {
    position: relative;
    width: 100%;
    text-align: left;
}
.scr4_sch_d3 {
    position: relative;
    display: inline-block;
    padding: 0 7px;
}
.scr4_sch_n {
    font-size: 30pt;
    font-weight: 700;
    font-family: Verdana, sans-serif;
}
.scr4_sch_div {
    position: relative;
    width: 100%}
.scr4_sch_d4 {
    position: relative;
    display: inline-block;
    padding: 0 7px;
}
.scr4_sch_n {
    font-size: 30pt;
    font-weight: 700;
    font-family: Verdana, sans-serif;
}
.scr4_sch_div_brYel {
    border-top: 2px solid #f5ad01;
}
.scr4_sch_div {
    position: relative;
    width: 100%}
.scr4_sch1_col1 {
    color: #278bbf;
}
.scr4_sch1_col2 {
    color: #04b4cf;
}
.scr4_sch2_col1 {
    color: #f5ad01;
}
.scr4_sch2_col2 {
    color: #edc667;
}
.scr4_sch3_col1 {
    color: #04b4cf;
}
.scr4_sch3_col2 {
    color: #278bbf;
}
.scr4_sch4_col1 {
    color: #f5ad01;
}
.scr4_sch4_col2 {
    color: #edc667;
}
@media screen and (max-width:1020px) {
    .touch-scroll {
    overflow-x: auto;
    padding-bottom: 15px;
    margin-bottom: 25px;
    }
}

.cfm-computers_footer_agit{
	margin-top:45px;
	text-align:center;
}

.cfm-computers_footer_agit_button{
    display:inline-flex;
    vertical-align:top;
    align-items:center;
    justify-content:center;
    text-align:center;
	width:100%;
    max-width:350px;
	min-width:250px;
    height:47px;
    padding:4px 10px 3px 10px;
    margin:0;
    user-select:none;
    cursor:pointer;
    outline:0;
    background:#29b2ec;
    transition:all 0.15s linear 0s;
    will-change:background;
    font-family:MuseoSansCyrl-300;
    font-size:17px;
    line-height:1;
    color:#fff;
    text-transform:uppercase;
    text-decoration:underline;
    border-radius:12px;
    border:0;
}
.cfm-computers_footer_agit_button:hover{
    color:#fff;
    text-decoration:none;
    background:#19a3dd;
}

.cfm-computers2_footer_agit{
	margin-top:45px;
	text-align:center;
	padding:0 15px;	
}
.cfm-computers2_footer_agit_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	text-align:center;
}
.cfm-computers2_footer_agit_list_item{
	margin:5px 10px 5px 10px;
}