*::-webkit-input-placeholder {
	color: #222222;
	opacity: 1;
}
*:-moz-placeholder {
	color: #222222;
	opacity: 1;
}
*::-moz-placeholder {
	color: #222222;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #222222;
	opacity: 1;
}

html {
  -webkit-text-size-adjust: 100%; 
}

.clear {
  width: 100%;
  height: 0;
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

input:hover::-webkit-input-placeholder { color:transparent; }
input:hover:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:hover::-moz-placeholder { color:transparent; } /* FF 19+ */
input:hover:-ms-input-placeholder { color:transparent; } /* IE 10+ */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: initial;
}

body, html {
  padding: 0;
  margin: 0;
}

body {
	font-family: "PFDinTextCondPro", sans-serif;
	font-size: 16px;
}

b, strong, .bold {
  font-family: PFDinTextCondProBold;
}

.container {
  padding: 10px;
  margin: auto;
  width: 100%;
  max-width: 1190px;
}

.bunner {
  height: 100vh;
  max-height: 690px;
  background: url(../img/bg1.jpg) no-repeat right center / cover;
  position: relative;
}

.header-top {
  background: rgba(0,0,0,.2);
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 580px;
  top: 0;
  margin: auto;
  text-align: center;
}

.header-top * {
  font-size: 24px;
  color: #a2b1bf;
  display: inline-block;
  vertical-align: middle; 
}

.header-top i {
  color: #a2b1bf;
  font-size: 34px;
  margin-right: 15px;
}

.header-top span {
  color: #02d871;
}

.bunner .container {
  font-size: 0;
  padding: 0;
}

.bunner-left {
  display: inline-block;
  vertical-align: top;
  width: 57%;
  text-align: left;
  padding: 10px;
  padding-top: 116px;
  margin: auto;
  position: relative;
}


.bunner-right {
  display: inline-block;
  vertical-align: top;
  width: 43%;
  max-width: 510px;
  background: #fff;
  top: 165px;
  border-radius: 5px;
  margin: auto;
  position: relative;
}

.bunner-right > div {
  background: #02d871;
  padding: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.bunner-right > div div {
  color: #fff;
  font-size: 24px;
}

.bunner-right > div p {
  color: #242a33;
  text-transform: uppercase;
  font: 24px PFDinTextCondProMedium;
}

/*.bunner-left h1, .bunner-left h1 b, .bunner-left h1 span {
  color: #02d871;
  font: 30px PFDinTextCondProLight;
  line-height: 1.5;
  text-transform: uppercase;
}*/ 

.bunner-left p {
  font: 28px PFDinTextCondProLight;
  color: #fff;
  position: relative;
  z-index: 10;
}

.bunner-left h1 {
  position: relative;
  font-size: 43px;
  color: #fff;
  margin: 10px 0;
  text-transform: uppercase;
}

p.bunner-title1 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 30px;
}

.bunner-left h2 {
  color: #02d871;
  font: 30px "pfdintextpro-regular", sans-serif;
  margin-top: 20px;
  text-transform: uppercase;
}

.bunner-left h1 span {
  position: relative;
  z-index: 10;
}

.bunner-left h2 + p {
  font: 24px PFDinTextCondProLight;
  margin-top: 30px;
}

.bunner-right p {
  color: #fff;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}

.bunner-right p span {
  color: #02d871;
  font-size: 24px;
  text-transform: uppercase;
}

.bunner-right > div {
  color: #02d871;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.bunner-right form {
  text-align: center;
  padding: 20px;
  padding-top: 0;
  position: relative;
}

.bunner-right input,
.selectric .label {
  line-height: 60px;
  color: #222222;
  height: 60px;
  background: #e3e7ec;
  text-align: center;
  border: none;
  width: 100%;
  border-radius: 5px;
  border-bottom: 1px solid #02d871;
  margin-bottom: 10px;
}

.bunner-right button, .btn {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: #02d871;
  text-transform: uppercase;
  width: 100%;
  line-height: 60px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  height: 60px;
  max-width: 370px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font: 18px "PFDinTextCondPro", sans-serif
}

.bunner-right button {
  margin-top: 30px;
}

.bunner-right button:hover, .btn {
  background: #01bc62;
}

.for-whom-container {
  font-size: 0;
  text-align: center;
  padding: 0;
}

.for-whom-item {
  width: calc(33.3% - 30px);
  margin: 15px;
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  padding: 25px 30px;
  min-height: 280px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  z-index: 100;
}

.for-whom {
  background: #fafafa;
  padding-bottom: 50px;
  position: relative;
  z-index: 10;
  margin-bottom: 120px
}

.for-whom:before {
  content: url(../img/Macbook.png);
  position: absolute;
  bottom: -430px;
  left: 0;
  z-index: 0;
}

.for-whom:after {
  content: url(../img/iPhone.png);
  position: absolute;
  bottom: -270px;
  right: 0;
  z-index: 0;
}

.for-whom-item p {
  line-height: 1.5;
  font-size: 20px;
}

.for-whom-item:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 30px #eee;
  -moz-box-shadow: 0 0 30px #eee;
  box-shadow: 0 0 30px #eee;
}

