/*-------------------------reset-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,700&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: #fff;
  color: #000;
  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: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal; }

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

.titlep {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.22;
  text-align: center;
  color: #2F2F2F;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-bottom: 25px; }

.subtitlep {
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #2F2F2F;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin-bottom: 20px; }

p {
  font-size: 14px;
  line-height: 20px;
  color: #2F2F2F;
  opacity: 0.96;
  margin-bottom: 15px; }

ul li {
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  padding-left: 25px;
  color: #2F2F2F;
  opacity: 0.96;
  margin-bottom: 22px; }
  ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background-image: url(../images/yellow_round.svg);
    background-repeat: no-repeat;
    background-position: center; }

.wrapper {
  overflow-x: hidden; }

@keyframes scalef {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes moving {
  0% {
    transform: skewX(-45deg) translateX(0px);
    -webkit-transform: skewX(-45deg) translateX(0px);
    -moz-transform: skewX(-45deg) translateX(0px);
    -ms-transform: skewX(-45deg) translateX(0px);
    -o-transform: skewX(-45deg) translateX(0px); }
  100% {
    transform: skewX(-45deg) translateX(480px);
    -webkit-transform: skewX(-45deg) translateX(480px);
    -moz-transform: skewX(-45deg) translateX(480px);
    -ms-transform: skewX(-45deg) translateX(480px);
    -o-transform: skewX(-45deg) translateX(480px); } }
/*-------------------------header------------------------*/
.firstsceene {
  background-image: url(../images/first_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 30px; }

.header {
  padding-bottom: 145px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .header__logo {
    display: flex;
    align-items: center; }
    .header__logo img {
      width: 130px;
      display: block; }
    .header__logo span {
      display: block;
      margin-left: 15px;
      padding-left: 15px;
      border-left: 2px solid #2F2F2F;
      font-weight: 500;
      font-size: 12px;
      line-height: 1.3;
      color: #2F2F2F; }
  .header__right {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .header__time {
    margin-right: 30px;
    text-align: right; }
  .header__geen {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: #31DA40;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .header__geendot {
    animation: scalef 2s infinite ease-in-out;
    -webkit-animation: scalef 2s infinite ease-in-out;
    border-radius: 50%;
    width: 8px;
    line-height: 1;
    height: 8px;
    background: #31DA40;
    -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; }
  .header__greentext {
    font-weight: 500;
    display: inline-block;
    margin-left: 8px; }
  .header__tel a {
    display: flex;
    align-items: center;
    color: #2F2F2F; }
    .header__tel a:hover {
      color: #0099FF; }
  .header__tel span {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    text-align: right;
    display: inline-block;
    margin-left: 15px; }

.openpopup {
  background: #0099FF;
  box-shadow: 0px 2px 0px #008AE6, inset 0px -8px 10px rgba(0, 153, 255, 0.16), inset 0px 10px 30px rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.6;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.016em;
  text-transform: uppercase;
  color: #FFFFFF;
  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;
  border: 0;
  outline: none;
  position: relative;
  overflow: hidden; }
  .openpopup:after {
    height: 125px;
    position: absolute;
    top: 0;
    left: -60px;
    width: 30px;
    content: '';
    animation: moving 2s ease-in-out infinite;
    transform: skewX(-45deg) translateX(0);
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-animation: moving 2s ease-in-out infinite; }
  .openpopup:hover {
    background-color: #59BDFF; }
  .openpopup_big {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    box-shadow: 0px 4px 0px #008AE6, inset 0px -8px 10px rgba(0, 153, 255, 0.16), inset 0px 10px 30px rgba(255, 255, 255, 0.32);
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 325px;
    padding-bottom: 30px;
    padding-top: 30px; }

/*-------------------------firstt------------------------*/
.firstt {
  padding-bottom: 175px; }
  .firstt__title {
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 48px;
    line-height: 1.33;
    color: #2F2F2F; }
  .firstt__subtitle {
    margin-bottom: 58px;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.37;
    color: #2F2F2F; }
  .firstt__btntext {
    position: relative;
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.4;
    color: #2F2F2F;
    position: relative; }
  .firstt__btnarrow {
    position: absolute;
    left: -40px;
    top: -45px;
    z-index: 1; }
  .firstt__video {
    display: flex;
    align-items: center;
    height: 168px;
    margin-left: 300px; }
  .firstt__videotext {
    background: #FFFFFF;
    /* Drop Shadow Small */
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    width: 250px;
    font-size: 12px;
    line-height: 16px;
    color: #2F2F2F;
    padding: 12px 55px 12px 12px; }
  .firstt__videoplay {
    position: relative;
    margin-left: -40px; }
    .firstt__videoplay span {
      background: linear-gradient(135deg, #FFE0B4 0%, #FFB753 25.2%, #FF8C19 65.85%, #FF8C19 93.35%);
      width: 120px;
      height: 120px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 2; }
    .firstt__videoplay:before {
      content: "";
      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;
      z-index: 1;
      width: 144px;
      height: 144px;
      background: linear-gradient(135deg, #FFE0B4 0%, #FFB753 25.2%, #FF8C19 65.85%, #FF8C19 93.35%);
      opacity: 0.3;
      position: absolute;
      left: calc(50% - 72px);
      top: calc(50% - 72px);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
    .firstt__videoplay:after {
      content: "";
      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-radius: 50%;
      width: 168px;
      height: 168px;
      background: linear-gradient(135deg, #FFE0B4 0%, #FFB753 25.2%, #FF8C19 65.85%, #FF8C19 93.35%);
      opacity: 0.15;
      position: absolute;
      left: calc(50% - 84px);
      top: calc(50% - 84px);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
    .firstt__videoplay:hover:after {
      left: calc(50% - 30px);
      top: calc(50% - 30px);
      width: 60px;
      height: 60px;
      opacity: 0; }
    .firstt__videoplay:hover:before {
      left: calc(50% - 30px);
      top: calc(50% - 30px);
      width: 60px;
      height: 60px;
      opacity: 0; }
  .firstt__row {
    margin-top: 37px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px; }
  .firstt__item {
    margin-left: 15px;
    margin-right: 15px;
    flex-basis: calc(100% / 3 - 30px);
    margin-bottom: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 8px; }
    .firstt__item:nth-child(1) .firstt__itemimg {
      left: -72px; }
    .firstt__item:nth-child(3) .firstt__itemimg {
      left: -35px;
      top: auto;
      bottom: -15px; }
  .firstt__iteminside {
    background: #FFFFFF;
    border: 2px solid #FFE0B4;
    box-sizing: border-box;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 10px 0;
    position: relative; }
  .firstt__itemimg {
    position: absolute;
    z-index: 1;
    left: -30px;
    top: 0; }
  .firstt__itemtext {
    padding-left: 110px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 20px;
    color: #2F2F2F; }

/*-------------------------secondscreen------------------------*/
.secondscreen {
  position: relative;
  padding-bottom: 130px; }
  .secondscreen__row {
    position: relative;
    z-index: 2;
    padding-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -24px;
    margin-right: -24px; }
  .secondscreen__item {
    margin-left: 24px;
    margin-right: 24px;
    flex-basis: calc(100% / 3 - 48px);
    margin-bottom: 30px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 8px; }
  .secondscreen__iteminside {
    background: #FFFFFF;
    border: 2px solid #FFE0B4;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 30px 25px 50px;
    height: 100%; }
  .secondscreen__numb {
    position: absolute;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    width: 64px;
    height: 64px;
    left: calc(50% - 32px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(327.75deg, #FFE0B4 -12.2%, #FFB753 19.35%, #FF8C19 70.27%, #FF8C19 104.7%);
    box-shadow: 0px 12px 20px rgba(255, 183, 83, 0.24), inset 18px 18px 24px rgba(242, 108, 23, 0.16);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: -30px; }
  .secondscreen__yellow {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FF8C19; }
  .secondscreen__title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    color: #2F2F2F; }
  .secondscreen__text {
    text-align: center;
    color: #2F2F2F;
    opacity: 0.8;
    font-size: 14px;
    line-height: 1.4; }
  .secondscreen:before {
    width: 268px;
    height: 268px;
    background-image: url(../images/sec_img1.png);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 30px;
    bottom: 70px; }
  .secondscreen:after {
    width: 412px;
    height: 354px;
    background-image: url(../images/sec_img2.png);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    right: -30px;
    top: 0px; }

/*-------------------------thirdscreen------------------------*/
.thirdscreen {
  background-image: url(../images/third_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 57px;
  padding-bottom: 390px; }
  .thirdscreen .containerP {
    max-width: 1465px; }
  .thirdscreen__center {
    margin-top: 45px;
    position: relative; }
  .thirdscreen__scene {
    width: 100%; }
    .thirdscreen__scene img {
      width: 100%; }
  .thirdscreen__texttop {
    position: absolute;
    left: 175px;
    top: 0;
    z-index: 1;
    max-width: 260px;
    font-size: 14px;
    line-height: 1.4;
    color: #999999; }
    .thirdscreen__texttop:after {
      content: "";
      display: block;
      background-image: url(../images/third_arrow.svg);
      width: 125px;
      height: 89px;
      position: absolute;
      right: -115px;
      top: 32px; }
  .thirdscreen__item {
    position: absolute;
    z-index: 1;
    left: 20px;
    bottom: 30px;
    cursor: pointer; }
    .thirdscreen__item:hover .thirdscreen__text {
      visibility: visible;
      opacity: 1; }
  .thirdscreen__numb {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(327.75deg, #FFE0B4 -12.2%, #FFB753 19.35%, #FF8C19 70.27%, #FF8C19 104.7%);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #fff; }
  .thirdscreen__text {
    width: 370px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 8px;
    position: absolute;
    right: -33px;
    top: 42px;
    z-index: 2;
    opacity: 0;
    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; }
    .thirdscreen__text:before {
      display: block;
      content: "";
      background-image: url(../images/angel.svg);
      background-repeat: no-repeat;
      background-position: center;
      width: 16px;
      height: 8px;
      position: absolute;
      top: -8px;
      right: 41px; }
  .thirdscreen__textinside {
    background: #FFFFFF;
    border: 2px solid #FFE0B4;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 16px; }
  .thirdscreen__title {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    color: #2F2F2F; }
  .thirdscreen__descr {
    font-size: 14px;
    line-height: 1.4;
    color: #2F2F2F;
    opacity: 0.8; }
  .thirdscreen__item1 {
    left: 34.5%;
    bottom: 30.5%; }
  .thirdscreen__item2 {
    left: 27.5%;
    bottom: 39%; }
  .thirdscreen__item3 {
    left: 29%;
    bottom: 60%; }
  .thirdscreen__item4 {
    left: 35.3%;
    bottom: 57%; }
  .thirdscreen__item5 {
    left: 42.5%;
    bottom: 44%; }
  .thirdscreen__item6 {
    left: 46.5%;
    bottom: 22.5%; }
  .thirdscreen__item7 {
    left: 65.5%;
    bottom: 29%; }
  .thirdscreen__item8 {
    left: 71.5%;
    bottom: 40.5%; }
  .thirdscreen__item9 {
    left: 59.6%;
    bottom: 54%; }
  .thirdscreen__item10 {
    left: 49%;
    bottom: 66%; }
  .thirdscreen__item11 {
    left: 68%;
    bottom: 58%; }
  .thirdscreen__item12 {
    left: 77.5%;
    bottom: 69%; }
  .thirdscreen__item13 {
    left: 74%;
    bottom: 79%; }
  .thirdscreen__item14 {
    left: 49.4%;
    bottom: 78%; }
  .thirdscreen__item15 {
    left: 25.4%;
    bottom: 76%; }

/*-------------------------komplex------------------------*/
.komplex {
  margin-top: -255px;
  margin-bottom: -330px;
  position: relative;
  z-index: 1; }
  .komplex__title {
    margin-top: 58px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #999999; }
  .komplex__header {
    background: #F7F7F7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px; }
  .komplex__headeritem {
    cursor: pointer;
    height: 40px;
    display: flex;
    width: 160px;
    align-items: center;
    justify-content: center;
    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;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #999999;
    border-radius: 8px; }
    .komplex__headeritem:hover {
      color: #0099FF; }
    .komplex__headeritem.active {
      background: #0099FF;
      box-shadow: inset 0px -8px 10px rgba(0, 153, 255, 0.16), inset 0px 10px 30px rgba(255, 255, 255, 0.32);
      color: #FFFFFF; }
      .komplex__headeritem.active:hover {
        color: #fff; }
  .komplex__subtitle {
    margin-top: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #000000;
    margin-bottom: 30px; }
  .komplex__body {
    background: #FFFFFF;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 16px; }
  .komplex__bodyitem {
    display: none;
    background: #FFFFFF;
    border: 2px solid #FFE0B4;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 40px 25px 35px; }
    .komplex__bodyitem.active {
      display: block; }

/*-------------------------komplexitem------------------------*/
.komplexitem {
  text-align: center; }
  .komplexitem__title {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #999999; }
  .komplexitem__header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F7F7F7;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 42px; }
  .komplexitem__headeritem {
    border-radius: 20px;
    background-color: transparent;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    padding: 12px 24px;
    text-align: center;
    color: #999999;
    opacity: 0.8;
    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; }
    .komplexitem__headeritem:hover {
      color: #FFB753; }
    .komplexitem__headeritem.active {
      background: #FFB753;
      color: #fff; }
      .komplexitem__headeritem.active:hover {
        color: #fff; }
  .komplexitem__bodyitem {
    flex-wrap: wrap;
    justify-content: space-between;
    display: none; }
    .komplexitem__bodyitem.active {
      display: flex; }
  .komplexitem__left {
    flex-basis: 48.5%; }
    .komplexitem__left img {
      width: 100%; }
  .komplexitem__right {
    flex-basis: 48.5%;
    text-align: left; }
  .komplexitem__bodytitle {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #2F2F2F; }
  .komplexitem .openpopup {
    padding-left: 30px;
    padding-right: 30px; }

/*-------------------------fullcicke------------------------*/
.fullcicke {
  background-image: url(../images/full_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 360px;
  padding-top: 535px;
  position: relative; }
  .fullcicke .containerP {
    max-width: 1160px; }
  .fullcicke:before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url(../images/full_bg_cloud_bottom.png);
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: ""; }
  .fullcicke:after {
    position: absolute;
    z-index: 0;
    bottom: 250px;
    left: 0;
    width: 534px;
    background-image: url(../images/full_img_left.png);
    height: 394px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: ""; }
  .fullcicke__header {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
    background: #FFFFFF;
    border: 2px solid #FFE0B4;
    box-sizing: border-box;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 25px 10px 20px; }
  .fullcicke__headeritem {
    flex-basis: calc(100% / 6 - 20px);
    margin-left: 10px;
    position: relative;
    background: #F7F7F7;
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #999999;
    margin-right: 10px;
    padding: 24px 10px 22px;
    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; }
    .fullcicke__headeritem:hover {
      color: #FFB753; }
    .fullcicke__headeritem.active {
      background: #FFB753;
      color: #fff; }
      .fullcicke__headeritem.active:hover {
        color: #fff; }
      .fullcicke__headeritem.active span {
        background: #FFB753;
        color: #fff; }
  .fullcicke__headernumb {
    position: absolute;
    top: -20px;
    border-radius: 50%;
    left: calc(50% - 16px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    padding: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #999999; }
    .fullcicke__headernumb span {
      font-weight: 500;
      background: #F7F7F7;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
      border-radius: 50%;
      width: 28px;
      height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      -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; }
  .fullcicke__headertext {
    font-weight: 500; }
  .fullcicke__bodyitem {
    display: none;
    margin-right: -100px; }
    .fullcicke__bodyitem.active {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
  .fullcicke__bodyleft {
    flex-basis: 43.5%;
    padding-top: 60px;
    padding-left: 30px; }
  .fullcicke__bodytitle {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
    color: #2F2F2F; }
  .fullcicke p {
    font-weight: 500;
    margin-bottom: 25px; }
  .fullcicke li {
    color: #2F2F2F;
    opacity: 0.8; }
  .fullcicke__bodyright {
    flex-basis: 53%; }

/*-------------------------montag------------------------*/
.montag {
  padding-bottom: 80px;
  position: relative;
  margin-top: -220px;
  position: relative;
  z-index: 2; }
  .montag__row {
    position: relative;
    z-index: 1;
    margin-top: 57px; }
  .montag__item {
    margin-bottom: 40px;
    border-radius: 24px;
    -webkit-box-shadow: 0px 10px 19px 12px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 10px 19px 12px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 19px 12px rgba(0, 0, 0, 0.19);
    padding: 60px 65px 67px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .montag__iteminside {
    max-width: 480px;
    padding-right: 60px; }
    .montag__iteminside_right {
      margin-left: auto;
      padding-right: 0; }
  .montag__title {
    margin-bottom: 22px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    color: #FFFFFF; }
  .montag__img {
    position: absolute;
    bottom: 0;
    right: 0; }
  .montag p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #FFFFFF; }
  .montag .openpopup {
    max-width: 325px;
    box-shadow: 0px 4px 0px #008AE6, inset 0px -8px 10px rgba(0, 153, 255, 0.16), inset 0px 10px 30px rgba(255, 255, 255, 0.32);
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.04em;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center; }

/*-------------------------plan------------------------*/
.plan {
  background-image: url(../images/plan_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  position: relative; }
  .plan .titlep {
    color: #fff; }
  .plan .subtitlep {
    color: #fff; }
  .plan .containerP {
    max-width: 1140px; }
  .plan__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -15px; }
  .plan__left {
    padding-top: 50px;
    color: #fff;
    flex-basis: 50%; }
  .plan__leftinside {
    background: #2f2f2fb6;
    border-radius: 16px;
    padding: 40px; }
  .plan__lefttitle {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    color: #FFFFFF; }
  .plan__leftdescr {
    font-size: 14px;
    line-height: 1.4;
    color: #FFFFFF;
    opacity: 0.96;
    margin-bottom: 30px; }
  .plan__right {
    flex-basis: 43%;
    position: relative; }
  .plan__man {
    text-align: right; }
  .plan__rightdescr {
    position: absolute;
    z-index: 1;
    left: -10px;
    top: 290px;
    max-width: 188px;
    padding: 12px;
    background: #FFFFFF;
    border: 1px solid #FFE0B4;
    box-sizing: border-box;
    border-radius: 4px; }
  .plan__rightname {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    color: #2F2F2F;
    margin-bottom: 4px; }
  .plan__rightprofes {
    font-size: 14px;
    line-height: 1.4;
    color: #2F2F2F;
    opacity: 0.8;
    max-width: 190px; }
  .plan ul li {
    color: #fff; }
  .plan .openpopup {
    max-width: 325px;
    box-shadow: 0px 4px 0px #008AE6, inset 0px -8px 10px rgba(0, 153, 255, 0.16), inset 0px 10px 30px rgba(255, 255, 255, 0.32);
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.04em;
    padding-top: 20px;
    padding-bottom: 20px; }

/*-------------------------delivery------------------------*/
.delivery {
  background-image: url(../images/delivery_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 120px;
  padding-bottom: 60px; }
  .delivery__row {
    display: flex;
    padding-top: 0px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
  .delivery__left {
    flex-basis: 49%; }
  .delivery__imgs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 10px; }
  .delivery__imgsitem {
    margin-right: 15px; }
  .delivery__right {
    flex-basis: 50%;
    text-align: right; }

/*-------------------------ingener------------------------*/
.ingener {
  background-image: url(../images/ingener_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  margin-top: -20px;
  padding-bottom: 450px; }
  .ingener__left {
    flex-basis: 48%;
    padding-top: 65px; }
  .ingener__lefttop {
    max-width: 480px;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    margin-bottom: 145px;
    padding: 40px 40px 15px; }
  .ingener__row {
    padding-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .ingener__lefttitle {
    margin-bottom: 25px;
    color: #2F2F2F;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4; }
  .ingener__descr {
    width: 225px;
    padding: 12px;
    background: #FFFFFF;
    border: 1px solid #FFE0B4;
    box-sizing: border-box;
    border-radius: 4px;
    margin-left: auto;
    margin-right: -113px; }
  .ingener__name {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    color: #2F2F2F; }
  .ingener__profes {
    font-size: 14px;
    line-height: 1.4;
    color: #2F2F2F;
    opacity: 0.8; }
  .ingener__right {
    flex-basis: 37.5%; }

/*-------------------------formbox------------------------*/
.formbox {
  background: #FFFFFF;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 8px; }
  .formbox__inside {
    background: #FFFFFF;
    border: 2px solid #FFE0B4;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 45px 35px; }
  .formbox__title {
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    color: #2F2F2F; }
  .formbox__form {
    margin-top: 25px; }
    .formbox__form .openpopup {
      width: 100%;
      display: flex;
      justify-content: center;
      padding-top: 20px;
      padding-bottom: 20px;
      font-size: 14px;
      line-height: 1.4;
      box-shadow: 0px 4px 0px #008AE6, inset 0px -8px 10px rgba(0, 153, 255, 0.16), inset 0px 10px 30px rgba(255, 255, 255, 0.32);
      border-radius: 16px; }
  .formbox__subtitle {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #2F2F2F;
    padding-top: 3px;
    padding-bottom: 10px; }

.inputp {
  margin-bottom: 25px;
  background: #F7F7F7;
  border-radius: 6px;
  width: 100%;
  border: 0;
  outline: none;
  height: 60px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1;
  color: #333; }
  .inputp::placeholder {
    color: #999999; }

textarea.inputp {
  resize: none;
  font-size: 14px;
  line-height: 1.4;
  color: #999999; }

.label {
  margin-top: 25px;
  display: block; }
  .label label {
    width: 100%; }
    .label label span {
      display: block;
      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;
      font-size: 12px;
      line-height: 1;
      color: #999999;
      padding-left: 35px;
      position: relative; }
      .label label span:before {
        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;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        z-index: 1;
        top: calc(50% - 9px);
        width: 20px;
        height: 20px;
        background: #F7F7F7;
        box-shadow: inset 0px 4px 3px rgba(36, 36, 36, 0.04);
        border-radius: 3px; }
      .label label span:after {
        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;
        content: "";
        display: block;
        position: absolute;
        background-image: url(../images/check.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 11px;
        height: 8px;
        left: 5px;
        z-index: 2;
        top: calc(50% - 3px);
        opacity: 0; }
    .label label input {
      display: none; }
      .label label input:checked + span:after {
        opacity: 1; }
      .label label input:invalid + span:before {
        background-color: #ff5f5f; }

.inputp_half {
  width: 50%;
  display: none; }

.checkbox {
  margin-bottom: 25px;
  width: 100%;
  background: #F7F7F7;
  border-radius: 8px;
  display: flex;
  align-items: center; }
  .checkbox__label {
    flex-basis: 50%;
    border-radius: 8px;
    overflow: hidden; }
    .checkbox__label span {
      display: block;
      width: 100%;
      cursor: pointer;
      position: relative;
      font-weight: 500;
      font-size: 12px;
      line-height: 1;
      padding: 12px 0;
      text-align: center;
      color: #999999;
      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; }
      .checkbox__label span:hover {
        color: #0099FF; }
    .checkbox__label input {
      display: none; }
      .checkbox__label input:checked + span {
        background: #0099FF;
        box-shadow: inset 0px -8px 10px rgba(0, 153, 255, 0.16), inset 0px 10px 30px rgba(255, 255, 255, 0.32);
        color: #fff; }
        .checkbox__label input:checked + span:hover {
          color: #fff; }

/*-------------------------.allpayment------------------------*/
.allpayment {
  margin-bottom: -140px;
  margin-top: -200px; }
  .allpayment__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .allpayment__left {
    flex-basis: 50%;
    padding-top: 35px; }
  .allpayment__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    color: #2F2F2F;
    margin-bottom: 25px; }
  .allpayment__right {
    text-align: center;
    flex-basis: 50%;
    margin-top: -100px; }

/*-------------------------company------------------------*/
.company {
  background-image: url(../images/company_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 600px;
  padding-top: 275px; }
  .company__row {
    display: flex;
    margin-left: -15px;
    margin-right: -16px;
    flex-wrap: wrap;
    padding-top: 30px; }
  .company__item {
    margin-bottom: 30px;
    background: #FFFFFF;
    border: 2px solid #FFE0B4;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 5px 15px;
    min-height: 115px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-basis: calc(100% / 4 - 30px);
    margin-left: 15px;
    margin-right: 15px; }
  .company__img {
    flex-basis: 75px;
    margin-right: 15px; }
  .company__right {
    flex-basis: calc(100% - 90px); }
  .company__title {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3; }
  .company__descr {
    font-size: 14px;
    line-height: 1.2; }

/*-------------------------example------------------------*/
.example {
  background-image: url(../images/examle_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -290px;
  padding-bottom: 160px; }
  .example .containerP {
    position: relative; }
  .example__body {
    margin-top: 55px;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    position: relative;
    padding: 16px;
    z-index: 2; }
  .example__bodyborder {
    background: #FFFFFF;
    border: 2px solid #FFE0B4;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 22px 25px 23px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .example__left {
    flex-basis: 38.7%; }
  .example__header {
    margin-bottom: 18px;
    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: 18px 16px;
    background: #F7F7F7;
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    color: #999999; }
    .example__header:hover {
      color: #FFB753; }
    .example__header.active {
      background: #FFB753;
      color: #fff; }
      .example__header.active:hover {
        color: #fff; }
    .example__header:last-child {
      margin-bottom: 0; }
  .example__right {
    flex-basis: 58.1%;
    max-width: 58.1%; }
  .example__show {
    z-index: -3;
    visibility: hidden;
    height: 0; }
    .example__show.active {
      height: auto;
      z-index: 1;
      visibility: visible; }
  .example__slider {
    width: 100%;
    position: relative;
    margin-bottom: 30px; }
  .example__sliderjs {
    width: 100%;
    position: relative; }
  .example__sliderimg {
    border-radius: 8px;
    width: 100%;
    display: block;
    height: 380px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .example__righttitle {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    color: #2F2F2F; }
  .example__rightdescr p {
    margin-bottom: 7px; }
    .example__rightdescr p strong {
      font-weight: 500; }
  .example__img {
    position: absolute;
    left: -265px;
    z-index: 1;
    bottom: 0; }

body .slick-dots {
  bottom: 15px; }
  body .slick-dots li:before {
    display: none; }
  body .slick-dots li {
    width: 8px;
    height: 8px; }
    body .slick-dots li button {
      padding: 0;
      width: 8px;
      height: 8px;
      background-color: #fff;
      transition: all 0.3s ease-in-out;
      opacity: 1;
      -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-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
      body .slick-dots li button:before {
        display: none; }
    body .slick-dots li.slick-active button {
      background: #FFB753; }
body .slick-arrow {
  background: linear-gradient(327.75deg, #FFE0B4 -12.2%, #FFB753 19.35%, #FF8C19 70.27%, #FF8C19 104.7%);
  box-shadow: 0px 2px 0px #FF8C19, 0px 12px 20px rgba(255, 183, 83, 0.24), inset 18px 18px 24px rgba(242, 108, 23, 0.16);
  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-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 48px;
  cursor: pointer;
  z-index: 1; }
  body .slick-arrow:hover {
    opacity: 0.7; }
  body .slick-arrow:before {
    display: none !important; }
  body .slick-arrow:after {
    content: "";
    display: block;
    width: 10px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 9px); }
body .slick-prev {
  left: 16px; }
  body .slick-prev:after {
    background-image: url(../images/arrow_left.svg);
    left: calc(50% - 7px); }
body .slick-next {
  right: 16px; }
  body .slick-next:after {
    background-image: url(../images/arrow_right.svg);
    left: calc(50% - 3px); }
body .slick-prev:hover,
body .slick-prev:focus,
body .slick-next:hover,
body .slick-next:focus {
  background: linear-gradient(327.75deg, #FFE0B4 -12.2%, #FFB753 19.35%, #FF8C19 70.27%, #FF8C19 104.7%); }

/*-------------------------reference------------------------*/
.reference {
  padding-bottom: 530px;
  padding-top: 40px;
  background-image: url(../images/reference_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; }
  .reference__slider {
    margin-top: 55px; }
  .reference__sliderjs {
    margin-left: -15px;
    margin-right: -15px; }
  .reference__item {
    line-height: 0; }
  .reference__img {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 15px; }
  .reference .slick-prev,
  .reference .slick-next {
    top: 112%; }
  .reference .slick-prev {
    left: auto;
    right: 90px; }
  .reference .slick-dots {
    bottom: -51px; }
  .reference .nav {
    margin: 55px 0 0 0;
    height: 4px;
    background: #fff;
    width: calc(100% - 170px); }
    .reference .nav .nav-inner {
      height: 100%;
      background: #FFB753;
      transition: width 0.5s;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }

/*-------------------------last------------------------*/
.last {
  background-image: url(../images/last_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: -245px; }
  .last:before {
    content: "";
    background-image: url(../images/last_cloud.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 315px;
    z-index: 1; }
  .last__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 170px;
    position: relative;
    margin-top: 56px; }
  .last__left {
    flex-basis: 32%;
    padding-top: 150px; }
  .last__lefttitle {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.2;
    /* G009 */
    color: #2F2F2F; }
  .last__openmap {
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    text-decoration-line: underline;
    color: #006BB3;
    -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-top: -12px;
    margin-bottom: 27px; }
    .last__openmap:hover {
      text-decoration: none; }
  .last__girl {
    position: absolute;
    left: calc(50% - 245px);
    bottom: 10px; }
  .last__girlmore {
    width: 260px;
    padding: 12px;
    background: #FFFFFF;
    border: 1px solid #FFE0B4;
    box-sizing: border-box;
    border-radius: 4px;
    position: absolute;
    bottom: 30%; }
  .last__girlname {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    color: #2F2F2F;
    margin-bottom: 4px; }
  .last__girldescr {
    font-size: 14px;
    line-height: 1.4;
    color: #2F2F2F;
    opacity: 0.8; }
  .last__right {
    flex-basis: 37.5%; }
  .last__righttext {
    margin-bottom: 12px;
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    color: #999999;
    max-width: 325px; }
    .last__righttext:before {
      content: "";
      position: absolute;
      left: -40px;
      top: 20px;
      z-index: 1;
      display: block;
      background-image: url(../images/last_line.svg);
      background-repeat: no-repeat;
      width: 34px;
      height: 65px; }
  .last .formbox__form .openpopup {
    padding-top: 30px;
    padding-bottom: 30px; }

/*-------------------------footer------------------------*/
.footer {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .footer__polit {
    padding-top: 25px; }
    .footer__polit a {
      font-size: 14px;
      line-height: 1.4;
      text-decoration-line: underline;
      color: #006BB3; }
      .footer__polit a:hover {
        text-decoration: none; }

/*-------------------------popup------------------------*/
.popup {
  display: none; }
  .popup__inside {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center; }
  .popup__body {
    max-width: 1200px;
    width: 100%;
    position: relative; }
  .popup__bodycallb {
    max-width: 420px; }
  .popup__form {
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff; }
  .popup__close {
    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;
    position: absolute;
    z-index: 1;
    right: 5px;
    top: -35px; }
    .popup__close path {
      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__close:hover path {
      fill: #FF8C19; }
  .popup__map {
    border-radius: 16px;
    overflow: hidden; }
    .popup__map iframe {
      width: 100% !important;
      height: 750px !important; }
  .popup__centerr {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff; }
  .popup__centerrborder {
    border: 2px solid #FFE0B4;
    border-radius: 16px;
    padding: 45px 40px; }

.popup__body930 {
  max-width: 930px; }

.popup__body1120 {
  max-width: 1120px; }

.formboxright {
  max-width: 325px;
  width: 100%;
  margin-left: auto; }
  .formboxright .formbox__title,
  .formboxright .formbox__subtitle {
    text-align: left; }

.formboximages {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  max-width: 475px;
  flex-basis: 475px;
  border-radius: 16px;
  overflow: hidden;
  width: 100%; }
  .formboximages p {
    font-size: 16px;
    line-height: 1.4;
    color: #2F2F2F; }

.popup__centerrborderflex {
  display: flex;
  justify-content: space-between; }
  .popup__centerrborderflex .formboxright {
    flex-basis: 325px;
    margin-left: 0; }

/*-------------------------quize------------------------*/
.popupquizejs .popup__centerrborder {
  padding: 70px 30px 50px; }
.popupquizejs .popup__centerr {
  overflow: visible; }

.quize {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .quize__topline {
    padding-left: 45px;
    padding-right: 45px;
    position: absolute;
    left: 0;
    top: -107px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    z-index: 2; }
  .quize__toplineitem {
    position: relative; }
    .quize__toplineitem:before {
      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;
      content: "";
      display: block;
      height: 4px;
      width: 150px;
      background-color: #F7F7F7;
      position: absolute;
      left: 40px;
      top: 23px;
      z-index: 0; }
    .quize__toplineitem.active .quize__toplinecheck span {
      background: linear-gradient(327.75deg, #FFE0B4 -12.2%, #FFB753 19.35%, #FF8C19 70.27%, #FF8C19 104.7%);
      box-shadow: 0px 12px 20px rgba(255, 183, 83, 0.24), inset 18px 18px 24px rgba(242, 108, 23, 0.16); }
    .quize__toplineitem.active:before {
      background-color: #FF8C19; }
    .quize__toplineitem:last-child::before {
      display: none; }
  .quize__toplinecheck {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .quize__toplinecheck span {
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      background-image: url(../images/quizeborder.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      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; }
  .quize__toplinetext {
    position: relative;
    left: -4px;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
    text-align: center;
    color: #999999; }
  .quize__left {
    flex-basis: 39.3%; }
    .quize__left form {
      height: 100%; }
  .quize__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .quize__lefttitle {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 40px; }
  .quize__inputline {
    width: 100%;
    margin-bottom: 30px; }
  .quize__label {
    display: block; }
    .quize__label span {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      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;
      background: #F7F7F7;
      border: 1px solid #59BDFF;
      box-sizing: border-box;
      border-radius: 8px;
      font-weight: 500;
      font-size: 12px;
      line-height: 15px;
      height: 60px;
      color: #999999; }
    .quize__label input {
      display: none; }
      .quize__label input:checked + span {
        background: #0099FF;
        box-shadow: inset 0px -8px 10px rgba(0, 153, 255, 0.16), inset 0px 10px 30px rgba(255, 255, 255, 0.32);
        border-radius: 8px;
        color: #fff; }
  .quize__leftbottom .openpopup {
    width: 100%;
    text-align: center; }
  .quize__resetstep {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
    color: #2F2F2F;
    -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; }
    .quize__resetstep:hover {
      color: #FF8C19; }
  .quize__right {
    flex-basis: 57.7%; }
  .quize__rightimg {
    height: 380px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 40px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px; }
    .quize__rightimg h5 {
      font-size: 16px;
      line-height: 1.6;
      color: #2F2F2F;
      margin-bottom: 10px; }
  .quize__rightimg2 {
    display: none; }
  .quize__righttitle {
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3; }
  .quize__rightrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .quize__rightitem {
    flex-basis: 47.3%;
    background: #FFFFFF;
    border: 2px solid #FFE0B4;
    box-sizing: border-box;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .quize__rightitem p {
      margin: 16px 16px 0 16px;
      line-height: 1.2; }
    .quize__rightitem img {
      display: block;
      margin-left: auto;
      line-height: 0; }

.quize__leftsubtitle {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  color: #2F2F2F; }

.formobq {
  display: none; }

/*-------------------------adaptive------------------------*/
.quize__item {
  display: none; }
  .quize__item.active {
    display: flex !important; }

.quizeright6 .quize__rightimg {
  height: 100%; }

.quizelastimg {
  display: block;
  margin-top: -55px;
  margin-bottom: -15px;
  max-width: 400px; }

.quize__inputlinerow {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px; }
  .quize__inputlinerow .quize__inputline {
    flex-basis: calc(100% / 2 - 24px);
    margin-left: 12px;
    margin-right: 12px; }

.quizeright {
  display: none; }
  .quizeright.quizeright1 {
    display: block; }
  .quizeright__lastrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px; }
  .quizeright__lastrowimg {
    flex-basis: 40px;
    margin-right: 12px; }
  .quizeright__lastrowtext {
    flex-basis: calc(100% - 52px);
    padding-right: 50px;
    font-size: 14px;
    line-height: 1.4;
    color: #2F2F2F; }

.openformob {
  display: none; }

.thankspage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  margin-top: 50px;
  width: 100%; }
  .thankspage .containerP {
    display: flex;
    min-height: 750px;
    justify-content: flex-end;
    align-items: center; }
  .thankspage__right {
    max-width: 670px;
    background: #fff;
    border-radius: 30px;
    padding: 55px 45px;
    margin-bottom: 20px; }
  .thankspage__title {
    font-weight: 600;
    font-size: 37px;
    margin-bottom: 20px; }
  .thankspage p {
    line-height: 1.3;
    margin-bottom: 20px;
    font-size: 16px; }

/*-------------------------adaptive------------------------*/
@media screen and (max-width: 1600px) {
  .formbox__inside {
    padding: 18px 25px; }

  .reference {
    background-size: 120%; }

  .popupquizejs .popup__centerrborder {
    padding: 70px 30px 20px; }

  .popupquizejs .popup__inside {
    height: 100%;
    overflow-y: auto;
    display: block; }
    .popupquizejs .popup__inside .popup__body1120 {
      margin: 80px auto; } }
@media screen and (max-width: 1320px) {
  .popup__inside {
    height: 100%;
    overflow-y: auto;
    display: block; }

  .popupquizejs .popup__inside .popup__body1120,
  .popup__body {
    margin: 80px auto; }

  .secondscreen:after,
  .fullcicke:after {
    display: none; }

  .montag__iteminside {
    max-width: 570px; }

  .ingener {
    padding-bottom: 350px; }

  .example {
    padding-bottom: 60px; }

  .secondscreen {
    padding-bottom: 55px; }

  .titlep {
    font-size: 36px; }

  .fullcicke {
    padding-top: 440px; }

  .fullcicke__bodyitem {
    margin-right: 0; }

  .reference {
    padding-bottom: 380px; }

  .popup__body {
    padding-left: 25px;
    padding-right: 25px; }

  .popup__close {
    right: 30px; }

  .popup__centerrborder {
    padding: 20px; } }
@media screen and (max-width: 1180px) {
  .containerP {
    padding-left: 24px;
    padding-right: 24px; }

  .thankspage .containerP {
    min-height: 550px; }

  .quize__rightitem img {
    display: none; }

  .quize__rightitem p {
    margin: 15px; }

  .firstt__btnarrow {
    left: -36px; }

  .firstt__title {
    max-width: 700px; }
    .firstt__title br {
      display: none; }

  .titlep br,
  .subtitlep br {
    display: none; }

  .secondscreen__row {
    margin-left: -10px;
    margin-right: -10px; }

  .secondscreen__item {
    margin-left: 10px;
    margin-right: 10px;
    flex-basis: calc(100% / 3 - 20px); }

  .thirdscreen__text {
    width: 310px;
    padding: 4px; }

  .firstsceene {
    background-position: 30% center; }

  .thirdscreen__textinside {
    padding: 10px; }

  .thirdscreen__title {
    font-size: 14px; }

  .thirdscreen__descr {
    font-size: 13px; }

  .thirdscreen__scene {
    margin-top: 60px; }

  .thirdscreen__texttop {
    left: 75px;
    top: -40px; }

  .fullcicke__headeroverf {
    width: 100%;
    overflow-x: auto; }

  .fullcicke__header {
    width: 1200px; }

  .fullcicke__bodyleft {
    flex-basis: 59%;
    padding-left: 0; }

  .fullcicke__bodyright {
    flex-basis: 40%;
    display: flex;
    align-items: flex-end; }

  .fullcicke:before {
    height: 400px; }

  .plan__right {
    display: flex;
    align-items: flex-end; }

  .plan__left {
    padding-bottom: 30px; }

  .ingener__lefttop {
    padding: 40px 20px 15px;
    max-width: 380px; }

  .company {
    padding-bottom: 420px; }

  .last__girlimg {
    max-width: 350px; }

  .last__girl {
    position: absolute;
    left: calc(50% - 185px);
    bottom: 0; }

  .footer {
    padding-bottom: 20px; }
    .footer .footer__polit {
      flex-basis: 100%;
      order: 3; } }
@media screen and (max-width: 980px) {
  .firstsceene {
    background-image: url(../images/mob_first.png);
    background-position: center; }

  .thankspage__right {
    max-width: 500px;
    padding: 40px 35px; }

  .header__time {
    margin-right: 10px; }

  .header__tel span {
    font-size: 22px; }

  .header__tel a svg {
    width: 20px;
    height: 20px; }

  .header {
    padding-bottom: 120px; }

  .firstt__video {
    margin-left: 21%;
    margin-top: 100px;
    margin-bottom: 100px; }

  .firstt__item {
    margin-left: 10px;
    margin-right: 10px;
    flex-basis: calc(100% / 3 - 20px);
    padding: 4px; }

  .firstt__row {
    flex-wrap: nowrap;
    margin-left: -10px;
    margin-right: -10px; }

  .firstt__itemimg {
    width: 105px; }

  .firstt__itemtext {
    padding-left: 82px;
    padding-right: 10px; }

  .firstt__item:nth-child(3) .firstt__itemimg {
    left: -28px;
    top: auto;
    bottom: -11px; }

  .firstt__item:nth-child(1) .firstt__itemimg {
    left: -30px;
    top: 15px; }

  .secondscreen__item {
    margin-left: 10px;
    margin-right: 10px;
    flex-basis: 100%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    width: 100%; }

  .secondscreen__iteminside {
    padding-bottom: 20px; }

  .secondscreen__row {
    margin: 0; }

  .secondscreen {
    padding-bottom: 0; }

  .titlep {
    font-size: 34px; }

  .thirdscreen__texttop {
    left: 25px;
    top: -40px; }

  .thirdscreen__texttop:after {
    background-repeat: no-repeat;
    background-size: contain;
    width: 103px;
    height: 60px; }

  .thirdscreen__center {
    margin-left: -25px;
    margin-right: -25px; }

  .thirdscreen__text {
    left: -140px; }

  .thirdscreen__text:before {
    top: -7px;
    right: 146px; }

  .thirdscreen__numb {
    position: relative;
    z-index: 1; }

  .komplexitem__left {
    flex-basis: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 450px; }

  .komplexitem__right {
    flex-basis: 100%;
    margin-top: 30px; }

  .montag__item {
    padding: 25px; }

  .montag__item:nth-child(2) {
    background-position: right center; }

  .montag__iteminside {
    max-width: 507px; }

  .thirdscreen {
    padding-bottom: 300px;
    background-size: contain; }

  .plan__left {
    flex-basis: 415px;
    position: relative;
    z-index: 2; }

  .plan__right {
    flex-basis: 50%;
    position: absolute;
    bottom: -5px;
    right: -100px; }

  .plan__rightdescr {
    position: absolute;
    z-index: 1;
    left: 125px;
    top: 400px; }

  .delivery {
    padding-top: 70px; }

  .delivery__right {
    flex-basis: 44%;
    text-align: right; }

  .delivery__left {
    flex-basis: 56%;
    padding-top: 20px; }

  .delivery__imgsitem {
    margin-right: 10px;
    flex-basis: calc(100% / 4 - 10px); }

  .ingener {
    padding-top: 80px; }

  .ingener__lefttop {
    padding: 40px 20px 15px;
    max-width: 100%;
    margin-bottom: 50px; }

  .ingener__left {
    flex-basis: 100%;
    padding-top: 0; }

  .ingener__right {
    flex-basis: 100%;
    position: relative;
    z-index: 2; }
    .ingener__right .formbox {
      max-width: 330px;
      margin-left: auto; }

  .ingener__descr {
    position: absolute;
    left: 0;
    bottom: 10%; }

  .ingener__row {
    padding-bottom: 100px;
    position: relative;
    padding-top: 0; }
    .ingener__row::before {
      z-index: 0;
      position: absolute;
      left: -25px;
      bottom: 0;
      content: "";
      background-image: url(../images/man_mob.png);
      background-repeat: no-repeat;
      display: block;
      background-position: center;
      width: 562px;
      height: 618px;
      background-size: cover; }

  .ingener {
    background-position: left center; }

  .allpayment__left {
    flex-basis: 55%; }

  .allpayment__right {
    text-align: center;
    flex-basis: 41%;
    margin-top: 0; }

  .company__item {
    margin-bottom: 16px;
    flex-basis: calc(100% / 2 - 16px);
    margin-left: 8px;
    margin-right: 8px; }

  .company__row {
    margin-left: -8px;
    margin-right: -8px; }

  .example__left {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 20px; }

  .example__header {
    margin-bottom: 16px;
    flex-basis: calc(100% / 2 - 16px);
    margin-left: 8px;
    margin-right: 8px; }

  .example__header:last-child {
    margin-bottom: 16px; }

  .example__right {
    flex-basis: 100%;
    max-width: 100%; }

  .reference {
    background-image: url(../images/mob_refer.png);
    padding-bottom: 280px; }

  .last {
    margin-top: -115px; }

  .example__img {
    display: none; }

  .inputp_half {
    width: 100%; }

  .last__girl {
    position: absolute;
    left: 0; }

  .last__left {
    flex-basis: 50%;
    padding-top: 0; }

  .last__right {
    flex-basis: 45.5%; }

  .last .formbox__form .openpopup {
    padding-top: 25px;
    padding-bottom: 20px; }

  .last__girlmore {
    display: none; }

  .last__girlimg {
    max-width: 285px; }

  .popup__centerr {
    background-position: center right; }

  .popup__map iframe {
    width: 100% !important;
    height: 450px !important; }

  .formboximages {
    max-width: 310px; }

  .quize__topline {
    padding-left: 0;
    padding-right: 0; }

  .quize__toplineitem:before {
    width: 115px; }

  .popupquizejs .popup__centerrborder {
    padding: 70px 15px 20px; }

  .quize__right {
    flex-basis: 57.3%; }

  .quize__rightimg {
    padding: 25px; }
    .quize__rightimg br {
      display: none; }

  .quize__rightitem p br {
    display: none; }

  .quize__leftbottom .openpopup {
    width: 100%;
    min-width: 0; }

  .quize__lefttitle {
    font-size: 21px; }
    .quize__lefttitle br {
      display: none; }

  .quize__label span {
    padding: 5px 10px;
    text-align: center; }

  .quize__inputlinerow .quize__inputline {
    flex-basis: calc(100% / 2 - 10px);
    margin-left: 5px;
    margin-right: 5px; }

  .quize__inputlinerow {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px; }

  .quize__inputline {
    margin-bottom: 20px; }

  .quizelastimg {
    width: 100%; }

  .thirdscreen {
    padding-bottom: 0; }

  .fullcicke {
    padding-top: 0; }

  .komplex {
    margin-top: 50px;
    margin-bottom: 60px; } }
@media screen and (max-width: 760px) {
  .containerP {
    padding-left: 15px;
    padding-right: 15px; }

  .header__time {
    display: none; }

  .header__logo span {
    padding-left: 10px;
    margin-left: 10px; }

  .firstt__title {
    font-size: 24px; }

  .firstt__subtitle {
    font-size: 16px; }

  .header {
    padding-bottom: 100px; }

  .openpopup_big {
    padding-top: 20px;
    padding-bottom: 20px; }

  .firstt__btn {
    margin-left: 20px; }

  .firstt__video {
    margin-left: 5%; }

  .firstt__row {
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: -500px; }

  .firstt__item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px; }

  .firstt__itemimg {
    width: 105px;
    left: 5px !important; }

  .firstt__itemtext {
    flex-basis: 100%;
    padding-left: 130px !important; }

  .secondscreen {
    padding-top: 380px; }

  .titlep {
    font-size: 22px; }

  .subtitlep {
    font-size: 16px; }

  .thirdscreen {
    padding-top: 20px; }

  .thirdscreen__texttop:after {
    width: 89px;
    height: 45px;
    right: -75px; }

  .thirdscreen__scene {
    padding-top: 30px; }

  .thirdscreen__center {
    margin-left: 0;
    margin-right: 0; }

  .thirdscreen__scene {
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 80px); }

  .thirdscreen__item15 {
    left: 15.4%;
    bottom: 67%; }

  .thirdscreen__item1 {
    left: 15.5%;
    bottom: 14.5%; }

  .thirdscreen__item2 {
    left: 27.5%;
    bottom: 26%; }

  .thirdscreen__item3 {
    left: 79%;
    bottom: 10%; }

  .thirdscreen__item4 {
    left: 88.3%;
    bottom: 29%; }

  .thirdscreen__item5 {
    left: 42.5%;
    bottom: 21%; }

  .thirdscreen__item6 {
    left: 4.5%;
    bottom: 34.5%; }

  .thirdscreen__item8 {
    left: 79.5%;
    bottom: 40.5%; }

  .thirdscreen__item9 {
    left: 43.6%;
    bottom: 40%; }

  .thirdscreen__item10 {
    left: 28%;
    bottom: 49%; }

  .thirdscreen__item11 {
    left: 68%;
    bottom: 52%; }

  .thirdscreen__item12 {
    left: 83.5%;
    bottom: 61%; }

  .thirdscreen__item13 {
    left: 54%;
    bottom: 70%; }

  .thirdscreen__item14 {
    left: 36.4%;
    bottom: 69%; }

  .komplexitem__header {
    flex-wrap: wrap; }

  .komplexitem__headeritem {
    flex-basis: 50%;
    text-align: center; }

  .fullcicke__bodyleft {
    flex-basis: 100%;
    padding-top: 20px;
    padding-left: 0; }

  .fullcicke__bodytitle {
    font-size: 20px; }

  .fullcicke__bodyright {
    flex-basis: 100%;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

  .fullcicke {
    padding-bottom: 300px; }

  .montag {
    padding-bottom: 30px; }

  .plan,
  .delivery,
  .ingener {
    padding-top: 40px; }

  .montag__img {
    display: none; }

  .montag__title {
    font-size: 20px; }

  .montag p {
    font-size: 14px; }

  .plan__left {
    flex-basis: 100%;
    padding-top: 20px; }

  .plan__right {
    flex-basis: 100%;
    max-width: 320px;
    width: 100%;
    position: relative;
    bottom: -4px;
    right: 0;
    margin-left: auto;
    margin-right: auto; }

  .plan__rightdescr {
    position: absolute;
    z-index: 1;
    left: 0;
    top: auto;
    bottom: 22%; }

  .delivery__right {
    display: none; }

  .delivery__left {
    flex-basis: 100%; }

  .ingener__right .formbox {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px; }

  .ingener__row {
    padding-bottom: 520px; }

  .ingener__lefttop {
    margin-bottom: 30px; }

  .ingener {
    padding-bottom: 0; }

  .ingener__row::before {
    width: 500px;
    height: 515px; }

  .allpayment {
    margin-top: 40px; }

  .allpayment__right {
    display: none; }

  .allpayment__left {
    flex-basis: 100%; }

  .company {
    padding-top: 200px;
    padding-bottom: 350px; }

  .example__bodyborder {
    padding: 15px; }

  .example__header {
    padding: 15px 11px;
    margin-bottom: 10px; }

  .example__left {
    flex-basis: 108%; }

  .example__header:last-child {
    margin-bottom: 10px; }

  .example__sliderimg {
    height: 300px; }

  .example__righttitle {
    font-size: 20px; }

  .reference {
    padding-top: 0; }

  .reference .slick-prev,
  .reference .slick-next {
    top: 119%; }

  .reference {
    padding-bottom: 180px; }

  .last {
    padding-top: 50px; }

  .last__left {
    flex-basis: 100%; }

  .last__right {
    flex-basis: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    width: 100%;
    margin-top: 20px; }

  .last__girl {
    position: relative;
    order: 3;
    margin-top: 30px; }

  .last__girlmore {
    display: block;
    bottom: 5%;
    z-index: 2; }

  .last__top {
    padding-bottom: 65px; }

  .popupquizejs .popup__inside .popup__body1120,
  .popup__body {
    margin: 50px auto; }

  .reference .slick-prev {
    left: auto;
    right: 75px; }

  .formboxright {
    max-width: 365px; }

  .popup__map iframe {
    width: 100% !important;
    height: 500px !important; }

  .formboximages {
    display: none; }

  .popup__centerrborderflex .formboxright {
    flex-basis: 100%; }

  .quize__left,
  .quize__right {
    flex-basis: 100%; }

  .quizeright1,
  .quizeright2,
  .quizeright3,
  .quizeright4,
  .quizeright5 {
    display: none !important; }

  .quizeright6 h5:nth-child(1) {
    display: none; }

  .quizelastimg {
    display: none; }

  .quizeright6 .quize__rightimg {
    background: none !important; }

  .quize__toplinecheck {
    display: none; }

  .quize__toplineitem::before {
    display: none; }

  .quize__toplineitem {
    display: none; }
    .quize__toplineitem.active {
      display: block; }

  .quize__topline {
    display: none !important; }

  .formobq {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #999999; }

  .popupquizejs .popup__centerrborder {
    padding: 30px 15px 20px; }

  .thirdscreen__text:before {
    display: none; }

  .komplex {
    z-index: 1; }

  .thirdscreen {
    position: relative;
    z-index: 2; }

  .thirdscreen__text {
    top: 32px; }

  .thirdscreen__item4 {
    left: 88.3%;
    bottom: 22%; }

  .thirdscreen__item1 .thirdscreen__text {
    left: -65px; }

  .thirdscreen__item3 .thirdscreen__text {
    left: -220px; }

  .thirdscreen__item4 .thirdscreen__text {
    left: -243px; }

  .thirdscreen__item6 .thirdscreen__text {
    left: -30px; }

  .thirdscreen__item8 .thirdscreen__text {
    left: -223px; }

  .thirdscreen__item11 .thirdscreen__text {
    left: -165px; }

  .thirdscreen__item12 .thirdscreen__text {
    left: -240px; }

  .thirdscreen__item15 .thirdscreen__text {
    left: -40px; }

  .thirdscreen__item2 {
    left: 27.5%;
    bottom: 22%; } }
@media screen and (max-width: 460px) {
  .openformob {
    display: flex;
    background: linear-gradient(135deg, #FFE0B4 0%, #FFB753 25.2%, #FF8C19 65.85%, #FF8C19 93.35%);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 50px;
    height: 50px; }

  .thankspage {
    margin-top: 30px;
    margin-bottom: 30px;
    background-position: 22% top;
    padding-top: 227px;
    background-size: 173%; }

  .thankspage__right {
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.12);
    border-radius: 15px; }

  .thankspage .containerP {
    min-height: 0;
    padding: 20px 15px; }

  .header__btn .openpopup {
    display: none; }

  .header__logo span {
    font-size: 10px; }

  .header__logo img {
    width: 90px; }

  .firstsceene {
    background-image: url(../images/mobfirst2.png); }

  .firstt__videoplay span {
    width: 100px;
    height: 100px; }

  .firstt__videoplay:after {
    width: 114px;
    height: 114px;
    left: calc(50% - 57px);
    top: calc(50% - 57px); }

  .firstt__videoplay:before {
    width: 128px;
    height: 128px;
    left: calc(50% - 64px);
    top: calc(50% - 64px); }

  .komplexitem .openpopup {
    width: 100%;
    text-align: center; }

  .montag__iteminside {
    padding-right: 0; }

  .company__item,
  .example__header {
    margin-bottom: 16px;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0; }

  .company__row,
  .example__left {
    margin-left: 0;
    margin-right: 0; }

  .example__left {
    height: 240px;
    padding-right: 5px;
    overflow-y: scroll; }
    .example__left::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 2px #323949; }
    .example__left::-webkit-scrollbar {
      width: 3px; }
    .example__left::-webkit-scrollbar-thumb {
      background-color: #FFB753;
      outline: 1px solid #FFB753; }

  .example__sliderimg {
    height: 220px; }

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

  .quize__rightitem img {
    display: block;
    max-width: 120px; }

  .quize__inputlinerow .quize__inputline {
    flex-basis: 100%; }
    .quize__inputlinerow .quize__inputline br {
      display: none; }

  .quizeright__lastrowtext {
    padding-right: 0; }

  .quize__rightimg {
    padding: 25px 0; }

  .thirdscreen__item2 .thirdscreen__text {
    left: -107px; }

  .thirdscreen__item10 .thirdscreen__text {
    left: -30px; }

  .thirdscreen__text {
    width: 270px; } }
@media screen and (max-width: 410px) {
  .header {
    padding-bottom: 60px; }

  .firstsceene {
    padding-top: 20px; }

  .openpopup_big {
    min-width: 0; }

  .firstt__btntext br {
    display: none; }

  .thankspage {
    margin-top: 30px;
    margin-bottom: 30px;
    background-position: 22% top;
    padding-top: 137px;
    background-size: 173%; }

  .thankspage__title {
    font-size: 28px; }

  .thankspage p {
    font-size: 14px; }

  .firstt__videoplay span {
    width: 70px;
    height: 70px; }

  .firstt__videoplay:after {
    width: 84px;
    height: 84px;
    left: calc(50% - 42px);
    top: calc(50% - 42px); }

  .firstt__videoplay:before {
    width: 98px;
    height: 98px;
    left: calc(50% - 49px);
    top: calc(50% - 49px); }

  .firstt__title {
    font-size: 23px; }

  .firstt__video {
    margin-left: 0; }

  .firstt__itemtext {
    font-size: 14px;
    padding-left: 106px !important; }

  .firstt__itemimg {
    width: 105px;
    left: -17px !important; }

  .thirdscreen__texttop {
    left: 0px;
    font-size: 13px; }

  .thirdscreen__scene {
    margin-left: -65px;
    margin-right: -65px;
    width: calc(100% + 130px); }

  .komplex__headeritem {
    width: 50%;
    flex-basis: 50%; }

  .komplex__bodyitem {
    padding: 25px 10px 30px; }

  .komplexitem__headeritem {
    padding-left: 5px;
    padding-right: 5px; }

  .fullcicke__header {
    margin-top: 20px; }

  .fullcicke__bodytitle {
    font-size: 17px; }

  .montag .openpopup {
    padding: 10px; }

  .plan__lefttitle {
    font-size: 18px; }

  .plan__leftinside {
    padding: 30px 20px; }

  .plan .openpopup {
    padding: 10px;
    font-size: 13px; }

  .formbox__inside {
    padding: 18px 14px; }

  .ingener__row::before {
    width: 380px;
    height: 440px; }

  .ingener__row {
    padding-bottom: 445px; }

  .example__header {
    font-size: 13px; }

  .example__sliderimg {
    height: 160px; }

  body .slick-arrow {
    width: 30px;
    height: 30px; }

  body .slick-arrow:after {
    content: "";
    display: block;
    width: 10px;
    top: calc(50% - 7px);
    height: 14px; }

  body .slick-prev {
    left: 8px; }

  .reference {
    background-position: center 22%; }

  body .slick-next {
    right: 8px; }

  .reference__img {
    margin: 0 5px; }

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

  .reference .slick-prev {
    left: auto;
    right: 50px; }

  .reference .nav {
    margin: 39px 0 0 0;
    height: 4px;
    background: #fff;
    width: calc(100% - 90px); }

  .reference {
    padding-bottom: 150px; }

  .popup__body {
    padding-left: 15px;
    padding-right: 15px; }

  .popup__map iframe {
    width: 100% !important;
    height: 430px !important; }

  .popup__centerrborder {
    padding: 20px 10px; }

  .formbox__title {
    font-size: 18px; }

  .formbox__subtitle br {
    display: none; }

  .formbox__form .openpopup {
    font-size: 13px;
    padding: 15px 10px; }

  .quize__lefttitle {
    font-size: 19px; }
    .quize__lefttitle br {
      display: none; } }
@media screen and (max-width: 350px) {
  .thirdscreen__item1 .thirdscreen__text {
    left: -53px; }

  .thirdscreen__item2 .thirdscreen__text {
    left: -90px; }

  .thirdscreen__item7 .thirdscreen__text {
    left: -177px; }

  .thirdscreen__item10 .thirdscreen__text {
    left: -65px; }

  .thirdscreen__item14 .thirdscreen__text {
    left: -85px; } }

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