.flex-container {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-direction: normal; -moz-box-direction: normal; -webkit-box-orient: horizontal; -moz-box-orient: horizontal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -moz-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-align: start; -moz-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;}

[flex-display="inline"]{display: -webkit-box; display: -moz-box; display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex;}
[flex-justify="center"]{-webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center;  justify-content: center;}
[flex-justify="justify"]{-webkit-box-pack: justify; -moz-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify;  justify-content: space-between;}
[flex-justify="right"]{-webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;}
[flex-wrap="nowrap"]{-webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;}
[flex-wrap="wrap"]{-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
[flex="1"]{-webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto;}
[flex="0"]{-webkit-box-flex: 0; -moz-box-flex: 0; -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto;}
[flex="110"]{-webkit-box-flex: 0; -moz-box-flex: 0; -webkit-flex: 0 10 auto; -ms-flex: 0 10 auto; flex: 0 10 auto;}
[flex="block_9"]{-webkit-box-flex: 0; -moz-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;}
[flex-box="1"]{-webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1;}
[flex-order="0"]{-webkit-order: 0; -ms-flex-order: 0; order: 0;}
[flex-order="1"]{-webkit-order: 1; -ms-flex-order: 1; order: 1;}
[flex-order="2"]{-webkit-order: 2; -ms-flex-order: 2; order: 2;}
[flex-order="3"]{-webkit-order: 3; -ms-flex-order: 3; order: 3;}
[flex-order="4"]{-webkit-order: 4; -ms-flex-order: 4; order: 4;}
[flex-order="5"]{-webkit-order: 5; -ms-flex-order: 5; order: 5;}
[flex-order="6"]{-webkit-order: 6; -ms-flex-order: 6; order: 6;}
[flex-order="7"]{-webkit-order: 7; -ms-flex-order: 7; order: 7;}
[flex-order="8"]{-webkit-order: 8; -ms-flex-order: 8; order: 8;}
[flex-order="9"]{-webkit-order: 9; -ms-flex-order: 9; order: 9;}
[flex-align="auto"]{-webkit-align-self: auto; -ms-flex-item-align: auto; align-self: auto;}
[flex-align="center"]{-webkit-align-self: center; -ms-flex-item-align: center; align-self: center;}
[flex-align="end"]{-webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end;}
[align-items="center"]{-webkit-align-items: center !important; -ms-flex-align: center !important; align-items: center !important;}
[flex-direction="column"]{-webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;}
[flex-direction="column-reverse"]{-webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse;}
[align-self-one="stretch"]{-webkit-align-self: stretch; -ms-flex-item-align: stretch; align-self: stretch;}
[align-self-one="center"]{-webkit-align-self: center; -ms-flex-item-align: center; align-self: center;}
[flexdisplay="flex"]{display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}

@-webkit-keyframes floating{from {-webkit-transform:translate(0, 0px);}55% {-webkit-transform:translate(-5px, 10px);}to {-webkit-transform: translate(0, -0px);}}
@-moz-keyframes floating{from {-moz-transform:translate(0, 0px);}65% {-moz-transform:translate(-5px, 10px);}to {-moz-transform: translate(0, -0px);}}
@-o-keyframes floating{from {-o-transform:translate(0, 0px);}65% {-o-transform:translate(-5px, 10px);}to {-o-transform: translate(0, -0px);}}
@keyframes floating{from {transform:translate(0, 0px);}65% {transform:translate(-5px, 10px);}to {transform: translate(0, -0px);}}
/* Float 2 */
@-webkit-keyframes floating2{from {-webkit-transform:translate(0, 0px);}55% {-webkit-transform:translate(5px, 10px);}to {-webkit-transform: translate(0, -0px);}}
@-moz-keyframes floating2{from {-moz-transform:translate(0, 0px);}65% {-moz-transform:translate(5px, 10px);}to {-moz-transform: translate(0, -0px);}}
@-o-keyframes floating2{from {-o-transform:translate(0, 0px);}65% {-o-transform:translate(5px, 10px);}to {-o-transform: translate(0, -0px);}}
@keyframes floating2{from {transform:translate(0, 0px);}65% {transform:translate(5px, 10px);}to {transform: translate(0, -0px);}}
/* Float 3 */
@-webkit-keyframes floating3{from {-webkit-transform:translate(0, 0px);}55% {-webkit-transform:translate(0px, 10px);}to {-webkit-transform: translate(0, -0px);}}
@-moz-keyframes floating3{from {-moz-transform:translate(0, 0px);}65% {-moz-transform:translate(0px, 10px);}to {-moz-transform: translate(0, -0px);}}
@-o-keyframes floating3{from {-o-transform:translate(0, 0px);}65% {-o-transform:translate(0px, 10px);}to {-o-transform: translate(0, -0px);}}
@keyframes floating3{from {transform:translate(0, 0px);}65% {transform:translate(0px, 10px);}to {transform: translate(0, -0px);}}
/* Float 4 */
@-webkit-keyframes floating4{from {-webkit-transform:translate(0, 0px);}55% {-webkit-transform:translate(-10px, -10px);}to {-webkit-transform: translate(0, -0px);}}
@-moz-keyframes floating4{from {-moz-transform:translate(0, 0px);}65% {-moz-transform:translate(-10px, -10px);}to {-moz-transform: translate(0, -0px);}}
@-o-keyframes floating4{from {-o-transform:translate(0, 0px);}65% {-o-transform:translate(-10px, -10px);}to {-o-transform: translate(0, -0px);}}
@keyframes floating4{from {transform:translate(0, 0px);}65% {transform:translate(-10px, -10px);}to {transform: translate(0, -0px);}}
/* Scale 1 */
@-webkit-keyframes scale{from {-webkit-transform:scale(1);}55% {-webkit-transform:scale(1.3);}to {-webkit-transform: scale(1);}}
@-moz-keyframes scale{from {-moz-transform:scale(1);}65% {-moz-transform:scale(1.3);}to {-moz-transform:scale(1);}}
@-o-keyframes scale{from {-o-transform:scale(1);}65% {-o-transform:scale(1.3);}to {-o-transform:scale(1);}}
@keyframes scale{from {transform:scale(1);}65% {transform:scale(1.3);}to {transform:scale(1);}}
/* Scale 2 */
@-webkit-keyframes scale2{from {-webkit-transform:scale(1) rotate(-4deg);}55% {-webkit-transform:scale(1.3) rotate(4deg) translate(-5px, -10px);}to {-webkit-transform: scale(1) rotate(-4deg);}}
@-moz-keyframes scale2{from {-moz-transform:scale(1) rotate(-4deg);}65% {-moz-transform:scale(1.3) rotate(4deg) translate(-5px, -10px);}to {-moz-transform:scale(1) rotate(-4deg);}}
@-o-keyframes scale2{from {-o-transform:scale(1) rotate(-4deg);}65% {-o-transform:scale(1.3) rotate(4deg) translate(-5px, -10px);}to {-o-transform:scale(1) rotate(-4deg);}}
@keyframes scale2{from {transform:scale(1) rotate(-4deg);}65% {transform:scale(1.3) rotate(4deg) translate(-5px, -10px);}to {transform:scale(1) rotate(-4deg);}}
/* Transform 1 */
@-webkit-keyframes transf1{from {-webkit-transform: rotate(-30deg);}55% {-webkit-transform: rotate(-40deg);}to {-webkit-transform: rotate(-30deg);}}
@-moz-keyframes transf1{from {-moz-transform: rotate(-30deg);}65% {-moz-transform: rotate(-40deg);}to {-moz-transform: rotate(-30deg);}}
@-o-keyframes transf1{from {-o-transform: rotate(-30deg);}65% {-o-transform: rotate(-40deg);}to {-o-transform: rotate(-30deg);}}
@keyframes transf1{from {transform: rotate(-30deg);}65% {transform: rotate(-40deg);}to {transform: rotate(-30deg);}}
/* Transform 2 */
@-webkit-keyframes transf2{from {-webkit-transform: scale(-1, 1) rotate(-5deg);}55% {-webkit-transform: scale(-1, 1) rotate(0deg);}to {-webkit-transform: scale(-1, 1) rotate(-5deg);}}
@-moz-keyframes transf2{from {-moz-transform: scale(-1, 1) rotate(-5deg);}65% {-moz-transform: scale(-1, 1) rotate(0deg);}to {-moz-transform: scale(-1, 1) rotate(-5deg);}}
@-o-keyframes transf2{from {-o-transform: scale(-1, 1) rotate(-5deg);}65% {-o-transform: scale(-1, 1) rotate(0deg);}to {-o-transform: scale(-1, 1) rotate(-5deg);}}
@keyframes transf2{from {transform: scale(-1, 1) rotate(-5deg);}65% {transform: scale(-1, 1) rotate(0deg);}to {transform: scale(-1, 1) rotate(-5deg);}}
/* Transform 3 */
@-webkit-keyframes transf3{from {-webkit-transform: rotate(-5deg);}55% {-webkit-transform: rotate(0deg);}to {-webkit-transform: rotate(-5deg);}}
@-moz-keyframes transf3{from {-moz-transform: rotate(-5deg);}65% {-moz-transform: rotate(0deg);}to {-moz-transform: rotate(-5deg);}}
@-o-keyframes transf3{from {-o-transform: rotate(-5deg);}65% {-o-transform: rotate(0deg);}to {-o-transform: rotate(-5deg);}}
@keyframes transf3{from {transform: rotate(-5deg);}65% {transform: rotate(0deg);}to {transform: rotate(-5deg);}}

.alisa-floating{-webkit-animation:floating infinite ease-in-out 3s;-moz-animation:floating infinite ease-in-out 3s;-o-animation:floating infinite ease-in-out 3s;animation:floating infinite ease-in-out 3s;}
.alisa-floating2{-webkit-animation:floating2 infinite ease-in-out 3s;-moz-animation:floating2 infinite ease-in-out 3s;-o-animation:floating2 infinite ease-in-out 3s;animation:floating2 infinite ease-in-out 3s;}
.alisa-floating3{-webkit-animation:floating3 infinite ease-in-out 3s;-moz-animation:floating3 infinite ease-in-out 3s;-o-animation:floating3 infinite ease-in-out 3s;animation:floating3 infinite ease-in-out 3s;}
.alisa-floating4{-webkit-animation:floating4 infinite ease-in-out 3s;-moz-animation:floating4 infinite ease-in-out 3s;-o-animation:floating4 infinite ease-in-out 3s;animation:floating4 infinite ease-in-out 3s;}
.alisa-scale{-webkit-animation:scale infinite ease-in-out 2s;-moz-animation:scale infinite ease-in-out 2s;-o-animation:scale infinite ease-in-out 2s;animation:scale infinite ease-in-out 2s;}
.alisa-scale2{-webkit-animation:scale2 infinite ease-in-out 2s;-moz-animation:scale2 infinite ease-in-out 2s;-o-animation:scale2 infinite ease-in-out 2s;animation:scale2 infinite ease-in-out 2s;}
.alisa-transf1{-webkit-animation:transf1 infinite ease-in-out 2s;-moz-animation:transf1 infinite ease-in-out 2s;-o-animation:transf1 infinite ease-in-out 2s;animation:transf1 infinite ease-in-out 2s;}
.alisa-transf2{-webkit-animation:transf2 infinite ease-in-out 2s;-moz-animation:transf2 infinite ease-in-out 2s;-o-animation:transf2 infinite ease-in-out 2s;animation:transf2 infinite ease-in-out 2s;}
.alisa-transf3{-webkit-animation:transf3 infinite ease-in-out 2s;-moz-animation:transf3 infinite ease-in-out 2s;-o-animation:transf3 infinite ease-in-out 2s;animation:transf3 infinite ease-in-out 2s;}


body {
    overflow-x: hidden;
}
/* License: none (public domain) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/******************************************************************************/
/*  ...  **********************************************************************/
/******************************************************************************/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

._clearfix:before,
._clearfix:after {
    display: table;
    content: " ";
}
._clearfix::after {
    clear: both;
}

/******************************************************************************/
/*  Grid system  **************************************************************/
/******************************************************************************/
._container:before,
._container:after,
._container-fluid:before,
._container-fluid:after,
._row:before,
._row:after {
    display: table;
    content: " ";
}
._container:after,
._container-fluid:after,
._row:after {
    clear: both;
}

._container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width:768px){._container{width:750px}}
@media (min-width:992px){._container{width:970px}
}
@media (min-width:1000px){._container{width:988px}}
@media (min-width:1050px){._container{width:1035px}}
@media (min-width:1100px){._container{width:1088px}}
@media (min-width:1200px){._container{width:1170px}}._container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}._row{margin-right:-15px;margin-left:-15px}._row-no-gutters{margin-right:0;margin-left:0}._row-no-gutters [class*=_col-]{padding-right:0;padding-left:0}._col-lg-1,._col-lg-10,._col-lg-11,._col-lg-12,._col-lg-2,._col-lg-3,._col-lg-4,._col-lg-5,._col-lg-6,._col-lg-7,._col-lg-8,._col-lg-9,._col-md-1,._col-md-10,._col-md-11,._col-md-12,._col-md-2,._col-md-3,._col-md-4,._col-md-5,._col-md-6,._col-md-7,._col-md-8,._col-md-9,._col-sm-1,._col-sm-10,._col-sm-11,._col-sm-12,._col-sm-2,._col-sm-3,._col-sm-4,._col-sm-5,._col-sm-6,._col-sm-7,._col-sm-8,._col-sm-9,._col-xs-1,._col-xs-10,._col-xs-11,._col-xs-12,._col-xs-2,._col-xs-3,._col-xs-4,._col-xs-5,._col-xs-6,._col-xs-7,._col-xs-8,._col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}._col-xs-1,._col-xs-10,._col-xs-11,._col-xs-12,._col-xs-2,._col-xs-3,._col-xs-4,._col-xs-5,._col-xs-6,._col-xs-7,._col-xs-8,._col-xs-9{float:left}._col-xs-12{width:100%}._col-xs-11{width:91.66666667%}._col-xs-10{width:83.33333333%}._col-xs-9{width:75%}._col-xs-8{width:66.66666667%}._col-xs-7{width:58.33333333%}._col-xs-6{width:50%}._col-xs-5{width:41.66666667%}._col-xs-4{width:33.33333333%}._col-xs-3{width:25%}._col-xs-2{width:16.66666667%}._col-xs-1{width:8.33333333%}._col-xs-pull-12{right:100%}._col-xs-pull-11{right:91.66666667%}._col-xs-pull-10{right:83.33333333%}._col-xs-pull-9{right:75%}._col-xs-pull-8{right:66.66666667%}._col-xs-pull-7{right:58.33333333%}._col-xs-pull-6{right:50%}._col-xs-pull-5{right:41.66666667%}._col-xs-pull-4{right:33.33333333%}._col-xs-pull-3{right:25%}._col-xs-pull-2{right:16.66666667%}._col-xs-pull-1{right:8.33333333%}._col-xs-pull-0{right:auto}._col-xs-push-12{left:100%}._col-xs-push-11{left:91.66666667%}._col-xs-push-10{left:83.33333333%}._col-xs-push-9{left:75%}._col-xs-push-8{left:66.66666667%}._col-xs-push-7{left:58.33333333%}._col-xs-push-6{left:50%}._col-xs-push-5{left:41.66666667%}._col-xs-push-4{left:33.33333333%}._col-xs-push-3{left:25%}._col-xs-push-2{left:16.66666667%}._col-xs-push-1{left:8.33333333%}._col-xs-push-0{left:auto}._col-xs-offset-12{margin-left:100%}._col-xs-offset-11{margin-left:91.66666667%}._col-xs-offset-10{margin-left:83.33333333%}._col-xs-offset-9{margin-left:75%}._col-xs-offset-8{margin-left:66.66666667%}._col-xs-offset-7{margin-left:58.33333333%}._col-xs-offset-6{margin-left:50%}._col-xs-offset-5{margin-left:41.66666667%}._col-xs-offset-4{margin-left:33.33333333%}._col-xs-offset-3{margin-left:25%}._col-xs-offset-2{margin-left:16.66666667%}._col-xs-offset-1{margin-left:8.33333333%}._col-xs-offset-0{margin-left:0}@media (min-width:768px){._col-sm-1,._col-sm-10,._col-sm-11,._col-sm-12,._col-sm-2,._col-sm-3,._col-sm-4,._col-sm-5,._col-sm-6,._col-sm-7,._col-sm-8,._col-sm-9{float:left}._col-sm-12{width:100%}._col-sm-11{width:91.66666667%}._col-sm-10{width:83.33333333%}._col-sm-9{width:75%}._col-sm-8{width:66.66666667%}._col-sm-7{width:58.33333333%}._col-sm-6{width:50%}._col-sm-5{width:41.66666667%}._col-sm-4{width:33.33333333%}._col-sm-3{width:25%}._col-sm-2{width:16.66666667%}._col-sm-1{width:8.33333333%}._col-sm-pull-12{right:100%}._col-sm-pull-11{right:91.66666667%}._col-sm-pull-10{right:83.33333333%}._col-sm-pull-9{right:75%}._col-sm-pull-8{right:66.66666667%}._col-sm-pull-7{right:58.33333333%}._col-sm-pull-6{right:50%}._col-sm-pull-5{right:41.66666667%}._col-sm-pull-4{right:33.33333333%}._col-sm-pull-3{right:25%}._col-sm-pull-2{right:16.66666667%}._col-sm-pull-1{right:8.33333333%}._col-sm-pull-0{right:auto}._col-sm-push-12{left:100%}._col-sm-push-11{left:91.66666667%}._col-sm-push-10{left:83.33333333%}._col-sm-push-9{left:75%}._col-sm-push-8{left:66.66666667%}._col-sm-push-7{left:58.33333333%}._col-sm-push-6{left:50%}._col-sm-push-5{left:41.66666667%}._col-sm-push-4{left:33.33333333%}._col-sm-push-3{left:25%}._col-sm-push-2{left:16.66666667%}._col-sm-push-1{left:8.33333333%}._col-sm-push-0{left:auto}._col-sm-offset-12{margin-left:100%}._col-sm-offset-11{margin-left:91.66666667%}._col-sm-offset-10{margin-left:83.33333333%}._col-sm-offset-9{margin-left:75%}._col-sm-offset-8{margin-left:66.66666667%}._col-sm-offset-7{margin-left:58.33333333%}._col-sm-offset-6{margin-left:50%}._col-sm-offset-5{margin-left:41.66666667%}._col-sm-offset-4{margin-left:33.33333333%}._col-sm-offset-3{margin-left:25%}._col-sm-offset-2{margin-left:16.66666667%}._col-sm-offset-1{margin-left:8.33333333%}._col-sm-offset-0{margin-left:0}}@media (min-width:992px){._col-md-1,._col-md-10,._col-md-11,._col-md-12,._col-md-2,._col-md-3,._col-md-4,._col-md-5,._col-md-6,._col-md-7,._col-md-8,._col-md-9{float:left}._col-md-12{width:100%}._col-md-11{width:91.66666667%}._col-md-10{width:83.33333333%}._col-md-9{width:75%}._col-md-8{width:66.66666667%}._col-md-7{width:58.33333333%}._col-md-6{width:50%}._col-md-5{width:41.66666667%}._col-md-4{width:33.33333333%}._col-md-3{width:25%}._col-md-2{width:16.66666667%}._col-md-1{width:8.33333333%}._col-md-pull-12{right:100%}._col-md-pull-11{right:91.66666667%}._col-md-pull-10{right:83.33333333%}._col-md-pull-9{right:75%}._col-md-pull-8{right:66.66666667%}._col-md-pull-7{right:58.33333333%}._col-md-pull-6{right:50%}._col-md-pull-5{right:41.66666667%}._col-md-pull-4{right:33.33333333%}._col-md-pull-3{right:25%}._col-md-pull-2{right:16.66666667%}._col-md-pull-1{right:8.33333333%}._col-md-pull-0{right:auto}._col-md-push-12{left:100%}._col-md-push-11{left:91.66666667%}._col-md-push-10{left:83.33333333%}._col-md-push-9{left:75%}._col-md-push-8{left:66.66666667%}._col-md-push-7{left:58.33333333%}._col-md-push-6{left:50%}._col-md-push-5{left:41.66666667%}._col-md-push-4{left:33.33333333%}._col-md-push-3{left:25%}._col-md-push-2{left:16.66666667%}._col-md-push-1{left:8.33333333%}._col-md-push-0{left:auto}._col-md-offset-12{margin-left:100%}._col-md-offset-11{margin-left:91.66666667%}._col-md-offset-10{margin-left:83.33333333%}._col-md-offset-9{margin-left:75%}._col-md-offset-8{margin-left:66.66666667%}._col-md-offset-7{margin-left:58.33333333%}._col-md-offset-6{margin-left:50%}._col-md-offset-5{margin-left:41.66666667%}._col-md-offset-4{margin-left:33.33333333%}._col-md-offset-3{margin-left:25%}._col-md-offset-2{margin-left:16.66666667%}._col-md-offset-1{margin-left:8.33333333%}._col-md-offset-0{margin-left:0}}@media (min-width:1200px){._col-lg-1,._col-lg-10,._col-lg-11,._col-lg-12,._col-lg-2,._col-lg-3,._col-lg-4,._col-lg-5,._col-lg-6,._col-lg-7,._col-lg-8,._col-lg-9{float:left}._col-lg-12{width:100%}._col-lg-11{width:91.66666667%}._col-lg-10{width:83.33333333%}._col-lg-9{width:75%}._col-lg-8{width:66.66666667%}._col-lg-7{width:58.33333333%}._col-lg-6{width:50%}._col-lg-5{width:41.66666667%}._col-lg-4{width:33.33333333%}._col-lg-3{width:25%}._col-lg-2{width:16.66666667%}._col-lg-1{width:8.33333333%}._col-lg-pull-12{right:100%}._col-lg-pull-11{right:91.66666667%}._col-lg-pull-10{right:83.33333333%}._col-lg-pull-9{right:75%}._col-lg-pull-8{right:66.66666667%}._col-lg-pull-7{right:58.33333333%}._col-lg-pull-6{right:50%}._col-lg-pull-5{right:41.66666667%}._col-lg-pull-4{right:33.33333333%}._col-lg-pull-3{right:25%}._col-lg-pull-2{right:16.66666667%}._col-lg-pull-1{right:8.33333333%}._col-lg-pull-0{right:auto}._col-lg-push-12{left:100%}._col-lg-push-11{left:91.66666667%}._col-lg-push-10{left:83.33333333%}._col-lg-push-9{left:75%}._col-lg-push-8{left:66.66666667%}._col-lg-push-7{left:58.33333333%}._col-lg-push-6{left:50%}._col-lg-push-5{left:41.66666667%}._col-lg-push-4{left:33.33333333%}._col-lg-push-3{left:25%}._col-lg-push-2{left:16.66666667%}._col-lg-push-1{left:8.33333333%}._col-lg-push-0{left:auto}._col-lg-offset-12{margin-left:100%}._col-lg-offset-11{margin-left:91.66666667%}._col-lg-offset-10{margin-left:83.33333333%}._col-lg-offset-9{margin-left:75%}._col-lg-offset-8{margin-left:66.66666667%}._col-lg-offset-7{margin-left:58.33333333%}._col-lg-offset-6{margin-left:50%}._col-lg-offset-5{margin-left:41.66666667%}._col-lg-offset-4{margin-left:33.33333333%}._col-lg-offset-3{margin-left:25%}._col-lg-offset-2{margin-left:16.66666667%}._col-lg-offset-1{margin-left:8.33333333%}._col-lg-offset-0{margin-left:0}}

