@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700|Roboto:300,400,700,900');
@font-face {font-family: "Brush Script MT";
    src: url("../fonts/BrushScriptMTItalic.eot");
    src: url("../fonts/BrushScriptMTItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BrushScriptMTItalic.woff2") format("woff2"),
    url("../fonts/BrushScriptMTItalic.woff") format("woff"),
    url("../fonts/BrushScriptMTItalic.ttf") format("truetype"),
    url("../fonts/BrushScriptMTItalic.svg#Brush Script MT") format("svg");
}

a,body{color:#fff}ol,ol ol,ol ul,ul,ul ol,ul ul{margin-bottom:0}body,h1,h2,h3,h4{margin:0}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:sans-serif}body{font:16px Roboto,Arial,Myriad Pro,Tahoma,Geneva,sans-serif;line-height:20px;background:#fff;overflow-x:hidden}a{background:0 0;cursor:pointer;text-decoration:none}a:active,a:hover{outline:0}b,strong{font-weight:700}img{border:0;display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;outline:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;outline:0}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}a:focus{outline:0}p{margin:0 0 21px}ol,ul{margin-top:0;padding:0;list-style:none}.center{text-align:center}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.clear,.clr{clear:both}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#000;opacity:.8}input:-moz-placeholder,textarea:-moz-placeholder{color:#000;opacity:.8}input::-moz-placeholder,textarea::-moz-placeholder{color:#000;opacity:.8}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#000;opacity:.8}.placeholder{color:#000;opacity:.8}

/* ------------ checkbox styling ------------ */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0; top: 2px;
    width: 14px; height: 14px;
    border: 1px solid #2581e1;
    background: #fff;
    border-radius: 3px;
    transition: all 0.2s;
}
[type="checkbox"]:checked + label:before {
    background-color: #3b99fc;
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 5px; left: 3px;
    font-size: 11px;
    line-height: 0.8;
    color: #fff;
    text-shadow: 0 2px #2581e1;
    transition: all .5s;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
[type="checkbox"]:disabled + label {
    color: #aaa;
}
label:hover:before {
    background-color: #2581e1 !important;
}
/* ------------ /checkbox styling ------------ */

/* ------------ site ------------ */
.site {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
}
.site__content {
    position: relative;
    z-index: 2;
}
.site__centered{
    max-width: 960px;
    margin: 0 auto;
    padding: 0px 10px;
    position: relative;
}
/* ------------ /site ------------ */

/* ----- header ----- */
.header{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    text-align: center;
}
.header__item {
    padding-top: 17px;
    padding-bottom: 27px;
    border-bottom: 1px solid rgba(255,255,255, .3);
}
.header .slogan{
    display: inline-block;
    margin-left: 13px;
    font-size: 38px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 44px;
    vertical-align: bottom;
}
/*---- /header -----*/

/* ------------ logo ------------ */
.logo {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 3px;
}
.logo2 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 1px;
    margin-left: 15px;
}
/* ------------ /logo ------------ */


/* ------------ site-stars ------------ */
.site-stars {
    display: none;
    position: absolute;
    top: 96px;
    right: 0;
    left: 0;
    height: 750px;
    min-height: 100vh;
}
/* ------------ /site-stars ------------ */


/*---- start-page -----*/
.start-page{
    position: relative;
    padding: 94px 0 148px;
    background: #fff url("../images/bg1.jpg") center no-repeat;
    background-size: cover;
    font: 12px 'PT Sans', Arial, sans-serif;
    color: #fff;
    line-height: 1.2;
    text-align: center;
}
.start-page__title{
    font-size: 51px;
    margin-bottom: 13px;
}
.start-page__bonus:before,
.start-page__bonus:after{
    display: table;
}
.start-page__bonus:after{
    clear: both;
}
.start-page__bonus{
    text-align: center;
    font-weight: 700;
    line-height: 56px;
    margin: 47px 0 34px;
}
.start-page__bonus-get{
    display: inline-block;
    font-family: "Brush Script MT", sans-serif;
    font-size: 66px;
    color: #d84b4f;
}
.start-page__warning {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.8px;
}
.start-page__warning span {
    display: block;
    font-size: 12px;
    color: #c7c7c7;
    letter-spacing: 0;
}
/*---- /start-page -----*/

/*---- get-bonus -----*/
.get-bonus {
    display: block;
    max-width: 560px;
    font-family: "Roboto", sans-serif;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    position: relative;
    margin-bottom: 50px;
}
.get-bonus.rocket-away {
    opacity: 1;
}
.get-bonus__item {
    display: block;
    width: 180px;
    background: #fff;
    margin: 0 auto 15px;
    cursor: pointer;
    transition: background .3s ease;
    z-index: 1;
}
.get-bonus__item:hover {
    background: #606060;
}
.get-bonus__item span {
    text-align: right;
    display: block;
    padding-right: 16px;
    transition: color .3s ease;
}
.get-bonus__add {
    padding-top: 14px;
    font-size: 26px;
    font-weight: 300;
    color: #888;
}
.get-bonus__receive {
    padding: 5px 18px 5px 0;
    font-weight: 700;
    font-size: 14px;
    color: #222;
}
.get-bonus__num {
    font-size: 52px;
    font-weight: 900;
    line-height: 56px;
    color: #222;
    margin-bottom: 6px;
}
.get-bonus__btn {
    display: inline-block;
    width: 100%;
    background-color: #d84b4f;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 15px;
    padding: 16px 0 15px;
    border-bottom: 2px solid #641800;
    transition: background-color .3s ease, border-bottom .3s ease;
    z-index: 1;
    pointer-events: auto;
}
.get-bonus__item:hover span{
    color: #fff;
}
/*---- get-bonus -----*/


