@charset "UTF-8";
/* ====================== FONTS =================== */
@font-face {
  font-family: "PTSansNarrowRegular";
  src: url("../fonts/PTSansNarrowRegular/PTSansNarrowRegular.eot");
  src: url("../fonts/PTSansNarrowRegular/PTSansNarrowRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSansNarrowRegular/PTSansNarrowRegular.woff") format("woff"), url("../fonts/PTSansNarrowRegular/PTSansNarrowRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "PTSansNarrowBold";
  src: url("../fonts/PTSansNarrowBold/PTSansNarrowBold.eot");
  src: url("../fonts/PTSansNarrowBold/PTSansNarrowBold.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSansNarrowBold/PTSansNarrowBold.woff") format("woff"), url("../fonts/PTSansNarrowBold/PTSansNarrowBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "OpenSansRegular";
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "OpenSansBold";
  src: url("../fonts/OpenSansBold/OpenSansBold.eot");
  src: url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "OpenSansExtraBold";
  src: url("../fonts/OpenSansExtraBold/OpenSansExtraBold.eot");
  src: url("../fonts/OpenSansExtraBold/OpenSansExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansExtraBold/OpenSansExtraBold.woff") format("woff"), url("../fonts/OpenSansExtraBold/OpenSansExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "OpenSansSemiBold";
  src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
  src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

b {
  font-weight: bold;
}

/* ====================== HELPERS =================== */
.white-bg {
  background-color: #ffffff;
}

.white-text {
  color: #ffffff;
}

.black-bg {
  background-color: #000000;
}

.black-text {
  color: #000000;
}

.gray-bg {
  background-color: #636363;
}

.gray-text {
  color: #636363;
}

.gray-light-bg {
  background-color: #ecebea;
}

.gray-light-text {
  color: #ecebea;
}

.gray-light2-bg {
  background-color: #f7f7f7;
}

.gray-light2-text {
  color: #f7f7f7;
}

.gray-dark-bg {
  background-color: #323232;
}

.gray-dark-text {
  color: #323232;
}

.blue-bg {
  background-color: #006094;
}

.blue-text {
  color: #006094;
}

.blue-light-bg {
  background-color: #3574a5;
}

.blue-light-text {
  color: #3574a5;
}

.blue-dark-bg {
  background-color: #005289;
}

.blue-dark-text {
  color: #005289;
}

.title {
  line-height: 1.2;
}

.title-60 {
  font-size: 60px;
}

@media screen and (min-width: 1220px) {
  .title-60 {
    font-size: 60px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1219px) {
  .title-60 {
    font-size: 48px;
  }
}

@media screen and (min-width: 580px) and (max-width: 1024px) {
  .title-60 {
    font-size: 36px;
  }
}

@media screen and (max-width: 579px) {
  .title-60 {
    font-size: 24px;
  }
}

.title-48 {
  font-size: 48px;
}

@media screen and (max-width: 1024px) {
  .title-48 {
    font-size: 36px;
  }
}

@media screen and (min-width: 580px) and (max-width: 1024px) {
  .title-48 {
    font-size: 36px;
  }
}

@media screen and (max-width: 579px) {
  .title-48 {
    font-size: 24px;
  }
}

.title-24 {
  font-size: 24px;
}

.title-white {
  color: #ffffff;
}

.title-black {
  color: #000000;
}

.title-gray {
  color: #636363;
}

.title-gray-light {
  color: #ecebea;
}

.title-gray-light2 {
  color: #f7f7f7;
}

.title-gray-dark {
  color: #323232;
}

.title-blue {
  color: #006094;
}

.title-blue-light {
  color: #3574a5;
}

.title-blue-dark {
  color: #005289;
}

.phil-container {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1110px;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* ====================== ASSETS =================== */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #e9e9e9;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #0184bf;
  height: 11px;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #e9e9e9;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #0184bf;
  width: 20px;
}

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #0184bf;
  border-radius: 0px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
}

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 20px;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #0184bf;
  border-radius: 0px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 0px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 20px;
}

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 20px;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #e9e9e9;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #0184bf;
  height: 11px;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #e9e9e9;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #0184bf;
  width: 20px;
}

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6;
}

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #e9e9e9;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #0184bf;
}

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #e9e9e9;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #0184bf;
}

/* ====================== COMMON =================== */
body.bb-non-adaptive {
  min-width: 1280px;
  overflow: auto;
}

body.bb-non-adaptive .bb-header-strip .wrapper {
  max-width: 1280px;
}

.phil {
  /* share */
}

.phil-main * {
  box-sizing: border-box;
}

.phil-share-socials__item {
  display: inline-block;
  margin: 3px 3px 0;
}

.phil-share-socials__link {
  background-image: url("../src/images/common/share.png");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
}

.phil-share-socials__link__bb {
  background-position: 0 0;
}

.phil-share-socials__link__fb {
  background-position: -80px 0;
}

.phil-share-socials__link__vk {
  background-position: -40px 0;
}

.phil-share-socials__link__ok {
  background-position: -120px 0;
}

.phil-header {
  height: 151px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("../src/images/common/shadow.png");
}

.phil-header__in {
  height: 120px;
  z-index: 1;
}

.phil-header__in .header__logo {
  background-image: url("../src/images/common/logo-top.png");
  display: block;
  width: 166px;
  height: 167px;
  top: 40px;
  left: 0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.phil-header__in .header__menu {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
}

.phil-header__in .header__menu li {
  display: inline-block;
  position: relative;
}

.phil-header__in .header__menu li:after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  left: 0;
  bottom: -2px;
}

.phil-header__in .header__menu li a {
  color: #ffffff;
  font-size: 16px;
  font-family: Tahoma, "Geneva CY", sans-serif;
  font-weight: bold;
  margin: 0 20px;
}

.phil-header__in .header__menu li:first-child a {
  margin-left: 0;
}

.phil-header__in .header__menu li:last-child a {
  margin-right: 0;
}

.phil-header__in .header__menu li._active:after {
  border-bottom: 1px solid #000000;
}

.phil-header__in .header__menu li._active a {
  color: #000000;
}

.phil-discount {
  position: fixed;
  top: 268px;
  right: 0;
  width: 54px;
  height: 247px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.18);
  font-family: Tahoma, "Geneva CY", sans-serif;
  background-color: #551a1e;
  background-image: url("../src/images/common/discount-bg.png");
  z-index: 5;
}

.phil-discount ._rotate {
  width: 247px;
  height: 54px;
  line-height: 54px;
  padding-left: 22px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  left: -96px;
  top: 96px;
  font-size: 15px;
  cursor: pointer;
  color: #ffffff;
}

.phil-discount ._rotate b {
  font-weight: bold;
}

.phil-discount ._join-club {
  width: 385px;
  min-height: 247px;
  top: 0px;
  right: 54px;
  padding: 20px;
  background-color: #ffffff;
  color: #323232;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.18);
}

