body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  color: #2e2e2e;
  font-size: 25px;
  line-height: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
}

a {
  color: #dd783f;
  text-decoration: none;
}

a:hover {
  color: #c2581b;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
}

.hero-section {
  position: relative;
  height: 720px;
  padding-top: 184px;
  padding-bottom: 110px;
  background-image: url('/images/personal-pages-share/165909413/webflow/images/475068365.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.img-pol {
	
	background-image: url('/images/personal-pages-share/165909413/webflow/images/preimushhevtva-teplogo-vodyanogo-pola.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	height: 400px;
	background-position: 50% 50%;
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: auto;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(218, 96, 15, 0.8)), to(rgba(218, 96, 15, 0.8)));
  background-image: linear-gradient(180deg, rgba(218, 96, 15, 0.8), rgba(218, 96, 15, 0.8));
  text-align: center;
}

.menu-link {
  display: inline-block;
  margin-right: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.menu-icon {
  display: inline-block;
  float: right;
  line-height: 13px;
}

.menu-button {
  display: none;
  margin-top: 0px;
  padding: 10px 8px 9px;
  float: right;
  border-radius: 2px;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: hsla(0, 0%, 100%, 0.85);
}

.menu-button:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.menu-button.w--open {
  background-color: hsla(0, 0%, 100%, 0.25);
}

.long-text {
  margin-top: 7px;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
}

.hero-heading {
  margin-bottom: 14px;
  color: #fff;
  font-size: 50px;
  line-height: 51px;
  letter-spacing: 2px;
}

.hero-subheading {
  margin-bottom: 30px;
  font-family: Oxygen, sans-serif;
  color: hsla(0, 0%, 100%, 0.63);
  font-size: 18px;
  font-weight: 300;
}

.hero-content {
  display: none;
  margin-top: 88px;
  text-align: center;
}

.button {
  padding: 12px 31px;
  border-radius: 3px;
  background-color: #dd783f;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-weight: 300;
}

.button:hover {
  background-color: #f17228;
  color: #fff;
}

.main-section2 {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #f7f7f7;
}

.main-section2.dark {
  display: block;
  margin-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  background-color: #fff1e4;
}

.main-section2.gray {
  background-color: #f8f8f8;
}

.main-section2.bottom-padding {
  position: static;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  background-color: transparent;
  color: #000;
}

.thumbnail-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.thumbnail-wrapper:hover {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 0px 1px, rgba(0, 0, 0, 0.09) 0px 2px 23px 0px;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.blog-title {
  display: inline-block;
  margin-bottom: 6px;
  color: #101315;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
}

.category-tag {
  position: absolute;
  left: 10px;
  top: 4px;
  display: inline-block;
  margin-top: 6px;
  margin-right: 6px;
  padding: 6px;
  border-radius: 2px;
  background-color: #5cc489;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.thumbnail-text {
  position: relative;
  overflow: hidden;
  height: 93px;
  padding: 13px;
  border-top: 1px solid #e5e5e5;
}

.thumbnail-date {
  display: inline-block;
  float: right;
  font-family: Oxygen, sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.thumbnail-date.lite {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
}

.author-img {
  position: static;
  right: 10px;
  bottom: 10px;
  width: 26px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  float: left;
  border-radius: 60px;
}

.thumb-details {
  padding: 6px 13px;
  border-top: 1px solid #efefef;
  background-color: #fcfcfc;
}

.preview-text {
  overflow: hidden;
  height: 40px;
  font-family: Oxygen, sans-serif;
  color: #7a7a7a;
  font-size: 13px;
  line-height: 19px;
}

.author-title {
  float: left;
  font-family: Oxygen, sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.author-title.lite {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
}

.container {
  display: block;
  width: 1100px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.section-heading {
  display: block;
  padding-top: 0px;
  padding-bottom: 51px;
  background-color: #fff1e4;
  text-align: center;
}

.med-divider {
  display: block;
  width: 20%;
  height: 1px;
  margin: 35px auto 16px;
  background-color: #dedede;
  list-style-type: lower-alpha;
}

.white {
  color: #efefef;
}

.form-wrapper {
  display: block;
  width: 500px;
  margin: 20px auto 80px;
}

.field {
  width: 75%;
  height: 50px;
  float: left;
  border: 1px none #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #4d565d;
  font-size: 15px;
}

.submit-button {
  width: 25%;
  height: 50px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.28);
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-family: Oxygen, sans-serif;
}

.submit-button:hover {
  background-color: #dd783f;
}

.footer-section {
  display: none;
  padding-top: 27px;
  padding-bottom: 27px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.12);
  background-color: rgba(35, 47, 56, 0.6);
}

.footer-link {
  display: inline-block;
  padding: 3px 0px 3px 20px;
  float: none;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Oxygen, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 11px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #fff;
}

.thumbnail-image {
  display: block;
  width: 100%;
  height: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #d6d6d6;
  background-image: url('../images/');
  background-position: 50% 50%;
  background-size: cover;
}

.featured-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.featured-wrapper:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.featured-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 60px 20px 62px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), color-stop(46%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.76)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.6) 46%, rgba(0, 0, 0, 0.76));
}

.featured-title {
  display: block;
  margin-bottom: 4px;
  padding-right: 20px;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  text-align: left;
}

.category-tag-2 {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
  padding: 7px 9px 6px;
  border-radius: 2px;
  background-color: #5cc489;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.featured-description {
  padding-right: 44px;
  font-family: Oxygen, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}

.featured-details {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 20px 15px;
}

