.vsBody {
  position: relative;
   margin: 0 auto;
  /*width: 100%; height: 100%*/
}

.vsBody > .circles-bar {
  display: inline-flex;
  flex-wrap: nowrap;
  /*padding-top: 77px;
  padding-left: 92px;*/
  margin: 0 auto;
}

.vsBody > .circles-bar > * {
  margin-right: 20px;
}

.vsBody > .circles-bar:last-child {
  margin-right: 0;
}
.btn_circle { cursor: pointer}
.circle-empty {
  position: relative;
  width: 66px;
  height: 66px;
  line-height: 66px;

  font-family: "Titillium Web";
  font-size: 35px;

  color: #ffffff;

  border: 1px solid #ffffff;

  border-radius: 50%;
  letter-spacing: 0;
  text-align: center;
}

.circles-bar > .circle-empty > * {
  opacity: 0.27;
}

.circle-filled {
  position: relative;
  width: 66px;
  height: 66px;
  line-height: 66px;

  font-style: "Titillium Web";
  font-size: 35px;

  color: #0c8d6e;
  background-color: #fff;
  box-shadow: 0px 6px 10px #00000029;

  opacity: 1;
  border-radius: 50%;
  letter-spacing: 0;
  text-align: center;
}

.vsBody > .title-bar {
  display: flex;
  flex-direction: row;

  /*padding-left: 90px;*/
  padding-top: 10px;
}

.vsBody > .title-bar > .title {
  font-size: 45px;
  font-weight: 300;
  line-height: normal;

  color: #0c755c;
}

.vsBody > .title-bar > .offer-cto {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: baseline;
  padding-left: 30px;
  padding-top: 25px;
  min-height: 50px;
}
.vsBody > .title-bar > .offer-cto > .descr1 {
  padding-top: 0px;
  color: #2f5260;
  line-height: 12px
}

.vsBody > .subtitle {
  padding-left: 90px;
  display: inline-flex;
  font-size: 29px;
  line-height: normal;
}

.vsBody > .subtitle > .circle-empty {
  width: auto;
  height: auto;
  line-height: 30px;
  margin: 0 10px;
  padding: 5px 12px 5px 8px;
}

.vsBody > .offer-cto > .descr {
  padding-top: 7px;
  line-height: 15px;
  font-size: 15px;
  font-weight: 300;
  color: #2f5260;
}

.vsBody > .dropdown-list-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;

  /*width: 844px;*/
  margin: 20px auto 0 auto;
}

.dropdown-list-container > .list-item {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;

  border-top: 1px solid #ffffff30;
  padding: 7px 20px;
  width: 100%;
  margin-top: 5px;
  border-radius: 9px;
  position: relative;
}

.dropdown-list-container > .list-item:last-of-type {
  border-top: 1px solid #ffffff30;
  border-bottom: 1px solid #ffffff30;
}

.dropdown-list-container > .list-item > .title {
  font-size: 20px;
  color: #0c755c;
}

.dropdown-list-container > .list-item > .descr {
  position: relative;
  display: none;
  opacity: 0;
  font-weight: 300px;
  font-size: 16px;

  color: #2f5260;

  line-height: 20px;
  padding: 0px 22px 10px 22px;
}

.dropdown-list-container > .list-item-active {
  background-color: #fff;
  box-shadow: 0px 8px 9px #00000029;

  border-top: 0px;
  border-bottom: 0px;
}

.dropdown-list-container > .list-item-active > .descr {
  display: block;
  opacity: 1;
}

.dropdown-list-container > .list-item-active > .descr > .side-left {
  display: block;

  /*padding-top: 10px;*/
  width: 595px;
  line-height: 20px;
}

.dropdown-list-container > .list-item > .descr > .side-left li:only-child {
  list-style-type: none;
  margin-left: -21px;
}

.dropdown-list-container > .list-item-active > .descr > .side-right ::before {
  content: "*";
  font-size: 16px;
}

.asterisk {
  content: "";
  font-size: 16px;
}

.dropdown-list-container > .list-item-active > .descr > .side-right {
  position: absolute;
  right: 25px;
  bottom: 1px;
  width: 148px;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  color: #2f5260;
}

.vsOverlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: 0.5s;

  display: none;
  opacity: 0;
}

.background-overlay {
  /*position: absolute;*/
  display: none;
  z-index: 3;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000000ab;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  z-index: 5;
  position: relative;
  display: none;
  opacity: 0;
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.overlay-active {
  animation: fadeIn 0.5s ease-in-out;
  display: flex;
  opacity: 1;
  align-items: center;
  justify-content: center;
}

.overlay-offer {
  width: 632px;
  height: 768px;
  color: #000;
  background-color: #fff;
  margin: 0 auto;
  padding: 20px;
  overflow-y: scroll;
}

.overlay-offer .title-bar {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.overlay-offer .title-bar > .title {
  line-height: 15px;
  display: inline;
  font-size: 30px;
  color: #000;
}

.overlay-offer .title-bar .button {
  font-size: 14px;
  border-radius: 20px;
  width: 131px;
  height: 39px;
}

.overlay-offer .image {
  width: 592px;
}

.overlay-offer .image img {
  width: 100% !important;
}

.overlay-content > .closing-button {
  position: absolute;
  top: 14.7px;
  right: 55px;
  color: #e27900;
  font-size: 20px;
  z-index: 5;
  transform: translate(80px, -50px);
  cursor: pointer;
}

#cto-share {
  height: auto;
}

.overlay-cto {
  position: relative;
  display: flex;
  flex-direction: column;
  line-height: normal;
  max-width: 950px;
  min-width: 600px;
  color: #2f5260;
  background-color: #fff;
  padding: 40px 40px;
  border-radius: 9px;
}

.overlay-cto .title {
  line-height: 51px;
  display: inline;
  font-size: 50px;
  padding-bottom: 40px;
}

.overlay-cto .filename {
  padding-left: 20px;
}

.overlay-cto .formrow {
  display: grid;
  grid-template-rows: auto;
  padding-bottom: 20px;
}

.overlay-cto .buttonRow {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

.overlay-cto .buttonRow .vsButton {
  color: #fff;
  width: 111px;
  height: 39px;
  border-radius: 20px;
}

.vsButton {
  display: flex;

  align-items: center;
  justify-content: space-evenly;

  text-align: center;

  background-color: #e27900;
  border-radius: 15px;

  font-size: 14px;
  font-weight: 200;

  padding-top: 5px;
  padding-bottom: 6px;

  line-height: 12px;
  width: 205px;
}

.vsButton > i {
  padding-left: 3px;
  padding-right: 3px;
  font-size: 18px;
}

textarea {
  resize: none;
}

/* Animations */
@keyframes fadeIn {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: flex;
  }
  2% {
    opacity: 0;
  }

  100% {
    opacity: 100;
  }
}

/* Animations */
@keyframes fadeOut {
  0% {
    opacity: 100;
    display: flex;
  }

  1% {
    opacity: 99;
  }

  100% {
    opacity: 0;
    display: none;
  }
}