.phil-discount ._join-club ._join-club-title {
  font-size: 20px;
  color: #c4640a;
  font-weight: bold;
}

.phil-discount ._join-club ._join-club-subtitle {
  font-size: 14px;
  padding: 10px 0 20px 0;
}

.phil-discount ._join-club ._join-club-form input[type=checkbox] {
  display: none;
}

.phil-discount ._join-club ._join-club-form .__user-check {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin-bottom: 2px;
}

.phil-discount ._join-club ._join-club-form .__user-check ._conditions {
  text-decoration: underline;
}

.phil-discount ._join-club ._join-club-form .__user-check:before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  left: 0;
  background-image: url("../src/images/td/chek-rec.png");
  background-repeat: no-repeat;
  background-position: 0 -23px;
}

.phil-discount ._join-club ._join-club-form input[type=checkbox]:checked + .__user-check:before {
  background-image: url("../src/images/td/chek-rec.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.phil-discount ._join-club ._join-club-form ._join-club-info {
  padding: 0 0 0 35px;
}

.phil-discount ._join-club ._join-club-form ._join-club-info, .phil-discount ._join-club ._join-club-form ._join-club-info a {
  font-size: 10px;
  line-height: 1.2;
  color: rgba(50, 50, 50, 0.3);
}

.phil-discount ._join-club ._join-club-form ._join-club-info a {
  text-decoration: underline;
}

.phil-discount ._join-club ._join-club-form .field-box {
  padding: 0 0 17px 0;
}

.phil-discount ._join-club ._join-club-form .field-box .field {
  border-bottom: 1px solid #c96809;
  margin: 12px 0 0 0;
}

.phil-discount ._join-club ._join-club-form .field-box .input {
  width: 225px;
  border: none;
  font-size: 14px;
  color: rgba(50, 50, 50, 0.5);
}

.phil-discount ._join-club ._join-club-form .field-box .__form-submit {
  height: 34px;
  width: 106px;
  margin: 34px 0 0 0;
  border: none;
  border-radius: 17px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  background-image: url("../src/images/common/button-discount.png");
}

.phil-discount__codebox {
  height: 48px;
  font-size: 0px;
  margin-top: 20px;
}

.phil-discount__code {
  display: inline-block;
  vertical-align: top;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  background-color: #edebea;
  font-size: 26px;
  text-transform: uppercase;
  color: #20426e;
}

.phil-discount__copy {
  display: inline-block;
  vertical-align: top;
  height: 48px;
  padding: 0 20px;
  line-height: 48px;
  background-color: #20426e;
  font-size: 17px;
  color: #ffffff;
}

.phil-discount__copy:before {
  position: absolute;
  content: "";
  border: 6px solid transparent;
  border-right: 6px solid #20426e;
  top: 50%;
  left: -12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.phil-discount__note {
  font-size: 10px;
  color: rgba(50, 50, 50, 0.3);
}

.phil-discount__rules {
  margin-top: 15px;
}

.phil-discount__rules a {
  color: inherit;
  text-decoration: underline;
}

.phil-discount__rules a:hover {
  color: inherit;
  text-decoration: underline;
}

.phil-td {
  font-family: Tahoma, "Geneva CY", sans-serif;
}

.phil-td ._woman-bg {
  background-image: url("../src/images/common/woman.png");
  background-position: center top;
  background-repeat: no-repeat;
}

.phil-td .nbl-bg {
  background: #005a8c;
  /* Old browsers */
  background: -webkit-linear-gradient(315deg, #005a8c 0%, #0189c5 100%);
  background: linear-gradient(135deg, #005a8c 0%, #0189c5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a8c', endColorstr='#0189c5',GradientType=1 );
  background-image: url("../src/images/td/nbl-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
}

.phil-td .consultation-bg {
  background-image: url("../src/images/common/consultation-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
}

.phil-td .section-1 {
  height: 708px;
  padding-top: 135px;
}

.phil-td .section-1 .left-block {
  width: 390px;
  color: #323232;
}

.phil-td .section-1 .left-block ._td-title {
  font-size: 54px;
  line-height: 1.2;
}

.phil-td .section-1 .left-block ._td-subtitle {
  padding: 10px 0;
  font-size: 26px;
  line-height: 1.2;
}

.phil-td .section-1 .left-block p {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.2;
}

.phil-td .section-1 .left-block ._td-participate {
  padding: 12px 0 0;
  line-height: 51px;
}

.phil-td .section-1 .left-block ._td-participate ._participate {
  display: inline-block;
  float: left;
  width: 214px;
  height: 50px;
  border-radius: 25px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  background-image: url("../src/images/td/button-bg.png");
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.18);
}

.phil-td .section-1 .left-block ._td-participate ._conditions {
  text-decoration: underline;
  margin-left: 24px;
}

.phil-td .section-2 {
  height: 407px;
  color: #ffffff;
}

.phil-td .section-2:before {
  content: "";
  width: 193px;
  height: 197px;
  position: absolute;
  top: -60px;
  right: 210px;
  background-image: url("../src/images/td/sticker.png");
}

.phil-td .section-2 ._nbl-desc {
  width: 440px;
  margin: 53px 0 0 95px;
}

.phil-td .section-2 ._nbl-desc ._nbl-subtitle {
  padding: 10px 0 6px 25px;
  font-size: 26px;
  line-height: 1.2;
}

.phil-td .section-2 ._nbl-desc ul li {
  position: relative;
  padding-left: 25px;
  margin: 17px 0 0;
  font-size: 14px;
  line-height: 1.2;
}

.phil-td .section-2 ._nbl-desc ul li:before {
  content: "";
  width: 13px;
  height: 9px;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url("../src/images/td/li-bg.png");
}

.phil-td .section-2 ._nbl-feature {
  width: 200px;
  margin: 153px 0 0 95px;
}

.phil-td .section-2 ._nbl-feature ._nbl-subtitle {
  padding: 10px 0 6px 0;
  font-size: 26px;
  line-height: 1.2;
}

.phil-td .section-2 ._nbl-feature ._line {
  height: 10px;
  width: 178px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.phil-td .section-3 {
  min-height: 500px;
  color: #323232;
  padding-top: 67px;
  padding-bottom: 50px;
}

.phil-td .section-3 ._nbl-form {
  width: 570px;
}

.phil-td .section-3 ._nbl-form ._nbl-step {
  margin: 0 0 48px 118px;
}

.phil-td .section-3 ._nbl-form ._nbl-step ._nbl-subtitle {
  padding: 10px 0 8px 0;
  font-size: 26px;
  line-height: 1.2;
}

.phil-td .section-3 ._nbl-form ._nbl-step ol {
  counter-reset: myCounter;
}

.phil-td .section-3 ._nbl-form ._nbl-step li {
  list-style: none;
  font-size: 14px;
}

.phil-td .section-3 ._nbl-form ._nbl-step li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #ffffff;
  background: #f9a11d;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin: 7px 8px 0 0;
  line-height: 23px;
  width: 23px;
  height: 23px;
}

.phil-td .section-3 ._nbl-form ._sent-ok {
  width: 433px;
  height: 405px;
  margin: 0 0 0 118px;
  padding: 132px 0 0 0;
  background-color: #f7f7f7;
  display: none;
}

.phil-td .section-3 ._nbl-form ._sent-ok ._sent-ok-title {
  font-size: 26px;
  padding: 16px 0 18px 0;
}

.phil-td .section-3 ._nbl-form ._sent-guest {
  width: 433px;
  height: 405px;
  margin: 0 0 0 118px;
  padding: 132px 0 0 0;
  background-color: #f7f7f7;
}

.phil-td .section-3 ._nbl-form ._sent-guest ._go-login {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-radius: 20px;
  font-size: 16px;
  color: #3574a5;
  background-color: #ffffff;
  margin-top: 18px;
}

.phil-td .section-3 ._nbl-form ._completed {
  width: 433px;
  height: 405px;
  margin: 0 0 0 118px;
  padding: 132px 0 0 0;
  background-color: #f7f7f7;
}

.phil-td .section-3 ._nbl-form ._completed p {
  padding-top: 10px;
}

.phil-td .section-3 ._nbl-form ._td-form {
  width: 600px;
  margin-left: -50px;
}

.phil-td .section-3 ._nbl-form ._td-form ._td-form-in .field {
  clear: both;
  text-align: right;
}

.phil-td .section-3 ._nbl-form ._td-form ._td-form-in ._field-line {
  height: 2px;
  margin: 0 0 20px 168px;
  background-color: #f7f7f7;
}

.phil-td .section-3 ._nbl-form ._td-form ._td-form-in label {
  font-size: 14px;
}

.phil-td .section-3 ._nbl-form ._td-form ._td-form-in .input {
  height: 48px;
  padding: 0 5px 0 10px;
  margin: 0 0 20px 10px;
  background-color: #f7f7f7;
  border: none;
}

.phil-td .section-3 ._nbl-form ._td-form ._td-form-in .inp-l {
  width: 432px;
}

.phil-td .section-3 ._nbl-form ._td-form ._td-form-in .inp-s-1 {
  width: 178px;
}

.phil-td .section-3 ._nbl-form ._td-form ._td-form-in .inp-s-2 {
  width: 145px;
}

.phil-td .section-3 ._nbl-form ._td-form ._td-form-in ._child {
  width: 88px;
  display: inline-block;
  padding-left: 10px;
  height: 48px;
  position: relative;
  top: 8px;
}

.phil-td .section-3 ._nbl-form ._td-form ._td-form-in p {
  font-size: 14px;
  padding: 12px 0 10px 168px;
}

.phil-td .section-3 ._nbl-form ._td-form ._td-form-in textarea {
  width: 432px;
  height: 120px;
  padding: 10px;
  margin: 0 0 20px 0;
  background-color: #f7f7f7;
  overflow: auto;
  outline: none;
  border: none;
  resize: none;
}

.phil-td .section-3 ._nbl-form ._td-form ._td-form-in .__form-checkbox {
  font-size: 14px;
  margin: 0 0 0 168px;
}

.phil-td .section-3 ._nbl-form ._td-form ._td-form-in .__form-checkbox input[type=checkbox] {
  display: none;
}

.phil-td .section-3 ._nbl-form ._td-form ._td-form-in .__form-checkbox .__user-check {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}

.phil-td .section-3 ._nbl-form ._td-form ._td-form-in .__form-checkbox .__user-check ._conditions {
  text-decoration: underline;
}

.phil-td .section-3 ._nbl-form ._td-form ._td-form-in .__form-checkbox .__user-check:before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  left: 0;
  background-image: url("../src/images/td/chek-rec.png");
  background-repeat: no-repeat;
  background-position: 0 -23px;
}

.phil-td .section-3 ._nbl-form ._td-form ._td-form-in .__form-checkbox input[type=checkbox]:checked + .__user-check:before {
  background-image: url("../src/images/td/chek-rec.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.phil-td .section-3 ._nbl-form ._td-form ._td-form-in .__button-form {
  margin: 20px 0 0 168px;
}

.phil-td .section-3 ._nbl-form ._td-form ._td-form-in .__button-form .__form-submit {
  cursor: pointer;
  width: 214px;
  height: 50px;
  border: none;
  border-radius: 25px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  background-image: url("../src/images/td/button-bg.png");
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.18);
}

.phil-td .section-3 ._nbl-form ._td-form ._td-form-in .__form-share {
  margin: 30px 0 0 168px;
}

.phil-td .section-3 ._nbl-reviews {
  width: 595px;
  font-size: 15px;
  color: #343434;
}

.phil-td .section-3 ._nbl-reviews ._nbl-subtitle {
  padding: 10px 0 23px 0;
  font-size: 26px;
  line-height: 1.2;
}

.phil-td .section-3 ._nbl-reviews ._nbl-subtitle a {
  color: #2279be;
  line-height: 1.25;
  border-bottom: 1px solid #bcd7eb;
  margin: 0 0 0 40px;
  position: relative;
}

.phil-td .section-3 ._nbl-reviews ._nbl-subtitle a:before {
  content: "←";
  left: -40px;
  position: absolute;
}

.phil-td .section-3 ._nbl-reviews ._td-review-item {
  padding: 10px 0 35px 68px;
}

.phil-td .section-3 ._nbl-reviews ._td-review-item .user-link {
  color: #343434;
  border-bottom: 1px solid #cdcdcd;
  font-size: 14px;
}

.phil-td .section-3 ._nbl-reviews ._td-review-item .user-avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin: 0 0 0 -68px;
}

.phil-td .section-3 ._nbl-reviews ._td-review-item ._td-review-title {
  padding: 9px 0 9px 0;
  font-size: 26px;
  line-height: 1;
  font-family: Georgia,Times,Times New Roman,serif;
  font-style: italic;
}

.phil-td .section-3 ._nbl-reviews ._td-review-item ._td-review-title a {
  color: #2279be;
  line-height: 1.25;
  border-bottom: 1px solid #bcd7eb;
}

.phil-td .section-3 ._nbl-reviews ._td-review-item h1 {
  padding: 9px 0 9px 0;
  font-size: 36px;
  line-height: 1;
  font-family: Georgia,Times,Times New Roman,serif;
  font-style: italic;
}

.phil-td .section-3 ._nbl-reviews ._td-review-item h1 a {
  color: #2279be;
  line-height: 1.25;
  border-bottom: 1px solid #bcd7eb;
}

.phil-td .section-3 ._nbl-reviews ._td-review-item h2 {
  padding: 9px 0 9px 0;
  font-size: 26px;
  line-height: 1;
  font-family: Georgia,Times,Times New Roman,serif;
  font-style: italic;
}

.phil-td .section-3 ._nbl-reviews ._td-review-item h2 a {
  color: #2279be;
  line-height: 1.25;
  border-bottom: 1px solid #bcd7eb;
}

.phil-td .section-3 ._nbl-reviews ._td-review-item h3 {
  padding: 9px 0 9px 0;
  font-size: 18px;
  line-height: 1;
  font-family: Georgia,Times,Times New Roman,serif;
  font-style: italic;
}

.phil-td .section-3 ._nbl-reviews ._td-review-item h3 a {
  color: #2279be;
  line-height: 1.25;
  border-bottom: 1px solid #bcd7eb;
}

.phil-td .section-3 ._nbl-reviews ._td-review-item p {
  padding: 15px 0 0 0;
}

.phil-td .section-3 ._nbl-reviews ._td-review-item p img {
  display: block;
  padding: 20px 0;
  max-width: 524px;
}

.phil-td .section-3 ._nbl-reviews ._td-review-item ._td-review-view {
  padding: 4px 0 0 0;
}

.phil-td .section-3 ._nbl-reviews ._td-review-item ._td-review-view a {
  color: #2279be;
  border-bottom: 1px solid #bcd7eb;
}

.phil-td .section-3 ._nbl-reviews ._td-review-bottom {
  padding: 0 0 0 68px;
}

.phil-td .section-3 ._nbl-reviews ._td-review-bottom ._td-review-go {
  display: inline-block;
  color: #2279be;
  border-bottom: 1px solid #bcd7eb;
}

.phil-td .section-3 ._nbl-reviews .__td-review-share {
  display: inline-block;
  margin: 0 25px;
  vertical-align: middle;
}

.phil-td .section-3 ._nbl-reviews ._td-review-more {
  padding: 0 0 65px 68px;
}

.phil-td .section-3 ._nbl-reviews ._td-review-more a {
  display: inline-block;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  font-size: 20px;
  text-align: center;
  line-height: 51px;
  color: #ffffff;
  background-image: url(../src/images/td/button-bg.png);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.18);
}

.phil-td .section-3 ._nbl-advantage {
  width: 410px;
  min-height: 500px;
  margin: 0 0 60px 70px;
}

.phil-td .section-3 ._nbl-advantage img {
  margin-left: 24px;
}

.phil-td .section-3 ._nbl-advantage ._advantage-item {
  padding: 0 0 0 95px;
  margin: 30px 0 0 0;
}

.phil-td .section-3 ._nbl-advantage ._advantage-item:before {
  content: "";
  width: 76px;
  height: 76px;
  position: absolute;
  top: -10px;
  left: 0;
  border-radius: 50%;
}

.phil-td .section-3 ._nbl-advantage ._advantage-item ._advantage-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #005289;
}

.phil-td .section-3 ._nbl-advantage ._advantage-item p {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 10px;
  text-align: justify;
}

.phil-td .section-3 ._nbl-advantage ._advantage-item.__item-1:before {
  background-image: url("../src/images/td/advantage-1.png");
}

.phil-td .section-3 ._nbl-advantage ._advantage-item.__item-2:before {
  background-image: url("../src/images/td/advantage-2.png");
}

.phil-td .section-3 ._nbl-advantage ._advantage-item.__item-3:before {
  background-image: url("../src/images/td/advantage-3.png");
}

.phil-td .section-3 ._footnote {
  font-size: 10px;
  color: rgba(50, 50, 50, 0.4);
  bottom: 3px;
  left: 68px;
}

.phil-td .section-4 {
  height: 87px;
  line-height: 80px;
  color: #ffffff;
  font-size: 26px;
}

.phil-td .section-4 a {
  display: inline-block;
  height: 40px;
  width: 160px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border-radius: 20px;
  background-color: #ffffff;
  color: #3574a5;
  margin: -2px 0 0 25px;
}

.phil-td ._nbl-note {
  position: absolute;
  bottom: 0;
  right: 140px;
  padding-bottom: 10px;
  font-size: 10px;
  color: #ffffff;
  opacity: 0.3;
  line-height: 1.2;
}

.phil-td ._nbl-note-left {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 150px;
  padding-bottom: 10px;
  font-size: 10px;
  color: #ffffff;
  opacity: 0.6;
  line-height: 1.2;
}

.phil-footer {
  padding: 20px 0 0 0;
  background: #f5f2e9;
}

.phil-footer ._footer-container {
  width: 1150px;
  margin: 0 auto;
}

.phil-footer .line-title-block {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  overflow: hidden;
  opacity: 0.4;
}

.phil-footer .line-title {
  position: relative;
  display: inline-block;
}

.phil-footer .line-title h6 {
  font-size: 10px;
  text-transform: uppercase;
  color: #323232;
}

.phil-footer .line-holder {
  position: absolute;
  top: 49.99%;
  width: 2000px;
  display: block;
  border-top: 1px solid rgba(50, 50, 50, 0.4);
}

.phil-footer .line-left {
  margin-right: 1em;
  right: 100%;
}

.phil-footer .line-right {
  margin-left: 1em;
  left: 100%;
}

.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 65, 110, 0.7);
  z-index: 1300000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  /*&--blue{
        background: rgba(getColor(blue), .8);
    }

    &--green{
        background: rgba(getColor(green), .8);
    }
    &--yellow{
        background: rgba(getColor(yellow), .8);
    }*/
}