.featured-image {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 280px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-image: url('/images/personal-pages-share/165909413/webflow/images/3f4eb74a.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-date {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: 10px;
  color: #999;
  line-height: 25px;
}

.blog-category {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 6px;
  border-radius: 2px;
  color: #d25f7c;
  text-decoration: none;
  text-transform: uppercase;
}

.author-link {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.author-link:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.author-wrapper {
  display: block;
  width: 70%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.author-name {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #353535;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.author-name:hover {
  color: #243039;
}

.inner-hero {
  position: relative;
  height: 300px;
  padding-top: 125px;
  text-align: center;
}

.inner-hero.about-page {
  background-image: url('/images/personal-pages-share/165909413/webflow/images/photo-1438636740648-37d6fed50dad.jpg');
  background-size: cover;
}

.inner-hero.category {
  background-image: url('/images/personal-pages-share/165909413/webflow/images/photo-1413977886085-3bbbf9a7cf6e.jpg');
  background-size: cover;
}

.author-picture {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  width: 300px;
  margin-right: 25px;
  margin-bottom: 17px;
  float: left;
  border-radius: 6px;
}

.author-name-main {
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
}

.authorbio p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 29px;
}

.author-links {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  padding: 1px 0px;
  opacity: 0.7;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.author-links:hover {
  opacity: 1;
}

.social-wrapper {
  margin-bottom: 8px;
}

.hero-header {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

.blog-thumbnail {
  margin-bottom: 13px;
  padding: 6px 12px;
}

.footer-logo {
  text-decoration: none;
}

.hero-blog {
  height: 300px;
  background-image: url('../images/');
  background-position: 50% 50%;
  background-size: cover;
}

.smallest-divider {
  display: block;
  width: 50px;
  height: 2px;
  margin: 10px auto;
  background-color: #dedede;
}

.author-bio {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.author-bio p {
  font-size: 13px;
  line-height: 21px;
}

.social-link {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.82;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 0.45;
}

.blog-post {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.featuredthumbnail {
  padding-top: 7px;
  padding-bottom: 7px;
}

.navmenu {
  position: static;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  padding: 10px;
  border-radius: 2px;
  background-color: rgba(35, 47, 56, 0.22);
}

.nav-link {
  display: inline-block;
  margin-right: -2px;
  margin-left: 7px;
  padding: 10px 20px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.nav-link.w--current {
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 13px;
}

.view-all {
  margin-bottom: 13px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, 0.6);
  text-decoration: none;
}

.full-divide {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #dedede;
}

.author-photo {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 100%;
}

.social-icon {
  margin-top: 0px;
  margin-bottom: 0px;
}

.category-section {
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.category-link {
  display: block;
  margin-right: 1px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #768088;
  text-align: center;
  text-decoration: none;
}

.category-link:hover {
  background-color: #f0f0f0;
  color: #243039;
}

.dark-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  background-color: #000;
  opacity: 0.23;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-shadow: none;
}

.footer-links {
  text-align: right;
}

.category-block {
  display: block;
  padding: 10px;
  text-decoration: none;
}

.category-thumbnail {
  position: relative;
  overflow: hidden;
  height: 140px;
  padding: 57px 30px 30px;
  border-radius: 3px;
  background-image: url('../images/');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  font-size: 23px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.39);
}

.category-name {
  position: relative;
  z-index: 10;
}

.hero-wrapper {
  position: relative;
  z-index: 10;
}

.nav-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: none;
  overflow: visible;
  height: auto;
  margin-top: 141px;
  margin-left: 137px;
  padding-left: 173px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
  color: #000;
}

.field-label {
  font-family: Oxygen, sans-serif;
  font-weight: 400;
}

.contact-field {
  height: 50px;
  padding-bottom: 9px;
  border-radius: 2px;
  font-family: Oxygen, sans-serif;
}

.contact-field:focus {
  border: 1px solid #5cc489;
  color: #243039;
}

.contact-field.message {
  height: 150px;
}

.social-text {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 26px;
  background-image: url('/images/personal-pages-share/165909413/webflow/images/social-18.svg');
  background-position: 0px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #243039;
  font-size: 14px;
  text-decoration: none;
}

.social-text.facebook {
  background-image: url('/images/personal-pages-share/165909413/webflow/images/social-03.svg');
  background-size: 15px;
}

.social-text.instagram {
  background-image: url('/images/personal-pages-share/165909413/webflow/images/social-07.svg');
  background-size: 15px;
}

.success-message {
  padding-top: 27px;
  border-radius: 3px;
  background-color: #5cc489;
  color: #fff;
}

.success-text {
  font-size: 16px;
}

.section-title {
  display: block;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 36px;
  font-family: 'Droid Sans', sans-serif;
  color: #338b9e;
  font-size: 44px;
  line-height: 49px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 1px 1px 0 #000;
}

.blog-post-title {
  margin-top: 0px;
  margin-bottom: 7px;
}

.text1 {
  font-family: 'Droid Sans', sans-serif;
  color: #3697ac;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
}

.column {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
}

.text2 {
  margin-top: 37px;
  margin-left: 94px;
  padding-right: 11px;
  padding-left: 10px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 36px;
  text-align: left;
  text-shadow: -1px -1px 3px #000;
}

.img1 {
  width: 5px;
  height: 270px;
  margin-top: 29px;
}

.text3 {
  margin-top: 50px;
  margin-left: -65px;
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 44px;
  text-shadow: none;
}

.sending-form {
  display: block;
  margin-top: 37px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.butt {
  display: block;
  margin: 14px auto 41px;
  background-color: #ff995f;
  opacity: 1;
  font-size: 18px;
  cursor: pointer;
}

.sect7 {
  display: none;
  background-image: url('/images/personal-pages-share/165909413/webflow/images/1407433668_im-1.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.row4 {
  margin-top: 61px;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 33px;
  padding-left: 0px;
}

.text4 {
  margin-top: 29px;
  margin-right: 0px;
  padding-left: 32px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  text-shadow: 1px 0 8px #000;
}

.column4 {
  margin-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(74, 174, 194, 0.43)), to(rgba(74, 174, 194, 0.43)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(74, 174, 194, 0.43), rgba(74, 174, 194, 0.43));
}

.img {
  height: auto;
  margin-top: 102px;
}

.sect5 {
  display: block;
  margin-top: -80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#47ad5a), to(#47ad5a));
  background-image: linear-gradient(180deg, #47ad5a, #47ad5a);
}

.sect {
  display: block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 2px;
}

.sectcont {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  overflow: visible;
  margin: 60px auto 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.text5 {
  color: #3697ac;
}

.zagol {
  margin-top: 79px;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}

.row5 {
  margin-top: 51px;
}

.img2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text6 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.img3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.sect8 {
  display: none;
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32))), url('/images/personal-pages-share/165909413/webflow/images/San-Diego-Area-Vacation-Rental-16.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('/images/personal-pages-share/165909413/webflow/images/San-Diego-Area-Vacation-Rental-16.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.text8 {
  margin-top: 0px;
  margin-bottom: 31px;
  padding-top: 40px;
  color: #409fb3;
  font-size: 46px;
  line-height: 36px;
  text-align: center;
  text-shadow: 2px 2px 2px #000;
}

.row7 {
  margin-top: 85px;
}

.text7 {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}

.column5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.68)), to(rgba(0, 0, 0, 0.68)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68));
}

.text10 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 30px;
  font-weight: 200;
  text-align: center;
}

.img4 {
  height: 50px;
  margin-top: 12px;
  margin-right: 0px;
  margin-left: 197px;
  padding-left: 0px;
}

.text11 {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 30px;
  text-align: center;
  text-shadow: 1px 1px 0 #000;
}

.img5 {
  display: block;
  height: 50px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: 302px;
}

.text12 {
  color: #296910;
}

.cont {
  position: static;
  display: block;
  overflow: visible;
  margin-top: 96px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74));
}

