/*-------------------------reset-------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1.25;
  background-color: #eee;
  color: #000;
  overflow-x: hidden; }
  body.overflow {
    overflow: hidden; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal; }

.container {
  max-width: 2560px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

img {
  max-width: 100%;
  height: auto; }

a,
a:hover,
a:focus,
a:visited {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease; }

.wpcf7-submit {
  -webkit-appearance: none !important; }

strong {
  font-weight: 700; }

i {
  font-style: italic; }

.wrapper {
  overflow-x: hidden;
  position: relative; }

.d_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

/*-------------------------main------------------------*/
.header {
  padding-top: 105px;
  padding-bottom: 85px; }

.logo {
  display: block;
  line-height: 0;
  margin-left: -180px; }

/*-------------------------firstblock------------------------*/
.firstblock__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.firstblock__left {
  flex-basis: 50%; }
.firstblock__title {
  font-size: 150px;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 1.15; }
.firstblock__subtitle {
  font-size: 50px;
  margin-bottom: 50px; }
.firstblock__download {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px; }
  .firstblock__download a {
    margin-bottom: 25px;
    margin-right: 30px;
    display: block;
    line-height: 0; }
.firstblock__right {
  flex-basis: 50%;
  position: relative; }
.firstblock__phonebig {
  padding-left: 400px; }
.firstblock__phonesmall {
  position: absolute;
  top: 240px;
  z-index: 1; }

