.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: static;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
@media only screen and (max-width: 959px) {
  .widget-section .container {
    width: 764px;
  }
}
@media only screen and (max-width: 763px) {
  .widget-section .container {
    width: 320px;
  }
}
html {
  font-size: 12px;
}
@media (min-width: 764px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 959px) {
  html {
    font-size: 16px;
  }
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 600000;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 280px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media (max-width: 959px) { [class*="col-"] { width: 100%; } }body { background-color:#ffffff;background-image:url(https://images.assets-landingi.com/vzOTDS1s/landscape-trees-winter-8781.jpg);background-position:center;background-repeat:repeat;background-attachment:fixed;background-size:cover;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url(https://images.assets-landingi.com/vzOTDS1s/landscape-trees-winter-8781.jpg);background-position:top left;background-repeat:repeat;background-attachment:fixed;background-size:cover;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:701px;width:960px;overflow:visible;position:relative;display:block; }#q4o6ekaxBPqeSbaHXmTniK4bIV1WMJ9Q { height:701px;display:block; }
#GEbOQXfdqcPf447mgEPNTAtUQc6BbJ6Q { display:block;width:709px;position:absolute;font-family:ral;font-size:69px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:186px;left:112px;height:89px;text-align:center;color:#5c4b9b;display:block; }
#WVyxGnOfBfD8faH51qN2OTJqdya374RM { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#5c4b9b;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:3px;width:645px;position:absolute;display:block;z-index:100001;top:274px;left:146px;display:block; }
#DLwvGmKPOQ3WSb2ulsRXrkiWL3pyc3BH { display:block;width:355px;position:absolute;font-family:ral;font-size:37px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:277px;left:490px;height:96px;font-style:normal;text-align:center;color:#5c4b9b;display:block; }
#PpLnllTDQgclD2ZUP2UX0P5bLp3gKuIW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:97px;width:97px;position:absolute;display:block;z-index:100004;top:0;left:50px;overflow:hidden;display:block; }
#mdbTr9XX6oNR8G8shD6ClSEGArewFhqi { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(92,75,155,0.92);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:95px;width:128px;position:absolute;display:block;z-index:99999;top:0;left:34px;display:block; }
#LfR3hS3TX3fyGrMIgxV7iRqkGau4c352 { box-sizing:content-box;color:#5c4b9b;font-size:62px;font-weight:400;line-height:1;height:89px;width:89px;position:absolute;text-align:center;text-decoration:none;display:block;z-index:100005;top:415px;left:435.5px;display:block; }
#R3fBz6hkasuZQ4gINKGaIBxHA49L0hGF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(92,75,155,0.58);background-image:none;position:relative;display:block; }#R3fBz6hkasuZQ4gINKGaIBxHA49L0hGF > .row .container { background-color: transparent; background-image: none; }#R3fBz6hkasuZQ4gINKGaIBxHA49L0hGF > .row .container { border-width: 0; border-radius: 0; }#R3fBz6hkasuZQ4gINKGaIBxHA49L0hGF > .row .container { font-size:14px;font-family:arial;height:378px;width:960px;position:relative;display:block; }#riB7JH3tA9MVqFoH6Bd59H6MkuoMx2Lg { height:378px;display:block; }
#zLL5Te7SkxoJe3PVK0OQsNSNEF1Fd2mv { display:block;width:358px;position:absolute;font-family:ral;font-size:41px;font-weight:700;z-index:100004;line-height:.9;letter-spacing:0;top:37px;left:44px;height:108px;color:#ffffff;font-style:normal;display:block; }
#UKC08Sf1E0yQygwAR5aO66rKdx5TixZb { display:block;width:358px;position:absolute;font-family:ral;font-size:23px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:161.5px;left:44px;height:116px;color:#ededed;display:block; }
#fgw9yEfDKTSgc3NpeRWHJm7nbTymcprT { height:378px;display:block; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-form-header {  }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-regular-label { height:auto;display:block;font-family:ral;font-size:14px;font-weight:700;color:#f2f9ff;width:297px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;font-style:normal; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-input-text { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:rgba(255,255,255,0.33);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:297px;box-sizing:border-box;height:41px;color:#ffffff;font-size:13px;overflow:hidden;font-family:"open sans"; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-textarea { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:rgba(255,255,255,0.33);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:297px;box-sizing:border-box;height:70px;color:#ffffff;font-size:13px;overflow:hidden;font-family:"open sans"; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-input-select { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:rgba(255,255,255,0.33);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:297px;box-sizing:border-box;height:40px;color:#000000;font-family:"open sans";font-size:13px;overflow:hidden; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-input-button { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ededed;background-image:none;background-position:top left;background-repeat:repeat;background-size:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:74px;margin-left:74px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:22px;font-weight:bold;color:#5115b0;width:148px;height:55px;font-family:ral;overflow:hidden; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 [class*="-text"]:-moz-placeholder { color:rgba(255,255,255,0.4);font-family:"open sans";font-size:13px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 [class*="-text"]::-moz-placeholder { color:rgba(255,255,255,0.4);font-family:"open sans";font-size:13px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 [class*="-text"]:-ms-input-placeholder { color:rgba(255,255,255,0.4);font-family:"open sans";font-size:13px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 [class*="-text"]::-webkit-input-placeholder { color:rgba(255,255,255,0.4);font-family:"open sans";font-size:13px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";font-size:12px;font-weight:400;color:rgba(242,249,255,0.4);vertical-align:top;width:278px;overflow:hidden;font-style:normal; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:400;color:rgba(242,249,255,0.4);overflow:hidden;font-style:normal;line-height:1.3; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-container:first-of-type{padding-top:0;}#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-container:last-of-type{padding-bottom:0;}#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:297px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:71.5px;top:31px;z-index:100003;position:absolute; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:297px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 {display:block;}#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:297px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:71.5px;top:31px;z-index:100003;position:absolute; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #S5MZNCqXeXuCfpkNJQlUA4XA3dbaKxE0 { position:relative; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #oUvecCUozfcL6puFnPf8QMaX5tp0qad7 { position:relative; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #IaKIAlDXBQH2cFG8toTCObQJ8JdgJFJW { position:relative; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #f5dkSMGo8usJz9sMWSOSIRLv28wCleuK { position:relative; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #Bz7liQ5OAifcCGrsaKcCpnvqphcZp27G { position:relative; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #Zz2SCMyrvZmLtWV2P3NTQKJwTAQ1zCDM { position:relative; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #LdlTv6GToMNEtT9TkUiUZqNIvudJPK5q { position:relative;top:0px;left:0px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #t46Kgf26ago2ztIblTkc3Kc2eazruiSf { position:relative;top:0px;left:0px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #pvOwVLMJyT3sCdES7GyIsvUiSTvolJLi { position:relative;top:0px;left:0px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #zyDSGDLePDcen6MCIywRK4Lz4fsGAn2h { position:relative; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #OeS1eGUtEV49bKH5O6LNcoxSzU15GE0r { position:relative; }
#xW8yPzsgaVl2QTc3ba2B5JbWlUHfaF8I { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url(https://images.assets-landingi.com/ddysXNLF/150501_Yoga_course_Russia_-_teacher_Fil_Dunsky_020.jpg);background-position:top left;background-repeat:repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#xW8yPzsgaVl2QTc3ba2B5JbWlUHfaF8I > .row .container { background-color: transparent; background-image: none; }#xW8yPzsgaVl2QTc3ba2B5JbWlUHfaF8I > .row .container { border-width: 0; border-radius: 0; }#xW8yPzsgaVl2QTc3ba2B5JbWlUHfaF8I > .row .container { font-size:14px;font-family:arial;height:503px;width:960px;position:relative;display:block; }#taIxaUcnrGTTZ2x3pHWcC8Cco3lu1uU8 { height:503px;display:block; }
#pJvEHwNMekcLfAXeLT5sdHUiS0dKtHPL { display:block;width:315px;position:absolute;font-family:ral;font-size:41px;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:78px;left:76px;height:82px;color:#5c4b9b;font-style:normal;display:block; }
#TKanDakWuAdmiRiq2dRd0oNg012n0anA { display:block;width:324px;position:absolute;font-family:ral;font-size:21px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:205px;left:78px;height:216px;color:#5c4b9b;display:block; }
#MSLg2o5TMPVecvxRkcKREXw7nQ4WntD6 { height:503px;display:block; }
#hymubtk7CDtW7fDp8eUeTwBRs8ChL6It { border-bottom:0;border-left:0;border-right:0;border-top:0;height:134px;width:179px;position:absolute;z-index:100007;top:210px;left:55.75px;display:block; }
#oNqsz1Ce1eUbcMpZlxFBo96T7zg5Q2KS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(244,131,0,0.61);background-image:none;position:relative;display:block; }#oNqsz1Ce1eUbcMpZlxFBo96T7zg5Q2KS > .row .container { background-color: transparent; background-image: none; }#oNqsz1Ce1eUbcMpZlxFBo96T7zg5Q2KS > .row .container { border-width: 0; border-radius: 0; }#oNqsz1Ce1eUbcMpZlxFBo96T7zg5Q2KS > .row .container { font-size:14px;font-family:arial;height:531px;width:960px;position:relative;display:block; }#LsDFov0sR6GmVIOOHTf4ZBTbx1Tusccn { height:531px;display:block; }
#btZwlzNxRAppvhGvNuu49S8vWTupx7rz { display:block;width:429px;position:absolute;font-family:ral;font-size:41px;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;top:28px;left:14px;height:82px;color:#ffffff;font-style:normal;text-align:right;display:block; }
#Eoqlxe4CChtF7edaEWt4onQo98vmCies { display:block;width:377px;position:absolute;font-family:ral;font-size:21px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:163px;left:66px;height:162px;color:#ffffff;text-align:right;display:block; }
#vewha3yDSGFT5fiACVreEiivGZOGztRP { height:531px;display:block; }
#PvfGTgR2uGlPmb17y47TNvhkOsTE9s0L { display:block;width:361px;position:absolute;font-family:ral;font-size:16px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:458px;left:59.5px;height:40px;font-style:italic;color:#4d4d4d;text-align:right;display:block; }
#igiqTPSOBkmewQvO4xwR3SteZmppSnA1 { display:block;width:418px;position:absolute;font-family:ral;font-size:28px;font-weight:normal;z-index:100004;line-height:1.1;letter-spacing:0;top:55px;left:31px;height:120px;color:#f0ffef;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JHf1ueEygc5l5T1yIMEAuB0sRQ22VVLN { display:block;width:418px;position:absolute;font-family:ral;font-size:28px;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:237px;left:31px;height:90px;color:#f0ffef;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#riKEIX8VuLlfeSH47CZX918gTZbSKGl0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#riKEIX8VuLlfeSH47CZX918gTZbSKGl0 > .row .container { background-color: transparent; background-image: none; }#riKEIX8VuLlfeSH47CZX918gTZbSKGl0 > .row .container { border-width: 0; border-radius: 0; }#riKEIX8VuLlfeSH47CZX918gTZbSKGl0 > .row .container { font-size:14px;font-family:arial;height:371px;width:960px;position:relative;display:block; }#cwpPqQCDEIFsNg6RSyhRBvx81eF6MKEJ { height:371px;display:block; }
#KE9Or9PrifA37cBg6ZozQgMTpsPqDMVN { display:block;width:411px;position:absolute;font-family:ral;font-size:35px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:33px;left:33px;height:45px;font-style:normal;display:block; }
#ZByg1FVvf9F4wC3qhOpTgnozeqD1PxlM { display:block;width:392px;position:absolute;font-family:ral;font-size:22px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:115px;left:42px;height:196px;color:#000000;display:block; }
#MsPre66fo6llLh0wfbXwVnGbamMZD9DW { height:371px;display:block; }
#TedKRAKHCS2aXnOgX5h9tll8aEdoN23A { position:absolute;z-index:100000;top:25px;left:26px;width:100px;height:100px;display:block; }
#olOqP4mrOWzQ4TBJdouC7tcrrSDetZZR { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#5c4b9b;background-image:none;position:relative;display:block; }#olOqP4mrOWzQ4TBJdouC7tcrrSDetZZR > .row .container { background-color: transparent; background-image: none; }#olOqP4mrOWzQ4TBJdouC7tcrrSDetZZR > .row .container { border-width: 0; border-radius: 0; }#olOqP4mrOWzQ4TBJdouC7tcrrSDetZZR > .row .container { font-size:14px;font-family:arial;height:99px;width:960px;position:relative;display:block; }#n6qzvBpsZDCry882RWonACUskZorctkw { height:99px;display:block; }
#RrA7XLfklm11DVPhlTzSUBH1M4NbXb0g { display:block;width:166px;position:absolute;font-family:ral;font-size:27px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:29px;left:30px;height:35px;color:#ffffff;display:block; }
#FttL4KHM1iOkK0xrt5uRlzebGr4nVNRN { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-decoration:none;display:block;z-index:100001;top:28px;left:215px;display:block; }
#yCZAVb6iskziJpuG0EFT4H3oXwT7UQWx { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-decoration:none;display:block;z-index:100002;top:27px;left:280px;display:block; }
#u26SMufkTEehuPAJpRsmQ6QKC3OKGJAW { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-decoration:none;display:block;z-index:100003;top:27px;left:342px;display:block; }
#S2vmcN2Uilq8FfUTef5V9Zu2STNB3QXy { height:99px;display:block; }
#v68pZhauxdV5Q6To1nxEUAgRswxgtWzH { display:block;width:308px;position:absolute;font-family:ral;font-size:27px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:31px;left:107px;height:35px;color:#ffffff;text-align:center;display:block; }
@media only screen and (max-width: 959px) { body { display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:500px;width:760px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #q4o6ekaxBPqeSbaHXmTniK4bIV1WMJ9Q { display:block; }
 }@media only screen and (max-width: 959px) { #GEbOQXfdqcPf447mgEPNTAtUQc6BbJ6Q { width:709px;height:89px;top:186px;left:55px;display:block; }
 }@media only screen and (max-width: 959px) { #WVyxGnOfBfD8faH51qN2OTJqdya374RM { width:645px;height:3px;top:274px;left:119px;display:block; }
 }@media only screen and (max-width: 959px) { #DLwvGmKPOQ3WSb2ulsRXrkiWL3pyc3BH { width:355px;height:96px;top:277px;left:409px;display:block; }
 }@media only screen and (max-width: 959px) { #PpLnllTDQgclD2ZUP2UX0P5bLp3gKuIW { width:97px;height:97px;top:0;left:50px;display:block; }
 }@media only screen and (max-width: 959px) { #mdbTr9XX6oNR8G8shD6ClSEGArewFhqi { width:128px;height:95px;top:0;left:34px;display:block; }
 }@media only screen and (max-width: 959px) { #LfR3hS3TX3fyGrMIgxV7iRqkGau4c352 { width:89px;height:89px;top:415px;left:435px;font-size:62px;display:block; }
 }@media only screen and (max-width: 959px) { #R3fBz6hkasuZQ4gINKGaIBxHA49L0hGF { display:block; }#R3fBz6hkasuZQ4gINKGaIBxHA49L0hGF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #riB7JH3tA9MVqFoH6Bd59H6MkuoMx2Lg { display:block; }
 }@media only screen and (max-width: 959px) { #zLL5Te7SkxoJe3PVK0OQsNSNEF1Fd2mv { width:358px;height:108px;top:37px;left:24px;display:block; }
 }@media only screen and (max-width: 959px) { #UKC08Sf1E0yQygwAR5aO66rKdx5TixZb { width:358px;height:87px;top:161px;left:24px;display:block; }
 }@media only screen and (max-width: 959px) { #fgw9yEfDKTSgc3NpeRWHJm7nbTymcprT { display:block; }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-regular-label { width:297px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-input-text { width:297px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-textarea { width:297px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-input-select { width:297px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-input-button { width:148px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:74px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-checkbox-label { width:278px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6  { width:297px;height:auto;top:31px;left:45px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .radio-container { width:297px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 {display:block;}#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 { width:297px;height:auto;top:31px;left:45px; }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #S5MZNCqXeXuCfpkNJQlUA4XA3dbaKxE0 {  }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #oUvecCUozfcL6puFnPf8QMaX5tp0qad7 {  }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #IaKIAlDXBQH2cFG8toTCObQJ8JdgJFJW {  }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #f5dkSMGo8usJz9sMWSOSIRLv28wCleuK {  }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #Bz7liQ5OAifcCGrsaKcCpnvqphcZp27G {  }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #Zz2SCMyrvZmLtWV2P3NTQKJwTAQ1zCDM {  }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #LdlTv6GToMNEtT9TkUiUZqNIvudJPK5q {  }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #t46Kgf26ago2ztIblTkc3Kc2eazruiSf {  }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #pvOwVLMJyT3sCdES7GyIsvUiSTvolJLi {  }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #zyDSGDLePDcen6MCIywRK4Lz4fsGAn2h {  }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #OeS1eGUtEV49bKH5O6LNcoxSzU15GE0r {  }
 }@media only screen and (max-width: 959px) { #xW8yPzsgaVl2QTc3ba2B5JbWlUHfaF8I { display:block; }#xW8yPzsgaVl2QTc3ba2B5JbWlUHfaF8I > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #taIxaUcnrGTTZ2x3pHWcC8Cco3lu1uU8 { display:block; }
 }@media only screen and (max-width: 959px) { #pJvEHwNMekcLfAXeLT5sdHUiS0dKtHPL { width:315px;height:82px;top:78px;left:67px;display:block; }
 }@media only screen and (max-width: 959px) { #TKanDakWuAdmiRiq2dRd0oNg012n0anA { width:324px;height:189px;top:205px;left:58px;display:block; }
 }@media only screen and (max-width: 959px) { #MSLg2o5TMPVecvxRkcKREXw7nQ4WntD6 { display:block; }
 }@media only screen and (max-width: 959px) { #hymubtk7CDtW7fDp8eUeTwBRs8ChL6It { width:179px;height:134px;top:210px;left:55px;display:block; }
 }@media only screen and (max-width: 959px) { #oNqsz1Ce1eUbcMpZlxFBo96T7zg5Q2KS { display:block; }#oNqsz1Ce1eUbcMpZlxFBo96T7zg5Q2KS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LsDFov0sR6GmVIOOHTf4ZBTbx1Tusccn { display:block; }
 }@media only screen and (max-width: 959px) { #btZwlzNxRAppvhGvNuu49S8vWTupx7rz { width:382px;height:82px;top:28px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #Eoqlxe4CChtF7edaEWt4onQo98vmCies { width:377px;height:135px;top:163px;left:5px;display:block; }
 }@media only screen and (max-width: 959px) { #vewha3yDSGFT5fiACVreEiivGZOGztRP { display:block; }
 }@media only screen and (max-width: 959px) { #PvfGTgR2uGlPmb17y47TNvhkOsTE9s0L { width:361px;height:40px;top:458px;left:21px;display:block; }
 }@media only screen and (max-width: 959px) { #igiqTPSOBkmewQvO4xwR3SteZmppSnA1 { width:382px;height:120px;top:55px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #JHf1ueEygc5l5T1yIMEAuB0sRQ22VVLN { width:382px;height:90px;top:237px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #riKEIX8VuLlfeSH47CZX918gTZbSKGl0 { display:block; }#riKEIX8VuLlfeSH47CZX918gTZbSKGl0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cwpPqQCDEIFsNg6RSyhRBvx81eF6MKEJ { display:block; }
 }@media only screen and (max-width: 959px) { #KE9Or9PrifA37cBg6ZozQgMTpsPqDMVN { width:320px;height:45px;top:38px;left:1px;display:block; }
 }@media only screen and (max-width: 959px) { #ZByg1FVvf9F4wC3qhOpTgnozeqD1PxlM { width:382px;height:196px;top:115px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #MsPre66fo6llLh0wfbXwVnGbamMZD9DW { display:block; }
 }@media only screen and (max-width: 959px) { #TedKRAKHCS2aXnOgX5h9tll8aEdoN23A { width:100px;height:100px;top:25px;left:26px;display:block; }
 }@media only screen and (max-width: 959px) { #olOqP4mrOWzQ4TBJdouC7tcrrSDetZZR { display:block; }#olOqP4mrOWzQ4TBJdouC7tcrrSDetZZR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #n6qzvBpsZDCry882RWonACUskZorctkw { display:block; }
 }@media only screen and (max-width: 959px) { #RrA7XLfklm11DVPhlTzSUBH1M4NbXb0g { width:166px;height:27px;top:29px;left:30px;display:block; }
 }@media only screen and (max-width: 959px) { #FttL4KHM1iOkK0xrt5uRlzebGr4nVNRN { width:50px;height:50px;top:28px;left:215px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #yCZAVb6iskziJpuG0EFT4H3oXwT7UQWx { width:50px;height:50px;top:27px;left:280px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #u26SMufkTEehuPAJpRsmQ6QKC3OKGJAW { width:50px;height:50px;top:27px;left:332px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #S2vmcN2Uilq8FfUTef5V9Zu2STNB3QXy { display:block; }
 }@media only screen and (max-width: 959px) { #v68pZhauxdV5Q6To1nxEUAgRswxgtWzH { width:308px;height:35px;top:31px;left:74px;display:block; }
 }@media only screen and (max-width: 959px) { body { display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:570px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #q4o6ekaxBPqeSbaHXmTniK4bIV1WMJ9Q { height:570px;display:block; }
 }@media only screen and (max-width: 959px) { #GEbOQXfdqcPf447mgEPNTAtUQc6BbJ6Q { width:320px;height:82px;top:131px;left:0;font-size:52px;line-height:.8;display:block; }
 }@media only screen and (max-width: 959px) { #WVyxGnOfBfD8faH51qN2OTJqdya374RM { width:320px;height:3px;top:274px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #DLwvGmKPOQ3WSb2ulsRXrkiWL3pyc3BH { width:320px;height:96px;top:225px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #PpLnllTDQgclD2ZUP2UX0P5bLp3gKuIW { width:97px;height:97px;top:0;left:117px;display:block; }
 }@media only screen and (max-width: 959px) { #mdbTr9XX6oNR8G8shD6ClSEGArewFhqi { width:128px;height:95px;top:0;left:101px;display:block; }
 }@media only screen and (max-width: 959px) { #LfR3hS3TX3fyGrMIgxV7iRqkGau4c352 { width:50px;height:50px;top:383px;left:135px;font-size:35px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 959px) { #R3fBz6hkasuZQ4gINKGaIBxHA49L0hGF { display:block; }#R3fBz6hkasuZQ4gINKGaIBxHA49L0hGF > .row .container { width:320px;height:814px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #riB7JH3tA9MVqFoH6Bd59H6MkuoMx2Lg { height:436px;display:block; }
 }@media only screen and (max-width: 959px) { #zLL5Te7SkxoJe3PVK0OQsNSNEF1Fd2mv { width:317px;height:0;top:45px;left:6px;display:block; }
 }@media only screen and (max-width: 959px) { #UKC08Sf1E0yQygwAR5aO66rKdx5TixZb { width:319px;height:0;top:181px;left:4px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #fgw9yEfDKTSgc3NpeRWHJm7nbTymcprT { height:378px;display:block; }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-input-button { width:140px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:70px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .widget-checkbox-label { width:261px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6  { width:280px;height:auto;top:5px;left:0; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 {display:block;}#GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 { width:280px;height:auto;top:5px;left:0; }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #S5MZNCqXeXuCfpkNJQlUA4XA3dbaKxE0 {  }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #oUvecCUozfcL6puFnPf8QMaX5tp0qad7 {  }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #IaKIAlDXBQH2cFG8toTCObQJ8JdgJFJW {  }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #f5dkSMGo8usJz9sMWSOSIRLv28wCleuK {  }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #Bz7liQ5OAifcCGrsaKcCpnvqphcZp27G {  }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #Zz2SCMyrvZmLtWV2P3NTQKJwTAQ1zCDM {  }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #LdlTv6GToMNEtT9TkUiUZqNIvudJPK5q {  }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #t46Kgf26ago2ztIblTkc3Kc2eazruiSf {  }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #pvOwVLMJyT3sCdES7GyIsvUiSTvolJLi {  }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #zyDSGDLePDcen6MCIywRK4Lz4fsGAn2h {  }
 }@media only screen and (max-width: 959px) { #GHPqdXxibtEk7e1Z49FzvM29eUlOwWI6 #OeS1eGUtEV49bKH5O6LNcoxSzU15GE0r {  }
 }@media only screen and (max-width: 959px) { #xW8yPzsgaVl2QTc3ba2B5JbWlUHfaF8I { background-color:#ffffff;background-image:url(https://images.assets-landingi.com/ddysXNLF/150501_Yoga_course_Russia_-_teacher_Fil_Dunsky_020.jpg);background-position:center;background-repeat:repeat;background-attachment:fixed;background-size:cover;display:block; }#xW8yPzsgaVl2QTc3ba2B5JbWlUHfaF8I > .row .container { background-color: transparent; background-image: none; }#xW8yPzsgaVl2QTc3ba2B5JbWlUHfaF8I > .row .container { width:320px;height:581px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #taIxaUcnrGTTZ2x3pHWcC8Cco3lu1uU8 { height:407px;display:block; }
 }@media only screen and (max-width: 959px) { #pJvEHwNMekcLfAXeLT5sdHUiS0dKtHPL { width:290px;height:0;top:18px;left:13px;font-size:40px;display:block; }
 }@media only screen and (max-width: 959px) { #TKanDakWuAdmiRiq2dRd0oNg012n0anA { width:248px;height:0;top:104.5px;left:13px;color:#df954b;line-height:1;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #MSLg2o5TMPVecvxRkcKREXw7nQ4WntD6 { height:174px;display:block; }
 }@media only screen and (max-width: 959px) { #hymubtk7CDtW7fDp8eUeTwBRs8ChL6It { width:179px;height:134px;top:20px;left:70px;display:block; }
 }@media only screen and (max-width: 959px) { #oNqsz1Ce1eUbcMpZlxFBo96T7zg5Q2KS { display:block; }#oNqsz1Ce1eUbcMpZlxFBo96T7zg5Q2KS > .row .container { width:320px;height:1021px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LsDFov0sR6GmVIOOHTf4ZBTbx1Tusccn { height:309px;display:block; }
 }@media only screen and (max-width: 959px) { #btZwlzNxRAppvhGvNuu49S8vWTupx7rz { width:281px;height:152px;top:5px;left:19.5px;font-size:38px;text-align:right;display:block; }
 }@media only screen and (max-width: 959px) { #Eoqlxe4CChtF7edaEWt4onQo98vmCies { width:309px;height:138px;top:166px;left:5.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #vewha3yDSGFT5fiACVreEiivGZOGztRP { height:712px;display:block; }
 }@media only screen and (max-width: 959px) { #PvfGTgR2uGlPmb17y47TNvhkOsTE9s0L { width:283px;height:60px;top:596px;left:20.5px;display:block; }
 }@media only screen and (max-width: 959px) { #igiqTPSOBkmewQvO4xwR3SteZmppSnA1 { width:320px;height:0;top:112px;left:0;text-align:center;display:block; }
 }@media only screen and (max-width: 959px) { #JHf1ueEygc5l5T1yIMEAuB0sRQ22VVLN { width:320px;height:0;top:319px;left:0;text-align:center;display:block; }
 }@media only screen and (max-width: 959px) { #riKEIX8VuLlfeSH47CZX918gTZbSKGl0 { display:block; }#riKEIX8VuLlfeSH47CZX918gTZbSKGl0 > .row .container { width:320px;height:610px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cwpPqQCDEIFsNg6RSyhRBvx81eF6MKEJ { height:311px;display:block; }
 }@media only screen and (max-width: 959px) { #KE9Or9PrifA37cBg6ZozQgMTpsPqDMVN { width:320px;height:45px;top:38px;left:1px;color:#360161;display:block; }
 }@media only screen and (max-width: 959px) { #ZByg1FVvf9F4wC3qhOpTgnozeqD1PxlM { width:320px;height:196px;top:115px;left:10px;color:#e8ffe5;display:block; }
 }@media only screen and (max-width: 959px) { #MsPre66fo6llLh0wfbXwVnGbamMZD9DW { height:299px;display:block; }
 }@media only screen and (max-width: 959px) { #TedKRAKHCS2aXnOgX5h9tll8aEdoN23A { width:100px;height:100px;top:15px;left:15px;display:block; }
 }@media only screen and (max-width: 959px) { #olOqP4mrOWzQ4TBJdouC7tcrrSDetZZR { display:block; }#olOqP4mrOWzQ4TBJdouC7tcrrSDetZZR > .row .container { width:320px;height:126px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #n6qzvBpsZDCry882RWonACUskZorctkw { height:71px;display:block; }
 }@media only screen and (max-width: 959px) { #RrA7XLfklm11DVPhlTzSUBH1M4NbXb0g { width:133px;height:27px;top:28px;left:5px;font-size:21px;display:block; }
 }@media only screen and (max-width: 959px) { #FttL4KHM1iOkK0xrt5uRlzebGr4nVNRN { width:50px;height:50px;top:17px;left:146px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #yCZAVb6iskziJpuG0EFT4H3oXwT7UQWx { width:50px;height:50px;top:17px;left:246px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #u26SMufkTEehuPAJpRsmQ6QKC3OKGJAW { width:50px;height:50px;top:17px;left:196px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #S2vmcN2Uilq8FfUTef5V9Zu2STNB3QXy { height:55px;display:block; }
 }@media only screen and (max-width: 959px) { #v68pZhauxdV5Q6To1nxEUAgRswxgtWzH { width:308px;height:35px;top:15px;left:6px;display:block; }
 }