.row10 {
  margin-top: 0px;
  background-image: none;
}

.img6 {
  margin-top: 0px;
  margin-left: -55px;
}

.img8 {
  height: 50px;
  margin-top: 27px;
  margin-left: 100px;
  text-align: left;
}

.img7 {
  height: 50px;
  margin-top: 11px;
  margin-left: 100px;
}

.img9 {
  height: 50px;
  margin-top: 17px;
  margin-left: 409px;
}

.text9 {
  margin-top: 20px;
  padding-top: 0px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}

.cont4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.sect3 {
  display: block;
  height: 632px;
  margin-top: 15px;
}

.row12 {
  margin-top: 29px;
}

.text13 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 22px;
  text-align: center;
}

.text14 {
  display: none;
  font-family: 'Droid Sans', sans-serif;
  font-size: 29px;
  line-height: 35px;
  text-align: center;
}

.img12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text15 {
  height: 250px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(74, 174, 194, 0.34)), to(rgba(74, 174, 194, 0.34)));
  background-image: linear-gradient(180deg, rgba(74, 174, 194, 0.34), rgba(74, 174, 194, 0.34));
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

.sect9 {
  display: block;
}

.img14 {
  display: block;
  height: 170px;
  margin-right: auto;
  margin-left: auto;
}

.text16 {
  margin-top: 33px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 30px;
  text-align: center;
}

.row14 {
  margin-top: 30px;
}

.column9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.text17 {
  margin-right: 0px;
  margin-left: 0px;
  color: #296910;
  font-size: 14px;
  text-align: center;
}

.text19 {
  margin-top: 0px;
  padding-top: 0px;
}

.cont1 {
  display: block;
  height: 250px;
  margin-top: 124px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 3px solid #fff;
  border-radius: 0px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.slider {
  display: none;
}

.mask {
  height: 500px;
}

.zvon {
  display: none;
  margin-top: 0px;
}

.sectlogo {
  margin-top: -16px;
  margin-left: 212px;
  padding-right: 27px;
}

.text20 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 59px;
  padding-right: 61px;
  font-family: 'Droid Sans', sans-serif;
  color: #fffcfd;
  font-size: 36px;
  text-align: center;
  text-shadow: 1px 1px 5px #000;
}

.row15 {
  display: block;
  margin-top: 110px;
}

.row16 {
  display: inline;
  height: 300px;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text21 {
  margin-top: 100px;
  margin-bottom: 6px;
  margin-left: 40px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 39px;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}

.text30 {
  margin-top: 75px;
  margin-left: 70px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 30px;
}

.text31 {
  margin-top: 75px;
  margin-right: 0px;
  margin-left: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 33px;
  line-height: 47px;
}

.cont3 {
  display: none;
  margin-top: -40px;
}

.text32 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}

.text-31 {
  margin-top: 45px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}

.row17 {
  display: none;
  margin-top: 49px;
  margin-right: 29px;
}

.text33 {
  margin-top: 16px;
  margin-left: 36px;
  font-family: 'Droid Sans', sans-serif;
  color: #a2978f;
  font-size: 31px;
  line-height: 30px;
  text-align: center;
}

.column12 {
  height: 100px;
  margin-top: 99px;
  border: 3px solid #a2978f;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.img16 {
  width: 300px;
  height: 150px;
  margin-top: 73px;
}

.slider4 {
  height: auto;
  margin-top: 62px;
}

.img30 {
  background-image: url('/images/personal-pages-share/165909413/webflow/images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider5 {
  background-image: url('/images/personal-pages-share/165909413/webflow/images/72640cc58e5bd7d0645313d08c31aa49.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider6 {
  background-image: url('/images/personal-pages-share/165909413/webflow/images/proekt-doma-pod-kluch-FAHVERK1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider7 {
  background-image: url('/images/personal-pages-share/165909413/webflow/images/каркасные-дома11-e1362213496641.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.text34 {
  margin-top: 56px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 36px;
  text-align: center;
}

.row19 {
  margin-top: -4px;
  border: 2px solid #0080c5;
}

.text35 {
  margin-top: 12px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 21px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.column13 {
  display: block;
  height: 98%;
  padding-bottom: 0px;
  border: 2px none #66311f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
}

.column14 {
  height: 1%;
  border: 2px none #66311f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
}

.column15 {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 2px none #66311f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
}

.col1 {
  height: 108px;
  margin-top: 0px;
  border: 3px none #fff;
}

.col2 {
  height: 109px;
  border: 3px none #fff;
}

.text27 {
  margin-top: 85px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 39px;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}

.row32 {
  display: inline;
  margin-right: auto;
  margin-left: auto;
}

.sect10 {
  display: block;
  margin-top: 59px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 93.3%, 0.84)), to(hsla(0, 0%, 93.3%, 0.84)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 93.3%, 0.84), hsla(0, 0%, 93.3%, 0.84));
}

.img17 {
  margin-top: -56px;
  padding-top: 0px;
}

.img19 {
  display: block;
  margin-top: -109px;
  margin-bottom: 0px;
}

.cont01 {
  height: auto;
  margin-top: 56px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 2px none #c2c2c2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 49, 31, 0.74)), to(rgba(102, 49, 31, 0.74))), url('/images/personal-pages-share/165909413/webflow/images/wzmt8Ko46P.png'), url('/images/personal-pages-share/165909413/webflow/images/wzmt8Ko46P.png');
  background-image: linear-gradient(180deg, rgba(102, 49, 31, 0.74), rgba(102, 49, 31, 0.74)), url('/images/personal-pages-share/165909413/webflow/images/wzmt8Ko46P.png'), url('/images/personal-pages-share/165909413/webflow/images/wzmt8Ko46P.png');
  background-position: 0px 0px, 50% 100%, 50% 50%;
  background-size: auto, cover, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.row01 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #fff;
  text-align: left;
}

.cont12 {
  margin-top: 45px;
}

.sect12 {
  display: block;
  height: 700px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 120, 63, 0.05)), to(rgba(221, 120, 63, 0.05))), url('/images/personal-pages-share/165909413/webflow/images/hVmXf_croper_ru.jpeg');
  background-image: linear-gradient(180deg, rgba(221, 120, 63, 0.05), rgba(221, 120, 63, 0.05)), url('/images/personal-pages-share/165909413/webflow/images/hVmXf_croper_ru.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.row222 {
  margin-top: 90px;
}

.column222 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(74, 174, 194, 0.43)), to(rgba(74, 174, 194, 0.43)));
  background-image: linear-gradient(180deg, rgba(74, 174, 194, 0.43), rgba(74, 174, 194, 0.43));
}