/*-------------------------secondblock------------------------*/
.secondblock {
  position: relative;
  margin-top: -365px;
  z-index: 4;
  background-color: #5f6b72; }
  .secondblock__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end; }
  .secondblock__left {
    flex-basis: 43%;
    max-width: 43%;
    margin-left: -100px; }
  .secondblock__right {
    flex-basis: 57%;
    padding: 150px 0 50px; }
  .secondblock__line {
    margin-bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
  .secondblock__lineimg {
    flex-basis: 260px; }
  .secondblock__linetext {
    flex-basis: calc(100% - 260px);
    color: #fff; }
    .secondblock__linetext h3 {
      margin-bottom: 30px;
      font-size: 66px;
      font-weight: 600; }
    .secondblock__linetext p {
      margin-bottom: 15px;
      font-size: 39px; }

/*-------------------------footer------------------------*/
.footer {
  text-align: center;
  background-color: #ffb822;
  padding: 170px 0 200px;
  overflow: hidden; }
  .footer__title {
    font-size: 100px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px; }
  .footer__subtitle {
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 60px; }
  .footer__download {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    .footer__download a {
      margin: 0 15px 20px; }
      .footer__download a:hover {
        opacity: 0.7; }
  .footer__undertext {
    font-size: 27px; }

.footer__menu {
  font-size: 35px;
  margin-top: 40px; }
  .footer__menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center; }
    .footer__menu ul a {
      display: block;
      margin: 10px 25px; }
      .footer__menu ul a:hover {
        text-decoration: underline; }

/*-------------------------adaptive------------------------*/
@media screen and (max-width: 2600px) {
  .logo {
    margin-left: -100px; }

  .footer__menu {
    font-size: 30px; }

  .container {
    max-width: 2260px; }

  .firstblock__title {
    font-size: 130px; }

  .secondblock {
    margin-top: -320px; }

  .firstblock__phonebig {
    padding-left: 370px; }

  .secondblock__linetext h3 {
    font-size: 60px; }

  .secondblock__linetext p {
    font-size: 35px; }

  .footer__title {
    font-size: 90px; } }
@media screen and (max-width: 2200px) {
  .container {
    max-width: 1440px; }

  .footer__menu {
    font-size: 20px;
    margin-top: 25px; }

  .footer__title {
    font-size: 75px; }

  .footer__subtitle {
    font-size: 45px; }

  .secondblock__linetext h3 {
    font-size: 45px;
    margin-bottom: 20px; }

  .secondblock__linetext p {
    font-size: 20px; }

  .secondblock__lineimg {
    flex-basis: 180px; }
    .secondblock__lineimg img {
      max-width: 140px; }

  .secondblock__linetext {
    flex-basis: calc(100% - 180px);
    color: #fff; }

  .secondblock__left {
    flex-basis: 48%;
    max-width: 48%;
    margin-left: -60px; }

  .secondblock__right {
    padding: 90px 0 50px; }

  .secondblock__line {
    margin-bottom: 45px; }

  .logo {
    margin-left: -100px;
    max-width: 350px; }

  .firstblock__subtitle {
    font-size: 35px;
    margin-bottom: 40px; }

  .firstblock__left {
    flex-basis: 47%; }

  .firstblock__right {
    flex-basis: 53%; }

  .firstblock__phonebig {
    padding-left: 250px; }

  .header {
    padding-top: 65px;
    padding-bottom: 65px; }

  .logo {
    margin-left: -140px;
    max-width: 250px; }

  .firstblock__title {
    font-size: 75px;
    margin-bottom: 35px; }

  .firstblock__subtitle,
  .footer__subtitle {
    font-size: 30px;
    margin-bottom: 40px; }

  .firstblock__download img,
  .footer__download img {
    height: 65px;
    width: auto; }

  .firstblock__phonesmall {
    max-width: 475px;
    top: 140px; }

  .secondblock {
    margin-top: -290px; }

  .secondblock__linetext h3 {
    font-size: 33px;
    margin-bottom: 10px; }

  .firstblock__subtitle,
  .footer__subtitle {
    font-size: 25px;
    margin-bottom: 35px; }

  .secondblock__left {
    flex-basis: 45%;
    max-width: 45%;
    margin-left: -80px; }

  .footer__title {
    font-size: 50px;
    margin-bottom: 25px; }

  .footer {
    padding: 90px 0; }

  .footer__download {
    margin-bottom: 20px; }

  .footer__undertext {
    font-size: 18px; }

  .secondblock__lineimg img {
    max-width: 95px; }

  .secondblock__lineimg {
    flex-basis: 145px; }

  .secondblock__linetext {
    flex-basis: calc(100% - 145px); }

  .secondblock__left {
    flex-basis: 38%;
    max-width: 38%;
    margin-left: -80px; }

  .secondblock__right {
    flex-basis: 62%; } }
@media screen and (max-width: 1700px) {
  .container {
    max-width: 1200px; }

  .footer__menu {
    font-size: 17px;
    margin-top: 15px; }

  .logo {
    margin-left: -80px;
    max-width: 200px; }

  .firstblock__title {
    font-size: 60px;
    margin-bottom: 35px; }

  .firstblock__subtitle,
  .footer__subtitle {
    font-size: 20px;
    margin-bottom: 35px; }

  .firstblock__phonebig {
    padding-left: 150px; }

  .firstblock__phonesmall {
    max-width: 440px;
    top: 140px; }

  .secondblock {
    margin-top: -325px; }

  .firstblock__download img,
  .footer__download img {
    height: 50px;
    width: auto; }

  .firstblock__download a {
    margin-bottom: 20px;
    margin-right: 20px; }

  .secondblock__right {
    padding: 90px 0 35px; }

  .secondblock__linetext h3 {
    font-size: 27px;
    margin-bottom: 10px; }

  .secondblock__linetext p {
    font-size: 16px; }

  .secondblock__lineimg img {
    max-width: 75px; }

  .secondblock__line {
    margin-bottom: 35px; }

  .secondblock__lineimg {
    flex-basis: 100px; }

  .secondblock__linetext {
    flex-basis: calc(100% - 100px);
    color: #fff; }

  .secondblock__right {
    flex-basis: 63%; }

  .footer__title {
    font-size: 40px;
    margin-bottom: 20px; }

  .footer__subtitle {
    margin-bottom: 20px; }

  .footer__download {
    margin-bottom: 0; }

  .footer__undertext {
    font-size: 15px; } }
@media screen and (max-width: 1300px) {
  .logo {
    margin-left: 0; }

  .header {
    padding-top: 40px;
    padding-bottom: 50px; }

  .secondblock__left {
    margin-left: 0;
    flex-basis: 40%;
    max-width: 40%; }

  .secondblock__right {
    flex-basis: 57%; }

  .firstblock__subtitle,
  .footer__subtitle {
    font-size: 20px; }

  .footer__download {
    margin-bottom: 5px; }

  .footer__download a {
    margin: 0 5px 20px; } }
@media screen and (max-width: 1180px) {
  .container {
    padding: 0 20px; }

  .footer__menu ul a {
    display: block;
    margin: 5px 15px; }

  .logo {
    max-width: 180px; }

  .firstblock__title {
    font-size: 50px;
    margin-bottom: 30px; }

  .firstblock__subtitle,
  .footer__subtitle {
    font-size: 18px;
    margin-bottom: 20px; }

  .firstblock__download img,
  .footer__download img {
    height: 45px;
    width: auto; }

  .firstblock__download a {
    margin-bottom: 15px;
    margin-right: 15px; }

  .firstblock__phonebig {
    padding-left: 100px; }

  .firstblock__phonesmall {
    max-width: 390px;
    top: 120px; }

  .secondblock__right {
    padding: 60px 0 35px; }

  .secondblock__linetext h3 {
    margin-bottom: 5px;
    font-size: 25px; }

  .secondblock__linetext p {
    font-size: 16px; }

  .secondblock__lineimg {
    flex-basis: 90px; }

  .secondblock__lineimg img {
    max-width: 70px; }

  .secondblock__linetext {
    flex-basis: calc(100% - 90px);
    color: #fff; }

  .secondblock__line {
    margin-bottom: 25px; }

  .footer {
    padding: 60px 0 60px; }

  .footer__title {
    font-size: 32px;
    margin-bottom: 20px; }

  .footer__download a {
    margin: 0 5px 10px; }

  .secondblock__left {
    margin-left: -10px; } }
@media screen and (max-width: 980px) {
  .header {
    padding-top: 25px;
    padding-bottom: 40px; }

  .logo {
    max-width: 165px; }

  .container {
    padding: 0 15px; }

  .firstblock__title {
    font-size: 43px;
    margin-bottom: 20px; }

  .firstblock__subtitle,
  .footer__subtitle {
    margin-bottom: 20px;
    font-size: 18px; }

  .firstblock__phonebig {
    padding-left: 65px; }

  .firstblock__phonesmall {
    max-width: 325px;
    top: 95px; }

  .secondblock {
    margin-top: -250px; }

  .firstblock__download img,
  .footer__download img {
    height: 40px;
    width: auto; }

  .secondblock__linetext h3 {
    font-size: 22px; }

  .footer__title {
    font-size: 30px;
    margin-bottom: 20px; }

  .secondblock__lineimg img {
    max-width: 55px; }

  .secondblock__lineimg {
    flex-basis: 70px; }

  .secondblock__linetext {
    flex-basis: calc(100% - 70px); } }
@media screen and (max-width: 760px) {
  .logo {
    max-width: 140px;
    margin: 0 auto; }

  .footer__menu {
    font-size: 15px;
    margin-top: 15px; }

  .firstblock__left {
    flex-basis: 100%; }

  .firstblock__right {
    flex-basis: 100%;
    max-width: 400px;
    margin: 0 auto; }

  .firstblock__download {
    margin-bottom: 50px; }

  .firstblock__left {
    text-align: center; }

  .secondblock {
    margin-top: -250px; }

  .secondblock__right {
    flex-basis: 100%;
    order: -1;
    padding-bottom: 0; }

  .firstblock__download {
    justify-content: center; }

  .secondblock__left {
    margin-left: 0;
    flex-basis: 100%;
    max-width: 100%;
    max-width: 300px;
    margin: 0 auto; }

  .footer {
    padding: 50px 0; }

  .footer__undertext {
    font-size: 14px; }

  .footer__title {
    font-size: 26px; }

  .firstblock__download a {
    margin-bottom: 15px;
    margin-right: 5px;
    margin-left: 5px; } }
@media screen and (max-width: 460px) {
  .firstblock__title {
    font-size: 37px; }

  .firstblock__right {
    max-width: 375px; }

  .firstblock__phonesmall {
    max-width: 300px;
    top: 95px; }

  .secondblock {
    margin-top: -175px; }

  .firstblock__download img,
  .footer__download img {
    height: 35px;
    width: auto; } }
@media screen and (max-width: 410px) {
  .firstblock__right {
    max-width: 335px; }

  .firstblock__phonesmall {
    max-width: 260px;
    top: 85px; }

  .secondblock {
    margin-top: -165px; }

  .secondblock__linetext h3 {
    font-size: 20px;
    margin-bottom: 10px; }

  .secondblock__linetext p {
    font-size: 14px; }

  .footer__title {
    font-size: 23px; } }
@media screen and (max-width: 350px) {
  .firstblock__title {
    font-size: 34px; }

  .firstblock__subtitle,
  .footer__subtitle {
    margin-bottom: 20px;
    font-size: 16px; }

  .firstblock__right {
    max-width: 280px; }

  .footer__title {
    font-size: 20px;
    margin-bottom: 10px; }

  .footer__undertext {
    font-size: 12px; }

  .secondblock__left {
    max-width: 240px; }

  .footer {
    padding: 40px 0; }

  .secondblock__linetext h3 {
    font-size: 18px;
    margin-bottom: 5px; }

  .secondblock__lineimg {
    flex-basis: 50px; }

  .secondblock__linetext {
    flex-basis: calc(100% - 55px);
    color: #fff; }

  .secondblock__lineimg img {
    max-width: 45px; }

  .firstblock__phonesmall {
    max-width: 215px;
    top: 70px; }

  .firstblock__download {
    margin-bottom: 20px; }

  .secondblock {
    margin-top: -100px; }

  .footer__menu {
    font-size: 13px;
    margin-top: 15px; }

  .footer__menu ul a {
    margin: 5px 10px; } }
/*lang*/
.lang {
  border: 1px solid #707a7e;
  width: 165px;
  height: 35px;
  position: absolute;
  overflow: hidden;
  right: 15px;
  top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  padding: 7px 35px 7px 12px;
  z-index: 0; }
  .lang:before {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #707a7e;
    border-bottom: 1px solid #707a7e;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 17px;
    top: 10px;
    z-index: -1; }
  .lang.open {
    height: 70px; }
    .lang.open:before {
      -webkit-transform: rotate(225deg);
      -moz-transform: rotate(225deg);
      transform: rotate(225deg);
      top: 15px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    .lang.open .active + li {
      display: block; }
  .lang ul {
    padding: 0; }
  .lang li {
    list-style: none;
    display: none; }
    .lang li.active {
      display: block;
      margin: 0 0 15px; }
  .lang a {
    font-size: 16px;
    line-height: 18px;
    color: #707a7e; }
    .lang a:hover, .lang a:focus, .lang a:active {
      color: #000;
      text-shadow: 0px 0px rgba(0, 0, 0, 0.5); }
  @media (max-width: 767px) {
    .lang {
      width: 120px; } }
  @media (min-width: 1440px) {
    .lang {
      width: 200px;
      height: 66px;
      padding: 21px 35px 21px 12px; }
      .lang.open {
        height: 105px; }
      .lang:before {
        top: 26px; }
      .lang.open:before {
        top: 30px; }
      .lang li > a {
        font-size: 20px;
        line-height: 24px; } }

.header .container {
  position: relative; }
  @media (max-width: 767px) {
    .header .container .logo {
      margin: 0 !important; } }

/*# sourceMappingURL=style.css.map */