/******************************************************************************/
/*  Responsive utilities  *****************************************************/
/******************************************************************************/

._visible-lg,._visible-md,._visible-sm,._visible-xs{display:none!important}._visible-lg-block,._visible-lg-inline,._visible-lg-inline-block,._visible-md-block,._visible-md-inline,._visible-md-inline-block,._visible-sm-block,._visible-sm-inline,._visible-sm-inline-block,._visible-xs-block,._visible-xs-inline,._visible-xs-inline-block{display:none!important}@media (max-width:767px){._visible-xs{display:block!important}table._visible-xs{display:table!important}tr._visible-xs{display:table-row!important}td._visible-xs,th._visible-xs{display:table-cell!important}}@media (max-width:767px){._visible-xs-block{display:block!important}}@media (max-width:767px){._visible-xs-inline{display:inline!important}}@media (max-width:767px){._visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){._visible-sm{display:block!important}table._visible-sm{display:table!important}tr._visible-sm{display:table-row!important}td._visible-sm,th._visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){._visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){._visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){._visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){._visible-md{display:block!important}table._visible-md{display:table!important}tr._visible-md{display:table-row!important}td._visible-md,th._visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){._visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){._visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){._visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){._visible-lg{display:block!important}table._visible-lg{display:table!important}tr._visible-lg{display:table-row!important}td._visible-lg,th._visible-lg{display:table-cell!important}}@media (min-width:1200px){._visible-lg-block{display:block!important}}@media (min-width:1200px){._visible-lg-inline{display:inline!important}}@media (min-width:1200px){._visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){._hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){._hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){._hidden-md{display:none!important}}@media (min-width:1200px){._hidden-lg{display:none!important}}._visible-print{display:none!important}@media print{._visible-print{display:block!important}table._visible-print{display:table!important}tr._visible-print{display:table-row!important}td._visible-print,th._visible-print{display:table-cell!important}}._visible-print-block{display:none!important}@media print{._visible-print-block{display:block!important}}._visible-print-inline{display:none!important}@media print{._visible-print-inline{display:inline!important}}._visible-print-inline-block{display:none!important}@media print{._visible-print-inline-block{display:inline-block!important}}@media print{._hidden-print{display:none!important}}

/******************************************************************************/
/*  Color palette  ************************************************************/
/******************************************************************************/