.text222 {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  text-align: left;
  text-shadow: 1px 1px 2px #000;
}

.text2222 {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 31px;
  font-weight: 700;
  text-shadow: 1px 1px 2px #000;
}

.column2222 {
  margin-top: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.54)), to(rgba(0, 0, 0, 0.54)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.54));
}

.sect14 {
  display: block;
}

.row333 {
  margin-top: 75px;
}

.text3333 {
  margin-top: 49px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 37px;
  text-align: center;
}

.text33333 {
  margin-top: 0px;
  font-family: 'Droid Sans', sans-serif;
  text-align: center;
}

.img333 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.colimn333 {
  opacity: 1;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.img3333 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.divcont {
  display: block;
  width: auto;
  max-width: 1150px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.menu {
  display: block;
  float: none;
}

.cont001 {
  margin-top: -68px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: none;
}

.column014 {
  height: 75px;
  border: 2px none #66311f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
}

.text-0003 {
  margin-top: 46px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 34px;
  text-align: center;
  text-shadow: 0 1px 0 #000;
}

.sect0004 {
  display: block;
}

.sect1 {
  display: block;
  height: 185px;
  margin-top: -20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 83.5%, 0.66)), to(hsla(0, 0%, 83.5%, 0.66)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 83.5%, 0.66), hsla(0, 0%, 83.5%, 0.66));
}

.contglav {
  margin-top: 0px;
}

.rowup {
  height: 149px;
  margin-top: 27px;
}

.text-glav {
  margin-top: 20px;
  margin-left: -191px;
  color: #056192;
  font-size: 24px;
  line-height: 39px;
  text-align: center;
}

.imggl {
  display: block;
  height: 170px;
  margin-top: -15px;
  margin-right: auto;
  margin-left: -35px;
  text-align: center;
}

.number {
  margin-top: 71px;
  margin-left: 13px;
  color: #000;
  font-size: 25px;
  text-align: center;
}

.number2 {
  margin-left: 11px;
  text-align: center;
}

.text0004 {
  margin-top: 20px;
  margin-right: 30px;
  margin-left: -55px;
  color: #056192;
  font-size: 18px;
  line-height: 27px;
}

.text0005 {
  margin-top: 80px;
  margin-bottom: 0px;
  margin-left: -34px;
  padding-right: 0px;
  font-family: Verdana, Geneva, sans-serif;
  color: #ff995f;
  font-size: 33px;
  line-height: 44px;
  font-weight: 800;
  text-align: center;
  text-shadow: 1px 1px 0 #000;
}

.text0005.hidden {
  display: none;
}

.text0006 {
  display: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #056192;
  font-size: 38px;
  line-height: 44px;
}