/* ------------ benefits ------------ */
.benefits {
    margin: 0 -5px 32px;
}
.benefits__title {
    font-size: 46px;
    font-weight: 900;
    text-align: center;
}
.benefits__text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 35px;
    text-align: center;
    letter-spacing: 0.3px;
}
.benefits__item {
    position: relative;
    padding-top: 116px;
    width: 190px;
    height: 190px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #d3d4d4;
    background: #fff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.benefits__item:before {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-bottom: -8px;
    background: url(../images/sprite_2.png) no-repeat;
    background-size: 807px 151px;
}
.benefits__txt {
    color: #222222;
    text-transform: uppercase;
}
.benefits__item_new .benefits__item-wrap:after,
.benefits__item_new:after {
    content:'new';
    position: absolute;
    width: 45px;
    height: 45px;
    top: 4px;
    right: 11px;
    background: #f44336;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 43px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #fff;
    text-transform: uppercase;
}
.benefits__item_new .benefits__item-wrap:after {
    display: none;
}
.benefits__txt span {
    display: block;
}
.benefits__item-wrap {
    display: none;
}
.benefits__item_1:before {
    width: 96px;
    height: 44px;
    margin-left: -48px;
    background-position: -711px 0;
}
.benefits__item_2:before {
    width: 117px;
    height: 61px;
    margin-left: -58px;
    background-position: -101px 0;
}
.benefits__item_3:before {
    width: 97px;
    height: 52px;
    margin-left: -48px;
    background-position: 0 0;
}
.benefits__item_4:before {
    width: 86px;
    height: 64px;
    margin-left: -43px;
    background-position: -220px 0;
}
.benefits__item_5:before {
    width: 73px;
    height: 75px;
    margin-left: -36px;
    background-position: -307px 0;
}
.benefits__item_6:before {
    width: 74px;
    height: 74px;
    margin-left: -37px;
    background-position: -570px 0;
}
.benefits__item_7:before {
    width: 62px;
    height: 66px;
    margin-left: -31px;
    background-position: -647px 0;
}
.benefits__item_8:before {
    width: 102px;
    height: 45px;
    margin-left: -51px;
    background-position: -466px 0;
}
.benefits__item_9:before {
    width: 80px;
    height: 77px;
    margin-left: -40px;
    background-position: -383px 0;
}
.benefits__item_10:before {
    width: 68px;
    height: 68px;
    margin-left: -34px;
    background-position: 0 -79px;
}
.benefits__item_11:before {
    width: 74px;
    height: 64px;
    margin-left: -37px;
    background-position: -71px -79px;
}
.benefits__item_12:before {
    width: 54px;
    height: 72px;
    margin-left: -27px;
    background-position: -224px -79px;
}
.benefits__item_13:before {
    width: 88px;
    height: 36px;
    margin-left: -44px;
    background-position: -282px -79px;
}
.benefits__item_14:before {
    width: 65px;
    height: 69px;
    margin-left: -32px;
    background-position: -448px -79px;
}
.benefits__item_15:before {
    width: 73px;
    height: 70px;
    margin-left: -36px;
    background-position: -148px -79px;
}
.benefits__item_16:before {
    width: 71px;
    height: 71px;
    margin-left: -35px;
    background-position: -373px -79px;
}
/* ------------ /benefits ------------ */