.modal-overlay.modal-overlay-visible {
  visibility: visible;
  opacity: 1;
}

.modal {
  position: fixed;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1350000;
  margin-top: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(1.185);
          transform: translate3d(0, 0, 0) scale(1.185);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  visibility: hidden;
}

.modal.modal-in {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

.modal.modal-out {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transform: translate3d(0, 0, 0) scale(0.815);
          transform: translate3d(0, 0, 0) scale(0.815);
}

/* ======================================= */
.phil-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /**/
  /**/
  /**/
}

.phil-modal__wrap {
  position: relative;
  background-color: #ffffff;
  padding: 20px;
  max-width: 660px;
  min-width: 660px;
  /**/
}

.phil-modal__close {
  position: absolute;
  top: 0;
  right: -43px;
  width: 23px;
  height: 23px;
  z-index: 1;
  background-image: url("../src/images/common/modal_close.png");
  cursor: pointer;
}

@media screen and (min-width: 580px) {
  .phil-modal__content {
    padding: 50px 30px;
  }
}

.phil-modal__content ._privacytext {
  font-family: Tahoma, "Geneva CY", sans-serif;
  font-size: 15px;
  color: #323232;
  padding: 15px;
  line-height: 1.2;
}

.phil-modal__content ._privacytext strong {
  font-weight: bold;
}