.tezt0007 {
  margin-top: -4px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.img0001 {
  margin-top: 24px;
}

.text0008 {
  margin-top: 59px;
  margin-bottom: 69px;
  color: #056192;
  font-size: 38px;
  line-height: 47px;
  text-align: center;
}

.slider0001 {
  margin-top: 52px;
}

.slider0002 {
  height: auto;
  background-image: url('/images/personal-pages-share/165909413/webflow/images/пример.png');
  background-position: 50% 50%;
  background-size: 700px;
  background-repeat: no-repeat;
}

.slidermask {
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.icin {
  margin-top: 214px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.ici {
  margin-bottom: -71px;
}

.imgsl {
  display: block;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
}

.iiii {
  display: block;
  width: 1200px;
  height: 50px;
  margin-top: 39px;
  margin-right: auto;
  margin-left: auto;
}

.text0007 {
  display: block;
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px none #ff995f;
  font-family: Verdana, Geneva, sans-serif;
  color: #ff995f;
  font-size: 30px;
  line-height: 32px;
  font-weight: 200;
  text-align: center;
  text-shadow: 1px 1px 0 #000;
}

.sect0005 {
  display: block;
  margin-top: 181px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
}

.text0009 {
  width: auto;
  color: #056192;
  font-size: 28px;
  line-height: 36px;
}

.row0001 {
  margin-top: 53px;
}

.text000010 {
  margin-top: 28px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.img10 {
  margin-top: 62px;
  margin-left: 210px;
}

.col100 {
  margin-top: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
}

.row100 {
  width: auto;
  height: 35px;
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px none #000;
  background-image: none;
}

.text102 {
  margin-top: 9px;
  margin-left: 0px;
  padding-top: 6px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #a5a1a1;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
}

.column110 {
  height: 49px;
  border: 1px solid #54ad32;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(74, 174, 194, 0.56)), to(rgba(74, 174, 194, 0.56)));
  background-image: linear-gradient(180deg, rgba(74, 174, 194, 0.56), rgba(74, 174, 194, 0.56));
}

.column112 {
  height: 104px;
  border: 1px dashed #54ad32;
}

.text1010 {
  margin-top: 26px;
  border-style: none;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.img112 {
  margin-top: 90px;
}

.h21 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 31px;
  text-align: center;
}

.link100 {
  display: block;
  height: 59px;
  margin: -9px 350px 22px;
  padding-top: 18px;
  border: 3px solid #296910;
  color: #296910;
  font-size: 27px;
  text-align: center;
}

.link1.w--current {
  color: #3a7e1f;
}

.row123 {
  display: block;
  max-width: 1150px;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 13px;
}

.sect-sert {
  display: block;
  height: auto;
  margin-top: 0px;
  padding-top: 33px;
  padding-bottom: 33px;
  background-image: url('/images/personal-pages-share/165909413/webflow/images/319.jpg');
  background-position: 50% 68%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.text101010 {
  display: block;
  height: 59px;
  margin-top: 0px;
  margin-right: 90px;
  margin-left: 90px;
  padding-top: 14px;
  border: 3px solid #296910;
  color: #296910;
  font-size: 27px;
  line-height: 20px;
  text-align: center;
}

.link001 {
  border: 1px none #296910;
  color: #296910;
}

.linkis {
  color: #000;
  font-size: 17px;
  font-weight: 400;
}

.sect102 {
  display: block;
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #fff1e4;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  text-align: justify;
}

.column1010 {
  margin-top: 49px;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: Verdana, Geneva, sans-serif;
  color: #666;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.ink1000 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
}

.imgbank {
  margin-top: 41px;
}

.h23 {
  margin-top: 59px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 31px;
  text-align: center;
}

.link1000 {
  color: #000;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
}

.sect103 {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(92, 196, 137, 0.08)), to(rgba(92, 196, 137, 0.08))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, rgba(92, 196, 137, 0.08), rgba(92, 196, 137, 0.08)), linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), linear-gradient(180deg, #fff, #fff);
}

.row10000 {
  margin-top: -25px;
  margin-bottom: -24px;
}

.row2000 {
  margin-top: -33px;
}

._690 {
  margin-top: 4px;
  line-height: 20px;
  text-align: center;
}

._345 {
  margin-top: 44px;
  font-size: 28px;
}

._546456 {
  margin-top: 12px;
  margin-left: 14px;
  font-family: Vollkorn, serif;
  font-size: 19px;
  line-height: 24px;
  font-weight: 200;
}

._56456 {
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(92, 196, 137, 0.16)), to(rgba(92, 196, 137, 0.16))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, rgba(92, 196, 137, 0.16), rgba(92, 196, 137, 0.16)), linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), linear-gradient(180deg, #fff, #fff);
}

._436 {
  padding-top: 61px;
}

._6456456 {
  display: block;
  margin-bottom: 33px;
  font-size: 37px;
  text-align: center;
}

._5477 {
  display: none;
  height: auto;
  margin: -21px 360px 19px;
  padding: 10px 0px;
  border: 3px solid #296910;
  font-size: 27px;
  text-align: center;
}

._45745747 {
  margin-top: -41px;
}

._465745 {
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

._6856856 {
  font-family: Merriweather, serif;
  font-size: 28px;
}

._574468 {
  font-family: Merriweather, serif;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
}

._3745547 {
  font-family: Merriweather, serif;
  text-align: center;
}

._7568 {
  margin-top: 89px;
  font-family: Verdana, Geneva, sans-serif;
  color: #ff995f;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 0 #000;
}

._858586 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
}

._8780 {
  display: none;
  margin-top: 45px;
}

._870780 {
  margin-top: 19px;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

._876878 {
  height: auto;
  margin-top: 38px;
  padding-top: 19px;
  border: 1px none #0c077c;
  font-family: Verdana, Geneva, sans-serif;
  color: #555;
  font-size: 17px;
  line-height: 33px;
  font-weight: 200;
  text-align: left;
}

._568568 {
  margin-top: 0px;
}

._575688 {
  height: auto;
  margin-top: 38px;
  margin-right: -47px;
  padding-top: 21px;
  border: 1px none #0c077c;
  font-family: Verdana, Geneva, sans-serif;
  color: #555;
  font-size: 17px;
  line-height: 29px;
  font-weight: 100;
  text-align: left;
}

._567 {
  display: inline-block;
  margin-top: 34px;
  padding-right: 0px;
  font-family: Verdana, Geneva, sans-serif;
  color: #555;
  font-size: 17px;
  line-height: 30px;
  text-align: left;
  width:460px;
}

._547 {
  margin-top: 120px;
}

._76475 {
  margin-right: -79px;
  font-family: Verdana, Geneva, sans-serif;
  color: #555;
  font-size: 17px;
  line-height: 30px;
  text-align: left;
}

._34646 {
  display: none;
  margin-right: -15px;
  float: right;
}

._6346346 {
  margin-top: 93px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 18px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 23px;
  line-height: 28px;
  font-weight: 200;
  text-align: left;
}

._547457 {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: Verdana, Geneva, sans-serif;
  color: #666;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

._4636 {
  display: block;
  margin: 45px auto 58px;
}

._679679 {
  margin-bottom: 0px;
  padding-top: 35px;
}

._3463535 {
  margin-top: 41px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 27px;
  line-height: 30px;
}

._346346 {
  margin-top: 43px;
  margin-bottom: -33px;
  float: right;
}

._765588 {
  margin-top: 0px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  line-height: 33px;
  font-weight: 100;
  text-align: center;
}

._5474574 {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: Verdana, Geneva, sans-serif;
  color: #666;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

._5474574.kak-stst {
  margin-top: 79px;
}

.y544u {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.48);
  border-radius: 10px;
}

._436355 {
  margin-top: 29px;
}

._63653636 {
  display: block;
  margin: 0px auto 6%;
  font-family: Verdana, Geneva, sans-serif;
  color: #243039;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
}

._47476 {
  margin-top: 71px;
  margin-left: 46px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  line-height: 38px;
}

._211242352543636 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.48);
  border-radius: 10px;
}

.hidden {
  display: none;
}

.head_div {
  position: static;
  margin-top: 60px;
  margin-left: 0px;
  padding: 25px;
  float: right;
  border: 5px solid #fff;
  background-color: rgba(0, 0, 0, 0.2);
  color: #000;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.head_heading {
  margin-bottom: 0px;
  border: 1px none #000;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-shadow: none;
}

.first_button {
  display: block;
  width: 22%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #f60;
  text-align: center;
  cursor: pointer;
}

.first_button:hover {
  color: #fff;
}

.hide_div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
}

.form_div {
  display: block;
  width: 500px;
  height: 400px;
  margin-top: 164px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  background-color: #fff;
}

.form_button {
  width: 100%;
  margin-top: 12px;
  border-radius: 5px;
  background-color: #f60;
  cursor: pointer;
}

._2nd_form {
  margin-top: 34px;
  padding: 12px 15px 39px;
  border: 1px solid #f60;
  background-color: #fff;
}

.second_button {
  width: 100%;
  border-radius: 5px;
  background-color: #f60;
  cursor: pointer;
}

.form_head {
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
}