.section-title {
  font: 48px 'pfdintextpro-bold';
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  height: 5px;
  background: #02d871;
  width: 70px;
}

.you-know-container {
  text-align: center;
  font-size: 0;
  padding: 40px 0;
}

.you-know-item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 20px;
  position: relative;
}

.you-know-item span {
  position: absolute;
  left: 20px;
  top: 0;
  color: #eeeeee;
  font: 48px PFDinTextCondProBold; 
}

.you-know-item div {
  width: 175px;
  height: 175px;
  background: #fafafa;
  text-align: center;
  position: relative;
  border-radius: 50%;
  margin: auto;
}

.you-know-item p {
  line-height: 1.5;
  font-size: 20px;
}

.you-know-item div img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.feedback {
  background: url(../img/feedback-bg.jpg) no-repeat center / cover;
  padding: 40px 10px;
}

.feedback form {
  font-size: 0;
}

.feedback form > input, .feedback button, .feedback .intl-tel-input {
  width: calc(25% - 30px);
  margin: 0px 15px;
}

.feedback input {
  background: #fff;
  height: 56px;
  line-height: 56px;
  border: none;
  text-align: center;
  border-radius: 5px;
}

.feedback .intl-tel-input {
  height: 56px;
  border: none;
  text-align: center;
  border-radius: 5px;
}

.feedback button {
  height: 56px;
  line-height: 56px;
  border: none;
  text-align: center;
  border-radius: 5px;
  background: #3f444c;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font: 18px "PFDinTextCondPro", sans-serif;
}

.feedback button:hover { 
  background: #242a33;
}

.results {
  background: url(../img/bg2.jpg) no-repeat center / cover;
  padding-bottom: 50px;
}

.results .section-title + p {
  text-align: center;
}

.last .section-title, .last .section-title + p {
  color: #fff;
  text-align: center;
}

.results .section-title + p,
.last .section-title + p,
.feedback .section-title + p  {
  font-size: 24px;
}

.results-list {
  font-size: 0;
}

.result-item {
  width: 25%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.result-item-img {
  position: relative;
  background: #fff;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  margin: auto;
}

.result-item-img img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}

.result-item-title {  
  color: #222;
  font-size: 24px;
}

.result-item-title + p {
  margin-top: 0;  
  color: #02d871;
  font-size: 24px;
}

.result-item-info {
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
}

.result-item-info:after {
  content: '';
  position: absolute;
  border-right: 1px solid #a2b1bf;
  top: 0;
  right: 0;
  height: 380px;
  width: 0;
}

.results-list {
  position: relative;
}

.results-list * {
  position: relative;
}

.results-list:before {
  content: '';
  position: absolute;
  left: 0;
  top: 65px;  
  width: 100%;
  height: calc(100% - 36px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(50,50,50,.2);
}

.results-list ~ center .btn {
  position: relative;
  z-index: 10;
} 

.results-list .result-item:last-of-type .result-item-info:after {
  border-right: none
}

.result-item-info-row:before {
  content: '';
  width: 40%;
  position: absolute;
  left: 5px;
  top: 0;
  height: 1px;
  background: #ebeced;
}

.result-item-info-row:after {
  content: '';
  width: 40%;
  right: 5px;
  top: 0;
  position: absolute;
  height: 1px;
  background: #ebeced;
}

.result-item-info-row {
  border-top: 1px solid rgba(255,255,255,.1);
  position: relative;
  color: #222;
  font-size: 0;
  padding: 35px 0;
}

.result-item-info-row p {
  color: #222;
  margin: 5px 0;
}

.result-item-info-row div {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 50%;
}

.result-item-info > .result-item-info-row:nth-of-type(1) span {
  padding-top: 7px;
}

.result-item-info > .result-item-info-row:nth-of-type(2) span {
  padding-top: 4px;
}

.result-item-info > .result-item-info-row:nth-of-type(3) span {
  padding-top: 7px;
}

.result-item-info > .result-item-info-row:nth-of-type(3) {
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.result-item-info-row span {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  background: #ebeced;
  border-radius: 50%;
  display: block;
}

.result-item-info > p {
  font-size: 20px;
  color: #222;
}

.result-item-info > p span {
  text-transform: uppercase;
  color: #02d871;
  display: block;
  font-size: 20px;
}

.who-section {
  font-size: 0;
  padding-bottom: 50px;
}

.who-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 50%;
}

.who-item img {
  max-width: 120px;
  margin-bottom: 20px;
}

.who-item p {
  font-size: 30px;
  margin-bottom: 5px;
}

.who-item div {
  font-size: 20px;
}

section.last {
  background: url(../img/bg3.jpg) no-repeat center / cover;
}

section.last {
  background: url(../img/bg3.jpg) no-repeat center / cover;
  }

.last-info {
  font-size: 0;
  text-align: center;
}

.last-left, .last-right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 0;
  position: relative;
}