/* ------------ tabs ------------ */
.tabs {
    margin-bottom: 41px;
}
.tabs__controls {
    display: none;
}
.tabs__controls-item {
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: color 0.3s ease, background 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease;
}
.tabs__controls-item.active {
    color: #222;
    background: #fff;
}
.tabs__item {
    margin-bottom: 10px;
    border-radius: 2px;
    background: #fff;
}
.tabs__item:last-child {
    margin-bottom: 0;
}
.tabs__head {
    color: #222;
    font-size: 20px;
    line-height: 1.3;
    padding: 12px;
    text-align: center;
    font-weight: 900;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.tabs__inner {
    display: none;
}
/* ------------ /tabs ------------ */

/* ------------ accordion ------------ */
.accordion {
    color: #222;
    font-size: 14px;
    line-height: 1.36;
}
.accordion__wrap {
    border-top: 1px solid #777;
}
.accordion__title {
    font-weight: 900;
    padding: 13px 0;
    font-size: 19px;
    cursor: pointer;
    line-height: 1.25;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.accordion_1 .accordion__wrap.active .accordion__title {
    color: #f44336;
}
.accordion_2 .accordion__wrap.active .accordion__title {
    color: #283593;
}
.accordion__inner {
    display: none;
    padding: 10px 0 13px;
}
.accordion__inner li {
    margin-bottom: 3px;
}
.accordion__inner ol,
.accordion__inner ul {
    margin-left: 25px;
    padding: 10px 0 0;
}
.accordion__inner ul {
    list-style: disc;
}
.accordion__inner ol {
    list-style: decimal;
}
.accordion__inner p {
    margin-bottom: 7px;
}
.accordion__inner p:last-child {
    margin-bottom: 0;
}
/* ------------ /accordion ------------ */

/* ------------ case ------------ */
.case {
    color: #222;
}
.case__head {
    position: relative;
    margin-bottom: 19px;
}
.case__head img {
    position: absolute;
    top: 0;
    left: 0;
    width: 58px;
    height: 58px;
    border-radius: 50%;
}
.case__info {
    padding-left: 70px;
    min-height: 60px;
    margin-bottom: 15px;
}
.case__number {
    color: #999;
    font-size: 13px;
    margin-bottom: 6px;
}
.case__name {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 3px;
}
.case__head-goal {
    font-size: 19px;
    line-height: 1.25;
    font-weight: 900;
}
.case__inner {
    margin-bottom: 27px;
}
.case__inner p {
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 1.37;
}
.case__inner p:last-child {
    margin-bottom: 0;
}
.case__list {
    margin: 0 -10px;
}
.case__list:after {
    content: '';
    clear: both;
    display: table;
}
.case__list-item {
    float: left;
    width: 50%;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 30px;
    min-height: 107px;
}
.case__list-item img {
    margin-bottom: 10px;
}
.case__list-txt span {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1;
}
.case__list-txt span:first-child {
    display: block;
}
.case__list-txt span:last-child {
    margin-bottom: 0;
}
.case__value {
    display: inline-block;
    font-weight: 700;
}
.case__value_up {
    position: relative;
    padding-left: 14px;
}
.case__value_up:before {
    content:'';
    position: absolute;
    width: 11px;
    height: 13px;
    top: -2px;
    left: 0;
    background: url("../images/up-red.png") no-repeat;
}
/* ------------ /case ------------ */

/* ------------ gallery ------------ */
.gallery {
    position: relative;
    padding: 0 20px 70px;
}
.gallery .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
    background: #c9c9c9;
    opacity: 1;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.gallery .swiper-pagination-bullet-active {
    background: #000;
}
.gallery__wrap {
    overflow: hidden;
}
.gallery .swiper-container {
}
.gallery .swiper-button-next,
.gallery .swiper-button-prev {
    display: none;
}
.gallery .swiper-pagination-bullets {
    bottom: 0;
    padding: 25px 0 29px;
    background: #f9f9f9;
    left: 0;
    right: 0;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.gallery .swiper-button-disabled {
    opacity: 0;
}
/* ------------ /gallery ------------ */

/* ------------ testimonials ------------ */
.testimonials {
    font-size: 14px;
    color: #222;
    line-height: 1.37;
    padding: 14px 0;
}
.testimonials__head {
    text-align: center;
    margin-bottom: 23px;
}
.testimonials__pic {
    display: block;
    margin: 0 auto 6px;
    max-width: 100%;
    height: auto;
}
.testimonials__name {
    color: #222;
    font-size: 12px;
    border-bottom: 1px solid #222;
    -webkit-transition: border-bottom 0.2s ease;
    transition: border-bottom 0.2s ease;
}
.testimonials__inner p {
    margin-bottom: 15px;
}
.testimonials__inner p:last-child {
    margin-bottom: 0;
}
.testimonials__title {
    font-weight: 900;
    font-size: 19px;
    margin-bottom: 9px;
}
/* ------------ /testimonials ------------ */

/* ------------ faq ------------ */
.faq {
    position: relative;
    z-index: 1;
    padding: 14px 20px 20px;
}
/* ------------ /faq ------------ */

/* ------------ statistic ------------ */
.statistic {
    padding: 0 20px 20px;
}
.statistic__title {
    border-bottom: 1px solid #777;
    padding: 15px 0;
}
.statistic__title-txt {
    display: table-cell;
    vertical-align: bottom;
    font-size: 14px;
    font-family: "Arial", sans-serif;
    color: rgb(155, 155, 155);
    line-height: 1.231;
}
.statistic__title-txt img {
    height: auto;
    vertical-align: middle;
    margin-left: 5px;
}
.statistic__users {
    padding: 19px 0;
}
.statistic__users-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 44%;
    padding-left: 31px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #222;
    font-size: 16px;
}
.statistic__users-item_1:before {
    content:'';
    position: absolute;
    width: 22px;
    height: 21px;
    top: 0;
    left: 0;
    background: url("../images/icons.png") no-repeat -62px -74px;
    background-size: 147px 149px;
}
.statistic__users-item_2:before {
    content:'';
    position: absolute;
    width: 21px;
    height: 21px;
    top: 0;
    left: 0;
    background: url("../images/icon-picture.png") no-repeat;
    background-size: contain;
}
.statistic__users-item +.statistic__users-item {
    padding-left: 31px;
    width: 53%;
}
.statistic__users-item span {
    display: block;
    font-family: 'Arial', sans-serif;
    font-size: 10px;
    color: #333;
    font-weight: 400;
    line-height: 1.3;
}
.statistic__sex {
    border-bottom: 1px solid #777;
    padding-bottom: 15px;
}
.statistic__sex-1,
.statistic__sex-2 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 44%;
    padding-left: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #222;
    font-size: 16px;
}
.statistic__users-item_1,
.statistic__sex-1 {
    max-width: 230px;
}
.statistic__sex-2 {
    width: 53%;
}
.statistic__sex-1:before,
.statistic__sex-2:before {
    content:'';
    position: absolute;
    top: -5px;
    left: 3px;
    background: url("../images/icons.png") no-repeat;
    background-size: 147px 144px;
}
.statistic__sex-1:before {
    width: 20px;
    height: 19px;
    background-position: 0 -125px;
}
.statistic__sex-2:before {
    width: 18px;
    height: 20px;
    background-position: -127px -22px;
}
.statistic__chart {
    padding: 15px 0 29px;
    border-bottom: 1px solid #777;
}
.statistic__chart img {
    display: block;
    width: 100%;
    height: auto;
}
.statistic__chart-1 {
    margin-bottom: 42px;
}
.statistic__chart-title {
    position: relative;
    padding-left: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #222;
    font-size: 16px;
    margin-bottom: 30px;
}
.statistic__chart-title:before {
    content:'';
    position: absolute;
    top: -6px;
    left: 0;
    background: url("../images/icons.png") no-repeat;
    background-size: 147px 144px;
}
.statistic__chart-title_1:before {
    width: 20px;
    height: 20px;
    background-position: -85px -72px;
}
.statistic__chart-title_2:before {
    width: 20px;
    height: 20px;
    background-position: -127px 0;
}
.statistic__chart-pic-1 {
    padding-left: 33px;
}
.statistic__chart-pic-1 img {
    width: 235px;
}
.statistic__chart-pic-2 img {
    width: 261px;
}
.statistic__region {
    padding: 27px 0 5px;
    border-bottom: 1px solid #777;
}
.statistic__region-title {
    position: relative;
    padding-left: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #222;
    font-size: 16px;
    margin-bottom: 25px;
}
.statistic__region-title:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 7px;
    width: 14px;
    height: 19px;
    background: url(../images/icons.png) no-repeat;
    background-position: -127px -42px;
    background-size: 147px 144px;
}
.statistic__region-title span {
    display: block;
    font-family: 'Arial', sans-serif;
    font-size: 10px;
    color: #333;
    font-weight: 400;
    line-height: 1.3;
    padding-top: 5px;
}
.statistic__region-map {
    margin-bottom: 16px;
}
.statistic__region-map img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.statistic__region-list:after {
    content: '';
    clear: both;
    display: table;
}
.statistic__region-list dl {
    float: left;
    width: 45%;
    margin-bottom: 18px;
}
.statistic__region-list dl:nth-child(2n) {
    padding-left: 24px;
    width: 55%;
}
.statistic__region-list dt {
    margin-bottom: 5px;
    color: #333;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.statistic__region-list dd {
    font-family: 'Arial', sans-serif;
    color: #777;
    line-height: 1.3;
    margin-bottom: 3px;
    font-size: 12px;
}
.statistic__region-list dd:after {
    content: '';
    clear: both;
    display: table;
}
.statistic__region-list dd span {
    float: left;
    width: 57%;
    max-width: 155px;
}
.statistic__region-list dd span + span {
    width: 33%;
    padding-left: 10px;
}
.statistic__device {
    padding: 32px 0 19px;
}
.statistic__device-item {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 23px;
}
.statistic__device-item:after {
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/icons.png") no-repeat;
    background-size: 147px 144px;
}
.statistic__device-item_1:after {
    width: 17px;
    height: 31px;
    background-position: -43px -72px;
}
.statistic__device-item_2:after {
    width: 41px;
    height: 51px;
    background-position: 0 -72px;
    top: auto;
    bottom: 0;
}
.statistic__device-item_3:after {
    width: 125px;
    height: 70px;
    background-position: 0 0;
    top: auto;
    bottom: 0;
}
.statistic__device-item_1 {
    padding-right: 30px;
    min-height: 60px;
}
.statistic__device-item_2 {
    padding-right: 50px;
    padding-top: 21px;
}
.statistic__device-item_3 {
    padding-right: 140px;
    padding-top: 38px;
}
.statistic__device-item:before {
    content:'';
    position: absolute;
    height: 10px;
    bottom: 0;
    left: 0;
}
.statistic__device-item_1:before {
    width: 100%;
    background: #f44336;
}
.statistic__device-item_2:before {
    width: 10%;
    background: #e7e7e8;
}
.statistic__device-item_3:before {
    width: 40%;
    background: #bcbdc0;
}
.statistic__device-item:last-child {
    margin-bottom: 0;
}
.statistic__device-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #222;
    font-size: 24px;
}
.statistic__device-title span {
    display: block;
    font-family: 'Arial', sans-serif;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    padding-top: 5px;
}
/* ------------ /statistic ------------ */