.closex {
  position: relative;
  top: 0px;
  right: 0px;
  width: 25px;
  height: 25px;
  float: right;
  font-family: 'Droid Sans', sans-serif;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.img_2 {
  width: 390px;
  margin-top: 20px;
  float: none;
  text-align: center;
}

.grass_sect {
  padding-top: 48px;
  padding-bottom: 23px;
  background-image: url('/images/personal-pages-share/165909413/webflow/images/15110.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.text_block {
  display: block;
  margin-right: auto;
  margin-left: 39px;
  color: #000;
  font-size: 24px;
  line-height: 27px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -1px;
  text-indent: 0px;
  text-shadow: 0 0 9px #fff;
}

.form_bottom_div {
  margin-top: 30px;
}

.text_field {
  display: inline-block;
  width: 280px;
  margin-top: 8px;
  margin-left: 26px;
  border-radius: 5px;
}

.text_field.button1 {
  background-color: #f60;
}

.list_item {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 56px;
  background-image: url('/images/personal-pages-share/165909413/webflow/images/garantee.png');
  background-position: 0px 50%;
  background-size: 45px;
  background-repeat: no-repeat;
  font-size: 24px;
  line-height: 26px;
}

.list_1 {
  margin-top: 0px;
  font-size: 21px;
  line-height: 37px;
}

.span1 {
  color: #f57b2a;
}

.sect2 {
  padding-top: 58px;
  padding-bottom: 58px;
  background-color: #fff;
}

.img_5 {
  display: block;
  width: 110px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
}

.any_div {
  color: #555;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
}

.garanty_omg {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-bottom: 21px;
  margin-left: auto;
  text-align: center;
}

.clients {
  padding-top: 54px;
  padding-bottom: 54px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-align: left;
}

.orange {
  color: #f60;
}

.item_list {
  height: auto;
  padding-left: 0px;
}

.bubbles {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  margin-bottom: -3px;
  float: none;
  border-radius: 100px;
  background-color: #f60;
  text-align: center;
}

.text_item {
  position: relative;
  display: inline-block;
  margin-top: auto;
  margin-left: auto;
  font-size: 20px;
  line-height: 22px;
}

.containers {
  display: block;
  max-width: 970px;
  margin-right: auto;
  margin-bottom: 1px;
  margin-left: auto;
}

.nav {
  display: block;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.navigation {
  background-color: #e1803f;
}

.hero-section {
  background-image: url('/images/personal-pages-share/165909413/webflow/images/bc.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-heading {
  font-family: Verdana, Geneva, sans-serif;
}

.sect-sert {
  background-image: url('/images/personal-pages-share/165909413/webflow/images/319_1.jpg');
  background-position: 50% 76%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top_menu {
  background-color: #e1803f;
}

.nav_menu {
  display: block;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.menu_div {
  background-color: #e1803f;
  text-align: center;
}

.logo_div {
  display: none;
}

.menu_top {
  display: block;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.button-1 {
  margin-top: 3%;
  float: left;
  border-radius: 5px;
  background-color: #f60;
  font-size: 18px;
  cursor: pointer;
}

.button-1:hover {
  color: #fff;
}

.telephone-number {
  width: auto;
  margin-top: 1%;
  margin-left: auto;
  float: none;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: none;
  text-shadow: 1px 1px 6px #000;
}

.telephone-image {
  float: right;
}

.text-item {
  position: static;
  top: auto;
  display: inline-block;
  margin-left: auto;
  padding-top: 0px;
  float: left;
  font-size: 20px;
  line-height: 28px;
}

.row-class {
  margin-top: 3%;
}

.row-class-2 {
  margin-bottom: 3%;
}

.footer-name-contact {
  font-size: 22px;
  font-weight: 700;
}

.footer-adress {
  width: 100%;
  font-size: 18px;
}

.footer-row-class {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 2%;
  margin-left: auto;
}

.img-sale {
  display: block;
  float: right;
}

.sld1 {
  background-image: url('/images/personal-pages-share/165909413/webflow/images/вход-в-теплолюкс.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.sld2 {
  background-image: url('/images/personal-pages-share/165909413/webflow/images/unnamed-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.sld3 {
  background-image: url('/images/personal-pages-share/165909413/webflow/images/unnamed.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.sld-ms {
  height: 321px;
}

.he1 {
  margin-top: 21px;
  margin-bottom: 0px;
  font-size: 40px;
}

.textokomp {
  margin-top: 0px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  text-align: justify;
}

.textokomp.lis4 {
  margin-top: 20px;
}

.textokomp.textp {
  margin-top: 0px;
}

.textokomp.textp.textpad {
  padding-right: 190px;
}

.ash2 {
  margin-top: 54px;
  margin-bottom: 43px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 35px;
  line-height: 31px;
  text-align: center;
}

.imgkond {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

.text-block {
  overflow: visible;
  margin-top: 25px;
  font-size: 24px;
  text-align: center;
}

.text-block-2 {
  margin-top: 25px;
  font-size: 20px;
  text-align: center;
}

.bold-text {
  font-weight: 400;
}

.text-block-3 {
  margin-bottom: 25px;
}

.div-block {
  text-align: justify;
}

.columns {
  margin-bottom: 20px;
}

.text-block-4 {
  color: #555;
  font-size: 17px;
  line-height: 29px;
}

.text-block-5 {
  text-align: center;
}

.heading {
  color: #f57b2a;
}

html.w-mod-js *[data-ix="navbar"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="hero-text-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="hero-button"] {
  opacity: 0;
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}

html.w-mod-js *[data-ix="ube"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="text"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="row3"] {
  opacity: 0;
  -webkit-transform: translate(-400px, 0px);
  -ms-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}

html.w-mod-js *[data-ix="row6"] {
  opacity: 0.05;
  -webkit-transform: translate(400px, 0px);
  -ms-transform: translate(400px, 0px);
  transform: translate(400px, 0px);
}

html.w-mod-js *[data-ix="strelca"] {
  opacity: 0.26;
  -webkit-transform: translate(-500px, 0px);
  -ms-transform: translate(-500px, 0px);
  transform: translate(-500px, 0px);
}

html.w-mod-js *[data-ix="row"] {
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="imgsvai"] {
  opacity: 0;
  -webkit-transform: translate(8px, 0px);
  -ms-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
}

html.w-mod-js *[data-ix="row222"] {
  opacity: 0.25;
  -webkit-transform: translate(-100px, 100px);
  -ms-transform: translate(-100px, 100px);
  transform: translate(-100px, 100px);
}

html.w-mod-js *[data-ix="column"] {
  opacity: 0.16;
  -webkit-transform: translate(-400px, 0px);
  -ms-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="new-interaction-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="new-interaction-4"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: auto;
    background-position: 50% 100%;
  }

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

  .main-section2 {
    padding: 40px 10px;
  }

  .main-section2.dark {
    padding-right: 0px;
    padding-left: 0px;
  }

  .preview-text {
    overflow: hidden;
    max-height: 40px;
  }

  .section-heading {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .footer-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .featured-text {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 70px;
  }

  .featured-title {
    font-size: 23px;
  }

  .category-tag-2 {
    z-index: 10;
  }

  .featured-description {
    overflow: hidden;
    max-height: 55px;
    padding-right: 0px;
    font-size: 17px;
    line-height: 23px;
  }

  .blog-thumbnail {
    width: 33.33%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .featuredthumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .category-block {
    padding: 10px 0px;
  }

  .text2 {
    margin-top: 57px;
    margin-left: -154px;
    padding-right: 0px;
  }

  .img1 {
    height: 420px;
  }

  .text11 {
    margin: 17px 15px 21px 0px;
    padding-right: 0px;
    text-align: center;
  }

  .img6 {
    margin-top: 103px;
  }

  .img8 {
    margin-top: 20px;
    margin-left: 0px;
    padding-left: 122px;
  }

  .img7 {
    margin-top: 32px;
    margin-left: 0px;
    padding-left: 122px;
  }

  .img9 {
    margin-top: -15px;
    margin-left: 0px;
    padding-left: 122px;
  }

  .text15 {
    height: 350px;
  }

  .img14 {
    height: 120px;
  }

  .text17 {
    margin-left: 0px;
  }

  .cont1 {
    margin-top: 22px;
  }

  .slider {
    display: block;
    height: 500px;
  }

  .slider1 {
    background-image: url('/images/personal-pages-share/165909413/webflow/images/1.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slider2 {
    background-image: url('/images/personal-pages-share/165909413/webflow/images/22.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .slider3 {
    background-image: url('/images/personal-pages-share/165909413/webflow/images/4.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .mask {
    height: 500px;
  }

  .column10 {
    height: 400px;
    margin-top: 46px;
    padding-right: 121px;
  }

  .text20 {
    margin-top: 39px;
    text-align: center;
  }

  .row15 {
    margin-top: 197px;
  }

  .text21 {
    margin-top: 21px;
  }

  .text30 {
    margin-top: 22px;
  }

  .text31 {
    margin-top: 15px;
    margin-right: -27px;
    font-size: 22px;
  }

  .text33 {
    margin-top: -1px;
    margin-left: 2px;
    font-size: 20px;
  }

  .column12 {
    margin-top: 30px;
  }

  .img16 {
    margin-top: 1px;
  }

  .text27 {
    margin-top: 21px;
  }

  .cont01 {
    height: 272px;
  }

  .sect12 {
    height: 850px;
  }

  .row123 {
    margin-top: 0px;
  }

  .sect102 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._876878 {
    margin-top: 13px;
  }

  ._575688 {
    margin-top: 13px;
    margin-right: 0px;
  }

  ._567 {
    margin-top: 52px;
  }

  ._547 {
    margin-top: 188px;
  }

  ._76475 {
    margin-right: 0px;
  }

  ._6346346 {
    font-size: 20px;
    line-height: 27px;
  }

  ._547457 {
    font-size: 33px;
    line-height: 47px;
  }

  ._63653636 {
    font-size: 22px;
    text-align: center;
  }

  .head_div {
    color: #fff;
  }

  ._2nd_form {
    margin-top: 0px;
  }

  .second_button {
    font-size: 13px;
  }

  .form_head {
    font-size: 23px;
  }

  .grass_sect {
    background-position: 100% 100%;
    background-size: cover;
  }

  .form_bottom_div {
    text-align: center;
  }

  .text_field {
    margin-left: 8px;
    text-align: center;
  }

  .text_field.button1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .sect2 {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .clients {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .bubbles {
    width: 12px;
    height: 12px;
    margin-bottom: -2px;
  }

  .text_item {
    font-size: 15px;
    line-height: 21px;
  }

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

  .logo_div {
    display: block;
  }

  .menu_button {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
    padding-top: 162px;
    background-size: cover;
  }

  .navbar {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: visible;
    background-color: rgba(218, 96, 15, 0.8);
    background-image: none;
  }

  .main-section2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .main-section2.dark {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-section {
    margin-bottom: -81px;
  }

  .featured-text {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
  }

  .featured-title {
    font-size: 27px;
  }

  .featured-description {
    font-size: 18px;
  }

  .author-picture {
    width: 210px;
    margin-right: 13px;
    margin-bottom: 6px;
  }

  .authorbio {
    font-size: 14px;
    line-height: 17px;
  }

  .blog-thumbnail {
    width: 50%;
  }

  .featuredthumbnail {
    padding: 10px 0px;
  }

  .navmenu {
    width: 100%;
  }

  .category-wrapper {
    display: inline-block;
    width: 33.33%;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .about-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-menu {
    position: static;
    top: 0px;
    display: none;
    overflow: auto;
    text-align: center;
  }

  .success-message {
    padding-top: 28px;
    background-color: #5cc489;
    color: #fff;
    font-size: 18px;
  }

  .success-text {
    font-size: 18px;
  }

  .section-title {
    margin-top: -236px;
  }

  .img1 {
    display: none;
  }

  .text3 {
    margin-left: 0px;
  }

  .sending-form {
    text-align: center;
  }

  .sect {
    margin-top: 0px;
  }

  .img4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .text11 {
    margin-left: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .img5 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .img6 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .row11 {
    margin-left: 0px;
  }

  .img8 {
    padding-left: 70px;
  }

  .img7 {
    margin-top: 68px;
    padding-left: 70px;
  }

  .img9 {
    margin-top: 84px;
    padding-left: 70px;
  }

  .text14 {
    padding-top: 204px;
  }

  .text15 {
    height: 250px;
  }

  .img14 {
    display: none;
    height: 150px;
  }

  .text17 {
    margin-left: 0px;
  }

  .slider {
    height: auto;
    margin-bottom: 15px;
  }

  .slider1 {
    background-image: url('/images/personal-pages-share/165909413/webflow/images/1.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slider2 {
    background-image: url('/images/personal-pages-share/165909413/webflow/images/22.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slider3 {
    background-image: url('/images/personal-pages-share/165909413/webflow/images/4.jpeg');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .mask {
    height: 320px;
    margin-top: 7px;
    margin-bottom: 13px;
    padding-bottom: 0px;
  }

  .zvon {
    margin-top: 50px;
  }

  .text20 {
    margin-top: 29px;
    font-size: 31px;
  }

  .row15 {
    margin-top: 273px;
  }

  .text21 {
    margin-top: 9px;
    font-size: 21px;
  }

  .text30 {
    margin-left: 27px;
  }

  .text31 {
    margin-right: 0px;
    margin-left: -53px;
    font-size: 21px;
  }

  .text32 {
    margin-top: -15px;
  }

  .text33 {
    margin-top: 5px;
    font-size: 17px;
    line-height: 16px;
  }

  .text35 {
    margin-top: 61px;
    padding-left: 35px;
  }

  .text27 {
    margin-top: 10px;
    font-size: 21px;
  }

  .cont01 {
    height: 220px;
    margin-top: 28px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('/images/personal-pages-share/165909413/webflow/images/Untitled-3.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('/images/personal-pages-share/165909413/webflow/images/Untitled-3.png');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
  }

  .column444 {
    padding-left: 57px;
  }

  .img44 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  ._876878 {
    padding-left: 0px;
  }

  ._567 {
    position: static;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: -65px;
    padding-left: 0px;
  }

  ._547457 {
    font-size: 30px;
    line-height: 41px;
  }

  ._63653636 {
    margin-left: 1px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .head_heading {
    font-size: 34px;
  }

  .form_div {
    width: 100%;
  }

  ._2nd_form {
    margin-top: 25px;
    padding-top: 0px;
  }

  .form_head {
    font-size: 25px;
  }

  .img_1 {
    display: none;
  }

  .img_2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .grass_sect {
    background-position: 50% 0px;
    background-size: cover;
  }

  .img_4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .any_div {
    margin-top: 14px;
  }

  .item_list {
    padding-left: 140px;
    text-align: left;
  }

  .bubbles {
    position: static;
    display: none;
    float: none;
  }

  .text_item {
    float: none;
  }

  .telephone-number {
    float: right;
  }

  .telephone-image {
    float: right;
  }

  .column-1 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-section {
    height: 100%;
    padding: 118px 21px 35px;
  }

  .navbar {
    position: static;
    padding: 2px 15px 7px;
  }

  .menu-button {
    margin-top: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-button.w--open {
    top: 0px;
    right: 0px;
    display: block;
    margin-top: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .long-text {
    margin-top: 0px;
  }

  .hero-subheading {
    line-height: 27px;
  }

  .main-section2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .author-img {
    display: block;
  }

  .section-heading {
    display: block;
    margin-top: -20px;
  }

  .med-divider {
    width: 60%;
  }

  .form-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .field {
    width: 100%;
    margin-bottom: 5px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .submit-button {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .footer-section {
    position: relative;
    padding-bottom: 0px;
  }

  .footer-link {
    display: block;
    padding-left: 0px;
    float: none;
    text-align: center;
  }

  .featured-text {
    padding: 0px 15px 55px;
  }

  .featured-title {
    font-size: 18px;
  }

  .category-tag-2 {
    left: 15px;
    top: 15px;
    padding: 6px;
  }

  .featured-description {
    display: none;
  }

  .featured-details {
    padding-right: 15px;
    padding-left: 15px;
  }

  .inner-hero {
    height: 330px;
  }

  .author-picture {
    display: block;
    width: 130px;
    margin-right: auto;
    margin-bottom: 2px;
    margin-left: auto;
    float: none;
    border-radius: 110px;
    text-align: center;
  }

  .author-name-main {
    margin-top: 2px;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
  }

  .authorbio {
    font-size: 14px;
    text-align: center;
  }

  .social-wrapper {
    text-align: center;
  }

  .hero-header {
    font-size: 40px;
  }

  .blog-thumbnail {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-logo {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .footer-logo.w--current {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .blog-post {
    width: 95%;
  }

  .featuredthumbnail {
    padding: 5px 0px;
  }

  .navmenu {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    background-color: rgba(35, 47, 56, 0.72);
  }

  .nav-link {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    opacity: 0.7;
    font-size: 17px;
    text-align: center;
  }

  .nav-link.w--current {
    opacity: 1;
    color: #fff;
  }

  .logo {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    float: left;
    text-align: center;
  }

  .nav-menu {
    position: static;
    display: none;
    overflow: visible;
    width: 100%;
    margin-top: 0px;
    padding-top: 60px;
    background-color: rgba(35, 47, 56, 0.92);
    color: #000;
  }

  .close-x {
    position: absolute;
    left: 35px;
    top: 21px;
    right: 35px;
    display: block;
    width: 80px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 27px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .success-text {
    line-height: 27px;
  }

  .section-title {
    margin-top: -21px;
    font-size: 32px;
  }

  .text1 {
    font-size: 24px;
  }

  .text2 {
    margin-top: 3px;
    font-size: 20px;
  }

  .sect5 {
    display: none;
  }

  .sect {
    margin-top: 20px;
  }

  .zagol {
    margin-top: 13px;
    font-size: 28px;
  }

  .text8 {
    font-size: 28px;
  }

  .text11 {
    font-size: 23px;
    line-height: 44px;
  }

  .img8 {
    height: 50px;
  }

  .img9 {
    margin-top: 72px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .cont4 {
    display: none;
  }

  .text15 {
    height: 350px;
  }

  .slider1 {
    background-position: 50% 50%;
  }

  .slider2 {
    background-position: 50% 50%;
  }

  .column10 {
    margin-top: 0px;
    padding-left: 0px;
  }

  .zvon {
    display: none;
  }

  .zvon2 {
    display: none;
  }

  .text20 {
    margin-top: 45px;
    margin-left: 0px;
    padding-right: 0px;
    font-size: 20px;
  }

  .text21 {
    display: none;
  }

  .text30 {
    margin-top: 38px;
  }

  .text31 {
    margin-top: 40px;
    font-size: 19px;
  }

  .row30 {
    margin-top: 0px;
  }

  .text33 {
    margin-top: 14px;
    font-size: 24px;
    line-height: 21px;
  }

  .column12 {
    padding-left: 14px;
  }

  .img16 {
    display: none;
  }

  .text34 {
    font-size: 32px;
  }

  .text35 {
    margin-top: 17px;
    padding-left: 0px;
  }

  .col2 {
    margin-top: 14px;
  }

  .text27 {
    display: none;
  }

  .img19 {
    display: block;
    margin-top: -94px;
  }

  .cont01 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31));
    background-position: 0px 0px;
    background-size: auto;
  }

  .sect12 {
    height: 990px;
  }

  .col001 {
    margin-top: -133px;
  }

  .column005 {
    margin-top: -97px;
    padding-left: 49px;
  }

  .column006 {
    padding-left: 65px;
  }

  .zv {
    display: none;
  }

  .menu {
    display: block;
  }

  .cont001 {
    margin-top: 0px;
  }

  ._8780 {
    margin-top: 0px;
  }

  ._575688 {
    margin-top: 0px;
  }

  ._567 {
    margin-left: 0px;
  }

  ._6346346 {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
  }

  ._547457 {
    font-size: 26px;
    line-height: 34px;
  }

  ._63653636 {
    font-size: 21px;
  }

  .head_div {
    margin-top: 9px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .head_heading {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 26px;
    line-height: 29px;
  }

  .second_button {
    overflow: hidden;
  }

  .form_head {
    font-size: 22px;
  }

  .closex {
    font-size: 22px;
    text-align: center;
    letter-spacing: 1px;
  }

  .grass_sect {
    padding-right: 11px;
    padding-left: 11px;
  }

  .text_block {
    margin-left: 0px;
    color: #000;
    font-size: 17px;
  }

  .text_field {
    width: 100%;
    margin-left: 0px;
  }

  .text_field.button1 {
    overflow: hidden;
  }

  .list_1 {
    font-size: 21px;
  }

  .sect2 {
    padding-right: 7px;
    padding-left: 7px;
  }

  .item_list {
    padding-left: 0px;
    text-align: center;
  }

  .bubbles {
    display: none;
    width: 6px;
    height: 6px;
  }

  .text_item {
    margin-left: 0px;
  }

  .containers {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav_menu {
    position: relative;
    top: 45px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    display: block;
    width: 100%;
    height: 350px;
    margin-right: auto;
    margin-left: auto;
  }

  .menu_button {
    padding: 12px;
  }
}