.last-left-item {
  width: 33.3%;
  padding: 20px 15px;
  padding-bottom: 0;
  text-align: center;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}

.last-left > .last-left-item:nth-of-type(2) img {
  margin-top: 15px;
}

.last-left > .last-left-item:nth-of-type(3) img {
  margin-top: 10px;
}

.last-left > .last-left-item:nth-of-type(4) img {
  margin-top: 10px;
}

.last-left > .last-left-item:nth-of-type(6) img {
  margin-top: 10px;
}

.last-left-item p {
  font-size: 20px;
  position: relative;
  padding-top: 15px;
}

.last-left-item p:before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  right: 0;
  margin: auto;
  height: 2px;
  background: rgba(255,255,255,.1);
  max-width: 50px; 
}

.last-video {
  position: relative;
  margin-bottom: 50px;
}

.last-video div {
  position: relative;
  z-index: 10;
}

.last-video iframe {
  max-width: 100%;
}

.last-video:after {
  position: absolute;
  content: '';
  background: rgba(0,0,0,.3);
  width: 100%;
  height: 100%;
  top: 20px;
  left: 15px;
  z-index: 0;
}

.last-right .btn {
  max-width: 200px;
  margin-top: 40px;
  margin-bottom: 40px;
}

footer {
  text-align: center;
  font-size: 20px;
}

footer p, footer a {
  color: #a2b1bf !important;
  font-size: 20px;
}

footer a {
  margin-left: 20px;
  display: inline-block;
}

.intl-tel-input input {
  width: 100%;
} 

.bunner .intl-tel-input {
  width: 100%;
}

.bunner .intl-tel-input input {
  text-align: left;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  color: #222;
  font-size: 18px;
}

.intl-tel-input .selected-flag .iti-arrow {
  right: 3px;
}