/*---- unit-samples -----*/
.unit-samples {
    padding: 20px 0 73px;
}
.unit-samples__item {
    text-align: center;
    padding: 40px 0 0;
    box-shadow: 0 18px 64px -10px rgba(0,0,0,0.4);
}
.unit-samples__title {
    font-size: 42px;
    line-height: 48px;
    color: #424343;
    text-align: center;
    margin-bottom: 21px;
    font-weight: 900;
}
/*---- /unit-samples -----*/

/*---- footer -----*/
.footer {
    background: url("../images/bg2.jpg") no-repeat center center / cover;
    padding-top: 65px;
    position: relative;
}
.copyright {
    display: inline-block;
    width: 28%;
    vertical-align:bottom;
}
.membership {
    display: inline-block;
    width: 32%;
    vertical-align:bottom;
}
.copyright {
    font-size: 12px;
}
.membership {
    text-align: right;
}
.membership__iab,
.membership__forensiq {
    vertical-align: bottom;
}
.membership__iab {
    margin: 0 15px 6px 0;
}
.membership__forensiq {
    margin-bottom: 2px;
}
.footer-info {
    padding-bottom: 42px;
    border-bottom: 1px solid rgba(255,255,255, .3);
}

/* ------------ social ------------ */
.social {
    display: inline-block;
    width: 32%;
    vertical-align:bottom;
    text-align: center;
}
.social__fb,
.social__li {
    display: inline-block;
    width: 23px;
    height: 22px;
    background: url("../images/soc-icons.png") 0 0 no-repeat;
    opacity: .9;
    transition: opacity .2s ease;
}
.social__fb:hover,
.social__li:hover {
    opacity: 1;
}
.social__li {
    background-position: -23px 0;
}
/* ------------ /social ------------ */