.phil-modal__content ._privacytext h2 {
  display: block;
  font-weight: bold;
}

.phil-modal__content ._privacytext h2 + p {
  padding: 0 0 15px 22px;
}

.phil-modal__content ._privacytext p {
  padding: 0 0 15px 0;
}

.phil-modal__content ._discounttext {
  font-family: Tahoma, "Geneva CY", sans-serif;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.2;
  padding: 15px 0 0 15px;
}

.phil-modal__content ._discounttext a {
  color: #ffffff;
  display: inline-block;
  border-bottom: 1px solid #50add3;
}

.phil-modal__content ._discounttext p {
  padding: 0 0 20px 0;
}

.phil-modal__content ._discounttext ._discount-code-box {
  height: 48px;
  font-size: 0px;
}

.phil-modal__content ._discounttext ._discount-code-box ._discount-code {
  display: inline-block;
  vertical-align: top;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  background-color: #ffffff;
  font-size: 26px;
  text-transform: uppercase;
  color: #20426e;
}

.phil-modal__content ._discounttext ._discount-code-box ._discount-copy {
  display: inline-block;
  vertical-align: top;
  height: 48px;
  padding: 0 20px;
  line-height: 48px;
  background-color: #20426e;
  font-size: 17px;
  color: #ffffff;
}