.arrow {
  width: 156px;
  height: 47px;
  background: url(../img/arrow2.png) no-repeat center / contain;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.bunner .arrow {
  -webkit-animation-name: MOVE_BG;
}

.last-right .arrow {
  -webkit-animation-name: MOVE_BG2;
}

@-webkit-keyframes MOVE_BG {
   0% {
    background-position: top 0 left -156px;
   }
   50% { 
     background-position: top 0 right 0;
   }
   100% { 
     background-position: top 0 right 0;
   }
}

@-webkit-keyframes MOVE_BG2 {
   0% {
    background-position: top -70px left 166px;
   }
   50% { 
     background-position: top 0 right 0;
   }
   100% { 
     background-position: top 0 right 0;
   }
}

.bunner .arrow {
  left: -170px;
  bottom: 18px;
  position: absolute;
}

.last-right .arrow {
  right: 20px;
  bottom: 60px;
  position: absolute;
  background-image: url(../img/arrow.png);
}

.last-right .arrow {
  height: 70px;
} 

.bunner-thanks {
  min-height: 600px;
  /*height: calc(100vh - 83px);*/
  background: url(../img/bg4.jpg) no-repeat center / cover;
  font-family: PFDinTextCondProLight;
  /*padding-top: 40px;*/
}

.bunner-thanks .container > *:not(h2) {
  max-width: 50%;
  color: #fff;
  font-size: 20px;
  text-align: left;
  line-height: 1.5;
} 

.bunner-thanks .container h1 {
  font: 46px PFDinTextCondProBold;
  color: #02d871;
  text-transform: uppercase;
}

.bunner-thanks span {
  color: #02d871;
  font-size: 20px;
}

.bunner-thanks h2 {
  font-size: 30px;
  color: #02d871;
}

.bunner-thanks .btn {
  background: #02d871 url(../img/telegram.png) no-repeat center left 15px;
  display: inline-block;
  width: 330px;
  text-align: center !important;
  line-height: 60px !important;
  text-decoration: none !important;
}

.bunner-thanks .btn:hover {
  background-color: #01bc62;
}

.ui-menu .ui-menu-item {
  line-height: 1.5;
  padding-left: 10px;
}

.feedback .section-title, .feedback .section-title + p {
  color: #fff;
  text-align: center;
}

.feedback .section-title + p {
  margin-bottom: 40px;
}

.feedback form {
  margin-bottom: 40px;
} 

.feedback .section-title:after {
  background: #fff;
}

.programm-row {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.programm-item {
  display: flex;
  width: 50%;
}

.programm-item > * {
  display: inline-block;
  vertical-align: top;
}

.programm-item span {
  color: #02d871;
  font: 48px PFDinTextCondProBold;
  display: block;
  width: 95px;
  line-height: 95px;
  padding-left: 20px;
  height: 95px;
  background: #fafafa;
  border-radius: 50%;
}

.programm-item p {
  margin: 0;
  padding-top: 30px;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
  line-height: 1.5;
  font-size: 20px;
  width: calc(100% - 100px); 
}

.programm-item p b {
  font-size: 20px;
}

.programm-last {
  text-align: center;
  font: 30px pfdintextpro-regular;
  line-height: 2;
  margin: 40px auto 50px;
  border-top: 3px solid #fafafa;
  border-bottom: 3px solid #fafafa;
}

.messenger {
  display: inline-block;
  background: #0084ff;
  height: 40px;
  padding: 0 30px;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  border-radius: 5px;
  padding-top: 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.messenger i {
  margin-right: 5px;
}

.messenger span {
  color: #fff !important;
}

.messenger:hover {
  background: #0760b3;
} 

.node170 > .wrapper1 { background-position: center center; background-size: cover; background-repeat: repeat; color: #FFF }
.node170 > .wrapper1 > .wrapper2 { background-color: rgba(0,0,0,0); padding-top: 78px; padding-bottom: 41px }
.node170 a { color: rgb(25, 142, 230) }

div.area.screen-lg .container {
  max-width: 1170px;
}

.area .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  transition: .4s all cubic-bezier(.25,.46,.45,.94);
  z-index: 7;
}

.node173 > .wrapper1 {
  color: #FFF;
}

.node173 > .wrapper1 > .wrapper2 {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.node174 > .wrapper1 > .wrapper2 {
  padding-top: 20px;
  padding-right: 5px;
  padding-bottom: 20px;
  padding-left: 5px;
}

.widget-imagedtext .tbl {
    width: 100%;
}

.area .tbl {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.review-item {
  height: 200px !important
}

.selectric .label {
  margin: 0;
  font: 16px "PFDinTextCondPro", sans-serif;
  padding-top: 18px;
}

.selectric-wrapper {
  margin-bottom: 10px;
}

.selectric .button {
  background-color: transparent;
}

.selectric,
.selectric-items li {
  border: none;
  font: 16px "PFDinTextCondPro", sans-serif
}

.bunner-right .intl-tel-input {
  margin-bottom: 10px;
}

.selectric-items li.highlighted {
  background: #e3e7ec;
}

.bunner-left b {
  margin-bottom: 15px;
}

.bunner-left b,
.bunner-left b s {
  font-size: 28px;
  min-width: 100px;
  display: inline-block;
}

.questions-item {
  margin: 10px;
}

.questions-item .question:before {
  content: '';
  position: absolute;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  left: 17px;
  top: 12px;
}

.questions-item.active .question:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.question {
  padding: 10px;
  position: relative;
  background: #02d871;
  cursor: pointer;
  color: #000;
  padding-left: 35px;
  text-transform: uppercase;
  font: 20px "pfdintextpro-regular";
}

.answer {
  padding: 10px;
  position: relative;
  display: none;
}

.answer iframe {
  width: 100% !important;
}

.answer-img {
  min-height: 115px;
  width: 100%;
  min-width: 260px !important;
}

.answer-img img {
  width: 100%;
}

.answer-gallery .slick-arrow {
  border-radius: 50%;
  text-align: center;
  color: #fff !important;
  position: absolute;
  top: 50%;
  opacity: .8;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

.answer-gallery .slick-arrow:hover {
  opacity: 1;
}

.answer-gallery .slick-arrow i {
  font-size: 20px;
}

.answer-gallery .slick-arrow.slick-prev {
  left: 10px;
}

.answer-gallery .slick-arrow.slick-next {
  right: 10px
}

.answer-gallery .slick-arrow.slick-disabled {
  opacity: 0;
}