body {
  font-family: AgoraSansPro, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  position: relative;
  display: block;
  width: 700px;
  margin: 60px -85px 0px auto;
  padding: 10px 20px;
  border-right: 3px none #0ea4bc;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.70) 25%, rgba(255, 255, 255, 0.70) 75%, transparent);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.70) 25%, rgba(255, 255, 255, 0.70) 75%, transparent);
  font-family: 'Roboto Condensed', sans-serif;
  color: #204163;
  font-size: 56px;
  line-height: 60px;
  font-weight: 700;
}

h2 {
  position: static;
  top: 26px;
  right: -145px;
  display: block;
  width: auto;
  margin: 60px 0px 0px auto;
  font-family: AgoraSansPro, sans-serif;
  color: #00879a;
  font-size: 32px;
  line-height: 36px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1.1px;
  text-transform: none;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #00879a;
  font-size: 36px;
  line-height: 40px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.1px;
}

h4 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.header-section {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 700px;
  background-color: white;
  background-image: url('../images/master-bg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

.boss-image {
  position: absolute;
  left: -120px;
  bottom: 0px;
  z-index: 10;
  padding-top: 20px;
}

.navbar {
  height: 80px;
  background-color: #00899e;
}

.logo {
  margin-top: 0px;
  border: 3px none white;
  border-radius: 10px;
}

.main-container {
  position: relative;
  height: 590px;
}

.subtitle-text {
  display: block;
  width: 700px;
  margin-right: -85px;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 80px 10px 20px;
  border-top: 2px none white;
  border-right: 3px none #0ea4bc;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.70) 11%, rgba(255, 255, 255, 0.70) 75%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.70) 11%, rgba(255, 255, 255, 0.70) 75%, rgba(255, 255, 255, 0));
  font-family: 'Roboto Condensed', sans-serif;
  color: #204163;
  font-size: 32px;
  line-height: 36px;
  font-weight: 200;
  text-align: left;
}

.subtitle-text.master-subtitle {
  background-color: white;
}

.main-row {
  position: static;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.arrow-div2 {
  width: 200px;
  height: 100px;
  margin-top: 40px;
  margin-right: 20px;
  padding: 20px 10px;
  float: right;
  border: 3px dotted white;
  border-radius: 100px;
  background-color: #00899e;
  color: white;
  text-align: center;
}

.arrow {
  float: right;
  clear: right;
}

.main-form-div {
  width: auto;
  margin-top: 30px;
  padding: 20px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.form-field {
  height: 46px;
  margin-top: 0px;
  border-radius: 2px;
}

.button-1 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 3px solid #c01f1f;
  border-radius: 5px;
  background-color: #e32e2e;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.button-1:hover {
  background-color: #c01f1f;
}

.form-text {
  display: block;
  margin-bottom: 20px;
}

.phone-icon {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
  border: 10px solid transparent;
  border-radius: 100px;
  box-shadow: #4fb4d7 0px 0px 0px 1px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.phone-icon:hover {
  box-shadow: #4fb4d7 0px 0px 5px 10px;
}

.dark-call-div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.white-call-div {
  position: relative;
  display: block;
  max-width: 600px;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  background-color: white;
}

.call-field {
  width: 70%;
  height: 45px;
  margin-top: 20px;
  margin-right: 5px;
  margin-bottom: 0px;
  float: left;
  border-radius: 2px;
}

.call-button {
  width: 29%;
  height: 45px;
  margin-top: 20px;
  border-bottom: 3px solid #c01f1f;
  border-radius: 2px;
  background-color: #e32e2e;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.call-button:hover {
  background-color: #c01f1f;
}

.call-text {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 200;
}

.close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  border-bottom-left-radius: 2px;
  background-color: #ffcad3;
  font-family: 'Roboto Condensed', sans-serif;
  color: #5a5a5a;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

._2-section {
  height: 120px;
  margin-top: -20px;
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: whitesmoke;
}

.nav-link {
  color: white;
}

.navlink-2 {
  margin-top: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid white;
  border-radius: 5px;
  background-color: #28646e;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: white;
  text-decoration: none;
}

.navlink-2:hover {
  background-color: #4b929e;
}

._3-section {
  overflow-x: hidden;
  overflow-y: hidden;
  height: auto;
  margin-top: -22px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: whitesmoke;
  font-size: 16px;
  line-height: 24px;
}

.div-image-1 {
  width: 100%;
  height: 150px;
  background-image: url('../images/');
  background-position: 50% 88%;
  background-size: cover;
}

.column-without {
  height: 300px;
  background-image: url('../images/dv.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.column-div {
  position: static;
  height: auto;
  min-height: 578px;
  margin-top: 0px;
  padding: 0px 20px 20px 0px;
  border-style: dotted dotted dotted none;
  border-width: 3px 3px 3px 0px;
  border-color: white white white #00879a;
  background-color: white;
}

.image-column-1 {
  position: relative;
  top: 62px;
  z-index: 1;
  display: block;
  width: 125px;
  height: 125px;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid white;
  border-radius: 100px;
  background-color: white;
}

.column-image-2 {
  width: 100%;
  height: 150px;
  background-image: url('../images/'), url('../images/');
  background-position: 0px -100px, 0px -45px;
  background-size: cover, cover;
}

.text-big {
  position: relative;
  top: -3px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 12px 20px;
  border: 2px none white;
  border-bottom-right-radius: 2px;
  background-color: #00879a;
  color: white;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -0.8px;
}

.list-space {
  margin-top: 10px;
}

.codex-text {
  display: block;
  margin: 10px auto 0px;
  padding-right: 20px;
  float: none;
  clear: none;
  background-color: transparent;
  color: #00879a;
  text-align: right;
}

.delete-4-section {
  display: none;
  overflow-x: hidden;
  overflow-y: hidden;
  height: auto;
  background-color: #00879a;
  background-image: url('../images/pattern.png');
  background-position: 0px 0px;
  background-size: 91px;
  color: white;
}

._5-section {
  overflow-x: hidden;
  overflow-y: hidden;
  height: auto;
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: whitesmoke;
}

.happy-div {
  position: static;
  display: block;
  width: 600px;
  height: 720px;
  margin-right: 1px;
  margin-left: auto;
  padding: 60px 20px 20px;
  float: left;
  border-right: 1px none rgba(255, 255, 255, 0.19);
  border-left: 5px none white;
  background-color: transparent;
  font-size: 18px;
  line-height: 23px;
}

.check-div {
  margin-bottom: 20px;
}

.checkmark {
  margin-top: 5px;
  margin-right: 0px;
  margin-left: 0px;
  float: left;
}

.check-text {
  margin-left: 50px;
  font-size: 16px;
  line-height: 24px;
}

.citata {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: 50px;
  padding-left: 20px;
  border-left: 1px solid white;
  color: white;
  font-size: 32px;
  line-height: 36px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.1px;
}

.button-2 {
  display: block;
  max-width: 250px;
  margin: 40px auto 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 3px solid #c01f1f;
  border-radius: 5px;
  background-color: #e32e2e;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 16px;
  text-align: center;
}

.button-2:hover {
  background-color: #c01f1f;
}

.team-image {
  position: relative;
  top: 39px;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  border: 3px none white;
  border-radius: 2px;
}

.team-div {
  min-height: 450px;
  padding: 20px 10px 20px 20px;
  border-style: none;
  border-width: 1px 3px 1px 1px;
  border-color: whitesmoke white whitesmoke whitesmoke;
  background-color: white;
}

.team-row {
  margin-bottom: 20px;
  background-color: white;
}

._6-section {
  overflow-x: hidden;
  overflow-y: hidden;
  height: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.49) 73%, rgba(0, 0, 0, 0.8)), url('../images/610.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.49) 73%, rgba(0, 0, 0, 0.8)), url('../images/610.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.pricing-column {
  min-height: auto;
  padding: 0px 0px 20px;
  border: 5px solid transparent;
  border-radius: 2px;
  background-color: transparent;
}

.pricing-title {
  min-height: 92px;
  margin-bottom: 0px;
  padding: 20px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #00879a;
  background-image: url('../images/pattern.png');
  background-position: 0px 0px;
  background-size: 91px;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.pricing-title.title-correct {
  min-height: 136px;
  background-color: #00879a;
  background-image: url('../images/pattern.png');
  background-position: 0px 0px;
  background-size: 91px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.price {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 20px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: whitesmoke;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.price-simple {
  min-height: auto;
  padding: 20px;
  border-top: 1px none whitesmoke;
  border-bottom: 2px none white;
  background-color: white;
  text-align: left;
}

.price-simple.white {
  border-top: 0px none black;
  border-bottom: 0px none black;
  background-color: white;
}

.button-3 {
  display: block;
  max-width: 220px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 3px solid #e9ac03;
  border-radius: 5px;
  background-color: #fbbf13;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #333;
  text-align: center;
}

.button-3:hover {
  background-color: #e9ac03;
}

._7-section {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 50px;
  padding-bottom: 60px;
}

.slider {
  max-height: 400px;
  min-height: 420px;
  padding: 40px 60px 20px 40px;
  clear: none;
  border: 1px solid #ddd;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: transparent;
  font-size: 16px;
  line-height: 20px;
}

.arrow-1 {
  height: 60px;
  margin-left: 0px;
  padding-top: 11px;
  padding-bottom: 0px;
  border-radius: 2px;
  background-color: #21c2f8;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.arrow-1:hover {
  background-color: #0c9ccc;
}

.arrow-2 {
  height: 60px;
  margin-right: 0px;
  padding-top: 11px;
  border-radius: 2px;
  background-color: #21c2f8;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.arrow-2:hover {
  background-color: #0c9ccc;
}

.response-image {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
}

.response-form {
  margin-top: 0px;
  padding: 20px 100px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #ddd;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: whitesmoke;
}

.column-1-bg {
  height: 720px;
  background-image: url('../images/');
  background-position: 16% 50%;
  background-size: cover;
}

.test-row {
  position: relative;
  left: -140px;
  display: block;
  width: 1350px;
  margin-right: auto;
  margin-left: -42px;
  float: none;
}

.image-div-3 {
  height: 220px;
  background-image: url('../images/65.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-name {
  margin-bottom: 20px;
  color: #00879a;
  font-size: 22px;
  line-height: 26px;
}

.team-name {
  position: relative;
  top: -1px;
  z-index: 2;
  display: inline-block;
  margin: 0px 0px 0px auto;
  padding: 10px;
  border-top-right-radius: 2px;
  background-color: #00879a;
  color: white;
  text-align: center;
}

.color-accent {
  color: #00879a;
  font-weight: 400;
}

.pricing-div {
  min-height: 200px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 2px;
  border: 0px none whitesmoke;
  background-color: white;
}

.pricing-div.pricing-correct {
  min-height: 260px;
  padding: 10px 20px 10px 2px;
}

.dogvor-text {
  display: block;
  max-width: 650px;
  margin: 30px auto 40px;
  padding: 20px;
  border: 1px solid #00879a;
  border-radius: 2px;
  background-color: #00879a;
  background-image: url('../images/pattern.png');
  background-position: 0px 0px;
  background-size: 91px;
  color: white;
  font-weight: 200;
  text-align: center;
}

.dogvor-text.bigger-text {
  max-width: 700px;
  font-size: 19px;
  line-height: 25px;
}

.dogovor-text-2 {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-bottom: 5px;
  border: 1px none white;
  font-weight: 800;
  text-align: left;
  text-decoration: none;
}

._8-section {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(#f8f8f8, #f8f8f8 50%, #efefef);
  background-image: linear-gradient(#f8f8f8, #f8f8f8 50%, #efefef);
}

.graf-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
}

.graf-text {
  margin-bottom: 60px;
  direction: ltr;
  color: #00879a;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.graf-stat1 {
  position: absolute;
  left: 129px;
  top: -21px;
  z-index: 5;
}

.delete-9-section {
  display: none;
  height: auto;
  padding-top: 50px;
  padding-bottom: 60px;
  background-image: -webkit-linear-gradient(left, rgba(1, 76, 120, 0.90), rgba(1, 76, 120, 0.90)), url('../images/'), url('../images/');
  background-image: linear-gradient(to right, rgba(1, 76, 120, 0.90), rgba(1, 76, 120, 0.90)), url('../images/'), url('../images/');
  background-position: 0px 0px, 50% 50%, 50% 50%;
  background-size: auto, cover, cover;
  color: white;
  text-align: center;
}

._5-reason-text {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.reason-text-2 {
  margin-bottom: 0px;
  color: white;
  font-size: 24px;
  line-height: 28px;
  font-weight: 200;
  text-align: center;
}

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

.icons-title {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 10px;
  border: 1px dashed #a0a0a0;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.divider-line {
  margin-top: 5px;
  margin-bottom: 5px;
}

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

._10-section {
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
}

.h3-style {
  font-family: 'Roboto Condensed', sans-serif;
  color: #00879a;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.map-text {
  display: block;
  max-width: 750px;
  margin: 20px auto 40px;
  text-align: center;
}

.map-div {
  display: none;
  margin-top: 40px;
  border: 1px solid #ddd;
}

.contact-row {
  margin-top: 20px;
  margin-bottom: -30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 2px;
  background-color: transparent;
}

.footer-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #022035;
  text-align: center;
}

.prefooter {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #00879a;
  background-image: url('../images/pattern.png');
  background-position: 0px 0px;
  background-size: 91px;
  color: white;
  text-align: center;
}

.thanks-sections {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: #00879a;
  background-image: url('../images/pattern.png');
  background-position: 0px 0px;
  background-size: 91px;
  text-align: center;
}

.white-thanks-div {
  display: block;
  max-width: 500px;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px 60px;
  border-radius: 2px;
  background-color: white;
}

.logo-thanks {
  position: relative;
  top: -40px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid white;
  border-radius: 2px;
  background-color: #00879a;
}

.thanks-title {
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.important {
  margin-top: 0px;
  text-align: center;
}

.copy-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #022f50;
  color: white;
}

.copy-link {
  margin-bottom: 20px;
  color: white;
}

.privacy {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.privacy-white-div {
  display: block;
  max-width: 650px;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: white;
  color: #333;
  text-align: left;
}

.header-section-2 {
  height: 670px;
  background-color: #00879a;
  background-image: url('../images/bg04.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.image-div-4 {
  height: 220px;
  background-image: url('../images/bad5.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.confirm-data {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: 0px;
  clear: left;
  color: #8f8a8a;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

._2-section-new {
  padding-top: 40px;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 23px;
}

.boss-image-2 {
  position: absolute;
  left: -128px;
  bottom: 0px;
  z-index: 5;
  padding-top: 0px;
}

.main-container-2 {
  position: relative;
  height: 100%;
}

.color-div {
  position: relative;
  top: -152px;
  height: 150px;
  background-color: #f1f1f1;
}

.masterclass-title {
  display: block;
  width: 700px;
  margin: 60px -85px 10px auto;
  padding-left: 20px;
  float: none;
  background-color: transparent;
  background-image: none;
  font-family: 'Roboto Condensed', sans-serif;
  color: #204163;
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -0.1px;
  text-shadow: white 6px 6px 19px;
}

.master-form {
  position: static;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 700px;
  margin-top: 40px;
  margin-right: -85px;
  margin-left: auto;
  padding: 20px 20px 2px 40px;
  border-radius: 2px;
  background-color: #00879a;
  background-image: url('../images/pattern.png');
  background-position: 0px 0px;
  background-size: 91px;
  color: white;
  text-align: center;
}

.master-field {
  width: 31%;
  height: 45px;
  margin-right: 10px;
  float: left;
  border-radius: 2px;
}

.master-button {
  width: 31%;
  height: 45px;
  float: left;
  clear: none;
  border-bottom: 3px solid #c01f1f;
  border-radius: 2px;
  background-color: #e32e2e;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.master-button:hover {
  background-color: #c01f1f;
}

.master-intro-text {
  display: block;
  width: 700px;
  margin-top: 20px;
  margin-right: -85px;
  margin-left: auto;
  padding: 10px 20px;
  border-radius: 2px;
  background-color: whitesmoke;
  color: #333;
}

.master-div {
  display: block;
  width: 700px;
  margin-right: -85px;
  margin-left: auto;
  background-color: white;
}

.white-check {
  color: white;
}

.adress-div {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid #ddd;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: whitesmoke;
  text-align: center;
}

.team-text-correct {
  margin-top: 59px;
}

.white-link {
  color: white;
  text-decoration: underline;
}

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

html.w-mod-js *[data-ix="scale"] {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

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

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

@media (max-width: 991px) {
  h1 {
    position: static;
    width: auto;
    min-width: 460px;
    margin-right: 0px;
    margin-left: 285px;
    border-style: none;
    border-right-width: 3px;
    border-right-color: #0ea4bc;
    font-size: 36px;
    line-height: 40px;
  }
  .header-section {
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    background-position: 50% 100%;
  }
  .boss-image {
    left: -160px;
  }
  .subtitle-text {
    width: 420px;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px none black;
    font-size: 24px;
    line-height: 28px;
  }
  .subtitle-text.subtitle-masterclass {
    width: auto;
  }
  .main-form-div {
    padding-right: 10px;
    padding-left: 10px;
  }
  .phone-icon {
    z-index: 20;
  }
  .column-div {
    min-height: auto;
  }
  .happy-div {
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .citata {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .team-div {
    padding-left: 10px;
  }
  .pricing-title {
    min-height: 92px;
  }
  .pricing-title.title-correct {
    min-height: 160px;
  }
  ._7-section {
    color: #333;
  }
  .slider {
    min-height: 490px;
  }
  .response-form {
    padding-right: 40px;
    padding-left: 40px;
  }
  .column-1-bg {
    height: 320px;
  }
  .pricing-div {
    min-height: 220px;
  }
  .pricing-div.pricing-correct {
    min-height: 340px;
  }
  .graf-stat1 {
    left: 73px;
    top: -28px;
    min-width: 200px;
  }
  .icon-div {
    min-height: auto;
  }
  .header-section-2 {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .boss-image-2 {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .masterclass-title {
    width: auto;
    margin-right: 0px;
  }
  .master-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .master-intro-text {
    width: auto;
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  h1 {
    min-width: auto;
    margin-left: 0px;
    border-right: 1px none black;
    text-align: center;
  }
  h3 {
    font-size: 32px;
    line-height: 36px;
  }
  h4 {
    font-size: 32px;
    line-height: 36px;
  }
  .header-section {
    height: auto;
    padding-bottom: 40px;
  }
  .boss-image {
    left: -69px;
    z-index: 0;
  }
  .subtitle-text {
    position: relative;
    z-index: 2;
    width: auto;
    text-align: center;
  }
  .main-form-div {
    position: relative;
    display: block;
    max-height: 300px;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .dark-call-div {
    display: none;
  }
  .white-call-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .call-field {
    display: block;
    width: 80%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .call-button {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .call-text {
    text-align: center;
  }
  .team-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .team-div {
    max-height: 100%;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  ._6-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pricing-title {
    min-height: auto;
  }
  .pricing-title.title-correct {
    min-height: auto;
  }
  .slider {
    max-height: 100%;
    min-height: 640px;
    padding-right: 40px;
    padding-left: 50px;
  }
  .text-name {
    margin-top: 20px;
  }
  .pricing-div {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pricing-div.pricing-correct {
    min-height: auto;
  }
  .graf-text {
    margin-bottom: 0px;
  }
  .graf-stat1 {
    position: static;
    min-width: auto;
    margin-top: 40px;
    text-align: center;
  }
  .delete-9-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  ._5-reason-text {
    font-size: 32px;
    line-height: 36px;
  }
  .reason-text-2 {
    font-size: 23px;
    line-height: 27px;
  }
  ._10-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h3-style {
    font-size: 32px;
    line-height: 36px;
  }
  .map-div {
    display: none;
  }
  .prefooter {
    padding-right: 10px;
    padding-left: 10px;
  }
  .copy-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .copy-link {
    display: inline-block;
    margin-top: 20px;
  }
  .confirm-data.white-check {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  ._2-section-new {
    padding-right: 10px;
    padding-left: 10px;
  }
  .masterclass-title {
    font-size: 36px;
    line-height: 40px;
  }
  .master-form {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .master-field {
    display: block;
    width: auto;
    min-width: 300px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .master-button {
    width: auto;
    min-width: 300px;
    float: none;
  }
  .phone-footer {
    margin-top: 20px;
  }
  .response-text {
    position: relative;
    z-index: 2;
    color: #333;
  }
}

@media (max-width: 479px) {
  h1 {
    display: block;
    width: auto;
    max-width: 320px;
    min-width: auto;
    margin-right: 0px;
    text-align: center;
  }
  .subtitle-text.subtitle-masterclass {
    text-align: left;
  }
  .main-form-div {
    position: static;
    max-width: 100%;
    margin-top: 25px;
  }
  .dark-call-div {
    display: none;
  }
  .white-call-div {
    padding-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .call-field {
    width: 100%;
  }
  .call-button {
    width: 100%;
  }
  .call-text {
    font-size: 22px;
  }
  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
  }
  .column-div {
    min-height: 300px;
  }
  ._6-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pricing-title.title-correct {
    min-height: 50px;
  }
  ._7-section {
    padding-bottom: 0px;
  }
  .slider {
    height: 850px;
    min-height: auto;
    padding-right: 10px;
    padding-left: 10px;
    color: #333;
  }
  .arrow-1 {
    margin-top: 100px;
  }
  .arrow-2 {
    margin-top: 100px;
  }
  .response-form {
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px none black;
  }
  .image-div-3 {
    height: auto;
    min-height: 156px;
    background-position: 32% 50%;
    background-size: contain;
  }
  .text-name {
    font-size: 19px;
    line-height: 23px;
  }
  .pricing-div {
    position: static;
    min-height: 100px;
    padding-top: 20px;
    padding-left: 2px;
  }
  .pricing-div.pricing-correct {
    min-height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  ._8-section {
    overflow-x: hidden;
    overflow-y: hidden;
    padding-right: 10px;
    padding-left: 10px;
  }
  .graf-text {
    font-size: 19px;
    line-height: 23px;
  }
  .graf-stat1 {
    margin-bottom: 20px;
  }
  ._10-section {
    overflow-x: hidden;
    overflow-y: hidden;
    padding-right: 10px;
    padding-left: 10px;
  }
  .map-div {
    position: relative;
    display: none;
  }
  .white-thanks-div {
    margin-top: 15%;
  }
  .header-section-2 {
    position: static;
    overflow-x: hidden;
    overflow-y: hidden;
    height: auto;
  }
  ._2-section-new {
    overflow-x: hidden;
    overflow-y: hidden;
    padding-right: 0px;
    padding-left: 0px;
  }
  .masterclass-title {
    font-size: 32px;
    line-height: 36px;
  }
  .master-field {
    min-width: 95%;
  }
  .master-button {
    min-width: 95%;
  }
  .adress-div {
    display: block;
  }
  .title-mobile {
    margin-top: 60px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.74);
    font-family: 'Roboto Condensed', sans-serif;
    color: #204163;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
  }
}

@font-face {
  font-family: 'AgoraSansPro';
  src: url('../fonts/AgoraSansProRegular.eot') format('embedded-opentype'), url('../fonts/AgoraSansProRegular.woff') format('woff'), url('../fonts/AgoraSansProRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}