.phil-modal__content ._discounttext ._discount-code-box ._discount-copy:before {
  position: absolute;
  content: "";
  border: 6px solid transparent;
  border-right: 6px solid #20426e;
  top: 50%;
  left: -12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.phil-modal__content ._discounttext ._discount-code-box ._discount-store {
  display: inline-block;
  vertical-align: top;
  height: 48px;
  padding: 0 20px;
  margin-left: 16px;
  line-height: 48px;
  background-color: #f7901f;
  font-size: 17px;
  color: #ffffff;
  border: none;
}

.phil-modal__content ._discounttext ._discount-note {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  padding: 7px 0 0 0;
}

@media screen and (min-width: 580px) {
  .phil-modal__content-2 {
    padding: 0  0 0 30px;
  }
}

.phil-modal__content._discount-bg {
  background-image: url("../src/images/td/discount-bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.phil-modal__scrollcontent {
  text-align: left;
}

.phil-modal__scroll {
  position: relative;
  height: 500px;
}

.phil-modal__scroll ._rulestext {
  font-family: Tahoma, "Geneva CY", sans-serif;
  font-size: 15px;
  color: #323232;
  padding: 15px;
  line-height: 1.2;
  padding: 50px 50px 50px 0;
}

.phil-modal__scroll ._rulestext strong {
  font-weight: bold;
}

.phil-modal__scroll ._rulestext h1 {
  font-size: 26px;
  font-family: Tahoma, "Geneva CY", sans-serif;
  color: #323232;
}

.phil-modal__scroll ._rulestext h2 {
  margin: 0 0 2px 0;
  display: block;
  font-weight: bold;
}

.phil-modal__scroll ._rulestext p {
  margin: 0 0 15px 0;
}

.phil-modal__scroll ._rulestext h1 + p {
  margin: 0 0 25px 0;
}

.phil-modal__title {
  font-size: 26px;
  font-family: Tahoma, "Geneva CY", sans-serif;
  color: #323232;
  margin-left: 15px;
}

@media screen and (max-width: 579px) {
  .phil-modal__title {
    margin-bottom: 20px;
  }
}

.phil-modal__title h1 {
  font-size: 29px;
  font-weight: 600;
  line-height: 1.207;
}

.phil-modal__title h1 span {
  font-size: 18px;
}

.phil-modal__title.white-text {
  color: #ffffff;
  line-height: 1.2;
}

.phil-modal__btn {
  display: inline-block;
  color: #ffffff;
  width: 324px;
  height: 46px;
  line-height: 46px;
  font-size: 21px;
  border-radius: 23px;
}

.phil-modal__btn:hover {
  color: #ffffff;
}

@media screen and (max-width: 579px) {
  .phil-modal__btn {
    width: 324px;
  }
}

@media screen and (max-width: 568px) {
  .phil-modal__btn {
    width: 300px;
  }
}

@media screen and (max-width: 320px) {
  .phil-modal__btn {
    width: 300px;
  }
}

.phil-modal__btn.__blue-btn {
  background: #006094;
  margin: 16px 0 62px;
}

.phil-consultation {
  font-family: Tahoma, "Geneva CY", sans-serif;
}

.phil-consultation ._woman-bg {
  background-image: url("../src/images/common/woman.png");
  background-position: center top;
  background-repeat: no-repeat;
}

.phil-consultation .question-bg {
  background: -webkit-linear-gradient(-45deg, #005a8c 0%, #0189c5 100%);
  background: -webkit-linear-gradient(315deg, #005a8c 0%, #0189c5 100%);
  background: linear-gradient(135deg, #005a8c 0%, #0189c5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a8c', endColorstr='#0189c5',GradientType=1 );
  background-image: url("../src/images/consultation/question-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #005a8c;
}

.phil-consultation .consultation-bg {
  background-image: url("../src/images/common/consultation-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
}

.phil-consultation .section-1 {
  height: 668px;
  padding-top: 135px;
}

.phil-consultation .section-1 .left-block {
  width: 390px;
  color: #323232;
}

.phil-consultation .section-1 .left-block ._consultation-title {
  font-size: 54px;
  line-height: 1.2;
}

.phil-consultation .section-1 .left-block ._consultation-subtitle {
  padding: 10px 0;
  font-size: 26px;
  line-height: 1.2;
}

.phil-consultation .section-1 .left-block p {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.2;
}

.phil-consultation .section-1 .left-block ._disease {
  margin: 0 0 20px 0;
}

.phil-consultation .section-1 .left-block ._disease div:nth-child(2) {
  margin-left: 20px;
}

.phil-consultation .section-1 .left-block ._disease ul li {
  position: relative;
  padding-left: 20px;
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.2;
}

.phil-consultation .section-1 .left-block ._disease ul li:before {
  content: "";
  width: 13px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url("../src/images/consultation/li-bg.png");
}

.phil-consultation .section-1 .left-block ._consultation-participate {
  padding: 12px 0 0;
  line-height: 51px;
}

.phil-consultation .section-1 .left-block ._consultation-participate ._participate {
  display: inline-block;
  float: left;
  width: 214px;
  height: 50px;
  border-radius: 25px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  background-image: url("../src/images/td/button-bg.png");
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.18);
}

.phil-consultation .section-1 .left-block ._consultation-participate ._conditions {
  text-decoration: underline;
  margin-left: 24px;
}

.phil-consultation .section-2 {
  height: 477px;
  color: #ffffff;
}

.phil-consultation .section-2 ._question-desc {
  width: 540px;
  margin: 53px 0 0 95px;
}

.phil-consultation .section-2 ._question-desc ._question-subtitle {
  padding: 10px 0 6px 0;
  font-size: 26px;
  line-height: 1.2;
}

.phil-consultation .section-2 ._question-desc p {
  font-size: 14px;
  line-height: 1.2;
}

.phil-consultation .section-2 ._question-desc ._question-hold {
  display: none;
  width: 540px;
  height: 247px;
  margin: 30px 0 0 0;
  border: 1px dashed #66a5c5;
  padding: 57px 0 0 0;
}

.phil-consultation .section-2 ._question-desc ._question-hold ._question-ok {
  margin: 30px 0 15px 0;
}

.phil-consultation .section-2 ._question-desc ._question-hold ._question-next {
  display: inline-block;
  width: 185px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  background-image: url("../src/images/consultation/hold-button.png");
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.18);
}

.phil-consultation .section-2 ._question-desc textarea {
  width: 540px;
  height: 125px;
  padding: 10px;
  margin: 30px 0 12px 0;
  background-color: #ffffff;
  color: #323232;
  overflow: auto;
  outline: none;
  border: none;
  resize: none;
}

.phil-consultation .section-2 ._question-desc .__form-checkbox {
  font-size: 14px;
}

.phil-consultation .section-2 ._question-desc .__form-checkbox input[type=checkbox] {
  display: none;
}

.phil-consultation .section-2 ._question-desc .__form-checkbox .__user-check {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.phil-consultation .section-2 ._question-desc .__form-checkbox .__user-check:before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  left: 0;
  top: 3px;
  opacity: 0.5;
  background-image: url("../src/images/td/chek-rec.png");
  background-repeat: no-repeat;
  background-position: 0 -23px;
}

.phil-consultation .section-2 ._question-desc .__form-checkbox input[type=checkbox]:checked + .__user-check:before {
  background-image: url("../src/images/td/chek-rec.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.phil-consultation .section-2 ._question-desc .__form-submit-question {
  cursor: pointer;
  width: 156px;
  height: 50px;
  border: none;
  border-radius: 25px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  background-image: url("../src/images/consultation/question-button.png");
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.18);
}

.phil-consultation .section-2 ._question-desc .__form-submit-question.disabled {
  cursor: default;
}

.phil-consultation .section-2 ._doctor {
  width: 220px;
  margin: 98px 0 0 90px;
}

.phil-consultation .section-2 ._doctor img {
  margin-bottom: 5px;
}

.phil-consultation .section-2 ._doctor p {
  font-size: 14px;
  padding: 5px 0;
  line-height: 1.2;
}

.phil-consultation .section-2 ._doctor ._status {
  font-size: 11px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
}

.phil-consultation .section-3 {
  min-height: 500px;
  color: #323232;
  padding-top: 64px;
}

.phil-consultation .section-3 ._question-subtitle {
  font-size: 26px;
  line-height: 1.2;
}

.phil-consultation .section-3 ._all-questions {
  width: 700px;
  /*666*/
  margin: 0 auto;
}

.phil-consultation .section-4 ._ing-box {
  height: 87px;
  line-height: 80px;
  color: #ffffff;
  font-size: 26px;
  width: 660px;
  margin: 0 auto;
}

.phil-consultation .section-4 ._ing-box ._ing {
  width: 330px;
  height: 221px;
  left: -130px;
  bottom: 0;
  background-image: url("../src/images/consultation/ing.png");
}

.phil-consultation .section-4 a {
  display: inline-block;
  height: 40px;
  width: 160px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border-radius: 20px;
  background-color: #ffffff;
  color: #3574a5;
  margin: -2px 0 0 25px;
}

.phil-consultation .__question-share {
  margin: 0 0 70px 0;
}

.sspr {
  /* guest */
  /* /guest */
  /* pagination */
  /************* full ***********/
  /*************** short ************/
  /************************/
  /* /pagination */
  /***** go-page *****/
}

.sspr-comments {
  width: 100%;
  padding: 20px 20px;
}

.sspr-count-title {
  margin: 25px 0 10px;
  line-height: 1.2;
  font-size: 21px;
  font-family: "OpenSansExtrabold","PT Sans",Arial,sans-serif;
}

.sspr-text {
  font-size: 15px;
  line-height: 1.533;
  word-break: normal;
}

@media screen and (max-width: 1024px) {
  .sspr-text {
    font-size: 14px;
  }
}

.sspr-reply {
  color: #636363;
  font-size: 13px;
  top: -15px;
}

.sspr-reply:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 12px;
  left: -18px;
  top: 6px;
  background-image: url("../src/images/common/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -20px;
}

.sspr-comments-item {
  min-height: 55px;
  padding: 10px 30px;
  margin: 20px 0;
  clear: both;
}

.sspr-comments-item .sspr-comments-inner {
  padding: 10px 10px 10px 50px;
}

.sspr-comments-item.__level-1 {
  background-color: #e5f3f9;
}

.sspr-comments-item.__level-1 .sspr-reply {
  display: none;
}

.sspr-comments-item.__level-2 {
  margin: 22px 0 0 50px;
}

.sspr-comments-item.__level-2 .sspr-reply {
  display: block;
}

.sspr-avatar {
  top: 15px;
  left: 0;
}

.sspr-avatar.css-round a, .sspr-avatar.css-round img {
  border-radius: 50%;
}

.sspr-avatar.a-60, .sspr-avatar.a-60 a, .sspr-avatar.a-60 img {
  width: 60px;
  height: 60px;
}

.sspr-avatar.a-40, .sspr-avatar.a-40 a, .sspr-avatar.a-40 img {
  width: 40px;
  height: 40px;
}

.sspr-avatar a {
  display: block;
}

.sspr-username a {
  font-family: "OpenSansSemiBold","PT Sans",Arial,sans-serif;
  border-bottom: 1px solid #a0d3e9;
}

.sspr-status {
  color: rgba(142, 155, 170, 0.7);
  font-size: 13px;
  margin: 3px 0 5px;
}

.sspr-status a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 5px 0;
  cursor: pointer;
  position: relative;
}

.sspr-sprite {
  background-image: url("../src/images/common/sprite.png");
  background-repeat: no-repeat;
}

.sspr-icon-male {
  width: 14px;
  height: 16px;
  background-position: 0 0;
}

.sspr-icon-female {
  width: 19px;
  height: 16px;
  background-position: -20px 0;
}

.sspr-activity {
  margin: 10px 0 0;
}

.sspr-activity .sspr-like, .sspr-activity .sspr-liked {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 2px 0;
  width: 18px;
  height: 17px;
  cursor: pointer;
}

.sspr-activity .sspr-like {
  background-position: -20px -20px;
}

.sspr-activity .sspr-liked {
  background-position: -40px -20px;
}

.sspr-activity .sspr-count {
  font-family: "OpenSansSemiBold","PT Sans",Arial,sans-serif;
}

.sspr-respond {
  font-size: 13px;
  margin: 0 0 0 24px;
}

.sspr-respond:before {
  content: "";
  position: absolute;
  height: 17px;
  width: 17px;
  left: -25px;
  top: 0;
  background-image: url("../src/images/common/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -40px;
}

.sspr-link {
  font-size: 13px;
  margin-left: 25px;
}

.sspr-btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 28px;
  margin-left: 10px;
  width: 77px;
  height: 28px;
  border-radius: 14px;
  background: #b7cbd2;
  color: inherit;
}

.sspr-btn:hover {
  color: inherit;
}

.sspr-btn--red {
  background: #f56060;
  color: white;
}

.sspr-btn--red:hover {
  color: white;
}

.sspr-edit {
  margin-left: 105px;
}

.sspr-edit:before {
  content: "";
  position: absolute;
  height: 17px;
  width: 17px;
  left: -25px;
  top: 0;
  background-image: url(../src/images/common/icon-edit.png);
  background-repeat: no-repeat;
}

.sspr-show-hide {
  font-size: 13px;
  margin: 0 0 0 35px;
}

.sspr-show-hide:before {
  content: "";
  position: absolute;
  height: 17px;
  width: 17px;
  left: -20px;
  top: 4px;
  background-image: url("../src/images/common/sprite.png");
  background-repeat: no-repeat;
  background-position: -60px -40px;
}

@media (max-width: 320px) {
  .sspr-show-hide span {
    display: none;
  }
}

.sspr-show-hide._active:before {
  background-position: -80px -40px;
}

.sspr-more {
  font-size: 13px;
  margin: 0 0 40px 100px;
  display: block;
  float: left;
  border-bottom: 1px dashed #636363;
}

.sspr-more:before {
  content: "";
  position: absolute;
  height: 17px;
  width: 17px;
  left: -20px;
  top: 4px;
  background-image: url("../src/images/common/sprite.png");
  background-repeat: no-repeat;
  background-position: -60px -20px;
}

.sspr-form {
  margin: 36px 0 0;
}

.sspr-form .sspr-comment-form-reset {
  display: none;
}

.sspr-form-respond {
  margin: 36px 0 0;
  display: none;
}

.sspr-comments-guest {
  display: none;
  text-align: center;
  border-radius: 5px;
  padding: 30px 0;
}

.sspr-comments-guest a {
  text-transform: uppercase;
  display: inline-block;
  height: 28px;
  width: 78px;
  line-height: 28px;
  border-radius: 15px;
  border: 1px solid;
  font-size: 11px;
  font-family: "OpenSansBold","PT Sans",Arial,sans-serif;
}

.sspr-comments-guest span {
  padding: 0 8px;
  line-height: 1.2;
}

@media screen and (max-width: 579px) {
  .sspr-comments-guest span {
    padding: 0 8px 10px 8px;
    display: block;
  }
}

.sspr-form-respond.__guest .sspr-comments-guest, .sspr-form.__guest .sspr-comments-guest {
  display: block;
}

.sspr-form-respond.__guest .sspr-comments-form, .sspr-form.__guest .sspr-comments-form {
  display: none;
}

@media screen and (max-width: 579px) {
  .sspr-comments-item.__level-1 .sspr-form-respond {
    margin: 36px 0 0 -50px;
  }
}

@media screen and (max-width: 579px) {
  .sspr-comments-item.__level-2 .sspr-form-respond {
    margin: 36px 0 0 -100px;
  }
}

.sspr-comments-form textarea {
  width: 100%;
  height: 100px;
  background: #f4f7f8;
  padding: 10px 32px 10px 15px;
  font-size: 15px;
  border-radius: 5px;
  resize: none;
  overflow: auto;
  outline: none;
  border: none;
}

.sspr-comments-error {
  background-color: #ee4747;
  color: #ffffff;
  border-radius: 5px;
  margin: 0 0 5px 0;
  font-size: 12px;
  padding: 8px 20px;
}

.sspr-comment-submit {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  width: 200px;
  height: 40px;
  margin-top: 10px;
  border: none;
  border-radius: 20px;
  line-height: 20px;
  font-family: "OpenSansBold","PT Sans",Arial,sans-serif;
  text-align: center;
  background-color: #0189c5;
  cursor: pointer;
}

@media screen and (max-width: 579px) {
  .sspr-comment-submit {
    width: 100%;
  }
}

.sspr-comment-reset {
  display: none;
  text-transform: uppercase;
  color: #636363;
  font-size: 13px;
  width: 200px;
  height: 40px;
  margin-top: 10px;
  border: none;
  border-radius: 20px;
  line-height: 20px;
  font-family: "OpenSansBold","PT Sans",Arial,sans-serif;
  text-align: center;
  background-color: #ecebea;
  cursor: pointer;
}

@media screen and (max-width: 579px) {
  .sspr-comment-reset {
    width: 100%;
  }
}

.sspr-comments-option {
  margin: -5px 0 0;
  background-color: #f4f7f8;
  text-align: right;
  border-radius: 0 0 5px 5px;
  font-size: 0;
}

.sspr-comments-option .sspr-smiles {
  display: inline-block;
  height: 17px;
  width: 17px;
  margin: 0 10px 0 0;
  background-position: -20px -40px;
  cursor: pointer;
}

.sspr-pagination {
  margin: 40px 0 20px 0;
  padding: 35px 0 0 0;
  font-family: "OpenSansSemiBold","PT Sans",Arial,sans-serif;
}

@media (max-width: 400px) {
  .sspr-pagination {
    text-align: center;
    padding: 15px 0 0 0;
  }
}

.sspr-pagination-container ul, .sspr-pagination-container li {
  list-style: none;
  display: inline;
  padding-left: 0px;
  cursor: default;
}

.sspr-pagination-container li:hover a {
  color: #006094;
}

.sspr-pagination-container li.active a {
  background-color: #fce380;
}

.sspr-pagination-container li a {
  border-radius: 5px;
  color: #338bd0;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
}

.sspr-pagination-container .__full li:nth-child(2) a {
  display: inline-block;
}

.sspr-pagination-container .__full li:nth-child(3) a {
  display: inline-block;
}

.sspr-pagination-container .__full li:nth-child(4) a {
  display: inline-block;
}

.sspr-pagination-container .__full li.ellipses-first {
  display: inline-block;
}

.sspr-pagination-container .__full li.midpoint a {
  display: inline-block;
}

.sspr-pagination-container .__full li:nth-last-child(2) a {
  display: inline-block;
}

.sspr-pagination-container .__full li:nth-last-child(3) a {
  display: inline-block;
}

.sspr-pagination-container .__full li:nth-last-child(4) a {
  display: inline-block;
}

.sspr-go-page {
  margin: 18px 0 0 0;
  float: left;
  font-size: 0;
}

@media (max-width: 375px) {
  .sspr-go-page {
    float: none;
  }
}

.sspr-go-page input, .sspr-go-page a {
  background-color: #f4f7f8;
  width: 100px;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

@media (max-width: 375px) {
  .sspr-go-page input, .sspr-go-page a {
    width: 50%;
  }
}

.sspr-go-page input {
  border-radius: 5px 0 0 5px;
  border: 1px solid #f4f7f8;
  background-color: #f4f7f8;
}

@media (max-width: 375px) {
  .sspr-go-page input {
    text-align: left;
    padding-left: 15px;
  }
}

.sspr-go-page a {
  border-radius: 0 5px 5px 0;
  display: inline-block;
}

@media (max-width: 375px) {
  .sspr-go-page a {
    text-align: right;
    padding-right: 15px;
  }
}

.phil__scrolldown {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: 60px;
}

.phil__scrolldown:after {
  content: '';
  background-image: url(../src/images/common/icon-scrolldown-arrow.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 9px;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 5px;
  margin-left: 4px;
  -webkit-animation-name: scrollAnim;
          animation-name: scrollAnim;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.phil__woman-bg {
  background-image: url("../src/images/common/bg-woman.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

.phil__ing-bg {
  background-image: url("../src/images/common/bg-ing.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

.phil-section1 {
  height: 668px;
  padding-top: 135px;
}

.phil-section1__left-block {
  width: 390px;
  color: #323232;
}

.phil-section1__title {
  font-size: 54px;
  line-height: 1.2;
}

.phil-section1__caption {
  padding: 10px 0;
}

.phil-articles {
  font-family: Tahoma, "Geneva CY", sans-serif;
}

.phil-articles__title {
  font-size: 26px;
  line-height: normal;
}

.phil-articles__caption {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.2;
}

.phil-articles__bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005c8f+1,0189c5+36,005c8f+62,005c8f+100 */
  background: -webkit-linear-gradient(100deg, #005c8f 1%, #0189c5 36%, #005c8f 62%, #005c8f 100%);
  background: linear-gradient(-10deg, #005c8f 1%, #0189c5 36%, #005c8f 62%, #005c8f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.phil-articles__list {
  padding-top: 40px;
  padding-bottom: 65px;
}

.phil-articles__item {
  display: inline-block;
  vertical-align: middle;
  width: 497px;
  height: 520px;
  margin: 25px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.3);
}

.phil-articles__item-img {
  display: block;
  height: 242px;
}

.phil-articles__item-info {
  padding: 35px 40px;
  height: 278px;
  background: white;
}

.phil-articles__item-btn {
  margin-left: -10px;
}

.phil-articles__btn {
  display: block;
  width: 125px;
  height: 60px;
  color: white;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  background: url(../src/images/articles/bg-btn.png);
}

.phil-articles__btn:hover {
  color: white;
}

.phil-articles__share {
  margin-top: 15px;
}

.phil-articles__footer {
  background-image: url(../src/images/common/consultation-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
}

.phil-articles__footer-in {
  height: 87px;
  line-height: 87px;
}

.phil-articles__footer-title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 225px;
}

.phil-articles__footer-btn {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 160px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border-radius: 20px;
  background-color: #ffffff;
  color: #3574a5;
  margin: -2px 0 0 25px;
}

.phil-articles__footer-btn:hover {
  color: #3574a5;
}

.phil-articles__footer-ing {
  position: absolute;
  width: 330px;
  height: 221px;
  right: 55px;
  bottom: 0;
  background-image: url(../src/images/consultation/ing.png);
}

.phil-article__in {
  padding-top: 70px;
}

.phil-article__header {
  height: 420px;
  overflow: hidden;
  border-bottom-right-radius: 30px;
  margin-bottom: 45px;
}

.phil-article__img {
  display: block;
  width: 890px;
  height: 420px;
}

.phil-article__title {
  width: 100%;
  bottom: 0;
  font-size: 40px;
  line-height: normal;
  background: rgba(0, 105, 159, 0.5);
  border-bottom-right-radius: 30px;
  overflow: hidden;
  padding: 40px;
}

.phil-article__body {
  margin: 0 50px 60px 50px;
  font-size: 17px;
  line-height: 1.5em;
}

.phil-article__body-title {
  margin: 30px 0;
}

.phil-article__body p {
  margin-bottom: 25px;
}

.phil-article__body b {
  font-weight: bold;
}

.phil-article__body ol {
  list-style-position: outside;
  counter-reset: item;
  /* Обнуляем счетчик списка */
}

.phil-article__body li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 40px;
}

.phil-article__body li:before {
  position: absolute;
  content: counter(item);
  /* Добавляем к числам скобку */
  counter-increment: item;
  /* Задаём имя счетчика */
  left: 0;
}

.phil-article__template {
  width: 890px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.3);
  background: white;
  margin: 0 auto 35px auto;
}

.phil-article__footer-title {
  margin: auto;
}

.phil-article__footer-ing {
  left: -60px;
}

.phil-article-nav {
  width: 890px;
  height: 153px;
  margin: 0 auto;
  padding-bottom: 90px;
  text-align: center;
  z-index: 1;
}

.phil-article-nav__prev {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.phil-article-nav__next {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.phil-article-nav__share {
  display: inline-block;
  padding-top: 10px;
}

.phil-article-nav__img {
  display: inline-block;
  vertical-align: middle;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.3);
}

.phil-article-nav__text {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}

.phil-article-nav__arrow {
  display: inline-block;
  vertical-align: middle;
  margin-right: -28px;
  margin-left: 13px;
}

.phil-article-nav__arrow--prev {
  margin-left: -28px;
  margin-right: 13px;
}

@-webkit-keyframes scrollAnim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(27px);
            transform: translateY(27px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(36px);
            transform: translateY(36px);
    opacity: 0;
  }
}

@keyframes scrollAnim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(27px);
            transform: translateY(27px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(36px);
            transform: translateY(36px);
    opacity: 0;
  }
}

.phil-product-section1__note {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  color: #323232;
  opacity: 0.4;
  line-height: 1.2;
  margin-bottom: 10px;
}

.phil-product-section2__in {
  padding: 65px 100px 90px 100px;
}

.phil-product-section4__in {
  padding: 50px 0 40px 0;
}

.phil-product__list {
  margin-top: 50px;
}

.phil-product__item {
  display: inline-block;
  width: 250px;
  margin: 25px;
  vertical-align: top;
}

.phil-product__item-img {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.phil-product__item-img:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.phil-product__item-double {
  display: inline-block;
  vertical-align: top;
  width: 598px;
  height: 197px;
  margin: 0;
  padding: 25px 43px;
  background: url(../src/images/product/bg-double.png) no-repeat;
}

.phil-product__contents {
  color: white;
  font-size: 13px;
  margin-top: 20px;
}

.phil-product__icon-v {
  margin-right: 10px;
}

.phil-product__video {
  width: 850px;
  margin: 0 auto;
  padding: 50px 0;
}

.phil-product__compare {
  margin: 10px auto 60px auto;
}

.phil-product__compare td {
  padding: 15px 25px;
}

.phil-product__compare-img {
  display: block;
}

.phil-product__compare-bl {
  border-left: 1px solid #f3f3f3;
}

.phil-product__compare-h {
  color: #017db6;
}

.phil-product__compare-1 {
  width: 33%;
  color: rgba(50, 50, 50, 0.4);
}

.phil-product__compare-2 {
  width: 33%;
  color: #323232;
}

.phil-product__compare-3 {
  width: 33%;
  color: #323232;
}
