/*
	General valiables
*/
/*
	Color variables
*/
/*
	Form variables
*/
.textPagesStyle {
  /*.text-bold {
    margin: 20px auto;
    font-family: "OpenSansSemiBold", sans-serif;
    font-size: 18px;
    line-height: 20px;
    &:last-child {
      margin-bottom: 50px;
    }
  }*/
}

.textPagesStyle > *:not(table):not(.interview):not(.tara):not(.product-heading):not(.page-heading) {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.textPagesStyle .tara > *:not(table):not(.interview):not(.contentPage__makeRequest) {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.textPagesStyle h2:not(.title) {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 30px;
  text-align: center;
  line-height: 1;
  color: #000;
}

.textPagesStyle h3 {
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}

.textPagesStyle table {
  width: 1280px;
  margin: 50px auto;
}

.textPagesStyle table > tbody > tr:first-child > td {
  padding-top: 0;
}

.textPagesStyle table table {
  width: 620px;
  margin: 0 auto;
}

.textPagesStyle table table tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}

.textPagesStyle td {
  font-size: 18px;
  line-height: 24px;
  font-family: "OpenSansRegular", sans-serif;
  padding: 20px 40px;
  border-bottom: 1px solid #afe5da;
  vertical-align: top;
  color: #000;
}

.textPagesStyle td span {
  display: block;
}

.textPagesStyle ul:not(.more__list):not(.product_details__middle_block__conditions__ul):not(.personal-account__nav) {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  list-style-type: none !important;
}

.textPagesStyle ul:not(.more__list):not(.product_details__middle_block__conditions__ul):not(.personal-account__nav) li {
  position: relative;
  margin-top: 20px !important;
  padding-left: 27px !important;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}

.textPagesStyle ul:not(.more__list):not(.product_details__middle_block__conditions__ul):not(.personal-account__nav) li:first-child {
  margin-top: 0 !important;
}

.textPagesStyle ul:not(.more__list):not(.product_details__middle_block__conditions__ul):not(.personal-account__nav) li:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-radius: 50%;
  background: #009F88;
}

.textPagesStyle ul:not(.more__list):not(.product_details__middle_block__conditions__ul):not(.personal-account__nav).circle-list-type li:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-radius: 50%;
  background: #009F88;
}

.textPagesStyle ul:not(.more__list):not(.product_details__middle_block__conditions__ul):not(.personal-account__nav).disc-list-type li:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-radius: 50%;
  background: none;
  border: 1px solid #009F88;
}

.textPagesStyle ul:not(.more__list):not(.product_details__middle_block__conditions__ul):not(.personal-account__nav).square-list-type li:before {
  border-radius: 0px;
}

.textPagesStyle ul:not(.more__list):not(.product_details__middle_block__conditions__ul):not(.personal-account__nav).dash-list-type li:before {
  top: 16px;
  height: 1.5px;
  border-radius: 0px;
}

.textPagesStyle ul:not(.more__list):not(.product_details__middle_block__conditions__ul):not(.personal-account__nav).check-list-type li:before {
  width: 10px;
  height: 7px;
  background: none;
  border-radius: 0px;
  border-left: 1.5px solid #009F88;
  border-bottom: 1.5px solid #009F88;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.textPagesStyle li {
  font-family: "OpenSansRegular", sans-serif;
  text-align: justify;
  line-height: 25px;
}

.textPagesStyle li p {
  margin: 0;
}

.textPagesStyle p {
  margin: 20px auto 10px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}

.textPagesStyle th,
.textPagesStyle .generalTableText {
  box-shadow: inset 0 -5px 0px 0 #fff;
  padding: 16px 20px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #afe5da;
  background: rgba(0, 158, 135, 0.05);
  text-align: center;
  color: #000;
}

.textPagesStyle .general-text {
  font-size: 16px;
  line-height: 1.31;
}

.textPagesStyle .small-text {
  display: block;
  margin-top: 10px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #3e3e3e;
}

.textPagesStyle .big-text {
  font-size: 18px;
}

.textPagesStyle .selected-big-text {
  font-size: 18px;
}

.textPagesStyle .selected-block {
  max-width: 100% !important;
  padding: 50px 0;
  background: #9b9b9b;
}

.textPagesStyle .slider-pro {
  margin-left: auto;
  margin-right: auto;
}

.textPagesStyle .slider-pro .sp-next-arrow:after,
.textPagesStyle .slider-pro .sp-next-arrow:before,
.textPagesStyle .slider-pro .sp-previous-arrow:after,
.textPagesStyle .slider-pro .sp-previous-arrow:before {
  background-color: #000;
}

.textPagesStyle .slider-pro .sp-image {
  height: 100% !important;
  width: auto !important;
  margin-top: 0 !important;
}

.textPagesStyle .slider-pro .sp-thumbnails-container {
  margin-left: auto;
  margin-right: auto;
}

.textPagesStyle .text-bold {
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 24px;
  line-height: 1;
}

.textPagesStyle .f-s-14 {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.textPagesStyle .spoiler-block {
  margin-top: 20px;
}

.textPagesStyle .spoiler-block .text-block {
  padding-bottom: 0;
}

.textPagesStyle .spoiler-block > table {
  width: 940px;
}

.textPagesStyle .spoiler-block .text-block > *:not(table):not(img) {
  max-width: 940px;
}

.textPagesStyle .spoiler-block .block-h2 {
  margin-top: 0;
}

.textPagesStyle .spoller-text {
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #000;
}

.textPagesStyle .text16 {
  margin: 20px auto 50px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.textPagesStyle .card-table > tbody > tr:first-child > td {
  padding-top: 0;
}

.textPagesStyle .card-table table {
  width: 620px;
}

.textPagesStyle .card-table table tr:first-child td {
  padding-top: 0;
}

.textPagesStyle .card-table table tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}

.textPagesStyle.contentPage .product-header {
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 22px;
  line-height: 1;
  color: #009e87;
}

.textPagesStyle .text-block {
  width: 100%;
  margin: auto;
  padding: 20px 0;
}

.textPagesStyle .text-block.hiddenBlock-blockWithText:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .textPagesStyle audio,
  .textPagesStyle video,
  .textPagesStyle iframe {
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .textPagesStyle ul,
  .textPagesStyle p {
    margin-left: 20px;
    margin-right: 20px;
  }
  .textPagesStyle h2:not(.title) {
    margin: 20px 20px;
  }
}

/*# sourceMappingURL=textPagesStyle.css.map */