._red{background-color:#F44336 !important}._red-text{color:#F44336 !important}._red._lighten-5{background-color:#FFEBEE !important}._red-text._text-lighten-5{color:#FFEBEE !important}._red._lighten-4{background-color:#FFCDD2 !important}._red-text._text-lighten-4{color:#FFCDD2 !important}._red._lighten-3{background-color:#EF9A9A !important}._red-text._text-lighten-3{color:#EF9A9A !important}._red._lighten-2{background-color:#E57373 !important}._red-text._text-lighten-2{color:#E57373 !important}._red._lighten-1{background-color:#EF5350 !important}._red-text._text-lighten-1{color:#EF5350 !important}._red._darken-1{background-color:#E53935 !important}._red-text._text-darken-1{color:#E53935 !important}._red._darken-2{background-color:#D32F2F !important}._red-text._text-darken-2{color:#D32F2F !important}._red._darken-3{background-color:#C62828 !important}._red-text._text-darken-3{color:#C62828 !important}._red._darken-4{background-color:#B71C1C !important}._red-text._text-darken-4{color:#B71C1C !important}._red._accent-1{background-color:#FF8A80 !important}._red-text._text-accent-1{color:#FF8A80 !important}._red._accent-2{background-color:#FF5252 !important}._red-text._text-accent-2{color:#FF5252 !important}._red._accent-3{background-color:#FF1744 !important}._red-text._text-accent-3{color:#FF1744 !important}._red._accent-4{background-color:#D50000 !important}._red-text._text-accent-4{color:#D50000 !important}._pink{background-color:#e91e63 !important}._pink-text{color:#e91e63 !important}._pink._lighten-5{background-color:#fce4ec !important}._pink-text._text-lighten-5{color:#fce4ec !important}._pink._lighten-4{background-color:#f8bbd0 !important}._pink-text._text-lighten-4{color:#f8bbd0 !important}._pink._lighten-3{background-color:#f48fb1 !important}._pink-text._text-lighten-3{color:#f48fb1 !important}._pink._lighten-2{background-color:#f06292 !important}._pink-text._text-lighten-2{color:#f06292 !important}._pink._lighten-1{background-color:#ec407a !important}._pink-text._text-lighten-1{color:#ec407a !important}._pink._darken-1{background-color:#d81b60 !important}._pink-text._text-darken-1{color:#d81b60 !important}._pink._darken-2{background-color:#c2185b !important}._pink-text._text-darken-2{color:#c2185b !important}._pink._darken-3{background-color:#ad1457 !important}._pink-text._text-darken-3{color:#ad1457 !important}._pink._darken-4{background-color:#880e4f !important}._pink-text._text-darken-4{color:#880e4f !important}._pink._accent-1{background-color:#ff80ab !important}._pink-text._text-accent-1{color:#ff80ab !important}._pink._accent-2{background-color:#ff4081 !important}._pink-text._text-accent-2{color:#ff4081 !important}._pink._accent-3{background-color:#f50057 !important}._pink-text._text-accent-3{color:#f50057 !important}._pink._accent-4{background-color:#c51162 !important}._pink-text._text-accent-4{color:#c51162 !important}._purple{background-color:#9c27b0 !important}._purple-text{color:#9c27b0 !important}._purple._lighten-5{background-color:#f3e5f5 !important}._purple-text._text-lighten-5{color:#f3e5f5 !important}._purple._lighten-4{background-color:#e1bee7 !important}._purple-text._text-lighten-4{color:#e1bee7 !important}._purple._lighten-3{background-color:#ce93d8 !important}._purple-text._text-lighten-3{color:#ce93d8 !important}._purple._lighten-2{background-color:#ba68c8 !important}._purple-text._text-lighten-2{color:#ba68c8 !important}._purple._lighten-1{background-color:#ab47bc !important}._purple-text._text-lighten-1{color:#ab47bc !important}._purple._darken-1{background-color:#8e24aa !important}._purple-text._text-darken-1{color:#8e24aa !important}._purple._darken-2{background-color:#7b1fa2 !important}._purple-text._text-darken-2{color:#7b1fa2 !important}._purple._darken-3{background-color:#6a1b9a !important}._purple-text._text-darken-3{color:#6a1b9a !important}._purple._darken-4{background-color:#4a148c !important}._purple-text._text-darken-4{color:#4a148c !important}._purple._accent-1{background-color:#ea80fc !important}._purple-text._text-accent-1{color:#ea80fc !important}._purple._accent-2{background-color:#e040fb !important}._purple-text._text-accent-2{color:#e040fb !important}._purple._accent-3{background-color:#d500f9 !important}._purple-text._text-accent-3{color:#d500f9 !important}._purple._accent-4{background-color:#a0f !important}._purple-text._text-accent-4{color:#a0f !important}._deep-purple{background-color:#673ab7 !important}._deep-purple-text{color:#673ab7 !important}._deep-purple._lighten-5{background-color:#ede7f6 !important}._deep-purple-text._text-lighten-5{color:#ede7f6 !important}._deep-purple._lighten-4{background-color:#d1c4e9 !important}._deep-purple-text._text-lighten-4{color:#d1c4e9 !important}._deep-purple._lighten-3{background-color:#b39ddb !important}._deep-purple-text._text-lighten-3{color:#b39ddb !important}._deep-purple._lighten-2{background-color:#9575cd !important}._deep-purple-text._text-lighten-2{color:#9575cd !important}._deep-purple._lighten-1{background-color:#7e57c2 !important}._deep-purple-text._text-lighten-1{color:#7e57c2 !important}._deep-purple._darken-1{background-color:#5e35b1 !important}._deep-purple-text._text-darken-1{color:#5e35b1 !important}._deep-purple._darken-2{background-color:#512da8 !important}._deep-purple-text._text-darken-2{color:#512da8 !important}._deep-purple._darken-3{background-color:#4527a0 !important}._deep-purple-text._text-darken-3{color:#4527a0 !important}._deep-purple._darken-4{background-color:#311b92 !important}._deep-purple-text._text-darken-4{color:#311b92 !important}._deep-purple._accent-1{background-color:#b388ff !important}._deep-purple-text._text-accent-1{color:#b388ff !important}._deep-purple._accent-2{background-color:#7c4dff !important}._deep-purple-text._text-accent-2{color:#7c4dff !important}._deep-purple._accent-3{background-color:#651fff !important}._deep-purple-text._text-accent-3{color:#651fff !important}._deep-purple._accent-4{background-color:#6200ea !important}._deep-purple-text._text-accent-4{color:#6200ea !important}._indigo{background-color:#3f51b5 !important}._indigo-text{color:#3f51b5 !important}._indigo._lighten-5{background-color:#e8eaf6 !important}._indigo-text._text-lighten-5{color:#e8eaf6 !important}._indigo._lighten-4{background-color:#c5cae9 !important}._indigo-text._text-lighten-4{color:#c5cae9 !important}._indigo._lighten-3{background-color:#9fa8da !important}._indigo-text._text-lighten-3{color:#9fa8da !important}._indigo._lighten-2{background-color:#7986cb !important}._indigo-text._text-lighten-2{color:#7986cb !important}._indigo._lighten-1{background-color:#5c6bc0 !important}._indigo-text._text-lighten-1{color:#5c6bc0 !important}._indigo._darken-1{background-color:#3949ab !important}._indigo-text._text-darken-1{color:#3949ab !important}._indigo._darken-2{background-color:#303f9f !important}._indigo-text._text-darken-2{color:#303f9f !important}._indigo._darken-3{background-color:#283593 !important}._indigo-text._text-darken-3{color:#283593 !important}._indigo._darken-4{background-color:#1a237e !important}._indigo-text._text-darken-4{color:#1a237e !important}._indigo._accent-1{background-color:#8c9eff !important}._indigo-text._text-accent-1{color:#8c9eff !important}._indigo._accent-2{background-color:#536dfe !important}._indigo-text._text-accent-2{color:#536dfe !important}._indigo._accent-3{background-color:#3d5afe !important}._indigo-text._text-accent-3{color:#3d5afe !important}._indigo._accent-4{background-color:#304ffe !important}._indigo-text._text-accent-4{color:#304ffe !important}._blue{background-color:#2196F3 !important}._blue-text{color:#2196F3 !important}._blue._lighten-5{background-color:#E3F2FD !important}._blue-text._text-lighten-5{color:#E3F2FD !important}._blue._lighten-4{background-color:#BBDEFB !important}._blue-text._text-lighten-4{color:#BBDEFB !important}._blue._lighten-3{background-color:#90CAF9 !important}._blue-text._text-lighten-3{color:#90CAF9 !important}._blue._lighten-2{background-color:#64B5F6 !important}._blue-text._text-lighten-2{color:#64B5F6 !important}._blue._lighten-1{background-color:#42A5F5 !important}._blue-text._text-lighten-1{color:#42A5F5 !important}._blue._darken-1{background-color:#1E88E5 !important}._blue-text._text-darken-1{color:#1E88E5 !important}._blue._darken-2{background-color:#1976D2 !important}._blue-text._text-darken-2{color:#1976D2 !important}._blue._darken-3{background-color:#1565C0 !important}._blue-text._text-darken-3{color:#1565C0 !important}._blue._darken-4{background-color:#0D47A1 !important}._blue-text._text-darken-4{color:#0D47A1 !important}._blue._accent-1{background-color:#82B1FF !important}._blue-text._text-accent-1{color:#82B1FF !important}._blue._accent-2{background-color:#448AFF !important}._blue-text._text-accent-2{color:#448AFF !important}._blue._accent-3{background-color:#2979FF !important}._blue-text._text-accent-3{color:#2979FF !important}._blue._accent-4{background-color:#2962FF !important}._blue-text._text-accent-4{color:#2962FF !important}._light-blue{background-color:#03a9f4 !important}._light-blue-text{color:#03a9f4 !important}._light-blue._lighten-5{background-color:#e1f5fe !important}._light-blue-text._text-lighten-5{color:#e1f5fe !important}._light-blue._lighten-4{background-color:#b3e5fc !important}._light-blue-text._text-lighten-4{color:#b3e5fc !important}._light-blue._lighten-3{background-color:#81d4fa !important}._light-blue-text._text-lighten-3{color:#81d4fa !important}._light-blue._lighten-2{background-color:#4fc3f7 !important}._light-blue-text._text-lighten-2{color:#4fc3f7 !important}._light-blue._lighten-1{background-color:#29b6f6 !important}._light-blue-text._text-lighten-1{color:#29b6f6 !important}._light-blue._darken-1{background-color:#039be5 !important}._light-blue-text._text-darken-1{color:#039be5 !important}._light-blue._darken-2{background-color:#0288d1 !important}._light-blue-text._text-darken-2{color:#0288d1 !important}._light-blue._darken-3{background-color:#0277bd !important}._light-blue-text._text-darken-3{color:#0277bd !important}._light-blue._darken-4{background-color:#01579b !important}._light-blue-text._text-darken-4{color:#01579b !important}._light-blue._accent-1{background-color:#80d8ff !important}._light-blue-text._text-accent-1{color:#80d8ff !important}._light-blue._accent-2{background-color:#40c4ff !important}._light-blue-text._text-accent-2{color:#40c4ff !important}._light-blue._accent-3{background-color:#00b0ff !important}._light-blue-text._text-accent-3{color:#00b0ff !important}._light-blue._accent-4{background-color:#0091ea !important}._light-blue-text._text-accent-4{color:#0091ea !important}._cyan{background-color:#00bcd4 !important}._cyan-text{color:#00bcd4 !important}._cyan._lighten-5{background-color:#e0f7fa !important}._cyan-text._text-lighten-5{color:#e0f7fa !important}._cyan._lighten-4{background-color:#b2ebf2 !important}._cyan-text._text-lighten-4{color:#b2ebf2 !important}._cyan._lighten-3{background-color:#80deea !important}._cyan-text._text-lighten-3{color:#80deea !important}._cyan._lighten-2{background-color:#4dd0e1 !important}._cyan-text._text-lighten-2{color:#4dd0e1 !important}._cyan._lighten-1{background-color:#26c6da !important}._cyan-text._text-lighten-1{color:#26c6da !important}._cyan._darken-1{background-color:#00acc1 !important}._cyan-text._text-darken-1{color:#00acc1 !important}._cyan._darken-2{background-color:#0097a7 !important}._cyan-text._text-darken-2{color:#0097a7 !important}._cyan._darken-3{background-color:#00838f !important}._cyan-text._text-darken-3{color:#00838f !important}._cyan._darken-4{background-color:#006064 !important}._cyan-text._text-darken-4{color:#006064 !important}._cyan._accent-1{background-color:#84ffff !important}._cyan-text._text-accent-1{color:#84ffff !important}._cyan._accent-2{background-color:#18ffff !important}._cyan-text._text-accent-2{color:#18ffff !important}._cyan._accent-3{background-color:#00e5ff !important}._cyan-text._text-accent-3{color:#00e5ff !important}._cyan._accent-4{background-color:#00b8d4 !important}._cyan-text._text-accent-4{color:#00b8d4 !important}._teal{background-color:#009688 !important}._teal-text{color:#009688 !important}._teal._lighten-5{background-color:#e0f2f1 !important}._teal-text._text-lighten-5{color:#e0f2f1 !important}._teal._lighten-4{background-color:#b2dfdb !important}._teal-text._text-lighten-4{color:#b2dfdb !important}._teal._lighten-3{background-color:#80cbc4 !important}._teal-text._text-lighten-3{color:#80cbc4 !important}._teal._lighten-2{background-color:#4db6ac !important}._teal-text._text-lighten-2{color:#4db6ac !important}._teal._lighten-1{background-color:#26a69a !important}._teal-text._text-lighten-1{color:#26a69a !important}._teal._darken-1{background-color:#00897b !important}._teal-text._text-darken-1{color:#00897b !important}._teal._darken-2{background-color:#00796b !important}._teal-text._text-darken-2{color:#00796b !important}._teal._darken-3{background-color:#00695c !important}._teal-text._text-darken-3{color:#00695c !important}._teal._darken-4{background-color:#004d40 !important}._teal-text._text-darken-4{color:#004d40 !important}._teal._accent-1{background-color:#a7ffeb !important}._teal-text._text-accent-1{color:#a7ffeb !important}._teal._accent-2{background-color:#64ffda !important}._teal-text._text-accent-2{color:#64ffda !important}._teal._accent-3{background-color:#1de9b6 !important}._teal-text._text-accent-3{color:#1de9b6 !important}._teal._accent-4{background-color:#00bfa5 !important}._teal-text._text-accent-4{color:#00bfa5 !important}._green{background-color:#4CAF50 !important}._green-text{color:#4CAF50 !important}._green._lighten-5{background-color:#E8F5E9 !important}._green-text._text-lighten-5{color:#E8F5E9 !important}._green._lighten-4{background-color:#C8E6C9 !important}._green-text._text-lighten-4{color:#C8E6C9 !important}._green._lighten-3{background-color:#A5D6A7 !important}._green-text._text-lighten-3{color:#A5D6A7 !important}._green._lighten-2{background-color:#81C784 !important}._green-text._text-lighten-2{color:#81C784 !important}._green._lighten-1{background-color:#66BB6A !important}._green-text._text-lighten-1{color:#66BB6A !important}._green._darken-1{background-color:#43A047 !important}._green-text._text-darken-1{color:#43A047 !important}._green._darken-2{background-color:#388E3C !important}._green-text._text-darken-2{color:#388E3C !important}._green._darken-3{background-color:#2E7D32 !important}._green-text._text-darken-3{color:#2E7D32 !important}._green._darken-4{background-color:#1B5E20 !important}._green-text._text-darken-4{color:#1B5E20 !important}._green._accent-1{background-color:#B9F6CA !important}._green-text._text-accent-1{color:#B9F6CA !important}._green._accent-2{background-color:#69F0AE !important}._green-text._text-accent-2{color:#69F0AE !important}._green._accent-3{background-color:#00E676 !important}._green-text._text-accent-3{color:#00E676 !important}._green._accent-4{background-color:#00C853 !important}._green-text._text-accent-4{color:#00C853 !important}._light-green{background-color:#8bc34a !important}._light-green-text{color:#8bc34a !important}._light-green._lighten-5{background-color:#f1f8e9 !important}._light-green-text._text-lighten-5{color:#f1f8e9 !important}._light-green._lighten-4{background-color:#dcedc8 !important}._light-green-text._text-lighten-4{color:#dcedc8 !important}._light-green._lighten-3{background-color:#c5e1a5 !important}._light-green-text._text-lighten-3{color:#c5e1a5 !important}._light-green._lighten-2{background-color:#aed581 !important}._light-green-text._text-lighten-2{color:#aed581 !important}._light-green._lighten-1{background-color:#9ccc65 !important}._light-green-text._text-lighten-1{color:#9ccc65 !important}._light-green._darken-1{background-color:#7cb342 !important}._light-green-text._text-darken-1{color:#7cb342 !important}._light-green._darken-2{background-color:#689f38 !important}._light-green-text._text-darken-2{color:#689f38 !important}._light-green._darken-3{background-color:#558b2f !important}._light-green-text._text-darken-3{color:#558b2f !important}._light-green._darken-4{background-color:#33691e !important}._light-green-text._text-darken-4{color:#33691e !important}._light-green._accent-1{background-color:#ccff90 !important}._light-green-text._text-accent-1{color:#ccff90 !important}._light-green._accent-2{background-color:#b2ff59 !important}._light-green-text._text-accent-2{color:#b2ff59 !important}._light-green._accent-3{background-color:#76ff03 !important}._light-green-text._text-accent-3{color:#76ff03 !important}._light-green._accent-4{background-color:#64dd17 !important}._light-green-text._text-accent-4{color:#64dd17 !important}._lime{background-color:#cddc39 !important}._lime-text{color:#cddc39 !important}._lime._lighten-5{background-color:#f9fbe7 !important}._lime-text._text-lighten-5{color:#f9fbe7 !important}._lime._lighten-4{background-color:#f0f4c3 !important}._lime-text._text-lighten-4{color:#f0f4c3 !important}._lime._lighten-3{background-color:#e6ee9c !important}._lime-text._text-lighten-3{color:#e6ee9c !important}._lime._lighten-2{background-color:#dce775 !important}._lime-text._text-lighten-2{color:#dce775 !important}._lime._lighten-1{background-color:#d4e157 !important}._lime-text._text-lighten-1{color:#d4e157 !important}._lime._darken-1{background-color:#c0ca33 !important}._lime-text._text-darken-1{color:#c0ca33 !important}._lime._darken-2{background-color:#afb42b !important}._lime-text._text-darken-2{color:#afb42b !important}._lime._darken-3{background-color:#9e9d24 !important}._lime-text._text-darken-3{color:#9e9d24 !important}._lime._darken-4{background-color:#827717 !important}._lime-text._text-darken-4{color:#827717 !important}._lime._accent-1{background-color:#f4ff81 !important}._lime-text._text-accent-1{color:#f4ff81 !important}._lime._accent-2{background-color:#eeff41 !important}._lime-text._text-accent-2{color:#eeff41 !important}._lime._accent-3{background-color:#c6ff00 !important}._lime-text._text-accent-3{color:#c6ff00 !important}._lime._accent-4{background-color:#aeea00 !important}._lime-text._text-accent-4{color:#aeea00 !important}._yellow{background-color:#ffeb3b !important}._yellow-text{color:#ffeb3b !important}._yellow._lighten-5{background-color:#fffde7 !important}._yellow-text._text-lighten-5{color:#fffde7 !important}._yellow._lighten-4{background-color:#fff9c4 !important}._yellow-text._text-lighten-4{color:#fff9c4 !important}._yellow._lighten-3{background-color:#fff59d !important}._yellow-text._text-lighten-3{color:#fff59d !important}._yellow._lighten-2{background-color:#fff176 !important}._yellow-text._text-lighten-2{color:#fff176 !important}._yellow._lighten-1{background-color:#ffee58 !important}._yellow-text._text-lighten-1{color:#ffee58 !important}._yellow._darken-1{background-color:#fdd835 !important}._yellow-text._text-darken-1{color:#fdd835 !important}._yellow._darken-2{background-color:#fbc02d !important}._yellow-text._text-darken-2{color:#fbc02d !important}._yellow._darken-3{background-color:#f9a825 !important}._yellow-text._text-darken-3{color:#f9a825 !important}._yellow._darken-4{background-color:#f57f17 !important}._yellow-text._text-darken-4{color:#f57f17 !important}._yellow._accent-1{background-color:#ffff8d !important}._yellow-text._text-accent-1{color:#ffff8d !important}._yellow._accent-2{background-color:#ff0 !important}._yellow-text._text-accent-2{color:#ff0 !important}._yellow._accent-3{background-color:#ffea00 !important}._yellow-text._text-accent-3{color:#ffea00 !important}._yellow._accent-4{background-color:#ffd600 !important}._yellow-text._text-accent-4{color:#ffd600 !important}._amber{background-color:#ffc107 !important}._amber-text{color:#ffc107 !important}._amber._lighten-5{background-color:#fff8e1 !important}._amber-text._text-lighten-5{color:#fff8e1 !important}._amber._lighten-4{background-color:#ffecb3 !important}._amber-text._text-lighten-4{color:#ffecb3 !important}._amber._lighten-3{background-color:#ffe082 !important}._amber-text._text-lighten-3{color:#ffe082 !important}._amber._lighten-2{background-color:#ffd54f !important}._amber-text._text-lighten-2{color:#ffd54f !important}._amber._lighten-1{background-color:#ffca28 !important}._amber-text._text-lighten-1{color:#ffca28 !important}._amber._darken-1{background-color:#ffb300 !important}._amber-text._text-darken-1{color:#ffb300 !important}._amber._darken-2{background-color:#ffa000 !important}._amber-text._text-darken-2{color:#ffa000 !important}._amber._darken-3{background-color:#ff8f00 !important}._amber-text._text-darken-3{color:#ff8f00 !important}._amber._darken-4{background-color:#ff6f00 !important}._amber-text._text-darken-4{color:#ff6f00 !important}._amber._accent-1{background-color:#ffe57f !important}._amber-text._text-accent-1{color:#ffe57f !important}._amber._accent-2{background-color:#ffd740 !important}._amber-text._text-accent-2{color:#ffd740 !important}._amber._accent-3{background-color:#ffc400 !important}._amber-text._text-accent-3{color:#ffc400 !important}._amber._accent-4{background-color:#ffab00 !important}._amber-text._text-accent-4{color:#ffab00 !important}._orange{background-color:#ff9800 !important}._orange-text{color:#ff9800 !important}._orange._lighten-5{background-color:#fff3e0 !important}._orange-text._text-lighten-5{color:#fff3e0 !important}._orange._lighten-4{background-color:#ffe0b2 !important}._orange-text._text-lighten-4{color:#ffe0b2 !important}._orange._lighten-3{background-color:#ffcc80 !important}._orange-text._text-lighten-3{color:#ffcc80 !important}._orange._lighten-2{background-color:#ffb74d !important}._orange-text._text-lighten-2{color:#ffb74d !important}._orange._lighten-1{background-color:#ffa726 !important}._orange-text._text-lighten-1{color:#ffa726 !important}._orange._darken-1{background-color:#fb8c00 !important}._orange-text._text-darken-1{color:#fb8c00 !important}._orange._darken-2{background-color:#f57c00 !important}._orange-text._text-darken-2{color:#f57c00 !important}._orange._darken-3{background-color:#ef6c00 !important}._orange-text._text-darken-3{color:#ef6c00 !important}._orange._darken-4{background-color:#e65100 !important}._orange-text._text-darken-4{color:#e65100 !important}._orange._accent-1{background-color:#ffd180 !important}._orange-text._text-accent-1{color:#ffd180 !important}._orange._accent-2{background-color:#ffab40 !important}._orange-text._text-accent-2{color:#ffab40 !important}._orange._accent-3{background-color:#ff9100 !important}._orange-text._text-accent-3{color:#ff9100 !important}._orange._accent-4{background-color:#ff6d00 !important}._orange-text._text-accent-4{color:#ff6d00 !important}._deep-orange{background-color:#ff5722 !important}._deep-orange-text{color:#ff5722 !important}._deep-orange._lighten-5{background-color:#fbe9e7 !important}._deep-orange-text._text-lighten-5{color:#fbe9e7 !important}._deep-orange._lighten-4{background-color:#ffccbc !important}._deep-orange-text._text-lighten-4{color:#ffccbc !important}._deep-orange._lighten-3{background-color:#ffab91 !important}._deep-orange-text._text-lighten-3{color:#ffab91 !important}._deep-orange._lighten-2{background-color:#ff8a65 !important}._deep-orange-text._text-lighten-2{color:#ff8a65 !important}._deep-orange._lighten-1{background-color:#ff7043 !important}._deep-orange-text._text-lighten-1{color:#ff7043 !important}._deep-orange._darken-1{background-color:#f4511e !important}._deep-orange-text._text-darken-1{color:#f4511e !important}._deep-orange._darken-2{background-color:#e64a19 !important}._deep-orange-text._text-darken-2{color:#e64a19 !important}._deep-orange._darken-3{background-color:#d84315 !important}._deep-orange-text._text-darken-3{color:#d84315 !important}._deep-orange._darken-4{background-color:#bf360c !important}._deep-orange-text._text-darken-4{color:#bf360c !important}._deep-orange._accent-1{background-color:#ff9e80 !important}._deep-orange-text._text-accent-1{color:#ff9e80 !important}._deep-orange._accent-2{background-color:#ff6e40 !important}._deep-orange-text._text-accent-2{color:#ff6e40 !important}._deep-orange._accent-3{background-color:#ff3d00 !important}._deep-orange-text._text-accent-3{color:#ff3d00 !important}._deep-orange._accent-4{background-color:#dd2c00 !important}._deep-orange-text._text-accent-4{color:#dd2c00 !important}._brown{background-color:#795548 !important}._brown-text{color:#795548 !important}._brown._lighten-5{background-color:#efebe9 !important}._brown-text._text-lighten-5{color:#efebe9 !important}._brown._lighten-4{background-color:#d7ccc8 !important}._brown-text._text-lighten-4{color:#d7ccc8 !important}._brown._lighten-3{background-color:#bcaaa4 !important}._brown-text._text-lighten-3{color:#bcaaa4 !important}._brown._lighten-2{background-color:#a1887f !important}._brown-text._text-lighten-2{color:#a1887f !important}._brown._lighten-1{background-color:#8d6e63 !important}._brown-text._text-lighten-1{color:#8d6e63 !important}._brown._darken-1{background-color:#6d4c41 !important}._brown-text._text-darken-1{color:#6d4c41 !important}._brown._darken-2{background-color:#5d4037 !important}._brown-text._text-darken-2{color:#5d4037 !important}._brown._darken-3{background-color:#4e342e !important}._brown-text._text-darken-3{color:#4e342e !important}._brown._darken-4{background-color:#3e2723 !important}._brown-text._text-darken-4{color:#3e2723 !important}._blue-grey{background-color:#607d8b !important}._blue-grey-text{color:#607d8b !important}._blue-grey._lighten-5{background-color:#eceff1 !important}._blue-grey-text._text-lighten-5{color:#eceff1 !important}._blue-grey._lighten-4{background-color:#cfd8dc !important}._blue-grey-text._text-lighten-4{color:#cfd8dc !important}._blue-grey._lighten-3{background-color:#b0bec5 !important}._blue-grey-text._text-lighten-3{color:#b0bec5 !important}._blue-grey._lighten-2{background-color:#90a4ae !important}._blue-grey-text._text-lighten-2{color:#90a4ae !important}._blue-grey._lighten-1{background-color:#78909c !important}._blue-grey-text._text-lighten-1{color:#78909c !important}._blue-grey._darken-1{background-color:#546e7a !important}._blue-grey-text._text-darken-1{color:#546e7a !important}._blue-grey._darken-2{background-color:#455a64 !important}._blue-grey-text._text-darken-2{color:#455a64 !important}._blue-grey._darken-3{background-color:#37474f !important}._blue-grey-text._text-darken-3{color:#37474f !important}._blue-grey._darken-4{background-color:#263238 !important}._blue-grey-text._text-darken-4{color:#263238 !important}._grey{background-color:#9e9e9e !important}._grey-text{color:#9e9e9e !important}._grey._lighten-5{background-color:#fafafa !important}._grey-text._text-lighten-5{color:#fafafa !important}._grey._lighten-4{background-color:#f5f5f5 !important}._grey-text._text-lighten-4{color:#f5f5f5 !important}._grey._lighten-3{background-color:#eee !important}._grey-text._text-lighten-3{color:#eee !important}._grey._lighten-2{background-color:#e0e0e0 !important}._grey-text._text-lighten-2{color:#e0e0e0 !important}._grey._lighten-1{background-color:#bdbdbd !important}._grey-text._text-lighten-1{color:#bdbdbd !important}._grey._darken-1{background-color:#757575 !important}._grey-text._text-darken-1{color:#757575 !important}._grey._darken-2{background-color:#616161 !important}._grey-text._text-darken-2{color:#616161 !important}._grey._darken-3{background-color:#424242 !important}._grey-text._text-darken-3{color:#424242 !important}._grey._darken-4{background-color:#212121 !important}._grey-text._text-darken-4{color:#212121 !important}._black{background-color:#000 !important}._black-text{color:#000 !important}._white{background-color:#fff !important}._white-text{color:#fff !important}._transparent{background-color:rgba(0,0,0,0) !important}._transparent-text{color:rgba(0,0,0,0) !important}

/******************************************************************************/
/*  Elevation  ****************************************************************/
/******************************************************************************/

._z-depth-0{-webkit-box-shadow:none !important;box-shadow:none !important}._z-depth-1{-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2)}._z-depth-2{-webkit-box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3);box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3)}._z-depth-3{-webkit-box-shadow:0 8px 17px 2px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.2);box-shadow:0 8px 17px 2px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.2)}._z-depth-4{-webkit-box-shadow:0 16px 24px 2px rgba(0,0,0,0.14),0 6px 30px 5px rgba(0,0,0,0.12),0 8px 10px -7px rgba(0,0,0,0.2);box-shadow:0 16px 24px 2px rgba(0,0,0,0.14),0 6px 30px 5px rgba(0,0,0,0.12),0 8px 10px -7px rgba(0,0,0,0.2)}._z-depth-5{-webkit-box-shadow:0 24px 38px 3px rgba(0,0,0,0.14),0 9px 46px 8px rgba(0,0,0,0.12),0 11px 15px -7px rgba(0,0,0,0.2);box-shadow:0 24px 38px 3px rgba(0,0,0,0.14),0 9px 46px 8px rgba(0,0,0,0.12),0 11px 15px -7px rgba(0,0,0,0.2)}

