* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body, figure {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

*:focus {
  outline: none; }

a:active,
a:hover {
  outline: 0; }

small {
  font-size: 80%; }

img {
  border: 0; }

address {
  font-style: normal; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ul, ol {
  margin: 0;
  padding-left: 0;
  list-style-type: none; }

td, th {
  padding: 0; }

p {
  margin: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 12, 2018 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?k4jt8s");
  src: url("../fonts/icomoon/icomoon.eot?k4jt8s#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?k4jt8s") format("truetype"), url("../fonts/icomoon/icomoon.woff?k4jt8s") format("woff"), url("../fonts/icomoon/icomoon.svg?k4jt8s#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .icon-btn:before {
    content: "\e900";
    color: #fff;
  }
  .icon-app:before {
    content: "\e901";
  }
  .icon-ios:before {
    content: "\e902";
    color: #000;
  }
  .icon-mon:before {
    content: "\e903";
    color: #fff;
  }
  .icon-play .path1:before {
    content: "\e904";
    color: rgb(255, 217, 0);
  }
  .icon-play .path2:before {
    content: "\e905";
    margin-left: -4.3486328125em;
    color: rgb(244, 50, 73);
  }
  .icon-play .path3:before {
    content: "\e906";
    margin-left: -4.3486328125em;
    color: rgb(0, 238, 118);
  }
  .icon-play .path4:before {
    content: "\e907";
    margin-left: -4.3486328125em;
    color: rgb(0, 211, 255);
  }
  .icon-play .path5:before {
    content: "\e908";
    margin-left: -4.3486328125em;
    color: rgb(255, 255, 255);
  }
  .icon-set:before {
    content: "\e909";
    color: #fff;
  }
  .icon-user:before {
    content: "\e90a";
    color: #fff;
  }
  

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.row-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.row-ae {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.row-ac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.row-sb_e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.row-sb_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.fw {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.row-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.w100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }

.m0 {
  margin-bottom: 0 !important; }

.text-center {
  text-align: center; }

.container {
  max-width: 1160px;
  padding: 0 30px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .container {
      padding: 0 15px; } }

*::-moz-selection {
  background: rgba(39, 83, 99, 0.8);
  color: #fff; }

*::selection {
  background: rgba(39, 83, 99, 0.8);
  color: #fff; }

body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  line-height: 1.585;
  font-size: 16px;
  font-weight: 400;
  background: url(../img/bg-border.png) no-repeat;
  background-position: center 85px;
  background-size: contain; }
  @media (max-width: 1680px) {
    body {
      background-position: center 145px; } }
  @media (max-width: 1480px) {
    body {
      background-position: center 215px; } }
  @media (max-width: 1300px) {
    body {
      background-position: center 262px; } }
  @media (max-width: 1260px) {
    body {
      background-position: center 178px; } }
  @media (max-width: 959px) {
    body {
      background-position: center 205px;
      background-size: 130% 1362px; } }
  @media (max-width: 767px) {
    body {
      background: url(../img/bg-border.png) no-repeat;
      background-position: 0% 488px;
      background-size: contain; }
      body.size {
        background-position: 0% 488px;
        background-size: 120% 1100px; } }
  @media (max-width: 639px) {
    body {
      background-position: 0% 420px;
      background-size: contain; }
      body.size {
        background-position: 0% 420px;
        background-size: 120% 1100px; } }
  @media (max-width: 479px) {
    body {
      background-position: 0% 430px;
      background-size: contain; }
      body.size {
        background: url(../img/bg-border_mob_ok.jpg) no-repeat;
        background-position: 0 425px; } }
  @media (max-width: 420px) {
    body {
      background-position: 0% 420px;
      background-size: contain; }
      body.size {
        background: url(../img/bg-border_mob_ok.jpg) no-repeat;
        background-position: 0 475px; } }
  @media (max-width: 400px) {
    body {
      background-position: 0% 455px;
      background-size: contain; }
      body.size {
        background: url(../img/bg-border_mob_ok.jpg) no-repeat;
        background-position: 0 442px; } }
  @media (max-width: 360px) {
    body {
      background-position: 0% 480px;
      background-size: contain; }
      body.size {
        background: url(../img/bg-border_mob_ok.jpg) no-repeat;
        background-position: 0 485px; } }
  @media (max-width: 340px) {
    body {
      background-position: 0% 480px;
      background-size: contain; }
      body.size {
        background: url(../img/bg-border_mob_ok.jpg) no-repeat;
        background-position: 0 485px; } }
  @media (max-width: 320px) {
    body {
      background-position: 0% 470px;
      background-size: contain; }
      body.size {
        background: url(../img/bg-border_mob_ok.jpg) no-repeat;
        background-position: 0 485px; } }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.wrapper {
  overflow: hidden;
  height: 100%; }

.disable-hover,
.disable-hover * {
  pointer-events: none !important; }

a {
  -webkit-transition: color .4s linear;
  -o-transition: color .4s linear;
  transition: color .4s linear;
  color: #000;
  text-decoration: none; }

.btn {
  cursor: pointer;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  background: #275363;
  color: #00f9ff;
  text-decoration: none;
  text-align: center;
  line-height: 43px;
  display: table;
  font-size: 21px;
  border: 0;
  min-width: 240px;
  padding: 0 15px;
  -webkit-box-shadow: 0 11px 40px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 0 11px 40px 0 rgba(0, 0, 0, 0.26);
  border-radius: 10px; }
  .btn:hover {
    -webkit-box-shadow: 0 11px 30px 0 rgba(0, 0, 0, 0.46);
            box-shadow: 0 11px 30px 0 rgba(0, 0, 0, 0.46); }
  .btn-white {
    background: #fff;
    border: 1px solid #275363;
    color: #275363; }
  @media (max-width: 1100px) {
    .btn {
      min-width: 200px; } }
  @media (max-width: 1023px) {
    .btn {
      min-width: 165px;
      font-size: 18px; } }

.header {
  padding-top: 30px;
  padding-bottom: 10px; }
  @media (max-width: 959px) {
    .header {
      padding-top: 20px; } }
  .header-logo {
    width: 202px; }
    .header-logo img {
      width: 100%; }
  @media (max-width: 767px) {
    .header {
      padding-top: 30px; }
      .header-col {
        display: none; }
      .header > .row-sb_c {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 959px) {
      .header-menu {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    @media (max-width: 959px) {
      .header-menu-list {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    .header-menu-list li {
      margin-right: 45px;
      font-size: 20px; }
      .header-menu-list li:last-child {
        margin-right: 0; }
      @media (max-width: 959px) {
        .header-menu-list li {
          margin-right: 0; }
          .header-menu-list li + li {
            margin-left: 20px; } }
      .header-menu-list li a {
        color: #275363; }
        .header-menu-list li a:hover{
          color: #000;
        }
  @media (max-width: 959px) {
    .header-soc-list {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 2px; } }
  .header-soc-list li {
    font-size: 30px;
    margin-left: 10px; }
    .header-soc-list li a span::before {
      color: #363636;
      -webkit-transition: all .4s linear;
      -o-transition: all .4s linear;
      transition: all .4s linear; }
    .header-soc-list li a:hover span::before {
      color: #275363; }

.login-content {
  background: #405864;
  min-height: 100vh; }

.login-popup {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 780px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 510px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 32px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 32px 4px rgba(0, 0, 0, 0.3);
  right: 0; }
  .login-popup .img-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 310px;
            flex: 0 0 310px;
    background: url(../img/img-box.jpg) no-repeat;
    max-width: 310px;
    background-size: cover; }

.login-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .login-form .title {
    margin: 0 auto 40px;
    color: #eb008b;
    text-align: center;
    display: table; }
  .login-form .text-required {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 14px;
    color: #808080;
    text-align: center;
    display: block; }
  .login-form .btn {
    margin: 50px auto 25px; }
  .login-form form {
    width: 100%;
    max-width: 365px; }

.btn-password {
  color: #eb008b;
  cursor: pointer;
  margin: 0 auto;
  display: table;
  border-bottom: 1px solid #eb008b;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear; }
  .btn-password:hover {
    border-bottom: 1px solid transparent; }

@media (max-width: 479px) {
  .banner {
    margin-bottom: 140px; } }

.banner-wrap {
  margin-bottom: 114px; }
@media(max-width:1260px){
  .banner-wrap{
    margin-bottom: 70px;
  }
}
  @media (max-width: 767px) {
    .banner-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 767px) {
    .banner-wrap {
      margin-bottom: 30px; } }

.banner .text-wrap {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  max-width: 830px;
  margin: 0 auto 35px; }
  @media(max-width:1240px){
    .banner .text-wrap{
      max-width: 760px;
    }
  }
  @media (max-width: 1100px) {
    .banner .text-wrap {
      font-size: 20px; } }
  @media (max-width: 959px) {
    .banner .text-wrap {
      font-size: 18px;
      max-width: 530px; } }
  @media (max-width: 767px) {
    .banner .text-wrap {
      font-size: 16px;
      line-height: 1.3;
      margin-bottom: 20px; } }
  @media (max-width: 479px) {
    .banner .text-wrap {
      font-size: 12px;
      line-height: 1.3;
      max-width: 430px; } }
  @media (max-width: 479px) {
    .banner .text-wrap {
      max-width: 360px;
      margin-bottom: 14px; } }

.banner-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 560px;
          flex: 0 0 560px;
  max-width: 560px;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
  padding-top: 67px; }
  @media (max-width: 1260px) {
    .banner-info {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 460px;
              flex: 0 0 460px;
      max-width: 460px;
      padding-right: 15px;
      padding-top: 30px; } }
  @media (max-width: 1023px) {
    .banner-info {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 360px;
              flex: 0 0 360px;
      max-width: 360px; } }
  @media (max-width: 767px) {
    .banner-info {
      padding: 35px 0 0;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  .banner-info .title {
    display: block;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 13px;
    opacity: 0;
    line-height: 1.25;
    color: #275363;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%); }
    @media (max-width: 1023px) {
      .banner-info .title {
        font-size: 28px;
        text-align: center; } }
    @media (max-width: 540px) {
      .banner-info .title {
        font-size: 22px;
        text-align: center; } }
  .banner-info .text {
    font-size: 20px;
    margin-bottom: 60px;
    opacity: 0;
    color: #275363;
    max-width: 80%;
    font-weight: 300;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%); }
    @media (max-width: 1260px) {
      .banner-info .text {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .banner-info .text {
        text-align: center; } }
    @media (max-width: 540px) {
      .banner-info .text {
        font-size: 12px; } }
  .banner-info .btn-row {
    max-width: 405px;
    margin-bottom: 45px;
    opacity: 0;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s; }
    .banner-info .btn-row .btn-white {
      min-width: 148px; }
      @media (max-width: 767px) {
        .banner-info .btn-row .btn-white {
          min-width: 98px; } }
    @media (max-width: 540px) {
      .banner-info .btn-row {
        margin-bottom: 20px; }
        .banner-info .btn-row .btn {
          min-width: 205px; }
        .banner-info .btn-row .btn-white {
          min-width: 95px; } }

.banner-fig {
  padding-top: 52px;
  margin-right: -48px;
  -webkit-transform: translateY(35%);
      -ms-transform: translateY(35%);
          transform: translateY(35%);
  opacity: 0;
  -webkit-transition: all .7s linear;
  -o-transition: all .7s linear;
  transition: all .7s linear; }
  @media (max-width: 1260px) {
    .banner-fig {
      margin-right: 0px;
      max-width: 460px; }
      .banner-fig img {
        width: 100%; } }
  @media (max-width: 959px) {
    .banner-fig {
      max-width: 330px; } }
  @media (max-width: 767px) {
    .banner-fig {
      position: relative; }
      .banner-fig img {
        width: 100%;
        position: relative;
        z-index: 1; }
      .banner-fig:after {
        content: "";
        width: 300px;
        height: 300px;
        position: absolute;
        z-index: 0;
        left: -23px;
        top: -23px;
        background: url(../img/grid.png) no-repeat;
        background-size: cover;
        background-position: top; } }
  @media (max-width: 479px) {
    .banner-fig {
      right: -10px; }
      .banner-fig:after {
        content: "";
        width: 240px;
        height: 240px;
        position: absolute;
        z-index: 0;
        left: -23px;
        top: -23px;
        background: url(../img/grid.png) no-repeat;
        background-size: cover;
        background-position: top; } }

.banner.animated .banner-info .title, .banner.animated .banner-info .text {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1; }

.banner.animated .banner-info .btn-row {
  opacity: 1; }

.banner.animated .banner-fig {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1; }

.subscribe-form input {
  line-height: 38px;
  height: 38px;
  background: none;
  padding: 0 10px;
  border: 0;
  font-weight: 300;
  width: 360px;
  font-size: 18px;
  border-bottom: 1px solid #1c93df;
  color: #1c93df;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear; }
  @media (max-width: 1260px) {
    .subscribe-form input {
      width: calc(100% - 35px); } }
  .subscribe-form input:focus {
    border-bottom: 2px solid #1f5fca;
    color: #1f5fca; }
  .subscribe-form input:focus + button:after {
    font-weight: 700;
    color: #1f5fca; }
  @media (max-width: 767px) {
    .subscribe-form input {
      border-bottom: 0;
      line-height: 42px;
      height: 42px; }
      .subscribe-form input:focus {
        border-bottom: 0; } }

.subscribe-form button {
  width: 30px;
  height: 32px;
  cursor: pointer;
  border: 0;
  background: none;
  padding: 0;
  right: -8px;
  bottom: 0px;
  position: relative;
  font-size: 0; }
  .subscribe-form button:hover:after {
    color: #1f5fca; }
  .subscribe-form button:after {
    content: "\e900";
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 26px;
    line-height: 26px;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    font-size: 26px;
    font-family: 'icomoon' !important;
    color: #1c93df; }

.subscribe-title {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .subscribe-title {
      display: none; } }

@media (max-width: 767px) {
  .banner-info .subscribe-form form {
    border: 1px solid #275363;
    overflow: hidden;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff; } 
    .banner-info .text{
      max-width: 100%;
      font-size: 14px;
      font-weight: 400;
    }
    .banner-info .btn-row .btn{
      margin: 0 auto;
    }
  }

@media (max-width: 767px) {
  .banner-info .subscribe-form button {
    font-size: 16px;
    background: #1c93df;
    border-radius: 10px;
    position: static;
    width: auto;
    min-width: 96px;
    height: 38px;
    margin: 2px 2px 0 0;
    color: #fff; } }

@media (max-width: 767px) {
  .banner-info .subscribe-form button:after {
    display: none; } }
/* 
.drop-mob {
  display: none; } */
  .drop-mob * {
    visibility: hidden; }
  .drop-mob.show * {
    visibility: visible; }

#btn-down {
  margin: 0 auto 62px;
  display: table;
  min-width: 300px;
  text-transform: uppercase;
  line-height: 47px;
  background: #275363;
  color: #fff;
  position: relative; }
  #btn-down:after {
    content: "";
    width: 54px;
    height: 12px;
    background: url(../img/arrow_b.png) no-repeat;
    position: absolute;
    bottom: -23px;
    left: 0;
    right: 0;
    margin: auto; }
  @media (max-width: 959px) {
    #btn-down {
      margin-bottom: 90px; } }
  @media (max-width: 767px) {
    #btn-down {
      margin-bottom: 60px;
      pointer-events: auto; } }
  @media (max-width: 479px) {
    #btn-down {
      min-width: 0;
      width: 260px; } }
  @media (max-width: 413px) {
    #btn-down {
      margin-bottom: 35px; } }

.trigger-list {
  color: #fff;
  font-weight: 300;
  margin: 0 auto 52px;
  text-align: center;
  font-size: 14px; }
  @media (max-width: 479px) {
    .trigger-list {
      margin: 0 -15px;
      font-size: 10px; } }
  @media (max-width: 479px) {
    .trigger-list .row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .trigger-list .title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-bottom: 45px;
    color: #fff; }
    @media (max-width: 1100px) {
      .trigger-list .title {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .trigger-list .title {
        font-size: 20px; } }
    @media (max-width: 479px) {
      .trigger-list .title {
        font-size: 16px; } }
    @media (max-width: 400px) {
      .trigger-list li .title{
        font-size: 11px;
      }
      .trigger-list .title {
        font-size: 15px;
        margin-bottom: 12px; } }
  .trigger-list li {
    padding: 20px 10px 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    position: relative; }
    @media (max-width: 959px) {
      .trigger-list li {
        padding: 25px 10px 5px;
        line-height: 1.2; } }
    @media (max-width: 479px) {
      .trigger-list li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-top: 12px; }
        .trigger-list li:nth-child(2):after {
          display: none; } }
    .trigger-list li .title {
      font-size: 16px;
      text-transform: uppercase;
      text-align: center;
      display: block;
      font-weight: 300;
      margin-bottom: 8px; }
    .trigger-list li:after {
      content: "";
      right: 0;
      width: 1px;
      top: 0;
      background: rgba(255, 255, 255, 0);
      position: absolute;
      height: 100%;
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, #fbfbfb), color-stop(50%, #f6f6f6), color-stop(75%, #fbfbfb), color-stop(100%, rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fbfbfb 25%, #f6f6f6 50%, #fbfbfb 75%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fbfbfb 25%, #f6f6f6 50%, #fbfbfb 75%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, #fbfbfb), color-stop(50%, #f6f6f6), color-stop(75%, #fbfbfb), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fbfbfb 25%, #f6f6f6 50%, #fbfbfb 75%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); }
    .trigger-list li:last-child:after {
      display: none; }
  .trigger-list .fig {
    margin: 0 auto 25px;
    display: table;
    color: #fff;
    font-size: 85px; }
    @media(max-width:1260px){
      .trigger-list .fig{
        font-size: 60px;
      }
    }
    @media (max-width: 767px) {
      .trigger-list .fig {
        margin: 0 auto 12px;
        font-size: 46px; } }
        @media (max-width: 400px) {
          .trigger-list li .title{
            font-size: 11px;
          }
        }
.features-section {
  padding-bottom: 25px; }
  .features-section .slick-dots {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    right: 0;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    .features-section .slick-dots li {
      cursor: pointer;
      border: 2px solid #256880;
      border-radius: 50%;
      margin: 0 5px;
      width: 10px;
      height: 10px;
      -webkit-transition: all .34s linear;
      -o-transition: all .34s linear;
      transition: all .34s linear; }
      .features-section .slick-dots li.slick-active {
        background: #256880; }
      .features-section .slick-dots li button {
        border: 0;
        background: none;
        font-size: 0; }
  .features-section .slick-list {
    padding-top: 50px; }
  .features-section .global-title {
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    position: relative;
    display: table;
    width: 100%;
    text-transform: uppercase;
    max-width: 680px;
    margin: 0 auto 90px;
    padding-bottom: 10px; }
    @media (max-width: 767px) {
      .features-section .global-title {
        font-size: 26px;
        max-width: 240px;
        margin-bottom: 55px; } }
    @media (max-width: 600px) {
      .features-section .global-title {
        color: #275363; } }
    .features-section .global-title:after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      height: 1px;
      background: rgba(255, 255, 255, 0);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(30%, #fafafa), color-stop(50%, #f6f6f6), color-stop(70%, #fafafa), color-stop(100%, rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fafafa 30%, #f6f6f6 50%, #fafafa 70%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fafafa 30%, #f6f6f6 50%, #fafafa 70%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, #fafafa), color-stop(50%, #f6f6f6), color-stop(70%, #fafafa), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fafafa 30%, #f6f6f6 50%, #fafafa 70%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); }
    @media (max-width: 600px) {
      .features-section .global-title:after {
        background: transparent;
        background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(20%, #275363), color-stop(80%, #275363), color-stop(100%, transparent));
        background: -webkit-linear-gradient(left, transparent 0%, #275363 20%, #275363 80%, transparent 100%);
        background: -o-linear-gradient(left, transparent 0%, #275363 20%, #275363 80%, transparent 100%);
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #275363), color-stop(80%, #275363), to(transparent));
        background: linear-gradient(to right, transparent 0%, #275363 20%, #275363 80%, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 ); } }
  .features-section__item {
    padding: 0 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    font-size: 14.5px;
    line-height: 1.3;
    font-weight: 300;
    opacity: 0;
    max-width: 33.3333%;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
            transform: translateY(30%); }
    .features-section__item  .text-wrap{
      margin-bottom: 12px;
    }
    .features-section__item .link{
      font-size: 18px;
      color: #000000;
      font-weight: 700;
      text-align: center;
      display: table;
      margin: 0 auto 10px;
    }
    .features-section__item .link:hover{
      text-decoration: underline;
    }
    @media (max-width: 959px) {
      .features-section__item {
        padding: 0 10px; } }
    @media (max-width: 767px) {
      .features-section__item {
        margin-bottom: 65px;
        max-width: 100%;
        width: 100%;
        position: relative; }
        .features-section__item.open::after {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg);
          -webkit-transform-origin: center;
              -ms-transform-origin: center;
                  transform-origin: center; }
        .features-section__item:after {
          content: "";
          width: 28px;
          height: 12px;
          background: url(../img/arrow_blue.png) no-repeat;
          position: absolute;
          bottom: 12px;
          left: 0;
          right: 0;
          margin: 0 auto; } }
    .features-section__item img {
      display: table;
      position: relative;
      margin: -50px auto 15px; }
      @media (max-width: 959px) {
        .features-section__item img {
          margin-bottom: 10px; } }
    .features-section__item .title {
      display: block;
      text-align: center;
      font-weight: 700;
      text-transform: uppercase;
      min-height: 46px;
      margin-bottom: 12px;
      padding: 0 15px;
      font-size: 18px; }
      @media (max-width: 959px) {
        .features-section__item .title {
          padding: 0 10px; } }
    .features-section__item .box {
      padding: 1px 20px 25px;
      border-radius: 15px;
      background: #fff;
      height: 100%;
      pointer-events: none;
      -webkit-box-shadow: 0 7px 35px 0 rgba(0, 0, 0, 0.23);
              box-shadow: 0 7px 35px 0 rgba(0, 0, 0, 0.23);
      min-height: 425px; }
      .features-section__item .box *{
        pointer-events: auto;
      }
      @media (max-width: 959px) {
        .features-section__item .box {
          padding: 1px 10px 30px; } }
      @media (max-width: 767px) {
        .features-section__item .box {
          pointer-events: auto;
          min-height: 0;
          padding: 1px 20px 30px;
          border: 2px solid #dfdfdf; } }
  @media (max-width: 767px) {
    .features-section__slider {
      width: 420px;
      margin: 0 auto; } }
  @media (max-width: 500px) {
    .features-section__slider {
      width: 100%;
      margin: 0 auto; } }
  .features-section__items {
    margin: 0 auto 160px;
    max-width: 960px; }
    .features-section__items.animated .features-section__item {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
      .features-section__items.animated .features-section__item:nth-child(2) {
        -webkit-transition-delay: 0.4s;
             -o-transition-delay: 0.4s;
                transition-delay: 0.4s; }
      .features-section__items.animated .features-section__item:nth-child(3) {
        -webkit-transition-delay: 0.8s;
             -o-transition-delay: 0.8s;
                transition-delay: 0.8s; }
    .features-section__items.animated .features-section__item:nth-child(1) .box:before,
    .features-section__items.animated .features-section__item:nth-child(3) .box:before,
    .features-section__items.animated .features-section__item:nth-child(2) .box:before,
    .features-section__items.animated .features-section__item:nth-child(2) .box:after {
      opacity: 1;
      -webkit-transition: all .4s linear;
      -o-transition: all .4s linear;
      transition: all .4s linear;
      -webkit-transition-delay: 1s;
           -o-transition-delay: 1s;
              transition-delay: 1s; }
    @media (max-width: 959px) {
      .features-section__items {
        padding: 0 5px; } }
    @media (max-width: 767px) {
      .features-section__items {
        display: block;
        margin-bottom: 30px !important; }
        .features-section__items .box-ac{
          display: none; } }
    .features-section__items_first .box {
      -webkit-box-shadow: 0 7px 35px 0 rgba(0, 0, 0, 0.26);
              box-shadow: 0 7px 35px 0 rgba(0, 0, 0, 0.26); }
              .features-section__items_first .features-section__item:nth-child(2) .box .link,
              .features-section__items_second .features-section__item:nth-child(2) .box .link{
                color: #fff;
              }
    .features-section__items_first .features-section__item:nth-child(2) .box,
    .features-section__items_second .features-section__item:nth-child(2) .box  {
      background: #256880;
      color: #fff;
      position: relative; }
      .features-section__items_first .features-section__item:nth-child(2) .box:after {
        content: "";
        width: 2px;
        background: #256880;
        position: absolute;
        top: 100%;
        left: 34%;
        height: 212px;
        -webkit-transform: translateX(-2px) rotate(39deg);
            -ms-transform: translateX(-2px) rotate(39deg);
                transform: translateX(-2px) rotate(39deg);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
        opacity: 0;
        -webkit-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear; }
        @media (max-width: 767px) {
          .features-section__items_first .features-section__item:nth-child(2) .box:after {
            display: none; } }
      .features-section__items_first .features-section__item:nth-child(2) .box:before {
        content: "";
        width: 2px;
        background: #256880;
        position: absolute;
        top: 100%;
        right: 34%;
        height: 212px;
        -webkit-transform: translateX(2px) rotate(-39deg);
            -ms-transform: translateX(2px) rotate(-39deg);
                transform: translateX(2px) rotate(-39deg);
        opacity: 0;
        -webkit-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top; }
        @media (max-width: 767px) {
          .features-section__items_first .features-section__item:nth-child(2) .box:before {
            display: none; } }
    .features-section__items_second {
      margin-bottom: 60px; }
      .features-section__items_second .features-section__item:nth-child(1) .box,
      .features-section__items_second .features-section__item:nth-child(3) .box {
        position: relative; }
    .features-section__items_third {
      margin-bottom: 60px; }
      .features-section__items_first .features-section__item:nth-child(2) .icon-play .path5:before{
        color:#fff;
      }
      .features-section__items_second .features-section__item:nth-child(2) .icon-play .path5:before{
        color:#fff;
      }
      .features-section__items_second .features-section__item:nth-child(2) .icon-ios::before{
        color:#fff;
      }
      .features-section__items_first .features-section__item:nth-child(2) .icon-ios::before{
        color:#fff;
      }
      .features-section__items_second .features-section__item:nth-child(2) .btn-app,
      .features-section__items_first .features-section__item:nth-child(2)  .btn-app{
        border-color: #fff;
      }

.btn-app{
  border:1px solid #000;
  border-radius: 7px;
  padding: 6px 12px 4px;
  text-align: center;
  pointer-events: auto;
  font-size: 28px;
  margin: 0 auto;
  cursor: pointer;
  min-width: 150px;
  display: table;
}
.icon-play .path5:before{
  color:#000;
}
.btn-app + .btn-app{
  margin-top: 7px;
}

@media (max-width: 767px) {
  .features-section__items_second .features-section__item:nth-child(1) .box, .features-section__items_second .features-section__item:nth-child(3) .box {
    border-color: #dfdfdf; }
  .features-section__item:nth-child(2) .box {
    background: #1ba5e6;
    color: #fff;
    position: relative; }
  .features-section__item:nth-child(2).open::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; }
  .features-section__item:nth-child(2):after {
    content: "";
    width: 28px;
    height: 12px;
    background: url(../img/arrow-w.png) no-repeat;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: 0 auto; } }

.seo-section {
  background: #e4e5e9;
  background: -webkit-linear-gradient(81deg, #b9b9b9 0%, #b9b9b9 60%, #e0e0e0 60%, #e0e0e0 100%);
  background: -o-linear-gradient(81deg, #b9b9b9 0%, #b9b9b9 60%, #e0e0e0 60%, #e0e0e0 100%);
  background: linear-gradient(9deg, #b9b9b9 0%, #b9b9b9 60%, #e0e0e0 60%, #e0e0e0 100%); }
  @media (max-width: 1200px) {
    .seo-section {
      margin-bottom: -2px;
      padding-bottom: 15px; } }
  @media (max-width: 767px) {
    .seo-section {
      margin-bottom: -120px; }
      .seo-section .row-sb_c {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media (max-width: 500px) {
    .seo-section {
      margin-bottom: -140px; } }

.seo-fig {
  margin-top: -140px;
  margin-right: -80px;
  position: relative; }
  @media (max-width: 1200px) {
    .seo-fig {
      margin-right: 0;
      max-width: 500px; }
      .seo-fig img {
        width: 100%; } }
  @media (max-width: 1023px) {
    .seo-fig {
      right: 0;
      max-width: 440px; } }
  @media (max-width: 767px) {
    .seo-fig {
      margin-top: 0; } }

.seo-info {
  position: relative;
  z-index: 2;
  padding-top:45px; }
  @media(max-width:1200px){
    .seo-info{
      max-width: 500px;
    }
  }
  @media (max-width: 959px) {
    .seo-info {
      padding-top: 30px; } }
  @media (max-width: 767px) {
    .seo-info {
      margin-bottom: 15px; } }
  @media (max-width: 479px) {
    .seo-info .row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .seo-info .text {
    color: #363236;
    font-size: 26px;
    margin-bottom: 20px; }
    @media (max-width: 1023px) {
      .seo-info .text {
        font-size: 20px;
        margin-bottom: 25px; } }
  .seo-info .btn {
    line-height: 44px;
    border: 0;
    min-width: 0;
    padding: 0 15px;
    margin-top: 50px;
    background: #00f9ff;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #1abff1), color-stop(100%, #1f60ca));
    background: -webkit-linear-gradient(45deg, #1abff1 0%, #1f60ca 100%);
    background: -o-linear-gradient(45deg, #1abff1 0%, #1f60ca 100%);
    background: linear-gradient(45deg, #1abff1 0%, #1f60ca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abff1', endColorstr='#1f60ca', GradientType=1 ); }
    @media (max-width: 767px) {
      .seo-info .btn-more {
        margin: 35px auto 0;
        min-width: 200px; } }
    .seo-info .btn.btn-white {
      background: #fff;
      border: 1px solid #1c93df;
      color: #1c93df; }
      .seo-info .btn.btn-white + .btn {
        margin-left: 20px; }
      @media (max-width: 767px) {
        .seo-info .btn.btn-white {
          margin: 0 12px 12px !important;
          min-width: 0;
          padding: 0 20px; } }
          .seo-info .text{
            color:#000;
            font-weight:400;
            font-size:20px;
          }
          .seo-info .text p + p{
            margin-top:20px;
          }
  .seo-info .title {
    display: block;
    padding-bottom: 10px;
    color: #275363;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
    line-height:1.3;
    position: relative; }
    @media (max-width: 1200px) {
      .seo-info .title {
        font-size: 36px;
        line-height: 1.2; } }
    @media (max-width: 959px) {
      .seo-info .title {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .seo-info .title {
        text-align: center;
        display: block;
        margin-bottom: 56px; } }
    @media (max-width: 540px) {
      .seo-info .title {
        font-size: 22px; } }
    .seo-info .title:after {
      content: "";
      width: 86px;
      position: absolute;
      bottom: 0;
      height: 7px;
      left: 0;
      background: #00f9ff; }
      @media (max-width: 767px) {
        .seo-info .title:after {
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: -20px; } }
  @media (max-width: 767px) {
    .seo-info .row-sb {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .seo-info .row-sb + .btn {
        margin: 45px auto 0; } }

.subscribe-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1c93df;
  font-weight: 300; }
  @media (max-width: 767px) {
    .subscribe-form input::-webkit-input-placeholder {
      color: #000;
      font-size: 14px; } }
      .partners-section{
        padding-bottom: 70px;
      }
      .partners-section .global-title{
        font-size:30px;
        color:#275363;
        display: table;
        margin: 0 auto 46px;
        text-align:center;
        padding-bottom: 15px;
        position: relative;
        width: 100%;
        font-weight: 400;
        max-width: 680px;
        text-transform:uppercase;
      }
      .partners-section .global-title:after{
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        height: 1px;
        background: rgba(255, 255, 255, 0);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(39, 83, 99, 0)), color-stop(30%, #275363), color-stop(50%, #275363), color-stop(70%, #275363), color-stop(100%, rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(left, rgba(39, 83, 99, 0) 0%, #275363 30%, #275363 50%, #275363 70%, rgba(39, 83, 99, 0) 100%);
        background: -o-linear-gradient(left, rgba(39, 83, 99, 0) 0%, #275363 30%, #275363 50%, #275363 70%, rgba(39, 83, 99, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(39, 83, 99, 0)), color-stop(30%, #275363), color-stop(50%, #275363), color-stop(70%, #275363), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to right, rgba(39, 83, 99, 0) 0%, #275363 30%, #275363 50%, #275363 70%, rgba(39, 83, 99, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
      }
      .partners-section-list{
        margin: 0 -25px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
      }
      .partners-section-list li{
        min-height: 75px;
        display: flex;
        align-items: center;
        margin: 0 25px;
      }

.subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #1c93df;
  font-weight: 300; }
  @media (max-width: 767px) {
    .subscribe-form input::-moz-placeholder {
      color: #000;
      font-size: 14px; } }

.subscribe-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #1c93df;
  font-weight: 300; }
  @media (max-width: 767px) {
    .subscribe-form input:-ms-input-placeholder {
      color: #000;
      font-size: 14px; } }

.subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #1c93df;
  font-weight: 300; }
  @media (max-width: 767px) {
    .subscribe-form input:-moz-placeholder {
      color: #000;
      font-size: 14px; } }

.subscribe-form input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1f5fca; }
  @media (max-width: 767px) {
    .subscribe-form input:focus::-webkit-input-placeholder {
      color: #000;
      font-size: 14px; } }

.subscribe-form input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #1f5fca; }
  @media (max-width: 767px) {
    .subscribe-form input:focus::-moz-placeholder {
      color: #000;
      font-size: 14px; } }

.subscribe-form input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #1f5fca; }
  @media (max-width: 767px) {
    .subscribe-form input:focus:-ms-input-placeholder {
      color: #000;
      font-size: 14px; } }

.subscribe-form input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #1f5fca; }
  @media (max-width: 767px) {
    .subscribe-form input:focus:-moz-placeholder {
      color: #000;
      font-size: 14px; } }

.main-footer {
  padding: 150px 0 0;
  background: url(../img/bg-footer.png) no-repeat; }
.main-footer .container{
  max-width: 960px;
}
@media(max-width:1260px){
  .main-footer .container{
    max-width: 100%;
  }
  .subscribe-form input{
    width: 300px;
  }
}
  @media (max-width: 959px) {
    .main-footer {
      background-position: 30% top; } }
  @media (max-width: 767px) {
    .main-footer {
      padding-top: 150px; } }
  .main-footer .container {
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      .main-footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 25px; } }
  .main-footer .subscribe-form input:focus + button:after {
    color: #fff; }
  .main-footer .subscribe-form button {
    bottom: -8px; }
    @media (max-width: 639px) {
      .main-footer .subscribe-form button:after {
        font-size: 20px;
        height: 20px; } }

.footer-bottom {
  background: #275363;
  line-height: 27px;
  font-weight:400;
  font-size: 18px;
  padding: 15px;
  color: #81bcfa; }
  @media (max-width: 767px) {
    .main-footer {
      padding: 150px 0 0;
      background: url(../img/bg-footer-m.png) no-repeat;
      background-size: cover;
      background-position:40% top;
     }
    .footer-bottom {
      font-size: 16px; } }
  @media (max-width: 639px) {
    .partners-section .global-title,
    .features-section .global-title{
      font-size: 20px;
    }
    .footer-bottom {
      font-size: 14px;
      padding: 10px 25px; } }

.footer-contact .item {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .footer-contact .item:nth-child(1) {
      display: none; } }

.footer-contact-list {
  font-size: 34px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .footer-contact-list li + li {
    margin-left: 10px; }
  .footer-contact-list span {
    color: #fff;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear; }
    .footer-contact-list span:hover {
      opacity: 0.6; }

.footer-contact .title {
  color: #fff;
  font-size: 21px;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block;
  font-weight: 300; }
  @media (max-width: 767px) {
    .footer-contact .title {
      display: none; } }

.footer-logo {
  max-width: 210px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
  color: #fff;
  font-size: 15px;
  font-weight: 300; }
  .footer-logo p{
    margin-bottom: 10px;
  }
  .footer-logo address{
    margin-bottom: 7px;
  }
  .footer-logo a{
    color:#fff;
  }
  @media (max-width: 959px) {
    .footer-logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 180px;
              flex: 0 0 180px;
      max-width: 180px;
      font-size: 14px; } }
  .footer-logo img {
    margin: 0 auto 22px; }
    @media (max-width: 767px) {
      .footer-logo img {
        margin-bottom: 12px;
        width: 120px; } }
  @media (max-width: 767px) {
    .footer-logo {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 100%;
      margin: 0 auto 25px;
      max-width: 420px; } }

@media (max-width: 767px) {
  .partners-section-list li{
    max-width: 100px;
    margin:0 20px;
  }
  .partners-section-list li img{
    width: 100%;
  }
  .seo-section .row-sb_c{
    padding:0 10px;
  }
  .footer-sub {
    max-width: 420px;
    margin: 0 auto 30px;
    width: 100%; } }

.footer-sub .btn-row {
  padding-top: 10px;
  margin-bottom: 42px; }

.footer-sub .btn {
  line-height: 49px; }
  @media (max-width: 1023px) {
    .footer-sub .btn {
      line-height: 42px; } }
  @media (max-width: 767px) {
    .footer-sub .btn {
      line-height: 32px;
      font-size: 14px; } }
  @media (max-width: 959px) {
    .footer-sub .btn {
      min-width: 155px;
      max-width: 220px;
      width: 100%; } }
  .footer-sub .btn.btn-small {
    min-width: 132px; }
    @media (max-width: 959px) {
      .footer-sub .btn.btn-small {
        max-width: 142px;
        min-width: 0; } }
  .footer-sub .btn + .btn {
    margin-left: 26px; }
    @media (max-width: 959px) {
      .footer-sub .btn + .btn {
        margin-left: 10px; } }
  @media(max-width:767px){
    .footer-sub .btn{
      max-width: 150px;
      margin-left: auto;
      margin-right: auto;
    }
    .footer-logo{
      text-align: center;
    }
    .footer-logo-img{
      margin: 0 auto 2px;
      width: 160px;
      display: table;
    }
    .footer-logo-img img{
      width: 160px;
    }
  }
.footer-sub .subscribe-form input {
  background: none;
  font-weight: 300;
  color: #fff;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  border-bottom: 1px solid #fff; }
  .footer-sub .subscribe-form input:focus {
    border-bottom: 2px solid #fff; }

.footer-sub .subscribe-form button:after {
  color: #fff; }

.footer-sub .subscribe-title {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px; }
  @media (max-width: 767px) {
    .footer-sub .subscribe-title {
      font-size: 14px; } }
  @media (max-width: 639px) {
    .seo-info .title{
      max-width: 200px;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 40px;
    }
    .features-section__item .title{
      font-size: 14px;
    }
    .features-section__item img{
      max-width: 130px;
    }
    .footer-logo p{
      margin-bottom: 5px;
    }
    .footer-logo address{
      margin-bottom: 3px;
    }
    .footer-sub .subscribe-title {
      margin-bottom: 2px;
      font-size: 13px; } }
      .box-ac{
        flex-direction: column;
        min-height: 52%;
        display: flex;
      }
      .box-app-wrap{
        min-height: 103px;
        margin-top: auto;
      }
    @media(max-width:400px){
      .subscribe-form input{
        width: 228px;
      }
      .footer-bottom{
        padding: 15px 50px;
        line-height: 1.4;
        font-size: 12px;
      }
      .seo-info .text{
        font-size: 14px;
      }
    }
.footer-sub .subscribe-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-weight: 300; }

.footer-sub .subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-weight: 300; }

.footer-sub .subscribe-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-weight: 300; }

.footer-sub .subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-weight: 300; }
