/*-------------------------reset-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap");
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: #1d2328;
  color: #fff;
  overflow-x: 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: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal; }

.containerR {
  max-width: 1170px;
  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; }

.oswald {
  font-family: 'Oswald', sans-serif; }

@keyframes moving {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*-------------------------header------------------------*/
.wrapper {
  overflow-x: hidden;
  position: relative; }

.firstscreen {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/first_bg.jpg); }

.header {
  padding-top: 40px;
  padding-bottom: 150px; }

.containerR_big {
  max-width: 1575px; }

/*-------------------------toprow------------------------*/
.toprow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .toprow__logo {
    flex-basis: calc(100% / 3); }
  .toprow__center {
    flex-basis: calc(100% / 3); }
  .toprow__tel {
    display: flex;
    align-items: center;
    justify-content: center; }
    .toprow__tel:hover {
      color: #ff5317; }
    .toprow__tel span {
      line-height: 1;
      letter-spacing: 3px;
      font-size: 24px;
      font-weight: 600;
      font-family: 'Oswald', sans-serif;
      display: inline-block;
      margin-left: 10px; }
  .toprow__right {
    flex-basis: calc(100% / 3);
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .toprow__whatsapp {
    margin-right: 20px; }
    .toprow__whatsapp a {
      display: flex;
      align-items: center; }
      .toprow__whatsapp a:hover {
        opacity: 0.7; }
    .toprow__whatsapp span {
      color: #6d9d29;
      text-transform: uppercase;
      text-align: right;
      font-size: 14px;
      margin-right: 10px;
      max-width: 115px;
      display: inline-block; }
  .toprow__email a {
    display: flex;
    align-items: center; }
    .toprow__email a:hover {
      opacity: 0.7; }
  .toprow__email span {
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    line-height: 1; }
  .toprow__menubtn {
    height: 90px;
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff5317;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    cursor: pointer; }
    .toprow__menubtn img {
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
    .toprow__menubtn:hover {
      opacity: 0.8; }
      .toprow__menubtn:hover img {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg); }
  .toprow__centeradress {
    margin-top: 15px;
    color: #999999;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase; }

/*-------------------------firstcenter------------------------*/
.firstcenter {
  padding-bottom: 140px; }
  .firstcenter__title {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 45px; }
    .firstcenter__title span {
      font-family: 'Oswald', sans-serif;
      font-weight: 700;
      color: #ff5317; }
  .firstcenter__row {
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .firstcenter__left {
    flex-basis: 48%;
    margin-top: 90px;
    display: flex;
    flex-wrap: wrap; }
  .firstcenter__item {
    flex-basis: calc(100% / 3);
    margin-bottom: 35px;
    text-align: center; }
  .firstcenter__img {
    margin-bottom: 12px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .firstcenter__descr {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6; }
  .firstcenter__right {
    flex-basis: 48%; }
  .firstcenter__rightform {
    background-color: rgba(18, 21, 30, 0.58);
    padding: 32px 50px; }
  .firstcenter__formtitle {
    text-align: center;
    font-size: 30px;
    line-height: 1.4;
    color: #00f0ff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 27px;
    font-weight: 700; }
  .firstcenter__arrow {
    text-align: center;
    padding-right: 14%; }

/*-------------------------inputr------------------------*/
.inputr {
  display: block;
  outline: none;
  width: 100%;
  margin-bottom: 20px;
  color: #8799a3;
  padding: 20px 45px 20px 25px;
  border-radius: 5px;
  border: 1px solid #8799a3;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-appearance: none;
  font-size: 16px;
  font-weight: 500;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none; }
  .inputr::placeholder {
    color: #8799a3; }
  .inputr__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .inputr__row .inputr__item30 {
      flex-basis: 40%; }
    .inputr__row .inputr__item70 {
      flex-basis: 58%; }
  .inputr__item {
    flex-basis: 49%; }

select.inputr {
  background-image: url(../images/icon_select.png);
  background-repeat: no-repeat;
  background-position: 93% center; }

.btnsubmit {
  margin-top: 45px;
  margin-left: 6px;
  position: relative;
  width: 96%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 2px solid #fff; }
  .btnsubmit__btn {
    display: block;
    width: 100%;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
    border: 0;
    background-color: #ff5317;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 55px;
    cursor: pointer;
    left: 5px;
    top: 3px;
    z-index: 0;
    color: #fff !important; }
    .btnsubmit__btn:hover {
      left: 0;
      top: 0; }

/*-------------------------secongscreen------------------------*/
.secongscreen {
  padding-top: 207px;
  margin-top: -320px;
  background-image: url(../images/second_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .secongscreen .containerR {
    position: relative; }
    .secongscreen .containerR:before {
      background-image: url(../images/dots.png);
      background-repeat: no-repeat;
      background-position: center;
      content: "";
      display: block;
      width: 163px;
      height: 192px;
      position: absolute;
      left: -235px;
      top: -65px;
      z-index: 1; }
  .secongscreen__inside {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .secongscreen__left {
    flex-basis: 50%;
    padding-top: 20px; }
  .secongscreen__title {
    line-height: 1.25;
    font-size: 40px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 25px;
    border-left: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 700; }
  .secongscreen__subtitle {
    padding-left: 25px;
    font-size: 18px;
    color: #bdbec6;
    margin-bottom: 65px; }
  .secongscreen__quizeitem {
    display: none; }
    .secongscreen__quizeitem.active {
      display: block; }
  .secongscreen__quizeitemtitle {
    margin-bottom: 60px;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif; }
  .secongscreen__row {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 32px; }
  .secongscreen__label {
    flex-basis: 212px;
    margin-right: 40px;
    margin-bottom: 40px; }
    .secongscreen__label span {
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      border: 2px solid transparent;
      background-color: #ebebeb;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 190px;
      position: relative; }
      .secongscreen__label span:before {
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        content: "";
        display: block; }
    .secongscreen__label input {
      display: none; }
      .secongscreen__label input:checked + span {
        border-color: #ff5317; }
  .secongscreen__bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .secongscreen__next {
    position: relative;
    right: -10%;
    flex-basis: 35%; }
    .secongscreen__next .btnsubmit__btn {
      line-height: 55px; }
    .secongscreen__next .btnsubmit {
      margin: 0; }
  .secongscreen__dots {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-basis: 60%; }
  .secongscreen__dot {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #324354;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 22px;
    font-weight: 500;
    margin-right: 25px; }
    .secongscreen__dot.active {
      background-color: #ff5317; }
  .secongscreen__right {
    flex-basis: 50%;
    margin-right: -50px; }
    .secongscreen__right img {
      width: 100%; }
  .secongscreen__range {
    margin-top: -75px; }
    .secongscreen__range img {
      width: 100%; }
  .secongscreen__arrow {
    margin-top: 40px;
    text-align: center; }

/*-------------------------thirdscreen------------------------*/
.thirdscreen {
  position: relative;
  padding-top: 105px;
  padding-bottom: 0;
  margin-top: -28px; }
  .thirdscreen__text {
    letter-spacing: 15px;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    opacity: 0.03;
    font-size: 250px; }
  .thirdscreen .containerR {
    position: relative;
    z-index: 2; }
  .thirdscreen__title {
    letter-spacing: 3px;
    text-align: center;
    font-weight: 700;
    font-size: 72px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase; }
    .thirdscreen__title span {
      font-weight: 700;
      color: #ff5317;
      font-family: 'Oswald', sans-serif; }
  .thirdscreen__subtitle {
    text-align: center;
    font-size: 22px;
    color: #cccccc; }
  .thirdscreen__row {
    margin-top: 77px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 750px; }
  .thirdscreen__item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 24px;
    line-height: 1.33;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    background-position: center;
    flex-basis: 290px;
    width: 290px;
    height: 290px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0; }
  .thirdscreen__item1 {
    left: 7%;
    top: 0px; }
  .thirdscreen__item2 {
    left: 36%;
    top: -20px; }
  .thirdscreen__item3 {
    left: 64%;
    top: 2px; }
  .thirdscreen__item4 {
    left: -9.5%;
    top: 22%; }
  .thirdscreen__item5 {
    left: 23.5%;
    top: 23%; }
  .thirdscreen__item6 {
    left: 49.5%;
    top: 25.5%;
    width: 296px;
    height: 296px; }
  .thirdscreen__item7 {
    left: 82.5%;
    top: 16.5%; }
  .thirdscreen__item8 {
    left: 5.5%;
    top: 45.5%;
    width: 305px;
    height: 305px; }
  .thirdscreen__item9 {
    left: 34%;
    top: 51.7%; }
  .thirdscreen__item10 {
    left: 70.5%;
    top: 43.5%; }

/*-------------------------original------------------------*/
.original {
  background-image: url(../images/four_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 90px;
  padding-bottom: 225px; }
  .original__row {
    display: flex;
    flex-wrap: wrap; }
  .original__left {
    flex-basis: 77%;
    text-align: right; }
  .original__title {
    padding-top: 10px;
    text-align: left;
    font-size: 42px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    padding-left: 20px;
    margin-bottom: 63px; }
  .original__subtitle {
    margin-bottom: 45px;
    display: inline-block;
    text-align: right;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    letter-spacing: 8px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 15px;
    background-color: #1d2328;
    margin-right: 38px; }
  .original__right {
    flex-basis: 22%;
    display: flex;
    justify-content: center; }
  .original__righticon {
    position: relative;
    line-height: 0;
    height: 135px;
    width: 135px; }
    .original__righticon span {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 135px;
      height: 135px;
      position: relative;
      z-index: 3;
      background-color: #fff;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
    .original__righticon:before {
      position: absolute;
      left: calc(50% - 90px);
      top: calc(50% - 90px);
      z-index: 2;
      width: 180px;
      height: 180px;
      display: block;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      background-color: #0ca4af;
      content: "";
      animation: moving 3s ease-in-out infinite;
      -webkit-animation: moving 3s ease-in-out infinite; }
    .original__righticon:after {
      z-index: 1;
      position: absolute;
      left: calc(50% - 115px);
      top: calc(50% - 115px);
      width: 230px;
      height: 230px;
      display: block;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      background-color: #06868f;
      content: "";
      animation: moving 3s ease-in-out infinite;
      -webkit-animation: moving 3s ease-in-out infinite; }
  .original__forminside {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between; }
  .original__formitem {
    flex-basis: calc(100% / 4);
    padding-right: 20px;
    border-right: 1px solid #293035; }
    .original__formitem:last-child, .original__formitem:nth-child(3) {
      border: 0;
      padding-right: 0; }
    .original__formitem .btnsubmit {
      margin: 0;
      margin-left: 20px; }
    .original__formitem .inputr {
      background-color: transparent;
      border: 0;
      color: #fff;
      font-size: 15px;
      letter-spacing: 1px;
      margin-bottom: 0; }
      .original__formitem .inputr::placeholder {
        color: #fff; }
    .original__formitem select.inputr {
      background-image: url(../images/select_white.png); }

/*-------------------------faq------------------------*/
.faqdiferent {
  background-image: url(../images/last_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover; }

.faq {
  position: relative;
  margin-top: -5px; }
  .faq .thirdscreen__text {
    left: -200px;
    right: -200px;
    top: -105px;
    width: calc(100% + 400px); }
  .faq .containerR {
    position: relative;
    z-index: 2; }
  .faq__row {
    margin-top: 58px; }
  .faq__item {
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin-bottom: 5px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 2px solid #09adb9;
    overflow: hidden; }
  .faq__head {
    cursor: pointer;
    background-color: #09adb9;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    padding: 24px 90px 24px 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    background-image: url(../images/faq_icon.png);
    background-repeat: no-repeat;
    background-position: 15px center; }
    .faq__head:before {
      content: "";
      display: block;
      position: absolute;
      right: 50px;
      top: calc(50% - 8px);
      z-index: 2;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      background-image: url(../images/faq_plus.png);
      background-repeat: no-repeat;
      background-position: center;
      width: 16px;
      height: 16px; }
    .faq__head:hover {
      background-color: #ff5317; }
    .faq__head.active {
      background-color: #ff5317; }
      .faq__head.active:before {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg); }
  .faq__body {
    display: none;
    padding: 30px 50px;
    background-color: #1d2328; }
  .faq__arrow {
    margin-bottom: 35px;
    text-align: center;
    margin-top: 40px; }

/*-------------------------diferent------------------------*/
.diferent {
  padding-bottom: 100px; }
  .diferent__title {
    letter-spacing: 2px;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-bottom: 60px; }
  .diferent__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .diferent__tophalf {
    flex-basis: 50%;
    padding: 22px 25px 0 30px; }
    .diferent__tophalf_green li:before {
      background-image: url(../images/check_green.png); }
    .diferent__tophalf_red li:before {
      background-image: url(../images/check_red.png); }
    .diferent__tophalf li {
      display: block;
      margin-bottom: 31px;
      position: relative;
      padding-left: 50px;
      font-size: 16px;
      text-transform: uppercase; }
      .diferent__tophalf li:before {
        background-repeat: no-repeat;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: calc(50% - 15px);
        width: 30px;
        height: 30px;
        background-position: center; }
  .diferent__halftitle {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 40px;
    font-family: 'Oswald', sans-serif;
    padding-left: 50px; }
  .diferent__form {
    padding-top: 130px; }
  .diferent__formtitle {
    text-align: center;
    font-size: 36px;
    font-family: "Oswald", sans-serif;
    margin-bottom: 65px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .diferent__forminside {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .diferent__item {
    flex-basis: 31.8%; }
    .diferent__item .inputr {
      margin-bottom: 0;
      font-weight: 400; }

.btnorange {
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-image: url(../images/icon_btn.png);
  background-repeat: no-repeat;
  background-position: 82% center;
  width: 100%;
  display: block;
  padding: 20px 45px 20px 25px;
  border: 0;
  text-align: center;
  background-color: #ff5317;
  color: #fff !important;
  font-size: 16px;
  font-weight: 400; }
  .btnorange:hover {
    background-position: 92% center;
    background-color: #fc6028; }

.footer {
  padding-top: 50px;
  padding-bottom: 30px; }
  .footer .toprow__right {
    justify-content: center; }

.scrollup {
  display: none; }
  .scrollup__btn {
    height: 90px;
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff5317;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: fixed;
    right: calc(50% - 780px);
    bottom: 30px;
    z-index: 3; }
    .scrollup__btn img {
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
    .scrollup__btn:hover {
      opacity: 0.8; }
      .scrollup__btn:hover img {
        padding-bottom: 10px; }

/*-------------------------map------------------------*/
.map iframe {
  height: 470px !important;
  width: 100% !important; }

/*-------------------------popup------------------------*/
.popup {
  opacity: 0;
  z-index: -20;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  .popup.show {
    visibility: visible;
    opacity: 1;
    z-index: 999; }
  .popup__inside {
    position: fixed;
    backdrop-filter: blur(10px);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7); }
  .popup__close {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    right: -25px;
    top: -25px;
    line-height: 0;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0); }
    .popup__close:hover {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg); }
  .popup__body {
    position: relative;
    background: #FFFFFF;
    border-radius: 20px;
    max-width: 1110px;
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; }

.popup_thanksjs .popup__body {
  max-width: 770px; }

.thankss {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 85px 155px 105px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #3e3e3e;
  text-align: center;
  padding: 80px 75px 90px;
  color: #fff; }
  .thankss__title {
    font-weight: 800;
    font-size: 42px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fc6028; }
  .thankss__subtitle {
    font-weight: 300;
    font-size: 26px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 35px; }

/*-------------------------nav------------------------*/
/*-------------------------content------------------------*/
/*-------------------------footer------------------------*/
/*-------------------------adaptive------------------------*/
@media screen and (max-width: 1600px) {
  .containerR_big {
    max-width: 1170px; }

  .footer .toprow__right {
    justify-content: flex-end; }

  .scrollup__btn {
    right: 20px; } }
@media screen and (max-width: 1250px) {
  .containerR {
    padding-left: 15px;
    padding-right: 15px; }

  .secongscreen__right {
    margin-right: 0; } }
@media screen and (max-width: 1180px) {
  .toprow__email span {
    display: none; }

  .header .toprow__whatsapp span {
    display: none; }

  .firstcenter__title {
    font-size: 48px; }

  .firstcenter__left {
    flex-basis: 50%;
    margin-top: 65px; }

  .firstcenter__right {
    flex-basis: 50%; }

  .firstcenter__rightform {
    padding: 30px; }

  .secongscreen__title {
    padding-left: 0;
    border: 0; }

  .secongscreen__subtitle {
    padding-left: 0; }

  .secongscreen__label {
    flex-basis: 48%;
    margin-right: 2%; }

  .secongscreen__title {
    font-size: 36px; }

  .secongscreen__dot {
    margin-right: 12px; }

  .thirdscreen__title {
    font-size: 62px; }

  .original__title {
    font-size: 34px; }

  .original__subtitle {
    letter-spacing: 5px; }

  .original__formitem .btnsubmit {
    margin: 0;
    margin-left: 0; }

  .diferent__title,
  .diferent__halftitle {
    font-size: 32px; }

  .diferent__formtitle {
    font-size: 28px; }

  .thirdscreen__item4,
  .thirdscreen__item7 {
    display: none; }

  .thirdscreen__item1 {
    left: 2%;
    top: 0px; }

  .thirdscreen__item3 {
    left: 69%;
    top: 2px; }

  .thirdscreen__item5 {
    left: 21.5%;
    top: 23%; }

  .thirdscreen__item6 {
    left: 52.5%;
    top: 25.5%; }

  .thirdscreen__item8 {
    left: 0.5%;
    top: 45.5%; }

  .thirdscreen__item9 {
    left: 36%;
    top: 51.7%; }

  .thirdscreen__item10 {
    left: 70.5%;
    top: 51.5%; } }
@media screen and (max-width: 980px) {
  .firstcenter__title br {
    display: none; }

  .popup__inside {
    padding-left: 20px;
    padding-right: 20px; }

  .popup__close {
    right: 10px; }

  .toprow__right {
    flex-basis: 120px; }

  .toprow__tel span {
    line-height: 1;
    letter-spacing: 2px;
    font-size: 22px; }

  .firstcenter__left {
    flex-basis: 100%;
    margin-top: 25px; }

  .firstcenter__right {
    flex-basis: 100%; }

  .secongscreen__left {
    flex-basis: 100%;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    position: relative;
    z-index: 2; }

  .secongscreen__right {
    flex-basis: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 0;
    width: 100%;
    opacity: 0.6; }

  .thirdscreen__text {
    font-size: 165px; }

  .thirdscreen__title {
    font-size: 50px; }

  .thirdscreen__item1 {
    left: 0%;
    top: 0px; }

  .thirdscreen__item2 {
    left: 34%;
    top: -8%; }

  .thirdscreen__item3 {
    left: 63%;
    top: 3%; }

  .thirdscreen__item8 {
    left: -1.5%;
    top: 44.5%; }

  .thirdscreen__item10 {
    left: 51.5%;
    top: 37.5%; }

  .thirdscreen__item9 {
    left: 64%;
    top: 68.7%; }

  .thirdscreen__item6 {
    left: 27.5%;
    top: 62.5%; }

  .diferent__halftitle {
    padding-left: 0;
    font-size: 28px; }

  .btnorange {
    background-image: none; }

  .footer {
    padding-top: 40px;
    padding-bottom: 0; }
    .footer .toprow {
      flex-direction: column;
      align-items: center; }
    .footer .toprow__logo {
      margin-bottom: 30px; }

  .original {
    position: relative; }

  .original__left {
    flex-basis: 100%;
    text-align: right; }

  .original__right {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: -8%;
    left: 10%;
    z-index: 1; }

  .original__title {
    padding-top: 52px;
    margin-bottom: 35px; }

  .original__formitem {
    flex-basis: calc(100% / 2);
    margin-bottom: 20px;
    border: 0; }
    .original__formitem .inputr {
      border-bottom: 1px solid #fff;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0; }

  .original__formitem {
    padding-right: 20px !important; } }
@media screen and (max-width: 760px) {
  .toprow__tel span {
    display: none; }

  .thankss {
    padding: 30px; }

  .thankss__title {
    font-size: 32px;
    margin-bottom: 15px; }

  .thankss__subtitle {
    font-size: 20px; }

  .toprow__center {
    justify-content: flex-end;
    display: flex;
    flex-basis: 45px; }

  .toprow__logo {
    flex-basis: calc(100% - 173px); }

  .toprow__right {
    flex-basis: 100px; }

  .firstcenter__title {
    font-size: 39px; }

  .header {
    padding-bottom: 120px; }

  .inputr {
    padding-left: 15px; }

  .secongscreen__title {
    font-size: 32px; }

  .secongscreen__quizeitemtitle {
    margin-bottom: 40px;
    font-size: 26px; }

  .secongscreen__bottom {
    align-items: center;
    flex-direction: column; }

  .secongscreen__dots {
    flex-basis: 100%;
    justify-content: center;
    order: 2; }

  .secongscreen__dot {
    margin-right: 5px;
    margin-left: 5px; }

  .secongscreen__row {
    padding-bottom: 0; }

  .secongscreen__next {
    position: relative;
    right: 0;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 35px; }

  .secongscreen__range {
    margin-top: -20px; }

  .secongscreen__arrow {
    display: none; }

  .thirdscreen__text {
    font-size: 93px; }

  .thirdscreen {
    padding-top: 75px;
    margin-top: 0; }

  .thirdscreen__subtitle {
    font-size: 18px; }

  .original__subtitle {
    letter-spacing: 4px;
    display: block;
    text-align: center;
    width: 100%; }

  .original__title {
    font-size: 28px;
    text-align: center; }
    .original__title br {
      display: none; }

  .original__formitem {
    flex-basis: 100%;
    margin-bottom: 20px;
    border: 0; }

  .original__formitem {
    padding-right: 0px !important; }

  .thirdscreen__title {
    font-size: 37px; }

  .thirdscreen__item1 {
    left: -2%;
    top: 4%; }

  .thirdscreen__item3 {
    left: 30%;
    top: 19%; }

  .thirdscreen__item2 {
    left: 43%;
    top: -4%; }

  .thirdscreen__row {
    height: 1000px; }

  .thirdscreen__item {
    background-size: cover;
    font-size: 20px;
    flex-basis: 245px;
    width: 245px;
    height: 245px; }

  .thirdscreen__item5 {
    left: -1.5%;
    top: 34%; }

  .thirdscreen__item10 {
    left: 46.5%;
    top: 40.5%; }

  .thirdscreen__item8 {
    left: 14.5%;
    top: 54.5%; }

  .thirdscreen__item6 {
    left: 47.5%;
    top: 67.5%; }

  .thirdscreen__item9 {
    left: 3%;
    top: 76.7%; }

  .original__righticon span,
  .original__righticon {
    width: 100px;
    height: 100px; }
    .original__righticon span img,
    .original__righticon img {
      max-width: 50px; }

  .original__righticon:before {
    width: 116px;
    height: 116px;
    left: calc(50% - 58px);
    top: calc(50% - 58px); }

  .original__right {
    top: 0;
    left: auto;
    right: 10%; }

  .faq .thirdscreen__text {
    left: 0;
    right: 0;
    line-height: 1;
    top: -105px;
    width: 100%; }

  .original__righticon:after {
    width: 132px;
    height: 132px;
    left: calc(50% - 66px);
    top: calc(50% - 66px); }

  .faq__body {
    padding: 20px; }

  .faq__head {
    padding: 20px 40px 20px 30px;
    background-position: 7px center; }

  .faq__head:before {
    right: 15px; }

  .faq__arrow {
    display: none; }

  .faq__row {
    margin-bottom: 50px; }

  .diferent__title,
  .diferent__halftitle {
    font-size: 27px; }

  .diferent__tophalf {
    flex-basis: 100%; }

  .diferent__form {
    padding-top: 60px; }

  .diferent__forminside {
    flex-direction: column; }

  .diferent__item {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px; }

  .diferent {
    padding-bottom: 50px; }

  .diferent__formtitle {
    margin-bottom: 40px; }

  .footer .toprow__tel span {
    display: block; }

  .toprow__center {
    flex-direction: column; } }
@media screen and (max-width: 460px) {
  .firstcenter__descr {
    font-size: 14px; }
    .firstcenter__descr br {
      display: none; }

  .thankss__title {
    font-size: 30px; }

  .scrollup__btn {
    height: 60px;
    width: 60px; }

  .firstcenter__title {
    font-size: 35px; }

  .firstcenter__formtitle {
    font-size: 28px; }

  .inputr__item {
    flex-basis: 100% !important; }

  .firstcenter__arrow {
    display: none; }

  .firstcenter__row {
    padding-bottom: 60px; }

  .secongscreen__title {
    font-size: 29px; }

  .secongscreen__quizeitemtitle {
    margin-bottom: 40px;
    font-size: 23px; }

  .secongscreen {
    padding-top: 165px; }

  .thirdscreen__text {
    font-size: 80px; }

  .thirdscreen__item {
    background-size: cover;
    font-size: 20px;
    flex-basis: 220px;
    width: 220px;
    height: 220px; }

  .thirdscreen__item1 {
    left: -5%;
    top: 3%; }

  .thirdscreen__item3 {
    left: 28%;
    top: 16%; }

  .thirdscreen__item5 {
    left: -1.5%;
    top: 30%; }

  .thirdscreen__item10 {
    left: 45.5%;
    top: 37.5%; }

  .thirdscreen__item8 {
    left: 11.5%;
    top: 50.5%; }

  .thirdscreen__item6 {
    left: 44.5%;
    top: 63.5%; }

  .thirdscreen__item9 {
    left: 3%;
    top: 73.7%; }

  .original {
    padding-top: 50px; }

  .original__right {
    top: -6%; } }
@media screen and (max-width: 410px) {
  .header .toprow__logo {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 10px; }
    .header .toprow__logo img {
      max-width: 180px; }

  .header .toprow {
    justify-content: center; }
  .header .toprow__center {
    flex-basis: calc(100% - 100px); }
  .header .toprow__tel span {
    display: block;
    font-size: 16px;
    letter-spacing: 1px; }
  .header .toprow__tel {
    justify-content: flex-start; }

  .firstcenter__title {
    font-size: 27px;
    margin-bottom: 30px; }

  .header {
    padding-bottom: 70px; }

  .firstcenter__item {
    flex-basis: calc(100% / 2);
    margin-bottom: 25px; }

  .firstcenter__formtitle {
    font-size: 23px; }

  .firstcenter__rightform {
    padding: 30px 10px; }

  .secongscreen__title {
    font-size: 22px; }

  .secongscreen__subtitle {
    font-size: 16px;
    margin-bottom: 40px; }

  .secongscreen__quizeitemtitle {
    margin-bottom: 35px;
    font-size: 21px;
    text-align: center; }

  .secongscreen__label span {
    height: 145px;
    padding: 10px; }

  .thirdscreen__text {
    font-size: 56px; }

  .thirdscreen__title {
    font-size: 28px; }

  .thirdscreen__subtitle {
    font-size: 16px; }

  .original__title {
    font-size: 24px;
    padding-left: 0; }

  .original__subtitle {
    font-size: 14px; }

  .original {
    padding-bottom: 170px; }

  .faq {
    margin-top: -20px; }

  .faq__head {
    font-size: 14px; }

  .faq__body {
    font-size: 13px; }

  .diferent__title,
  .diferent__halftitle {
    font-size: 21px; }

  .diferent__tophalf li {
    font-size: 14px;
    margin-bottom: 22px;
    padding-left: 25px; }

  .diferent__tophalf li:before {
    left: -15px; }

  .diferent__formtitle {
    font-size: 21px; }

  .toprow__centeradress {
    font-size: 15px; }

  .thirdscreen__item2 {
    left: 32%;
    top: -5%; }

  .thirdscreen__item1 {
    left: -3%;
    top: 8%; }

  .thirdscreen__item {
    background-size: cover;
    font-size: 16px;
    flex-basis: 200px;
    width: 200px;
    height: 200px; }

  .thirdscreen__item3 {
    left: 33%;
    top: 20%; }

  .thirdscreen__item5 {
    left: -3.5%;
    top: 32%; }

  .thirdscreen__item10 {
    left: 34.5%;
    top: 43.5%; }

  .thirdscreen__item8 {
    left: -3.5%;
    top: 55.5%; }

  .thirdscreen__item6 {
    left: 33.5%;
    top: 67.5%; }

  .thirdscreen__item9 {
    left: -3%;
    top: 79.7%; }

  .thankss__title {
    font-size: 21px; }

  .thankss__subtitle {
    font-size: 16px; } }

/*# sourceMappingURL=style.css.map */