/******************************************************************************/
/*  Font: SF Pro Display  ****************************************************/
/******************************************************************************/
@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display Medium'), local('SFProDisplay-Medium'),
    url('/i/fonts/sfprodisplay/SFProDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display Heavy'), local('SFProDisplay-Heavy'),
    url('/i/fonts/sfprodisplay/SFProDisplay-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display UltralightItalic'), local('SFProDisplay-UltralightItalic'),
    url('/i/fonts/sfprodisplay/SFProDisplay-UltralightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display Regular Italic'), local('SFProDisplay-RegularItalic'),
    url('/i/fonts/sfprodisplay/SFProDisplay-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display Thin'), local('SFProDisplay-Thin'),
    url('/i/fonts/sfprodisplay/SFProDisplay-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display Light'), local('SFProDisplay-Light'),
    url('/i/fonts/sfprodisplay/SFProDisplay-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display Black Italic'), local('SFProDisplay-BlackItalic'),
    url('/i/fonts/sfprodisplay/SFProDisplay-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display Bold'), local('SFProDisplay-Bold'),
    url('/i/fonts/sfprodisplay/SFProDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display Black'), local('SFProDisplay-Black'),
    url('/i/fonts/sfprodisplay/SFProDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display SemiboldItalic'), local('SFProDisplay-SemiboldItalic'),
    url('/i/fonts/sfprodisplay/SFProDisplay-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display Ultralight'), local('SFProDisplay-Ultralight'),
    url('/i/fonts/sfprodisplay/SFProDisplay-Ultralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display LightItalic'), local('SFProDisplay-LightItalic'),
    url('/i/fonts/sfprodisplay/SFProDisplay-LightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display ThinItalic'), local('SFProDisplay-ThinItalic'),
    url('/i/fonts/sfprodisplay/SFProDisplay-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display MediumItalic'), local('SFProDisplay-MediumItalic'),
    url('/i/fonts/sfprodisplay/SFProDisplay-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display Semibold'), local('SFProDisplay-Semibold'),
    url('/i/fonts/sfprodisplay/SFProDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display HeavyItalic'), local('SFProDisplay-HeavyItalic'),
    url('/i/fonts/sfprodisplay/SFProDisplay-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display Regular'), local('SFProDisplay-Regular'),
    url('/i/fonts/sfprodisplay/SFProDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: local('SF Pro Display BoldItalic'), local('SFProDisplay-BoldItalic'),
    url('/i/fonts/sfprodisplay/SFProDisplay-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
/******************************************************************************/
/*  Font: SF UI Text  ****************************************************/
/******************************************************************************/
@font-face {
    font-family: 'SF UI Text';
    src: local('SF UI Text LightItalic'), local('SFUIText-LightItalic'),
    url('/i/fonts/sfuitext/SFUIText-LightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'SF UI Text';
    src: local('SF UI Text Regular Italic'), local('SFUIText-RegularItalic'),
    url('/i/fonts/sfuitext/SFUIText-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'SF UI Text';
    src: local('SF UI Text SemiboldItalic'), local('SFUIText-SemiboldItalic'),
    url('/i/fonts/sfuitext/SFUIText-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'SF UI Text';
    src: local('SF UI Text Heavy'), local('SFUIText-Heavy'),
    url('/i/fonts/sfuitext/SFUIText-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Text';
    src: local('SF UI Text Semibold'), local('SFUIText-Semibold'),
    url('/i/fonts/sfuitext/SFUIText-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Text';
    src: local('SF UI Text Medium'), local('SFUIText-Medium'),
    url('/i/fonts/sfuitext/SFUIText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Text';
    src: local('SF UI Text Light'), local('SFUIText-Light'),
    url('/i/fonts/sfuitext/SFUIText-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Text';
    src: local('SF UI Text Regular'), local('SFUIText-Regular'),
    url('/i/fonts/sfuitext/SFUIText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Text';
    src: local('SF UI Text BoldItalic'), local('SFUIText-BoldItalic'),
    url('/i/fonts/sfuitext/SFUIText-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'SF UI Text';
    src: local('SF UI Text Bold'), local('SFUIText-Bold'),
    url('/i/fonts/sfuitext/SFUIText-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Text';
    src: local('SF UI Text HeavyItalic'), local('SFUIText-HeavyItalic'),
    url('/i/fonts/sfuitext/SFUIText-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'SF UI Text';
    src: local('SF UI Text MediumItalic'), local('SFUIText-MediumItalic'),
    url('/i/fonts/sfuitext/SFUIText-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}



/******************************************************************************/
/*  Styles  *************************************************************/
/******************************************************************************/
body {
    color: #59646A;
    font-family: 'SF UI Text Regular';
    font-size: 18px;
}
:focus {
    outline:none;
}
::-moz-focus-inner {
    border:0;
}
a {
    text-decoration: none;
}
h2{
    font-family: 'SF Pro Display';
}

h3{
    font-family: 'SF Pro Display';
}
h4{
    font-family: 'SF Pro Display';
}

.header {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
}

.header .logo {
    flex: .6;
}

.nav-links {
    flex: 1.6;
}

.nav-links ul {
    display: flex;
    height: 100%;
    align-items: center;
}

.nav-links ul li {
    margin: 0 auto;
}

.nav-links ul li a {
    color: #000;
    font-family: SF UI Text;
    font-style: normal;
    font-weight: normal;
}

.nav-links ul li a:hover {
    color: #FB1B43;
}

.thanks .thanks-hidden {
    display: none;
}
.thanks .thanks-visible {
    display: block;
}
.thanks .nav-links {
    display: none;
}

/*.flag.en {
	background: url('/i/img/_flags/en.jpg');
}*/
/*.header .select_lang {
	width: 220px;
    height: 50px;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    background: url('i/img/landing_indicators/select_arrow.png') no-repeat right white;
    display: inline-block;
    position: relative;
	box-shadow: 2px 2px 9px 1px rgba(101, 146, 181, 0.34);
	border-radius: 10px;
}

.header .select_lang select {
	background: transparent;
    -webkit-appearance: none;
    width: 220px;
    height: 50px;
    font-size: 11px;
    border: 0;
    position: absolute;
    left: 49px;
    top: 0;
    font-family: SF UI Text;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 130%;
	color: #000000;
}*/

/* The container must be positioned relative: */
.custom-select {
    position: relative;
    width: 220px;
    height: 50px;
    position: relative;
    font-family: SF UI Text;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
}

.dote::after {
    color: crimson;
    content:"\2022";
    margin-left: 7px;
}
.navi {
    position: relative;
    width: 220px;
    height: 50px;
    position: relative;
    font-family: SF UI Text;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
    flex: .6;
}
.navi ul {
    color: #000;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    box-shadow: 2px 2px 9px 1px rgb(101 146 181 / 34%);
    border-radius: 10px;
    list-style: none;
    position: relative;
    z-index:100;
}
.navi ul li {
    margin: 0px -7px 0 0;
    display: flex;
    align-items: center;
    z-index:1000;
    padding: 14px 15px 14px 49px;
    width: 100%;
}

.navi .lang {
    margin-left: 10px;
}

.navi > ul:after {
    position: absolute;
    content: "";
    top: 22px;
    right: 20px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #919FA7 transparent transparent transparent;
}

.navi a {
    display:flex;
    padding:0 10px;
    color:#000;
    font-size:14px;
    line-height: 24px;
    text-decoration:none;
    align-items: center;
}
.navi a span {
    margin-left: 10px;
}
.navi a:hover {
    color:#E80A09;
}
.navi ul ul {
    display: none;
    overflow:scroll;
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 0 0 10px 10px;
}
.navi ul ul::-webkit-scrollbar {
    width: 12px;
}
/* Track */
.navi ul ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* Handle */
.navi ul ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #FB1B43;
}
.navi ul ul::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.4);
}

.navi ul li:hover > ul {
    display:inline-block;
    overflow:scroll;
    max-height:250px;
    overflow-y:auto;
    overflow-x:hidden;
}
.navi ul ul li {
    min-width:150px;
    float:none;
    display:inline-table;
    position: relative;
}

.custom-select select {
    display: none; /*hide original SELECT element: */
}

.select-selected {
    background-color: #fff;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 22px;
    right: 20px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #919FA7 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
    color: #000;
    padding: 14px 15px 14px 49px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    box-shadow: 2px 2px 9px 1px rgb(101 146 181 / 34%);
    border-radius: 10px;
}

.select-items div {
    border-top: none;
    box-shadow: none;
    border-radius: 0 0 10px 10px;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #fff;
    /*top: 100%;*/
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 0 0 10px 10px;
}
.select-arrow-active {
    border-radius: 10px 10px 0 0;
}
form .select-items div,.select-selected {
    color: #6592B5;
    padding: 20px 29px;
}
form .select-selected:after {
    top:30px;
}
form .custom-select {
    font-size: 22px;
    width: 100%;
    height: unset;
}
form .select-items {
    overflow-y: scroll;
    height: 200px;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

section {
    padding: 100px 0;
}

section.form {
    background: url('/i/img/landing_indicators/form_bgr.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

section.form .title {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: 900;
    font-size: 42px;
    line-height: 160%;
    color: #FFFFFF;
    margin-bottom: 19px;
}

section.form .sub_title {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 160%;
    color: #FFFFFF;
    margin-bottom: 39px;
}

section.form .awards {
    background: rgba(11, 0, 41, 0.34);
    border-radius: 10px;
    padding: 30px;
    max-width: 620px;
}

section.form .awards .awards_item .img {
    margin-right: 20px;
}

section.form .awards .awards_item {
    display: flex;
    align-items: center;
}

section.form .awards .awards_item .title {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 4px;
}

section.form .awards .awards_item .sub_title {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 0;
}

section.form .awards_planshet {
    display: none;
}

.form {
    position: relative;
}

.form .invalid-feedback {
    color: #FF0000;
}

.form .flyer {
    width: 100%;
    background: rgba(11, 0, 41, 0.34);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 50px;
    padding: 20px 25px;
}

.form .flyer::before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 13px solid rgba(11, 0, 41, 0.34);
    top: 100px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}

.form .flyer div:first-child {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 150%;
    color: #FFFFFF;
}

.form .flyer div:last-child {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
}

.form .flyer div:last-child:before {
    content: '';
}

.form input[type="text"] {
    width: 100%;
    border: 1px solid #FFF;
    padding: 20px 9px;
    font-size: 1.1rem;
    border-radius: 10px;
    box-sizing: border-box;
    font-family: SF UI Text;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 150%;
    color: #6592B5;
    box-shadow: 4px 4px 20px rgba(1, 45, 90, 0.5);
}

.form input[type="text"]::placeholder {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 150%;
    color: #6592B5;
}

.form input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form input[type="checkbox"]+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    margin-left: 20px;
    cursor: pointer;
}

.form input[type="checkbox"]+label::before {
    content: '';
    display: block;
    background: #FFFFFF;
    border: 1px solid #6592B5;
    box-sizing: border-box;
    box-shadow: inset 2px 2px 6px 1px rgba(101, 146, 181, 0.24);
    border-radius: 5px;
    width: 25px;
    height: 25px;
}

.form input[type="checkbox"]+label::after {
    content: '';
    opacity: 0;
    background: transparent;
    border-right: 5px solid green;
    border-bottom: 5px solid green;
    transform: rotate(45deg);
    width: 15px;
    height: 20px;
    margin-left: -18px;
    margin-top: -10px;
}

.form input[type="checkbox"]:checked+label::after {
    opacity: 1;
}

.form .form__group {
    margin-top: 30px;
}

.form .group__iagree {
    margin-top: 21px!important;
}

.form__agree {
    display: flex;
}

.form__agree p {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-left: 15px;
}

.form__agree a {
    color: #18a0fb;
}

.form .button {
    border: none;
    width: 100%;
    background: #FB1B43;
    /*box-shadow: 0px 0px 25px rgba(251, 27, 67, 0.8);*/
    border-radius: 10px;
    font-family: SF UI Text;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 19px 0;
    height: 71px;
    cursor: pointer;
    transition: .5s;
}

.form .button:hover {
    box-shadow: none;
    background: #bf1533;
}

.preloader_white_mini {
    position: relative;
    margin: 0 auto;
}

.preloader_white_mini,
.preloader_white_mini::before,
.preloader_white_mini::after {
    display: block;
    width: 32px;
    height: 32px;
}

.preloader_white_mini::before {
    background: url(data:image%2Fpng;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6%2FNlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABXpJREFUeNrkm22IVFUYx8%2FMjovFuBK15aZJia69Uu6uuV9MSwgKsZTovT6W1IfCVSgUpBJ6gU2zN7IaQ7I3IxNbgiCzzNrKisrMpLAk2jfNt43VsZ3p%2F3T%2F0eXOOXfmXu+duScP%2FEDvzDnn+c+55zzPec7ZdLFYVFVibdFc1lbLjrQ6wUoUgjPgLnB1jHbOYR+ZWgu+HHwDngZPgZExiJU2V7CPr8DMWgieCN4Cm8D5fHYOuDcGwYvYtpSLwAfse2Ko1gJO+nrwMDhqWHwOgzP53RRoAXeD1aDfZ9HqAzl+t4V1pY2xbFNXhsAyMCKIhn8aDlBS4BPQ7vOdDeBncB2o51vwBdgJfgF9YAgcAaeAM8AEcB6YxmnyJ3gTTAazffraCqbLuMU1wkIbKPiM1gHwJLjUNVJBSLHucvCHTz%2FDtCVQ+2H92UsaA3rAAnByhH4zCxaCXk1%2FuTBthjVkjGtu5cFjNC6ugEHa7gTH2OdB2hC4rbB+bRDsAllwK+donEX66wCvkv18FplbqucCpSuyyHwEfgdtVRDrLttAK+gFH4LTfRbX+iCCH6K%2Fm+J53siOpONrweEaRIeHwFzwNW1p9HwuNn8MHqh0lZ4EjrhWwhdBE+fRt2BVyNU3alK0pZsLZRNtHabtomFCJX74bXCN59kBzll5leaB4YTsBeoYdTXRj2c1Wub6jfCVPn5vFxiVgJH1Mhr85GP3LNP2UFbsTsMv+Re4qUZztlw5CG6gjbqywr3LcguW7deFhkrLwZcJ3uaKbSsNn4mmO3WCd4M9mgoS+z5owd5+KdcYb9nDGL5E8EZwLljiceqPhHXyVS6Dnik5SC2iqavc5mEc6AL7Yw4Z4whBZcOxkW6q4tDyN74Guy0ZXfeovs4FrCdIpJXmfvYVC%2FN0a2h7OojgNgYX3RYK7qYbag0ieAY3CAULBRe5D5geRLD8Op9ZnH7uNo2wDP0bmudXgNUWC5b82f06bbJ5MCXAJnPDYGNpBj8GzUsPWDzCA2ES8YMWCz4URnBB%2FQ+Ln+AGi3U1hBHcaLFgo+3iltYZ3NIki1dpOWjbywCkRPD1mgqv0S11WSpYtoTvgVsqfaUlg9Bu8Ss9zZShMQmWfK+c4qUsFJvilNwSRPA2uqV2S0e3EHSEpYKcz95moeDbGUMXggg+C5wNblSlye0klyxtFtubKhF8ElgMdijnVo6c0M+3SPB82jybLnUxNbl2y%2F8luOaBXw0H3VlLEng9GvtF0xzdycM4MF7zq41RppO4ZJWltNVbxlNbyQhnwHbD+YycvLcmeHSnuG4HeMt31FYywpLaXOATgkr6c3QCR3aUcrKrppTzPcp17uRdtCQc26CpJMel+5STAq1LkFix5WXlXHPS7d%2FluHRTObckN9+OuvxxTjm37WYp50bccwmJwMSGZ5VzBeMypnVyLv8rGjpKahnmxKNgM+eG+3kj2AleAHU1nLN1tOEH2uSdz1t5Y7Dim3hyIeSY0t9wk1%2F0XeUcx9xcg1RQA1%2FjseAq0G8Y%2FREgX2mklVfm63x9fIWkQ7nB01JFsW2M8yWKmmEQq2h7PmjGo9zK2Mx9pyTsO2MOQbPs41MmJppD9xfx1cOOiKOyLNvsqeXVw6llLpfuiFDw51FfLk2HcAUry7ilPsPzS5g2Ok05t9xH8t%2FybKqhTn+ZjOsTQV1kUMGy8m02LQj0gYsMny1TzpmPnAoMkQE+e9xQ5z5lvp2TZ5IuE6dg6UQOqS4A6zWfr+EqGlXZDp7XPF9PG5bQfca+aP2LXPr6vsIrve%2F4zMctPvVOdV0Ul83NzOOx+Xj%2FLOZ9cDG4g%2F%2FvjcElSQy%2FkHN+lc8rXlHJRGCQGPBMzAFHLqqGTri%2FTPtbgAEA1EZTrD32jtkAAAAASUVORK5CYII=) no-repeat;
}

.preloader_white_mini::before {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 6000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 6000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 6000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 6000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.preloader_white_mini::after {
    background: url(data:image%2Fpng;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6%2FNlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABBhJREFUeNrsm2tIFFEUx2fNoELSwIq+iJWhRA%2FSBKnFtTAqqA+VXyoikiAQDIsgJPpURgQlIfWpIoLsgdqnykhitQdF+SpQexj2oswgi1722v6XPQsSzsx9zczuugd+sO7MnHP%2F48y995x71xcKhYzRZEnGKLOE4IRgZyyVcN2SHfTtA%2FPBYrAQzAMzQNp%2F5w2C56ATtILb9NmR3tTnQC+dCzaCEpAh6eMFqAPn6CboMyZYE8UgGNJvQfKtpZ063uEscAVcBwEHnsIA+b5KsTzrtNg7WgEegZUu9DcrKNYOiu2q4BRQD6rBOBc7WRbrCL3fKW4JngqCYI2Hw+laasMUp4elyaAZZEs29AM4C9qH9egbQLqErzxqSyEYcKKXTgEPFXrbOpA2gl%2F2Xb2C37tgAq8OXrE+xUY1gzEW%2FseCmwr+66mN2oalcnpvZI315n8sjv+ic1Te6XJdM60sGg5ke+M+MF1ghiU7O%2FsB5oJnqr10jeLQ81rg3FeKQ1aN6rBUTAO+iqU7dK7Z5KRYRfAei2NfORuRzflIzxQY7r5bHNsrKzgfFFkcZ9lQlU3wyBS0ikPEAU6hVTYdaCGlo8Lj8DGbocBP52WACxxDx0GQNEIc9t0hjusbQBZd47c5t0Z0HGaN6OcUHKEItNlc0w62gXyCfe6wuaaTfA+PZSf4rcnNNRWcy3HH%2FSY3aisY0JAHMx9lIHmEOH6O6%2FNEJh5LJXvJv+AEmAUOg58SPn6Do+TjOP0tm0dzd1q5isMDq1PtAnNAo8B1jVQHqyAfKpYnIjhHUxr3lIoDjJcW570Dq+i8Lk2xZ4sIztScSzfS9NTM2HTwsuY8PlPkwkkcDs+DUpdr22xM30Kx7SyNV%2FBEzuDTwEnwACxyQWwBuANOUWweS9VZxIvYAnAL1CpkOnY3tpbEFjhRtfws+aitBz1gt0axrLd+Qr5lKpWfeP%2FDHyUbOB6UaRRcKludNBvWkiyS9li3PhHBPXEguEtEcFscCG4VEXwjDgQ3iwjuAO9jWCxre7uIYJb11MWw4IukQWhOejqGBZ+RmYTfBy0xKLaF2i6VdeyLQcH7VdKsJsEE3mu7ZoR3CyjllduN8DJGtBtro+36Eo9gVrWojAHBldRWLVULVlRriGKxDdRGQ5dgtsS4OUqnnPfAJoNzI5tIAeCLEV6sehxFYlmSsxp8UykAWBnbSxEwdO+Ok08OAobI%2Fg5DrsTTb4QX2S55%2FM4Wycz3ZWta7PFeB3aCIReFDlHMEmqD4ZbgSEfGNqaxIl7QBbFBilVtKOy01VG17AZLwDKzHFRDXrucYnSrOtO5X7qJyNHok+3269V595xYNTCrh70xee%2FYd2brTr26G+fz6Gc8kWWQQbcDJxve2KBHcRO%2FakkIjjf7J8AAJpCcb5SurHgAAAAASUVORK5CYII=) no-repeat;
}

.preloader_white_mini::before,
.preloader_white_mini::after {
    position: absolute;
    content: "";
    background-size: cover;
}

@-moz-keyframes spin {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}
@-webkit-keyframes spin {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
@keyframes spin {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
.form__group .tip_invalid {
    color: red;
    margin-top: 5px;
    display: inline-block;
    text-shadow: 1px 1px #0000006b;
}
section.what_is_indicators_section .what_is_indicators_block {
    display: flex;
    align-items: center;
}

section.what_is_indicators_section .what_is_indicators_block .text {
    max-width: 500px;
}

section.what_is_indicators_section .what_is_indicators_block .text div:first-child {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
}

section.what_is_indicators_section .what_is_indicators_block .text div:last-child {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    color: #59646A;
}
section.what_is_indicators_section .what_is_indicators_block .img {
    display: flex;
    justify-content: flex-end;
    margin-right: -10px;
}

section.benefits_section {
    background: url('/i/img/landing_indicators/benefits_bgr.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

section.benefits_section .benefits_block .benefits_item .img {
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgb(1 45 90 / 50%);
    border-radius: 50%;
    width: 186px;
    height: 186px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

section.benefits_section .benefits_block .benefits_item .text div:first-child {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 5px;
}

section.benefits_section .benefits_block .benefits_item .text div:last-child {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    text-align: center;
}

section.instruction_section .instruction_block .title {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}

section.instruction_section .instruction_block .tabs {
    background: #3DB96E;
    box-shadow: 2px 2px 9px 1px rgba(101, 146, 181, 0.34);
    border-radius: 10px;
    margin-top: 60px;
    padding: 15px;
    position: relative;
}

section.instruction_section .instruction_block .tabs .buttons {
    display: flex;
    justify-content: center;
}

section.instruction_section .instruction_block .tabs .buttons .tab-button {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 20px 26px 24px;
    margin: 0 16px;
    cursor: pointer;
}

section.instruction_section .instruction_block .tabs .custom-select {
    display: none;
}

section.instruction_section .instruction_block .tabs .buttons .active {
    color: #FB1B43;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

section.instruction_section .instruction_block .tabs .buttons .active::before {
    content: '';
    width: 16px;
    height: 16px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: -8px;
}

section.instruction_section .instruction_block .tabs .buttons .active::after {
    content: '';
    width: 16px;
    height: 16px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    right: -8px;
}

section.instruction_section .instruction_block .tabs .buttons .active .green_circle_before {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    bottom: 1px;
    left: -18px;
    border-radius: 0 0 10px 0;
    background: #3DB96E;
}

section.instruction_section .instruction_block .tabs .buttons .active .green_circle_after {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    bottom: 1px;
    right: -18px;
    border-radius: 0 0 0 10px;
    background: #3DB96E;
    z-index: 1;
}

section.instruction_section .instruction_block .tabs .contents .tab-content {
    display: none;
    background: #fff;
    border-radius: 10px;
    padding: 40px 25px;
}

section.instruction_section .instruction_block .tabs .contents .tab-content .img img {
    width: 100%;
}

section.instruction_section .instruction_block .tabs .contents .active {
    display: block;
}

section.instruction_section .instruction_block .tabs .contents .tab-content .title {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #36393A;
    text-align: left;
    margin-bottom: 20px;
}

section.instruction_section .instruction_block .tabs .contents .tab-content .description {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    color: #36393A;
}

section.instruction_section .instruction_block .tabs .contents .tab-content .description p {
    margin-bottom: 20px;
}

section.instruction_section .instruction_block .tabs .contents .tab-content .description ul li {
    margin-left: 8px;
    margin-bottom: 20px;
}

section.instruction_section .instruction_block .tabs .contents .tab-content .description ul li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #A6B5C0;
    vertical-align: middle;
    margin-right: 8px;
}

section.conditions_section {
    background: url('/i/img/landing_indicators/conditions_bgr.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

section.conditions_section .conditions_block .title {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}

section.conditions_section .conditions_block .conditions {
    display: flex;
    margin-left: -13.5px;
    margin-right: -13.5px;
    margin-top: 120px;
}

section.conditions_section .conditions_block .conditions .conditions_item {
    background: rgba(26, 0, 101, .5);
    border-radius: 10px;
    flex: 1;
    margin: 0 13.5px;
    padding: 80px 20px 20px;
    position: relative;
}

section.conditions_section .conditions_block .conditions .conditions_item .img {
    background: #fff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: -140px;
    box-shadow: 4px 4px 20px rgba(1, 45, 90, 0.5);
}

section.conditions_section .conditions_block .conditions .conditions_item .text {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 20px;
}

section.indicators-types_section {
    overflow: hidden;
}

section.indicators-types_section .indicators-types_block .title {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}

section.indicators-types_section .indicators-types_block .slider {
    /*width: 85%;*/
    margin: auto;
    margin-top: 60px;
    /*position: relative;*/
    /*margin: 24px -12px 0 -12px;*/
    position: relative;
    width: 80%;
}

section.indicators-types_section .indicators-types_block .slider .slick-slide .item {
    border-radius: 10px;
    padding: 25px;
    margin: 0 23px;
}

section.indicators-types_section .indicators-types_block .slider .slick-active .item {
    box-shadow: 2px 2px 9px 1px rgba(101, 146, 181, 0.34);
}

section.indicators-types_section .indicators-types_block .slider .slick-list {
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    display: block;
    margin: 0;
    padding: 15px 0;
    /*overflow: hidden;*/
    /*height: 470px;*/
    /*padding: 0 15px;*/
}
section.indicators-types_section .indicators-types_block .slider .slick-track {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
section.indicators-types_section .indicators-types_block .slider .slick-prev,
section.indicators-types_section .indicators-types_block .slider .slick-next {
    text-indent: -9999px;
    border: none;
    width: 71px;
    height: 71px;
    /*background: #E9EBF0;*/
    /*border-radius: 50%;*/
    /*position: relative;*/
    background: url('/i/img/landing_indicators/slider_arrow.png') no-repeat 50% 50%;
    position: absolute;
    top: 40%;
    cursor: pointer;
}

section.indicators-types_section .indicators-types_block .slider .slick-prev {
    /*transform: rotate(180deg);*/
    right: 100%;
}

section.indicators-types_section .indicators-types_block .slider .slick-next {
    transform: rotate(180deg);
    left: 100%;
}

section.indicators-types_section .indicators-types_block .slider .slick-slide .item .img {
    /*width: 399px;
    height: 200px;*/
}

section.indicators-types_section .indicators-types_block .slider .slick-slide .item .img img {
    width: 100%;
    height: 100%;
}

section.indicators-types_section .indicators-types_block .slider .slick-slide .item .text {
    min-height: 161px;
}

section.indicators-types_section .indicators-types_block .slider .slick-slide .item .text div:first-child {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}

section.indicators-types_section .indicators-types_block .slider .slick-slide .item .text div:last-child {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #59646A;
}

section.indicators-types_section .indicators-types_block .slider .slick-slide .item .slider_item_button {
    display: flex;
}

section.indicators-types_section .indicators-types_block .slider .slick-slide .item .slider_item_button a {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: 300;
    background: #FB1B43;
    /*box-shadow: 0px 0px 25px rgba(251, 27, 67, 0.8);*/
    border-radius: 10px;
    padding: 10px 85px;
    font-size: 16px;
    margin: 30px auto 0;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
}

section.indicators-types_section .indicators-types_block .slider .slick-slide .item .slider_item_button a:hover {
    box-shadow: none;
    background: #bf1533;
}

section.indicators-types_section .indicators-types_block .button {
    display: flex;
    margin-top: 60px;
}

section.indicators-types_section .indicators-types_block .button a {
    background: #FB1B43;
    /*box-shadow: 0px 0px 25px rgba(251, 27, 67, 0.8);*/
    border-radius: 10px;
    font-family: SF UI Text;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 150%;
    /* identical to box height, or 33px */

    text-align: center;
    text-transform: uppercase;

    color: #FFFFFF;
    padding: 19px 85px;
    margin: auto;
    transition: .5s;
}

section.indicators-types_section .indicators-types_block .button a:hover {
    box-shadow: none;
    background: #bf1533;
}

section.prefooter_section {
    background: url('/i/img/landing_indicators/prefooter_bgr.webp');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
}

section.prefooter_section .prefooter_block .pretitle {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    /* line-height: 50.4px; */
    text-align: center;
    color: #000;
}

section.prefooter_section .prefooter_block .title {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 140%;
    text-align: center;
    color: #59646A;
    margin-bottom: 60px;
}

section.prefooter_section .prefooter_block .phone_img {
    display: flex;
    justify-content: flex-end;
}

section.prefooter_section .prefooter_block .google_play_button_block a {
    display: flex;
    background: #000000;
    box-shadow: 2px 2px 9px 1px rgb(101 146 181 / 34%);
    border-radius: 10px;
    width: 240px;
    height: 70px;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-family: SF UI Text;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-left: 62px;
    margin-left: 8px;
    position: relative;
}
section.prefooter_section .prefooter_block .google_play_button_block a span {
    display: block;
    font-family: SF UI Text;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
}
section.prefooter_section .prefooter_block .google_play_button_block a::before {
    content: '';
    width: 35px;
    height: 40px;
    background: url('/i/img/landing_indicators/google_button_icon.png');
    position: absolute;
    left: 15px;
}
section.prefooter_section .prefooter_block .google_play_button_block > a {
    margin-top: 10px;
}
section.prefooter_section .prefooter_block .google_play_button_block > img {
    margin-top: 25px;
}

section.thanks_section {
    background: url('/i/img/landing_indicators/form_bgr.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    display: none;
}

section.thanks_section .thanks_block .pretitle,
section.thanks_section .thanks_block .title {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: 900;
    font-size: 42px;
    line-height: 160%;
    /* or 67px */

    text-align: center;

    color: #FFFFFF;
}

section.thanks_section .thanks_block .title {
    margin-bottom: 70px;
}

section.thanks_section .thanks_block .registered-data {
    background: rgba(11, 0, 41, 0.34);
    border-radius: 10px;
    padding: 40px;
    max-width: 682px;
    margin: 0 auto;
}

section.thanks_section .thanks_block .registered-data div {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 160%;
    /* or 38px */

    text-align: center;

    color: #FFFFFF;
}

section.thanks_section .thanks_block .lk-button .button {
    border: none;
    width: 100%;
    background: #FB1B43;
    border-radius: 10px;
    font-family: SF UI Text;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 19px 0;
    cursor: pointer;
    display: block;
    max-width: 500px;
    margin: 40px auto 0;
    transition: .5s;
}
section.thanks_section .thanks_block .lk-button .button:hover {
    box-shadow: none;
    background: #bf1533;
}
footer {
    background: #231C63;
    padding: 80px 0;
}

footer .footer_block .top {
    display: flex;
}

footer .footer_block .hr {
    opacity: 0.25;
    border: 1px solid #FFFFFF;
    margin: 24px 0 22px;
}

footer .footer_block .top .footer_text {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */


    color: #FFFFFF;
    margin-left: 40px;
}

footer .footer_block .bottom {
    display: flex;
    justify-content: space-between;
}

footer .footer_block .bottom .footer_nav ul {
    display: flex;
}

footer .footer_block .bottom .footer_nav ul li {
    margin-right: 30px;
}

footer .footer_block .bottom .footer_nav ul li a {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */

    text-decoration-line: underline;

    color: #FFFFFF;
}

footer .footer_block .bottom .footer_soc-links ul {
    display: flex;
}

footer .footer_block .bottom .footer_soc-links ul li:not(:last-child) {
    margin-right: 20px;
}

footer .footer_block .footer_copyright {
    font-family: SF UI Text;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */

    text-align: center;

    color: #FFFFFF;
    margin-top: 32px;
}

.promo-phone__code{display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-direction: normal; -moz-box-direction: normal; -webkit-box-orient: horizontal; -moz-box-orient: horizontal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -moz-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-align: start; -moz-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;}
.promo-phone__code__one{margin-right: 20px;}
.promo-phone__code__one:last-child{margin-right: 0px;}

.select2-container--default .select2-selection--single{border-color: #ddd; height: 75px; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; -webkit-transition: all 200ms linear; border-radius: 10px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{color: #757575; line-height: 75px; padding: 0 40px 0 29px;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 73px; right: 20px;}
.select2-container{max-width: 100%; margin: 0 auto; display: block; width: 100% !important;}
.select2-dropdown{border-color: #ddd;}
.select2-container--default .select2-selection--single:hover, .select2-container--default .select2-selection--single:focus{border-color: #d6d6d6; box-shadow: 0px 0px 3px 0px #bdbdbd;}
.select2-container--default .promo-flag{font-family: SF UI Text; font-weight: 300; font-size: 22px; color: #6592B5; vertical-align: middle;}
.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color: #919fa7 transparent transparent transparent; border-width: 7px 7px 0 7px;}


@media (max-width: 1199px) {
    section.what_is_indicators_section .what_is_indicators_block .img img {
        width: 100%;
    }
    section.instruction_section .instruction_block .tabs .contents .tab-content .img img {
        width: 100%;
    }
    section.indicators-types_section .indicators-types_block .slider .slick-slide .item .img {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .nav-links {
        display: none;
    }
    .navi {
        flex: unset;
        height: unset;
    }
    .header .logo {
        flex: unset;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .navi {
        flex: unset;
        height: unset;
    }
    .navi > ul:after {
        top: 19px;
        right: 13px;
    }
    .navi ul li {
        /*font-size: 14px;
        padding: 10px;*/
    }
}
@media (max-width: 991px) {
    .nav-links {
        display: none;
    }
    .header .logo {
        display: flex;
        align-items: center;
    }
    .header .logo img {
        width: 80%;
    }
    .nav-links ul li a {
        font-size: 14px;
    }
    /*.navi {
        flex: .4;
        height: unset;
    }
    .navi > ul:after {
        top: 19px;
        right: 13px;
    }
    .navi ul li {
        font-size: 14px;
        padding: 10px;
    }*/
    section.form .awards {
        display: none;
    }
    section.form .awards_planshet {
        display: block;
        background: rgba(11, 0, 41, 0.34);
        border-radius: 10px;
        padding: 30px;
        margin-top: 50px;
        /*max-width: 620px;*/
    }

    section.form .awards_planshet .awards_item .img {
        margin-right: 20px;
    }

    section.form .awards_planshet .awards_item {
        display: flex;
        align-items: center;
    }

    section.form .awards_planshet .awards_item .title {
        font-family: SF UI Text;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 130%;
        color: #FFFFFF;
        margin-bottom: 4px;
    }

    section.form .awards_planshet .awards_item .sub_title {
        font-family: SF UI Text;
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        line-height: 130%;
        color: #FFFFFF;
        margin-bottom: 0;
    }
    section.what_is_indicators_section .what_is_indicators_block {
        display: block;
    }
    section.what_is_indicators_section .what_is_indicators_block .text {
        max-width: unset;
        margin-bottom: 30px;
    }
    section.benefits_section .benefits_block .benefits_item {
        display: flex;
    }

    section.benefits_section .benefits_block .benefits_item .img {
        width: 120px;
        height: 120px;
        min-width: 120px;
    }
    section.benefits_section .benefits_block .benefits_item .img img {
        width: 66px;
    }
    section.benefits_section .benefits_block .benefits_item .text {
        margin-left: 20px;
    }
    section.benefits_section .benefits_block .benefits_item .text div:first-child,
    section.benefits_section .benefits_block .benefits_item .text div:last-child {
        text-align: left;
    }
    section.instruction_section .instruction_block .tabs .contents ._row {
        display: flex;
        flex-direction: column;
    }
    section.instruction_section .instruction_block .tabs .contents ._row > div:first-child {
        order: 1;
    }
    section.instruction_section .instruction_block .tabs .contents .tab-content .img {
        display: flex;
        margin-bottom: 40px;
    }
    section.instruction_section .instruction_block .tabs .contents .tab-content .img img {
        /*width: unset;*/
        margin: auto;
    }
    section.instruction_section .instruction_block .tabs .buttons .tab-button {
        font-size: 20px;
        padding: 20px 17px 24px;
        margin: 0 7px;
    }
    section.conditions_section .conditions_block .conditions {
        flex-wrap: wrap;
        justify-content: center;
    }
    section.conditions_section .conditions_block .conditions .conditions_item {
        max-width: 210px;
    }
    section.conditions_section .conditions_block .conditions .conditions_item:nth-child(4),
    section.conditions_section .conditions_block .conditions .conditions_item:nth-child(5) {
        margin-top: 80px;
    }
    section.instruction_section .instruction_block .title,
    section.conditions_section .conditions_block .title,
    section.indicators-types_section .indicators-types_block .title {
        font-size: 30px;
    }
    section.indicators-types_section .indicators-types_block .slider {
        width: 54%;
    }
    footer .footer_block .top .footer_text {
        font-size: 13px;
    }
    footer .footer_block .top .footer_logo {
        min-width: 207px;
    }
    footer .footer_block .top .footer_logo img {
        width: 100%;
    }
    footer .footer_block .bottom .footer_nav ul li {
        margin-right: 16px;
    }
    footer .footer_block .bottom .footer_nav ul li a {
        font-size: 13px;
    }
    footer .footer_block .footer_copyright {
        font-size: 13px;
    }
    section.indicators-types_section .indicators-types_block .slider .slick-slide .item .text {
        min-height: 186px;
    }
}

@media (max-width: 767px) {
    .select2-container--default .select2-selection--single{height: 69px;}
    .select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 69px;}
    .select2-container--default .select2-selection--single .select2-selection__arrow{height: 67px;}
    .select2-container--default .promo-flag{font-size: 18px;}

    .nav-links {
        display: none;
    }
    section {
        padding: 30px 0 40px 0;
    }
    /*section {
        background-size: cover;
    }*/
    section.benefits_section .benefits_block .benefits_item {
        margin-bottom: 29px;
    }
    section.benefits_section .benefits_block .benefits_item .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    section.benefits_section .benefits_block .benefits_item .img {
        margin: 0;
    }
    section.instruction_section .instruction_block .tabs {
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
    }
    section.conditions_section .conditions_block .conditions {
        flex-direction: column;
        margin-top: 20px;
    }
    section.conditions_section .conditions_block .conditions .conditions_item {
        display: flex;
        max-width: unset;
        padding: 0;
        margin-bottom: 20px;
        border-radius: 60px 10px 10px 60px;
    }
    section.conditions_section .conditions_block .conditions .conditions_item .img {
        margin: 0;
        width: 80px;
        height: 80px;
        min-width: 80px;
    }
    section.conditions_section .conditions_block .conditions .conditions_item .img img {
        width: 52px;
    }
    section.conditions_section .conditions_block .conditions .conditions_item:nth-child(4),
    section.conditions_section .conditions_block .conditions .conditions_item:nth-child(5) {
        margin-top: 0;
    }
    section.conditions_section .conditions_block .conditions .conditions_item .text {
        display: flex;
        align-items: center;
        margin-top: 0;
        margin-left: 15px;
        text-align: left;
    }
    section.prefooter_section .prefooter_block .phone_img {
        display: none;
    }

    section.prefooter_section .prefooter_block .google_play_button_block {
        /*display: flex;
        flex-direction: column;
        align-items: center;*/
    }
    section.prefooter_section .prefooter_block .google_play_button_block a {
        /*width: 100%;*/
        /*margin-left: 0;*/
        margin: auto;
    }
    /*section.prefooter_section .prefooter_block .google_play_button_block a::before {
        left: 15px;
    }*/
    section.prefooter_section .prefooter_block .google_play_button_block > img {
        width: 100%;
    }
    footer {
        padding: 25px 0;
    }
    footer .footer_block .top {
        flex-direction: column;
        align-items: center;
    }
    footer .footer_block .top .footer_logo {
        margin-bottom: 20px;
    }
    footer .footer_block .bottom {
        flex-direction: column;
        align-items: center;
    }
    footer .footer_block .bottom .footer_nav ul {
        flex-direction: column;
        align-items: center;
    }
    footer .footer_block .bottom .footer_nav ul li {
        margin: 0;
        margin-bottom: 10px;
    }
    footer .footer_block .bottom .footer_soc-links {
        display: none;
    }
    section.indicators-types_section .indicators-types_block .slider {
        width: 100%;
    }
    section.indicators-types_section .indicators-types_block .slider .slick-prev,
    section.indicators-types_section .indicators-types_block .slider .slick-next {
        top: unset;
        width: 40px;
        height: 40px;
        background-size: cover;
    }
    section.indicators-types_section .indicators-types_block .slider .slick-prev {
        right: 52%;
    }
    section.indicators-types_section .indicators-types_block .slider .slick-next {
        left: 52%;
    }
    section.instruction_section .instruction_block .tabs .contents .tab-content .img img {
        width: 100%;
    }
    section.instruction_section .instruction_block .tabs .buttons {
        display: none;
    }
    section.instruction_section .instruction_block .tabs .contents {
        overflow: hidden;
        margin-top: 10px;
    }
    section.instruction_section .instruction_block .tabs .contents .tab-content {
        display: inline-block;
    }
    section.instruction_section .instruction_block .tabs .contents .tab-content .title {
        font-size: 14px;
        line-height: 21px;
    }
    section.instruction_section .instruction_block .tabs .contents .tab-content .description {
        font-size: 14px;
        line-height: 21px;
    }

    section.instruction_section .instruction_block .tabs .slider-arrow-prev,
    section.instruction_section .instruction_block .tabs .slider-arrow-next {
        text-indent: -9999px;
        border: none;
        width: 40px;
        height: 40px;
        /*background: #E9EBF0;*/
        /*border-radius: 50%;*/
        /*position: relative;*/
        background: url('/i/img/landing_indicators/instructons_slider_arrow.png') no-repeat 50% 50%;
        position: absolute;
        top: 17px;
        cursor: pointer;
    }

    section.instruction_section .instruction_block .tabs .slider-arrow-prev {
        /*transform: rotate(180deg);*/
        right: 85%;
    }

    section.instruction_section .instruction_block .tabs .slider-arrow-next {
        transform: rotate(180deg);
        left: 85%;
    }

    section.instruction_section .instruction_block .tabs .custom-select {
        display: block;
        width: 118px;
        margin: auto;
    }
    section.instruction_section .instruction_block .tabs .select-items div, .select-selected {
        padding: 10px 17px;
    }
    section.instruction_section .instruction_block .tabs .select-selected:after {
        top: 19px;
    }
    header .header .custom-select {
        display: none;
    }
    section.form .awards_planshet {
        display: none;
    }
    section.form .title {
        font-size: 32px;
        line-height: 150%;
        text-align: center;
    }
    section.form .sub_title {
        font-size: 18px;
        line-height: 160%;
        text-align: center;
    }
    section.form .title .br {
        display: none;
    }
    .form .flyer div:first-child {
        font-size: 18px;
    }
    .form .flyer div:last-child {
        font-size: 14px;
    }
    .form .flyer::before {
        top: 88px;
    }
    .form input[type="text"],
    .form input[type="text"]::placeholder,
    .form .button {
        font-size: 18px;
    }

    section.what_is_indicators_section .what_is_indicators_block .text div:last-child {
        font-size: 14px;
    }
    section.benefits_section .benefits_block .benefits_item .text div:first-child {
        font-size: 18px;
    }
    section.benefits_section .benefits_block .benefits_item .text div:last-child {
        font-size: 14px;
    }
    section.benefits_section .benefits_block .benefits_item .img {
        width: 80px;
        height: 80px;
        min-width: 80px;
    }
    section.benefits_section .benefits_block .benefits_item .img img {
        width: 44px;
    }
    footer .footer_block .top .footer_text {
        margin-left: 0;
    }
    section.indicators-types_section .indicators-types_block .button a,
    section.thanks_section .thanks_block .lk-button .button {
        font-size: 14px;
    }
    .header {
        justify-content: center;
    }
    section.instruction_section .instruction_block .tabs {
        margin-top: 20px;
    }
    section.prefooter_section .prefooter_block .title {
        font-size: 14px;
    }
    section.thanks_section .thanks_block .pretitle,
    section.thanks_section .thanks_block .title,
    section.prefooter_section .prefooter_block .pretitle,
    section.instruction_section .instruction_block .title,
    section.conditions_section .conditions_block .title,
    section.indicators-types_section .indicators-types_block .title {
        font-size: 24px;
    }
    section.prefooter_section .prefooter_block .title,
    section.indicators-types_section .indicators-types_block .slider,
    section.thanks_section .thanks_block .title {
        margin-bottom: 20px;
    }
    section.thanks_section .thanks_block .registered-data div {
        font-size: 16px;
    }
    section.thanks_section .thanks_block .lk-button .button {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .nav-links ul li a {
        width: 99%;
        font-size: 9px;
        display: block;
    }
    /*.navi ul li {
        font-size: 9px;
        padding: 5px 10px 5px 10px;
    }
    .navi a {
        font-size: 9px;
        padding: 0;
    }
    .navi > ul:after {
        top: 15px;
        right: 8px;
        border: 5px solid transparent;
    }*/
}
@media(max-width: 360px){

    .form input[type="text"] {
        width: 100%;
        padding: 20px 9px;
        font-size: 17px;
    }

    .form input[type="text"]::placeholder {

        font-size: 17px;


    }
    .select2-container--default .select2-selection--single .select2-selection__rendered{color: #757575; line-height: 65px; padding: 0 25px 1px 1px;}
    .select2-container--default .select2-selection--single .select2-selection__arrow{height: 65px; right: 5px;}
}
@media(max-width: 320px) {
    /*.navi ul li {
        font-size: 9px;
        padding: 5px 10px 5px 10px;
    }
    .navi a {
        font-size: 9px;
        padding: 0;
    }
    .navi > ul:after {
        top: 15px;
        right: 8px;
        border: 5px solid transparent;
    }*/
    section.indicators-types_section .indicators-types_block .slider .slick-slide .item .slider_item_button a {
        padding: 10px 0;
        width: 100%;
    }
    section.indicators-types_section .indicators-types_block .slider .slick-slide .item {
        margin: 0 6px;
    }
    section.instruction_section .instruction_block .tabs .slider-arrow-prev {
        /*transform: rotate(180deg);*/
        right: 82%;
    }

    section.instruction_section .instruction_block .tabs .slider-arrow-next {
        left: 82%;
    }
}