/* ------------ contact ------------ */
#contact h2{
    margin-bottom: 32px;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}
#contact .container{
    padding-bottom: 43px;
}
.contact-form{
    width: 300px;
    margin: 0 auto;
}
.contact-form input[type="text"]{
    width: 100%;
    background-color: #fff;
    border: 1px solid #d3d4d4;
    font-size: 18px;
    text-align: left;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #222;
}
.form-line{
    margin-bottom: 10px;
}
.form-result {
    padding: 90px 0;
    text-align: center;
}
.check-line{
    margin-top: 5px;
    margin-bottom: 15px;
}
.check-line input{
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
}
.check-label{
    font-size: 12px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *
    display: inline;
}
input.red-btn{
    background-color: #c20509;
    color: #fff;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    border-top: 0 solid #fff;
    border-left: 0 solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 2px solid #891515;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 22px;
    padding-top: 15px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: .2s all ease-out;
    -moz-transition: .2s all ease-out;
    transition: .2s all ease-out;
    width: 100%;
}
input.red-btn:hover{
    background-color: #a50205;
}
ul.errors > li {
    color: red;
    font-size: 14px;
    margin-bottom: 20px;
}
/* ------------ /contact ------------ */

/* --------------- placeholder --------------- */
::-webkit-input-placeholder {
    color: #898989;
    -webkit-transition: color 300ms ease-in-out;
}
:-moz-placeholder {
    color: #898989;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}
.placeholder {
    color: #898989;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}
/* --------------- /placeholder --------------- */

/* ------------ nice-check ------------ */
.nice-check input:not(:checked),
.nice-check input:checked {
    position: absolute;
    left: -9999px;
}
.nice-check input:not(:checked) + label,
.nice-check input:checked + label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Segoe-UI-Semilight', sans-serif;
}
.nice-check input:not(:checked) + label:before,
.nice-check input:checked + label:before {
    content: '';
    position: absolute;
    left: 1px;
    top: -1px;
    width: 14px;
    height: 14px;
    border: 1px solid #2581e1;
    background: #fff;
    border-radius: 3px;
    transition: all 0.2s;
}
.nice-check input:checked + label:before {
    background-color: #3b99fc;
}
.nice-check input:not(:checked) + label:after,
.nice-check input:checked + label:after {
    content: '✔';
    position: absolute;
    top: 2px;
    left: 4px;
    font-size: 11px;
    line-height: 0.8;
    color: #fff;
    text-shadow: 0 2px #2581e1;
    transition: all .5s;
}
.nice-check input:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.nice-check input:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
.nice-check input:disabled:not(:checked) + label:before,
.nice-check input:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
.nice-check input:disabled:checked + label:after {
    color: #999;
}
.nice-check label {
    font-size: 11px;
    color: #ffffff;
}
.nice-check label a {
    color: #fff;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.2s ease;
    transition: border-bottom 0.2s ease;
}
/* ------------ /nice-check ------------ */

/* ------------ conditions ------------ */
.conditions {
    line-height: 1.5;
    font-size: 13px;
    padding: 40px 0 30px 71px;
}
.conditions .container {
    max-width: 840px;
    padding: 0 30px;
}
.conditions__title {
    font-weight: 900;
    margin-bottom: 5px;
    font-size: 14px;
}
.conditions__list {
    list-style-type: decimal;
    margin-left: 15px;
    font-size: 14px;
}
.conditions__list li {
    margin-bottom: 4px;
}
/* ------------ /conditions ------------ */

/*---- rocket -----*/
.rocket {
    display: none;
    position: absolute;
    top: 0;
    left: -425px;
    z-index: 99;
}
/*---- /rocket -----*/

.overlay {
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.loader {
    position: fixed;
    top: 50%;
    left:48%;
    z-index: 200;
}

@media screen and (max-width:780px){
    .site-form{
        position: relative;
        z-index: 1;
    }
    .start-page{
        padding-bottom: 25px;
    }
    .start-page__bonus{
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }

    /*----- header -----*/

    .header .logo,
    .header .logo2,
    .header .slogan{
        display: block;
        margin-left: 0;
        top: 0;
    }
    .header .slogan {
        line-height: 1.1;
    }
    .header .logo{
        margin-bottom: 10px;
    }
    .header .logo2 {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    /*----- /header -----*/

    .start-page{
        padding-top: 240px;
    }
}

@media (min-width: 420px) {

    /* ------------ site-form ------------ */
    .site-form {
        max-width: 745px;
    }
    .site-form__field_captcha > div {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    /* ------------ /site-form ------------ */

    /* ------------ case ------------ */
    .case__list-item {
        width: 33.3333%;
    }
    /* ------------ /case ------------ */

}

@media (min-width: 540px) {

    /* ------------ case ------------ */
    .case__list-item {
        width: 25%;
    }
    /* ------------ /case ------------ */

    /*---- get-bonus -----*/
    .get-bonus__item {
        display: inline-block;
        vertical-align: top;
        margin: 0 8px 15px;
    }
    /*---- get-bonus -----*/

}

@media (min-width: 768px) {


    /* ------------ site-form ------------ */
    .site-form {
        padding: 17px 30px 29px;
    }
    .site-form__title {
        max-width: none;
        font-size: 36px;
        margin-bottom: 50px;
    }
    .site-form__field_captcha {
        margin-bottom: 9px;
    }
    .site-form__field_check {
        margin-bottom: 16px;
    }
    .site-form input {
        height: 40px;
    }
    /* ------------ /site-form ------------ */

    /* ------------ case ------------ */
    .case__list-item {
        width: 20%;
    }
    /* ------------ /case ------------ */

    /* ------------ statistic ------------ */
    .statistic__title {
        border-bottom: none;
    }
    .statistic__users {
        margin-bottom: 20px;
    }
    .statistic__users-item {
        font-size: 32px;
        padding-left: 55px;
    }
    .statistic__users-item_1:before {
        width: 44px;
        height: 42px;
        background-size: 294px 288px;
        background-position: -124px -142px;
    }
    .statistic__users-item_2:before {
        width: 44px;
        height: 42px;
    }
    .statistic__users-item +.statistic__users-item {
        padding-left: 55px;
    }
    .statistic__users-item span {
        font-size: 14px;
        color: #9B9B9B;
    }
    .statistic__sex {
        border-bottom: none;
        display: inline-block;
        vertical-align: top;
        width: 16%;
        margin-right: 10px;
    }
    .statistic__sex-1,
    .statistic__sex-2 {
        display: block;
        margin-bottom: 40px;
        font-size: 20px;
        padding-left: 55px;
        width: 100%;
        max-width: none;
    }
    .statistic__sex-1 span ,
    .statistic__sex-2 span {
        display: block;
        color: #9B9B9B;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Arial', sans-serif;
    }
    .statistic__sex-1:before,
    .statistic__sex-2:before {
        background-size: 294px 288px;
    }
    .statistic__sex-1:before {
        width: 40px;
        height: 38px;
        background-position: 0 -250px;
    }
    .statistic__sex-2:before {
        width: 36px;
        height: 40px;
        background-position: -255px -42px;
    }
    .statistic__chart {
        display: inline-block;
        vertical-align: top;
        width: 81%;
        padding: 0;
        border: none;
    }
    .statistic__chart-1 {
        display: inline-block;
        vertical-align: top;
        max-width: 48%;
        margin: 0;
    }
    .statistic__chart-2 {
        display: inline-block;
        vertical-align: top;
        margin-left: 20px;
        max-width: 48%;
    }
    .statistic__chart-title {
        font-size: 20px;
        padding-left: 55px;
    }
    .statistic__chart-title:before {
        background-size: 294px 288px;
    }
    .statistic__chart-title_1:before {
        width: 40px;
        height: 41px;
        background-position: -171px -143px;
    }
    .statistic__chart-title_2:before {
        width: 40px;
        height: 40px;
        background-position: -255px 0;
    }
    .statistic__chart-pic-1 {
        padding-left: 0;
    }
    .statistic__chart-pic-2 img {
        width: 271px;
    }
    .statistic__human {
        margin-bottom: 40px;
    }
    .statistic__region {
        border: none;
        padding: 0;
        margin-bottom: 30px;
    }
    .statistic__region-title {
        font-size: 20px;
        padding-left: 55px;
    }
    .statistic__region-title:before {
        background-size: 294px 288px;
        width: 27px;
        height: 39px;
        background-position: -254px -84px;
    }
    .statistic__region-title span {
        font-size: 14px;
        color: #9B9B9B;
        padding: 0;
    }
    .statistic__region-wrap {
        direction: rtl;
    }
    .statistic__region-map {
        display: inline-block;
        vertical-align: top;
        width: 57%;
        margin: 0;
        padding-left: 20px;
    }
    .statistic__region-list {
        display: inline-block;
        vertical-align: top;
        width: 40%;
    }
    .statistic__region-list dl:last-child {
        margin-bottom: 0;
    }
    .statistic__device {
        padding: 0;
    }
    .statistic__device:after {
        content: '';
        clear: both;
        display: table;
    }
    .statistic__device-item {
        float: left;
        margin: 0;
        text-align: center;
        min-height: 0;
        padding: 95px 0 0;
    }
    .statistic__device-item_1 {
        width: 63%;
    }
    .statistic__device-item_2 {
        width: 9%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .statistic__device-item_3 {
        width: 27%;
    }
    .statistic__device-item:after {
        right: 50%;
        top: auto;
        bottom: 73px;
    }
    .statistic__device-item_1:after {
        margin-right: -8px;
    }
    .statistic__device-item_2:after {
        margin-right: -20px;
    }
    .statistic__device-item_3:after {
        margin-right: -62px;
    }
    .statistic__device-item:before {
        width: 100%;
        bottom: 55px;
    }
    /* ------------ /statistic ------------ */

    /* ------------ unit-samples ------------ */
    .unit-samples__item {
        padding-bottom: 20px;
    }
    /* ------------ /unit-samples ------------ */

}

@media (min-width: 1024px) {

    .site__centered_hidden {
        pointer-events: none;
    }
    .get-bonus__btn {
    }
    /* ------------ get-bonus ------------ */

    /* ------------ site-stars ------------ */
    .site-stars {
        display: block;
    }
    /* ------------ /site-stars ------------ */

    /* ------------ get-bonus ------------ */

    .get-bonus {
        max-width: none;
    }
    .get-bonus__item {
        margin-bottom: 0;
    }
    /* ------------ /get-bonus ------------ */


    /* ------------ benefits ------------ */
    .benefits {
        position: relative;
        margin: 0;
    }
    .benefits .swiper-container {
        overflow: visible;
    }
    .benefits .swiper-wrapper {
        height: 333px;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .benefits .swiper-slide {
        width: auto;
        height: auto;
        position: static;
        cursor: default;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .benefits__item {
        position: absolute;
        width: 130px;
        height: 130px;
        padding-top: 73px;
        background: none;
        border: none;
        line-height: 1.2;
        pointer-events: auto;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    .benefits__item:hover .benefits__item-wrap {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    .benefits__item_16:hover .benefits__item-wrap {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }
    .benefits__item:before {
        z-index: 2;
        background-size: 572px 107px;
        margin-bottom: -3px;
    }
    .benefits__item_new:after {
        display: none;
    }
    .benefits__item_new .benefits__item-wrap:after {
        display: block;
        top: 4px;
        right: 10px;
    }
    .benefits__txt {
        position: relative;
        z-index: 2;
    }
    .benefits__item-wrap {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: inherit;
        border: 1px solid #d3d4d4;
        background: #fff;
        -webkit-transition: -webkit-transform 0.7s ease;
        transition: transform 0.7s ease;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    .benefits__item_1 {
        top: 71px;
        left: 0;
        width: 120px;
        height: 120px;
        padding-top: 69px;
    }
    .benefits__item_2 {
        top: 3px;
        left: 183px;
        width: 180px;
        height: 180px;
        padding-top: 110px;
    }
    .benefits__item_3 {
        top: 7px;
        left: 397px;
        width: 190px;
        height: 190px;
        padding-top: 107px;
    }
    .benefits__item_4 {
        top: 15px;
        right: 166px;
    }
    .benefits__item_5 {
        top: 28px;
        right: 0;
    }
    .benefits__item_6 {
        bottom: 17px;
        left: 110px;
        width: 140px;
        height: 140px;
        padding-top: 82px;
    }
    .benefits__item_7 {
        bottom: 20px;
        left: 300px;
        width: 140px;
        height: 140px;
        padding-top: 80px;
    }
    .benefits__item_8 {
        bottom: 0;
        right: 227px;
        width: 170px;
        height: 170px;
        padding-top: 90px;
    }
    .benefits__item_9 {
        bottom: 32px;
        right: 70px;
        padding-top: 71px;
    }
    .benefits__item_10 {
        top: 73px;
        left: 0;
        width: 120px;
        height: 120px;
        padding-top: 71px;
    }
    .benefits__item_11 {
        top: 18px;
        left: 153px;
        width: 140px;
        height: 140px;
        padding-top: 81px;
    }
    .benefits__item_12 {
        top: 47px;
        left: 385px;
        width: 170px;
        height: 170px;
        padding-top: 101px;
    }
    .benefits__item_13 {
        top: 0;
        right: 235px;
        width: 130px;
        height: 130px;
        padding-top: 77px;
    }
    .benefits__item_14 {
        top: 63px;
        right: 1px;
        width: 130px;
        height: 130px;
        padding-top: 73px;
    }
    .benefits__item_15 {
        bottom: 0;
        left: 220px;
        width: 180px;
        height: 180px;
        padding-top: 109px;
    }
    .benefits__item_16 {
        bottom: 10px;
        right: 139px;
        width: 190px;
        height: 190px;
        padding-top: 115px;
    }
    .benefits__item_1:before {
        width: 68px;
        height: 31px;
        margin-left: -34px;
        background-position: -504px 0;
    }
    .benefits__item_2:before {
        width: 83px;
        height: 44px;
        margin-left: -41px;
        background-position: -71px 0;
    }
    .benefits__item_3:before {
        width: 69px;
        height: 37px;
        margin-left: -35px;
    }
    .benefits__item_4:before {
        width: 61px;
        height: 46px;
        margin-left: -31px;
        background-position: -156px 0;
    }
    .benefits__item_5:before {
        width: 51px;
        height: 54px;
        margin-left: -25px;
        background-position: -219px 0;
    }
    .benefits__item_6:before {
        width: 53px;
        height: 54px;
        margin-left: -26px;
        background-position: -404px 0;
    }
    .benefits__item_7:before {
        width: 44px;
        height: 47px;
        margin-left: -22px;
        background-position: -458px 0;
    }
    .benefits__item_8:before {
        width: 74px;
        height: 33px;
        margin-left: -37px;
        margin-bottom: 5px;
        background-position: -329px 0;
    }
    .benefits__item_9:before {
        width: 58px;
        height: 55px;
        margin-left: -29px;
        background-position: -271px 0;
    }
    .benefits__item_10:before {
        width: 49px;
        height: 48px;
        margin-left: -25px;
        background-position: 0 -56px;
    }
    .benefits__item_11:before {
        width: 54px;
        height: 46px;
        margin-left: -27px;
        background-position: -50px -56px;
    }
    .benefits__item_12:before {
        width: 40px;
        height: 51px;
        margin-left: -20px;
        background-position: -158px -56px;
    }
    .benefits__item_13:before {
        width: 65px;
        height: 26px;
        margin-left: -32px;
        background-position: -198px -56px;
    }
    .benefits__item_14:before {
        width: 47px;
        height: 50px;
        margin-left: -23px;
        background-position: -317px -56px;
    }
    .benefits__item_15:before {
        width: 52px;
        height: 50px;
        margin-left: -26px;
        background-position: -105px -56px;
    }
    .benefits__item_16:before {
        width: 52px;
        height: 51px;
        margin-left: -26px;
        background-position: -264px -56px;
    }
    /* ------------ /benefits ------------ */


    /* ------------ tabs ------------ */
    .tabs {
        position: relative;
        margin-top: -69px;
        margin-bottom: 46px;
        -webkit-box-shadow: 0 18px 64px -10px rgba(0,0,0,0.4);
        -moz-box-shadow: 0 18px 64px -10px rgba(0,0,0,0.4);
        box-shadow: 0 18px 64px -10px rgba(0,0,0,0.4);
    }
    .tabs__controls {
        display: block;
    }
    .tabs__controls-item {
        display: inline-block;
        vertical-align: top;
    }
    .tabs__controls-item:not(.active):hover {
        background: rgba(255,255,255,0.6);
        color: rgba(0,0,0,0.6);
    }
    .tabs__wrap {
        position: relative;
        height: 620px;
        border-radius: 2px;
        background: #fff;
        overflow: hidden;
        z-index: 2;
    }
    .tabs__item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        background: none;
    }
    .tabs__head {
        display: none;
    }
    /* ------------ /tabs ------------ */

    /* ------------ accordion ------------ */
    .accordion__title:hover {
        color: #f44336;
    }
    .accordion_2 .accordion__title:hover {
        color: #283593;
    }
    /* ------------ /accordion ------------ */

    /* ------------ case ------------ */
    .case {
        padding-top: 39px;
    }
    .case__head {
        padding-left: 159px;
        min-height: 118px;
        margin-bottom: 45px;
    }
    .case__head img {
        width: 116px;
        height: 116px;
    }
    .case__info {
        padding-left: 0;
        min-height: 0;
        margin-bottom: 11px;
    }
    .case__number {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .case__name {
        font-size: 24px;
    }
    .case__head-goal {
        font-size: 24px;
    }
    .case__inner {
        margin-bottom: 45px;
    }
    .case__inner p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .case__list {
        margin: 0;
        text-align: justify;
    }
    .case__list:after {
        content: '';
        clear: both;
        display: inline-block;
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .case__list-item {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 90px;
        margin-bottom: 0;
    }
    .case__list-item img {
        margin-bottom: 6px;
    }
    /* ------------ /case ------------ */

    /* ------------ gallery ------------ */
    .gallery {
        padding: 0 81px 80px;
    }
    .gallery .swiper-slide {
        height: 540px;
        overflow: hidden;
        overflow-y: auto;
    }
    .gallery .swiper-button-next,
    .gallery .swiper-button-prev {
        display: block;
        width: 30px;
        height: 30px;
        margin-top: -50px;
        background: none;
        -webkit-transition: border-color 0.2s ease, opacity 0.2s ease;
        transition: border-color 0.2s ease, opacity 0.2s ease;
    }
    .gallery .swiper-button-next {
        right: 27px;
        border-bottom: 2px solid #ccc;
        border-right: 2px solid #ccc;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .gallery .swiper-button-prev {
        left: 27px;
        border-bottom: 2px solid #ccc;
        border-left: 2px solid #ccc;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .gallery .swiper-button-next:hover,
    .gallery .swiper-button-prev:hover {
        border-color: #222;
    }
    .gallery .swiper-pagination-bullet:hover {
        background: #222;
    }
    /* ------------ /gallery ------------ */

    /* ------------ testimonials ------------ */
    .testimonials {
        display: table;
        width: 100%;
        height: 100%;
        font-size: 18px;
    }
    .testimonials__wrap {
        display: table-cell;
        vertical-align: middle;
    }
    .testimonials__wrap:after {
        content: '';
        clear: both;
        display: table;
    }
    .testimonials__head {
        float: left;
        width: 33%;
        padding: 0 10px;
    }
    .testimonials__head-link:hover .testimonials__name {
        border-bottom: 1px solid transparent;
    }
    .testimonials__inner {
        float: left;
        width: 67%;
        padding: 0 10px;
    }
    .testimonials__title {
        font-size: 26px;
    }
    /* ------------ /testimonials ------------ */

    /* ------------ faq ------------ */
    .faq {
        padding: 39px 81px 40px;
    }
    .faq__wrap {
        max-height: 541px;
        overflow: hidden;
        overflow-y: auto;
    }
    .faq .accordion__wrap:last-child {
        border-bottom: 1px solid #777;
    }
    /* ------------ /faq ------------ */

    /* ------------ statistic ------------ */
    .statistic {
        padding: 39px 81px 40px;
    }
    .statistic__wrapper {
        max-height: 541px;
        overflow: hidden;
        overflow-y: auto;
    }
    /* ------------ /statistic ------------ */

    /* ------------ contact ------------ */
    #contact h2 {
        font-size: 42px;
    }
    /* ------------ /contact ------------ */

    /* ------------ nice-check ------------ */
    .nice-check label a:hover {
        border-bottom: 1px solid #9b9b9b;
    }
    /* ------------ /nice-check ------------ */

    /* ------------ unit-samples ------------ */
    .unit-samples__item {
        padding-bottom: 100px;
    }
    /* ------------ /unit-samples ------------ */

    /* ------------ btn ------------ */
    .btn {
        -webkit-transition: color 0.2s ease, background 0.2s ease;
        transition: color 0.2s ease, background 0.2s ease;
    }
    .btn:hover {
        color: #f44336;
    }
    .btn_2:hover {
        color: #283593;
    }
    .btn_4,
    .btn_3 {
        height: 52px;
        font-size: 20px;
        border-bottom-width: 2px;
    }
    .btn_3:hover {
        color: #fff;
        background: #c62828;
    }
    .btn_4:hover {
        color: #fff;
        background: #1a237e;
    }
    /* ------------ /btn ------------ */

    .footer {
        background-position: 0 0;
    }
    .copyright,
    .social,
    .membership {
        width: 33%;
    }

}
