.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

@font-face {
  font-family: 'trocchi_boldbold';
  src: url("../fonts/trocchi-bold.woff2") format("woff2"), url("../fonts/trocchi-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.woff2?5b0lvt") format("woff2"), url("../fonts/icomoon.woff?5b0lvt") format("woff");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-star2:before {
  content: "\e913";
}

.icon-cross:before {
  content: "\e900";
}

.icon-search2:before {
  content: "\e911";
}

.icon-check:before {
  content: "\e912";
}

.icon-check-thick:before {
  content: "\e901";
}

.icon-star-filled:before {
  content: "\e902";
}

.icon-arrow02:before {
  content: "\e904";
}

.icon-arrow01:before {
  content: "\e905";
}

.icon-home:before {
  content: "\e906";
}

.icon-question:before {
  content: "\e907";
}

.icon-telephone:before {
  content: "\e908";
}

.icon-back:before {
  content: "\e909";
}

.icon-print:before {
  content: "\e90a";
}

.icon-info:before {
  content: "\e90b";
}

.icon-pin:before {
  content: "\e90c";
}

.icon-like:before {
  content: "\e90d";
}

.icon-avatar:before {
  content: "\e90e";
}

.icon-search:before {
  content: "\e90f";
}

.icon-star-o:before {
  content: "\e903";
}

.icon-star:before {
  content: "\e910";
}

body {
  min-width: 320px;
}

body.user-page {
  background: url("../images/bg-pattern.jpg");
}

body.nav-active {
  overflow: hidden;
}

.btn {
  font-size: 16px;
  line-height: 24px;
  min-width: 120px;
  height: 50px;
  padding: 13px 15px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  outline: none;
}

.btn.btn-primary {
  border-color: #b20838;
  background: -webkit-linear-gradient(top, #d8134a 0%, #b40839 100%);
  background: linear-gradient(to bottom, #d8134a 0%, #b40839 100%);
}

.btn.btn-primary:hover {
  background: -webkit-linear-gradient(top, #c40d41 0%, #c40d41 100%);
  background: linear-gradient(to bottom, #c40d41 0%, #c40d41 100%);
}

.btn.btn-secondary {
  border-color: #073266;
  background: -webkit-linear-gradient(top, #11609f 0%, #073267 100%);
  background: linear-gradient(to bottom, #11609f 0%, #073267 100%);
}

.btn.btn-secondary:hover {
  background: -webkit-linear-gradient(top, #0c4881 0%, #0c4881 100%);
  background: linear-gradient(to bottom, #0c4881 0%, #0c4881 100%);
}

.btn.btn-dark {
  border-color: #8e8480;
  background: -webkit-linear-gradient(top, #a69d99 0%, #706662 100%);
  background: linear-gradient(to bottom, #a69d99 0%, #706662 100%);
}

.btn.btn-dark:hover {
  background: -webkit-linear-gradient(top, #8a807c 0%, #8a807c 100%);
  background: linear-gradient(to bottom, #8a807c 0%, #8a807c 100%);
}

.btn.btn-md {
  min-width: 200px;
}

.btn.btn-lg {
  min-width: 250px;
}

.btn:focus {
  box-shadow: none;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
}

label {
  font-size: 16px;
  margin: 0 0 2px;
}

label sup {
  font-size: 16px;
  color: #b20838;
  top: -2px;
}

.form-control {
  font-size: 16px;
  line-height: 21px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 11px 15px;
  /*outline: none;
  -webkit-appearance: none;*/
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

.form-control:disabled {
  border-color: #e7e7e7;
}

.form-control:disabled::-webkit-input-placeholder {
  color: #6e6460;
}

.form-control:disabled::-moz-placeholder {
  opacity: 1;
  color: #6e6460;
}

.form-control:disabled:-moz-placeholder {
  color: #6e6460;
}

.form-control:disabled:-ms-input-placeholder {
  color: #6e6460;
}

.form-control:disabled.placeholder {
  color: #6e6460;
}

.form-control.is-valid {
  border-color: #ccc;
  padding-right: 30px;
}

.form-control.is-valid:focus {
  box-shadow: none;
}

.form-control.is-valid + .validation-msg {
  padding: 6px 0 0;
}

.form-control.is-valid + .validation-msg .success {
  display: block;
}

.form-control.is-invalid {
  border-color: #d9534f;
  padding-right: 30px;
}

.form-control.is-invalid:focus {
  box-shadow: none;
}

.form-control.is-invalid + .validation-msg {
  padding: 6px 0 0;
}

.form-control.is-invalid + .validation-msg .error {
  display: block;
}

textarea.form-control {
  width: 100%;
  height: 145px;
}

textarea.form-control + .validation-msg .error:after,
textarea.form-control + .validation-msg .success:after {
  top: -135px;
}

.jcf-select.is-valid {
  border-color: #ccc;
  padding-right: 30px;
}

.jcf-select.is-valid:focus {
  box-shadow: none;
}

.jcf-select.is-valid + .validation-msg {
  padding: 6px 0 0;
}

.jcf-select.is-valid + .validation-msg .success {
  display: block;
}

.jcf-select.is-valid + .validation-msg .success:after {
  display: none;
}

.jcf-select.is-invalid {
  border-color: #d9534f;
  padding-right: 30px;
}

.jcf-select.is-invalid:focus {
  box-shadow: none;
}

.jcf-select.is-invalid + .validation-msg {
  padding: 6px 0 0;
}

.jcf-select.is-invalid + .validation-msg .error {
  display: block;
}

.jcf-select.is-invalid + .validation-msg .error:after {
  display: none;
}

.validation-msg {
  font-size: 14px;
  line-height: 18px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  position: relative;
  max-width: 470px;
}

.validation-msg .error:after,
.validation-msg .success:after {
  font-family: 'icomoon';
  position: absolute;
  right: 10px;
  top: -30px;
}

.validation-msg .error {
  color: #ce3c3e;
  display: none;
}

.validation-msg .error:after {
  /*content: "\e900";*/
  font-size: 22px;
  color: #d9534f;
}

.validation-msg .success {
  color: #4dad4a;
  display: none;
}

.validation-msg .success:after {
  content: "\e912";
  font-size: 13px;
  color: #5cb85c;
}



.link {
  font-size: 16px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#wrapper .wrap-in {
  overflow: hidden;
  position: relative;
}

#header {
  overflow: hidden;
  background: #073266;
}

.logo {
  width: 223px;
  float: left;
  margin: 4px 0 9px;
}

.logo a {
  display: block;
}

.logo img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

.nav-opener {
  width: 40px;
  height: 36px;
  position: absolute;
  right: 10px;
  top: 6px;
  display: none;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  width: 30px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 8px;
  left: 5px;
  content: '';
}

.nav-opener:after {
  top: auto;
  bottom: 8px;
}

.nav-opener span {
  top: 50%;
  margin: -2px 0 0;
}

.search-form {
  width: 370px;
  height: 40px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  margin: 0 -10px 0 0;
}

.search-form input[type="search"] {
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  outline: none;
  padding: 10px 15px;
  border-radius: 3px;
  background: #fff;
  font-family: Arial, sans-serif;
}

.search-form input[type="search"]::-webkit-input-placeholder {
  color: #999;
}

.search-form input[type="search"]::-moz-placeholder {
  opacity: 1;
  color: #999;
}

.search-form input[type="search"]:-moz-placeholder {
  color: #999;
}

.search-form input[type="search"]:-ms-input-placeholder {
  color: #999;
}

.search-form input[type="search"].placeholder {
  color: #999;
}

.search-form .btn-search {
  width: 44px;
  height: 40px;
  background: #fff;
  border-radius: 3px;
  border: 0;
  color: #073266;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  outline: none;
}

.search-form .btn-search:before {
  width: 1px;
  height: 24px;
  background: #073266;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin: -12px 0 0;
}

.search-form .btn-search:after {
  width: 16px;
  height: 16px;
  font-size: 15px;
  line-height: 16px;
  font-family: 'icomoon';
  content: "\e90f";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}

#nav {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0.93px;
}

#nav ul {
  font-size: 0;
  line-height: 0;
}

#nav ul > * {
  font-size: 0.875rem;
  line-height: 1.429;
}

#nav ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 0 42px;
}

#nav ul li a {
  color: #fff;
  text-decoration: none;
}

#nav ul li a:hover {
  text-decoration: underline;
}

#nav ul li .btn {
  text-decoration: none;
}

#nav ul li .btn:hover {
  text-decoration: none;
}

#main {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.login-block {
  max-width: 970px;
  margin: 0 auto;
}

.login-block .head {
  font-size: 20px;
  line-height: 28px;
  overflow: hidden;
  max-width: 840px;
  margin: 0 auto;
}

.login-block .head p {
  margin: 0 0 10px;
}

.login-block h1 {
  font-size: 48px;
  line-height: 54px;
  /*color: #6e6460;*/
  margin: 0 0 16px;
  font-family: "trocchi_boldbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.login-block h1 small {
  font-size: 18px;
  line-height: 22px;
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: block;
  margin: 0 0 18px;
}

.login-block h2 {
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0 0 22px;
}

.login-block .block {
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
}

.login-block .login-form {
  max-width: 275px;
  margin: 0 auto;
}

.login-block .login-form:after {
  width: 1px;
  height: 180px;
  content: '';
  position: absolute;
  right: 0;
  top: 40px;
 
}

.login-block .form-group {
  margin: 0 0 10px;
}

.login-block .form-control {
  font-size: 14px;
  line-height: 20px;
  padding: 9px 15px;
  font-style: italic;
}

.login-block .btn-wrap {
  overflow: hidden;
}

.login-block .btn-wrap .btn {
  display: block;
  margin: 0 auto 10px;
}

.login-block .link {
  color: #6e6460;
  text-decoration: underline;
}

.login-block .link:hover {
  text-decoration: none;
}

.login-block .signup-box {
  font-size: 16px;
  line-height: 22px;
  max-width: 250px;
  margin: 0 auto;
}

.login-block .signup-box p {
  margin: 0 0 40px;
}

.login-block .subtitle {
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin: 0 0 7px;
}

.signup-block {
  overflow: hidden;
}

.signup-block h1 {
  color: #6e6460;
  font-family: "trocchi_boldbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0 0 50px;
}

.signup-block h2 {
  font-family: "trocchi_boldbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0 0 25px;
}

.signup-block .block {
  background: #fff;
  box-shadow: 0 0 10px rgba(139, 132, 132, 0.5);
}

.signup-block .box {
  overflow: hidden;
}

.signup-block .terms-check {
  border-top: 1px solid #6e6460;
}

.signup-block .terms-check .jcf-checkbox {
  margin: 0 28px 0 0;
}

.signup-block .terms-check label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}

.form {
  overflow: hidden;
}

.form .fields-row {
  overflow: hidden;
  margin: 0 -15px;
  max-width: 600px;
}

.form .fields-row .form-group {
  float: left;
  width: 50%;
  padding: 0 15px;
}

.form .form-control {
  max-width: 470px;
}

.form .form-control.md {
  max-width: 400px;
}

.form .form-control.md + .validation-msg {
  max-width: 400px;
}

.form textarea.form-control {
  max-width: inherit;
}

.form .btn {
  min-width: 150px;
}

.number-box {
  background: #fff;
  box-shadow: 0 0 10px rgba(139, 132, 132, 0.4);
}

.number-box .img-holder {
  max-width: 290px;
  margin: -8px auto 40px;
  box-shadow: 0 2px 14px rgba(110, 100, 96, 0.3);
}

.number-box .textbox {
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
}

.number-box h3 {
  font-size: 18px;
  line-height: 25px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  margin: 0 0 51px;
}

.support-box {
  background: #073266;
  color: #fff;
  box-shadow: 0 0 10px #6f8095;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.support-box h3 {
  font-size: 30px;
  line-height: 34px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  color: #fff;
  margin: 0 0 17px;
}

.support-box .title,
.support-box .subtitle,
.support-box .time {
  font-size: 18px;
  line-height: 22px;
  display: block;
  font-weight: 500;
  margin: 0 0 17px;
}

.support-box .subtitle {
  font-weight: 400;
  margin: 0 0 8px;
}

.support-box .tel {
  font-size: 30px;
  line-height: 34px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5px;
}

.support-box .time {
  margin: 0 0 30px;
}

.support-box .or {
  overflow: hidden;
  text-align: center;
  max-width: 270px;
  margin: 0 auto 20px;
  font-weight: 500;
}

.support-box .or span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-width: 75px;
}

.support-box .or span:before,
.support-box .or span:after {
  width: 500px;
  height: 2px;
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -1px 0 0;
  content: '';
  background: #24466f;
}

.support-box .or span:after {
  left: auto;
  right: 100%;
}

.aside-nav {
  overflow: hidden;
  padding: 6px 0 0;
  background: #fff;
  margin: 0 -30px 0 -33px;
}

.aside-nav .aside-head {
  overflow: hidden;
  margin: 0 0 21px;
}

.aside-nav .aside-head .title {
  font-size: 16px;
  line-height: 20px;
  display: block;
  color: #073266;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.aside-nav .avatar {
  width: 79px;
  height: 79px;
  overflow: hidden;
  margin: 0 auto 20px;
  background: #073266;
}

.aside-nav .avatar .txt {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.aside-nav .avatar img {
  max-width: 100%;
  display: block;
}

.aside-nav .nav-holder {
  position: relative;
}

.aside-nav .nav-drop {
  overflow: hidden;
}

.aside-nav .nav-drop > ul {
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.aside-nav .nav-drop > ul > li > a {
  color: #073266;
  padding: 15px 25px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aside-nav .nav-drop > ul > li [class^="icon-"],
.aside-nav .nav-drop > ul > li [class*=" icon-"] {
  font-size: 30px;
  margin: 0 25px 0 0;
}

.aside-nav .nav-drop > ul > li:hover > a,
.aside-nav .nav-drop > ul > li.active > a {
  background: #073266;
  color: #fff;
  text-decoration: none;
}

.aside-nav .nav-drop > ul > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  padding: 2px 25px 0 107px;
}

.aside-nav .nav-drop > ul > li ul li {
  padding: 4px 0;
}

.aside-nav .nav-drop > ul > li ul li a {
  color: #9b9b9b;
  text-decoration: none;
  padding: 4px 0;
  display: inline-block;
}

.aside-nav .nav-drop > ul > li ul li a:hover {
  color: #b20838;
}

.aside-nav .nav-drop > ul > li ul li.sub-active a {
  color: #b20838;
  font-weight: 700;
  text-decoration: none;
}

.aside-nav .nav-links {
  padding: 0;
  display: none;
}

.aside-nav .nav-links li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  margin: 0 0 0 28px;
}

.aside-nav .nav-links li a {
  color: #6e6460;
}

.aside-nav .nav-links li a:hover {
  color: #073266;
  text-decoration: none;
}

.main-box {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
}

.main-box h2 {
  margin: 0 0 48px;
}

.main-box .add-links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  max-width: 340px;
  margin: 0 auto 26px;
}

.main-box .add-links > * {
  font-size: 0.875rem;
  line-height: 1.429;
}

.main-box .add-links li {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.main-box .add-links li a {
  color: #b20838;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-box .add-links li a [class^="icon-"],
.main-box .add-links li a [class*=" icon-"] {
  margin: 0 20px 0 0;
}

.main-box .add-links li a .icon-print {
  font-size: 20px;
}

.main-box .add-links li a .icon-back {
  font-size: 32px;
}

.main-box .add-links li a:hover {
  text-decoration: none;
}

.main-box .add-links li a:hover .txt {
  text-decoration: underline;
}

.main-box .links {
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
}

.main-box .links li {
  border-top: 1px solid rgba(151, 151, 151, 0.46);
  padding: 17px 0;
}

.main-box .links li a {
  color: #073266;
}

.main-box .featured-list {
  font-size: 18px;
  line-height: 26px;
  padding: 0 70px 0 0;
  margin: -22px 0 0;
}

.main-box .featured-list li {
  border-top: 1px solid rgba(151, 151, 151, 0.27);
  padding: 26px 0;
  position: relative;
}

.main-box .featured-list li:first-child {
  border-top: 0;
}

.main-box .featured-list li:after {
  font-family: 'icomoon';
  font-size: 22px;
  position: absolute;
  right: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-box .featured-list li.star:after {
  content: "\e913";
  color: #9b9b9b;
}

.main-box .featured-list li.star-filled:after {
  content: "\e910";
  color: #f5a623;
}

.main-box .btn.btn-primary {
  display: block;
  margin: 0 auto;
  max-width: 250px;
  min-width: inherit;
}

.main-box.same-height {
  height: 100%;
}

.main-box.contact-form .required {
  font-size: 14px;
  line-height: 18px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #a0002b;
  float: right;
  margin: -75px 0 0;
}

.main-box.contact-form .btn {
  min-width: 250px;
}

.main-box.contact-info {
  font-size: 24px;
  line-height: 28px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #073266;
  font-weight: 500px;
}

.main-box.contact-info h2 {
  margin: 0 0 38px;
}

.main-box.contact-info .icon-telephone,
.main-box.contact-info .icon-question {
  font-size: 50px;
  float: left;
  margin: 17px 48px 0 0;
}

.main-box.contact-info .textbox {
  overflow: hidden;
}

.main-box.contact-info .tel {
  color: #073266;
  font-weight: 700;
}

.main-box.contact-info .title {
  display: block;
  margin: 0 0 18px;
  font-weight: 400;
}

.main-box.story-box {
  font-size: 18px;
  line-height: 23px;
}

.main-box.story-box h2 {
  margin: 0 0 32px;
}

.main-box.story-box p {
  max-width: 630px;
}

.main-box.story-box p strong {
  color: #a0002b;
}

.main-box.info-box {
  font-size: 18px;
  line-height: 22px;
  position: relative;
  border-radius: 0;
}

.main-box.info-box h2 {
  margin: 0 0 37px;
  padding-right: 30px;
}

.main-box.info-box .icon-star,
.main-box.info-box .icon-star-o {
  font-size: 26px;
  position: absolute;
  right: 30px;
  top: 42px;
  color: #f5a623;
}

.main-box.info-box p {
  margin: 0 0 54px;
}

.main-box.info-box .link {
  display: inline-block;
  margin: 0 0 14px;
}

.main-box.suggest-box {
  font-size: 18px;
  line-height: 22px;
}

.main-box.suggest-box h2 {
  margin: 0 0 45px;
}

.main-box.suggest-box p a {
  color: #a0002b;
  text-decoration: underline;
}

.main-box.suggest-box p a:hover {
  text-decoration: none;
}

.info-post {
  margin: 0 0 30px;
}

.info-post:after {
  clear: both;
  display: block;
  content: "";
}

.info-post .img-holder {
  width: 270px;
  float: left;
  margin: 0 30px 0 0;
}

.info-post .textbox {
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  padding: 7px 0 0;
}

.info-post h2 {
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #6e6460;
  margin: 0 0 26px;
}

.info-post p {
  margin: 0 0 20px;
}

.info-post .link {
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #a0002b;
  text-decoration: underline;
}

.info-post .link:hover {
  text-decoration: none;
}

.content {
  padding-left: 45px;

}

.content:after {
  width: 9999px;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  background: #f4f8f9;
}

.content .head {
  font-size: 18px;
  line-height: 27px;
  overflow: hidden;
  max-width: 940px;
  position: relative;
}

.content .head h1 {
  font-family: "trocchi_boldbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0 0 53px;
}

.content .head p {
  margin: 0 0 40px;
}

.content .head.add {
  max-width: 100%;
}

.content .head.add h1 {
  float: left;
  margin: 10px 0 0;
}

.articles-block:after {
  clear: both;
  display: block;
  content: "";
}

.articles-block .info-post {
  margin: 0 0 40px;
}

.articles-block .info-post .img-holder {
  width: 370px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.articles-block .info-post .textbox {
  font-size: 14px;
  line-height: 18px;
  padding: 2px 0 0;
}

.articles-block .info-post h2 {
  color: #073266;
  margin: 0 0 32px;
}

.articles-block .info-post p {
  max-width: 570px;
}

.contact-box {
  font-size: 18px;
  line-height: 22px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #073266;
}

.contact-box .icon-telephone {
  width: 50px;
  font-size: 60px;
  display: block;
  margin: -10px auto 30px;
}

.contact-box .icon {
  width: 66px;
  margin: -10px auto 30px;
  display: block;
}

.contact-box .icon img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

.contact-box p {
  margin: 0;
}

.contact-box strong {
  display: block;
}

.contact-box a {
  color: #073266;
}

.table-holder {
  border-top: 1px solid #ddd;
}

.table {
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.15);
  margin: 0 0 5px;
}

.table .thead-light th {
  background: #e1e4e5;
}

.table thead th {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  color: #073266;
  border: 0;
  padding: 1rem;
  vertical-align: middle;
}

.table th,
.table td {
  vertical-align: middle;
  text-align:left;
 
}

.table td {
  position: relative;
  padding: 1rem 1rem;
  
}

.table td:first-child {
  color: #2a2c2e;
  font-weight: 700;
  text-align: center;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.table td:before {
  width: 100px;
  height: 100%;
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: #e1e4e5;
  color: #073266;
  display: none;
}

.table td .icon-search2 {
  font-size: 38px;
  color: #6e6460;
  text-decoration: none;
  display: inline-block;
}

.table td .icon-search2:hover {
  color: #073266;
}

.table td .link {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #a0002b;
  text-decoration: underline;
}

.table td .link:hover {
  text-decoration: none;
}

.total-block {
  font-size: 24px;
  overflow: hidden;
  text-align: right;
  padding: 34px 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.total-block .title {
  width: 84%;
  float: left;
  color: #073266;
}

.total-block .price {
  display: block;
  overflow: hidden;
  color: #092453;
  padding: 0 30px 0 0;
}

.cart-btns {
  text-align: right;
  padding: 40px 0 0;
  border-top: 1px solid #ddd;
}

.cart-btns .link,
.cart-btns .btn {
  display: inline-block;
  vertical-align: bottom;
}

.cart-btns .link {
  font-size: 16px;
  color: #c50d41;
  margin: 0 34px 5px 0;
  text-decoration: underline;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.cart-btns .link:hover {
  text-decoration: none;
}

.benefits-search {
  width: 765px;
  height: 60px;
  float: right;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  position: relative;
  padding: 15px 15px 15px 48px;
}

.benefits-search label {
  width: 38px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -14px 0 0;
}

.benefits-search label:before {
  width: 14px;
  height: 13px;
  position: absolute;
  left: 55%;
  top: 50%;
  content: '';
  background: url("../images/ico-search.svg") no-repeat;
  background-size: 100% 100%;
  margin: -6px 0 0;
}

.benefits-search .form-control {
  width: 100%;
  height: 28px;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 0;
  border: 0;
  background: #fff;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 200;
}

.benefits-search .form-control::-webkit-input-placeholder {
  color: #7c8495;
}

.benefits-search .form-control::-moz-placeholder {
  opacity: 1;
  color: #7c8495;
}

.benefits-search .form-control:-moz-placeholder {
  color: #7c8495;
}

.benefits-search .form-control:-ms-input-placeholder {
  color: #7c8495;
}

.benefits-search .form-control.placeholder {
  color: #7c8495;
}

.benefits-nav {
  overflow: hidden;
}

.benefits-nav li {
  padding: 0 0 10px;
  border-bottom: 3px solid #f4f8f9;
}

.benefits-nav li a {
  font-size: 18px;
  line-height: 24px;
  padding: 6px 19px 5px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #6e6460;
  text-decoration: none;
  display: block;
}

.benefits-nav li a:hover {
  color: #b20838;
}

.benefits-nav li.active {
  border-bottom-color: #b20838;
}

.benefits-nav li.active a {
  color: #b20838;
  font-weight: 700;
}

.steps-list {
  margin: 0 0 0 -30px;
  padding: 22px 15px 28px;
  position: relative;
  z-index: 2;
}

.steps-list:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  width: 9999px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
}

.steps-list li {
  font-size: 21px;
  line-height: 25px;
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #9b9b9b;
  position: relative;
  padding: 0 15px;
}

.steps-list li:after {
  font-family: 'icomoon';
  content: "\e901";
  font-size: 24px;
  margin: 0 0 0 15px;
  display: none;
}

.steps-list li.active {
  color: #a0002b;
}

.steps-list li.visited {
  color: #a0002b;
}

.steps-list li.visited:after {
  display: inline-block;
}

.info-section {
  margin: -4px 0 0;
}

.info-section.add {
  max-width: 670px;
}

.info-section .subhead {
  overflow: hidden;
  position: relative;
  max-width: 770px;
  border-bottom: 1px solid #ddd;
}

.info-section .subhead h2 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  margin: 0 0 34px;
}

.info-section .subhead .icon {
  width: 68px;
  position: absolute;
  right: 5px;
  top: 2px;
}

.info-section .subhead .icon img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

.info-section .holder {
  overflow: hidden;
  max-width: 770px;
}

.info-section .info-list {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 17px;
  padding: 3px 0 0;
  overflow: hidden;
}

.info-section .info-list dt,
.info-section .info-list dd {
  margin: 0 0 17px;
}

.info-section .info-list dt {
  float: left;
  clear: left;
  margin-right: 2px;
  font-weight: normal;
}

.info-section .info-list dd {
  overflow: hidden;
  display: block;
  font-weight: 700;
}

.info-section .info-list.card-info {
  border-bottom: 1px solid #ddd;
}

.info-section .check-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 30px;
  margin: 0 0 20px;
  border-bottom: 1px solid #ddd;
}

.info-section .check-row .jcf-checkbox {
  border-color: #ccc;
  margin: 0 10px 0 0;
}

.info-section .check-row label {
  margin: 0;
}

.info-section .link {
  font-size: 18px;
  margin: 0 0 20px;
  display: inline-block;
}

.info-section .heading-row {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.info-section .heading-row .title,
.info-section .heading-row label {
  font-size: 18px;
  font-weight: 400;
}

.info-section .heading-row .title.blue,
.info-section .heading-row label.blue {
  color: #073266;
}

.info-section .heading-row .jcf-radio {
  margin: 0 10px 0 0;
}

.info-section .heading-row .link-edit {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-decoration: underline;
  float: right;
}

.info-section .heading-row .link-edit:hover {
  text-decoration: none;
}

.info-section .heading-row.border-top {
  border-top: 1px solid #ddd;
}

.info-section .heading-row.no-border {
  border: 0;
}

.info-section .jcf-select.jcf-select-md {
  max-width: 170px;
  display: block;
}

.info-section .form .form-control.addr {
  max-width: 570px;
}

.info-section .form .form-control.addr + .validation-msg {
  max-width: 570px;
}

.info-section .form .btn.btn-sm {
  min-width: 120px;
}

.info-section .form label.exp {
  padding: 0 0 0 15px;
}

.info-section .form .info-tip {
  position: relative;
  top: -8px;
}

.info-section .form .info-tip:hover .card-tip {
  display: block;
}

.info-section .form .card-tip {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  line-height: 18px;
  width: 250px;
  position: absolute;
  left: 22px;
  border-radius: 10px;
  bottom: -15px;
  color: #6e6460;
  padding: 15px;
  background: #fff;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.2);
  display: none;
}

.info-section .form .card-tip:after {
  position: absolute;
  left: -7px;
  bottom: 20px;
  content: '';
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #fff transparent transparent;
}

.info-section .form .card-tip em {
  margin: 0 0 16px;
  letter-spacing: -0.7px;
  display: block;
  font-style: normal;
}

.info-section .form .card-tip .card-row {
  display: block;
  margin: 0 -6px;
}

.info-section .form .card-tip .card-row .img-card {
  width: 50%;
  float: left;
  padding: 0 6px;
}

.info-section .form .card-tip .card-row .img-card img {
  display: block;
  width: 100%;
}

.info-section .form .select-wrap {
  overflow: hidden;
  max-width: 400px;
}

.info-section .form .select-wrap .select {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin: 0 0 12px;
}

.info-section .form .select-wrap .select .jcf-select {
  width: 169px;
  min-width: inherit;
}

.info-section .form.add .form-control {
  max-width: 570px;
}

.info-section .form.add .form-control + .validation-msg {
  max-width: 570px;
}

.info-section .form.add .form-group.sm {
  max-width: 169px;
}

.info-section .radio-list {
  overflow: hidden;
  padding: 3px 0 28px;
  border-bottom: 1px solid #ddd;
}

.info-section .radio-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 16px;
}

.info-section .radio-list .jcf-radio {
  margin: 0 10px 0 0;
}

.info-section .radio-list label {
  font-size: 18px;
  margin: 0;
}

.info-section .radio-list.no-border {
  border: 0;
}

.info-section .card-type {
  overflow: hidden;
}

.info-section .card-type .title {
  float: left;
  font-size: 18px;
  width: 195px;
  padding: 3px 15px 0 0;
}

.info-section .card-type .radio-list {
  border: 0;
  padding: 3px 0 6px;
}

.info-section .card-type .radio-list .jcf-radio {
  margin: 0 20px 0 0;
}

.info-section .order-summary {
  font-size: 16px;
  margin: 0 0 68px;
  overflow: hidden;
}

.info-section .order-summary dt,
.info-section .order-summary dd {
  float: left;
  margin: 0 0 6px;
  font-weight: normal;
}

.info-section .order-summary dt {
  width: 27%;
}

.info-section .order-summary dd {
  width: 73%;
}

.info-section .order-summary .total {
  margin: 23px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #6e6460;
}

.info-section .foot {
  overflow: hidden;
}

.summary-box {
  background: #fff;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.summary-box h3 {
  font-size: 18px;
  margin: 0 0 71px;
}

.summary-box dl {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  margin: 0 0 43px;
  overflow: hidden;
}

.summary-box dl dt,
.summary-box dl dd {
  margin: 0 0 6px;
  width: 50%;
  color: #073266;
  float: left;
  font-weight: normal;
}

.summary-box dl dd {
  text-align: right;
}

.summary-box dl .total {
  margin: 23px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #073266;
}

.summary-box .link-cart {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-decoration: underline;
  color: #a0002b;
}

.summary-box .link-cart:hover {
  text-decoration: none;
}

.confirmation-msg {
  font-size: 18px;
  line-height: 23px;
  max-width: 668px;
  margin: 0 auto;
  background: #fff;
  border-bottom: 2px solid #6e6460;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}

.confirmation-msg .icon {
  width: 80px;
  height: 80px;
  margin: 15px auto 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2ecc71;
  border: 2px solid #358ed7;
  border-radius: 100%;
}

.confirmation-msg .icon .icon-check {
  font-size: 30px;
}

.confirmation-msg p {
  margin: 0 0 20px;
}

.account-block .main-box .btn.btn-primary {
  min-width: 120px;
}

.account-block .form label {
  font-size: 18px;
  color: rgba(91, 81, 77, 0.7);
}

.account-block .form .form-group {
  margin: 0 0 10px;
}

.account-block .form .form-control::-webkit-input-placeholder {
  color: #6e6460;
}

.account-block .form .form-control::-moz-placeholder {
  opacity: 1;
  color: #6e6460;
}

.account-block .form .form-control:-moz-placeholder {
  color: #6e6460;
}

.account-block .form .form-control:-ms-input-placeholder {
  color: #6e6460;
}

.account-block .form .form-control.placeholder {
  color: #6e6460;
}

.account-block .form .form-control.sm {
  width: 42%;
  float: left;
  margin: 0 14px 0 0;
}

.account-block .form .form-control.md {
  width: 61%;
}

.account-block .form .jcf-select {
  min-width: 105px;
}

.benefits-content .head {
  max-width: 96%;
}

.benefits-content .head h1 {
  margin: 0 0 24px;
}

.benefits-content .head .link-back {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 10px;
}

.benefits-content .nav-tabs .nav-item {
  width: 50%;
  float: left;
}

.benefits-content .nav-tabs .nav-item:first-child .nav-link {
  margin-left: 15px;
}

.benefits-content .nav-tabs .nav-item:last-child .nav-link {
  margin-right: 15px;
}

.benefits-content .nav-tabs .nav-link {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  color: #fff;
  display: block;
  margin-top: 18px;
  padding: 15px 10px;
  background: #073266;
  position: relative;
}

.benefits-content .nav-tabs .nav-link:after {
  width: 100%;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
}

.benefits-content .nav-tabs .nav-link:hover {
  color: #b20838;
}

.benefits-content .nav-tabs .nav-link.active {
  font-size: 24px;
  padding: 26px 10px 10px;
  margin: 0 !important;
  background: #fff;
  color: #b20838;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.benefits-content .tab-content {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px 12px 0 0;
}

.benefits-content .tab-content .section-head {
  padding: 5px 195px 31px 0;
  margin: 0 0 41px;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.benefits-content .tab-content .section-head h1 {
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #6e6460;
  margin: 0 0 17px;
}

.benefits-content .tab-content .section-head p {
  font-size: 18px;
  font-style: italic;
  margin: 0 0 20px;
}

.benefits-content .tab-content .section-head .add-favorite {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 35px;
  top: -11px;
  text-decoration: none;
}

.benefits-content .tab-content .section-head .add-favorite:after {
  font-family: 'icomoon';
  content: "\e913";
  color: #f5a623;
  font-size: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.benefits-content .tab-content .section-head .add-favorite.fav-active:after {
  content: "\e910";
}

.benefits-content .tab-content .section-head .add-favorite.fav-active.hover .tip {
  display: none;
}

.benefits-content .tab-content .section-head .add-favorite .tip {
  font-size: 14px;
  line-height: 18px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  width: 188px;
  padding: 9px;
  background: #4a90e2;
  text-transform: uppercase;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.2);
  text-align: center;
  letter-spacing: 0.6px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 62px;
  margin: 0 0 0 -94px;
  border-radius: 3px;
  display: none;
}

.benefits-content .tab-content .section-head .add-favorite .tip:before {
  position: absolute;
  left: 50%;
  top: -7px;
  content: '';
  margin: 0 0 0 -7px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #4a90e2 transparent;
}

.benefits-content .tab-content .section-head .add-favorite.hover .tip {
  display: block;
}

.benefits-content .notes {
  font-size: 12px;
  line-height: 17px;
  overflow: hidden;
  padding: 12px 0 0;
  border-top: 1px solid #ddd;
}

.benefits-content .notes p {
  margin: 0 0 24px;
}

.benefits-content .notes .lg {
  font-size: 14px;
}

.downlaod-box {
  overflow: hidden;
}

.downlaod-box h2 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  margin: 0 0 34px;
}

.downlaod-box .btn {
  margin: 0 0 13px;
}

.instructions-block {
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
}

.instructions-block .h2 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  display: block;
  margin: 0 0 57px;
}

.instructions-block p {
  margin: 0 0 20px;
}

.instructions-block p a {
  color: #a0002b;
  font-weight: 700;
  text-decoration: none;
}

.instructions-block p a:hover {
  text-decoration: underline;
}

.instructions-block p .red {
  font-weight: 700;
  color: #a0002b;
}

.quotes-block {
  overflow: hidden;
  background: #f5f5f5;
}

.quotes-block h2 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 43px;
}

.quotes-block blockquote {
  font-size: 24px;
  line-height: 31px;
  margin: 0 0 30px;
  font-style: italic;
}

.quotes-block blockquote q {
  margin: 0 0 1px;
  quotes: none;
  display: block;
}

.details-block {
  font-size: 20px;
  line-height: 25px;
  overflow: hidden;
  padding: 52px 0 0;
}

.details-block p {
  margin: 0 0 25px;
}

.details-block p a {
  font-size: 24px;
  color: #a0002b;
  font-weight: 900;
  text-decoration: none;
}

.details-block p a:hover {
  text-decoration: underline;
}

.card-holder {
  width: 332px;
  height: 220px;
  margin: 0 auto 27px;
  -webkit-perspective: 332px;
          perspective: 332px;
}

.card-holder .flipper {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
}

.card-holder img {
  width: 332px;
  height: 220px;
}

.card-holder .back,
.card-holder .front {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.card-holder .front {
  font-size: 13px;
  line-height: 16px;
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.card-holder .back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.card-holder dl {
  font-family: arial narrow;
  position: absolute;
  left: 20px;
  top: 100px;
  right: 20px;
  color: #000;
}

.card-holder dl dt {
  font-weight: 700;
  float: left;
  margin: 0 10px 12px 0;
  width: 105px;
}

.card-holder dl dd {
  overflow: hidden;
  margin: 0 0 12px 0;
  text-transform: uppercase;
}

.card-holder .info {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
}

.card-holder .info p {
  margin: 0 0 10px;
}

.card-holder .info strong {
  display: block;
}

.main-box.card-active .flipper {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.main-box.card-active .add-links li .card-fliper .front {
  display: block;
}

.main-box.card-active .add-links li .card-fliper .back {
  display: none;
}

.main-box .add-links li .card-fliper .front {
  display: none;
}

#footer {
  font-size: 10px;
  line-height: 13px;
  color: rgba(255, 255, 255, 0.56);
  background: #6e6460;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
}

#footer p {
  max-width: 970px;
}

#footer .foot-content {
  padding-left: 45px;
}

.btn-chat {
  font-size: 16px;
  line-height: 22px;
  position: absolute;
  right: 0;
  top: -48px;
  color: #fff;
  padding: 13px 21px 13px 60px;
  font-weight: 500;
  background: #00397c;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.btn-chat:before {
  width: 34px;
  height: 28px;
  background: url("../images/ico-chat.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 16px;
  top: 9px;
  content: '';
}

.btn-chat:hover {
  color: #fff;
  text-decoration: none;
  background: #073266;
}

.footer-nav {
  overflow: hidden;
  max-width: 970px;
}

.footer-nav ul {
  font-size: 0;
  line-height: 0;
}

.footer-nav ul > * {
  font-size: 0.875rem;
  line-height: 1.429;
}

.footer-nav ul li {
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 0 22px 0 0;
}

.footer-nav ul li a {
  color: #fff;
}

/* custom checkbox styles */

.jcf-checkbox {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #6e6460;
  margin: 0 3px 0 0;
  border-radius: 3px;
}

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 6px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #6e6460;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

:root .jcf-checkbox span {
  margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked span {
  display: block;
}

/* custom radio styles */

.jcf-radio {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
  margin: 0 3px 0 0;
}

.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #666;
  border-radius: 100%;
}

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-radio.jcf-checked span {
  display: block;
}

/* custom select styles */

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #ccc;
  background: #fff;
  min-width: 150px;
  height: 45px;
  border-radius: 0.2rem;
}

.jcf-select.jcf-focus,
.jcf-select.jcf-drop-active {
  border-color: #073266;
}

.jcf-select.jcf-focus .jcf-select-text,
.jcf-select.jcf-drop-active .jcf-select-text {
  color: #073266;
}

.jcf-select.jcf-focus .jcf-select-opener:after,
.jcf-select.jcf-drop-active .jcf-select-opener:after {
  color: #073266;
}

.jcf-select.jcf-drop-active {
  border-radius: 0.2rem 0.2rem 0 0;
}

.jcf-select.jcf-drop-active .jcf-select-opener:after {
  content: "\e904";
}

.jcf-select.jcf-drop-flipped.jcf-drop-active {
  border-radius: 0 0 0.2rem 0.2rem;
}

.jcf-select.jcf-select-qty {
  width: 70px;
  min-width: inherit;
}

.jcf-select.jcf-select-qty .jcf-select-text {
  margin: 11px 30px 11px 15px;
  font-weight: 500;
}

.jcf-select.jcf-select-qty .jcf-select-opener {
  width: 30px;
}

.jcf-select.jcf-select-qty .jcf-list .jcf-option {
  padding: 5px 15px;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #6e6460;
  margin: 11px 35px 11px 15px;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #fff;
  width: 35px;
  bottom: 0;
  right: 0;
  top: 0;
  border-radius: 3px;
}

.jcf-select .jcf-select-opener:after {
  color: #6e6460;
  font-family: 'icomoon';
  content: "\e905";
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #073266;
  border-top: 0;
  border-radius: 0 0 0.2rem 0.2rem;
}

.jcf-select-drop.jcf-drop-flipped .jcf-select-drop-content {
  border: 1px solid #073266;
  border-bottom: 0;
  border-radius: 0.2rem 0.2rem 0 0;
}

.jcf-select-drop.jcf-drop-flipped .jcf-list {
  border-radius: 0.2rem 0.2rem 0 0;
}

.jcf-select-drop.jcf-select-qty .jcf-list .jcf-option {
  padding: 5px 15px;
}

/* multiple select styles */

.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */

.jcf-list {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 20px;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 0.2rem 0.2rem;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 10px 15px;
  color: #073266;
  height: 1%;
}

.jcf-list .jcf-option.jcf-option-hideme {
  display: none;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #f8f4f4;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
  background: #ddd !important;
}

@media (min-width: 1200px) {
  body.user-page .container {
    max-width: 1200px;
  }
}

@media (max-width: 1504px) {
  .aside-nav {
    margin: 0  -25px;
  }

  .aside-nav .nav-drop > ul {
    font-size: 14px;
    line-height: 22px;
  }

  .aside-nav .nav-drop > ul > li > a {
    padding: 15px 10px;
  }

  .aside-nav .nav-drop > ul > li [class^="icon-"],
  .aside-nav .nav-drop > ul > li [class*=" icon-"] {
    font-size: 22px;
    margin: 0 10px 0 0;
  }

  .aside-nav .nav-drop > ul > li ul {
    padding: 0 0 0 42px;
  }

  .main-box .add-links li a [class^="icon-"],
  .main-box .add-links li a [class*=" icon-"] {
    margin: 0 10px 0 0;
  }

  .main-box .featured-list li:after {
    right: -57px;
  }

  .main-box.contact-info {
    font-size: 22px;
    line-height: 26px;
  }

  .main-box.contact-info .icon-telephone,
  .main-box.contact-info .icon-question {
    margin: 15px 30px 0 0;
  }

  .info-post .textbox {
    padding: 0;
  }

  .info-post h2 {
    font-size: 21px;
    line-height: 27px;
    margin: 0 0 15px;
  }

  .info-post p {
    margin: 0 0 15px;
  }

  .articles-block .info-post h2 {
    margin: 0 0 15px;
  }

  .table {
    font-size: 14px;
    line-height: 18px;
  }

  .table thead th {
    padding: 1rem 0.5rem;
  }

  .table td {
    padding: 2rem 0.5rem;
  }

  .total-block .title {
    width: 75%;
  }

  .benefits-search {
    width: 450px;
    height: 60px;
  }

  .benefits-nav li a {
    font-size: 16px;
    line-height: 22px;
    padding: 6px 10px 5px;
  }

  .steps-list {
    padding: 22px 15px;
  }

  .steps-list li {
    font-size: 18px;
    line-height: 24px;
  }

  .steps-list li:after {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .search-form {
    width: 300px;
  }

  .aside-nav {
    margin: 0 -16px;
  }

  .aside-nav .aside-head .title {
    font-size: 14px;
    line-height: 20px;
  }

  .aside-nav .avatar {
    width: 65px;
    height: 65px;
  }

  .aside-nav .avatar .txt {
    font-size: 18px;
    line-height: 24px;
  }

  .aside-nav .nav-drop > ul {
    font-size: 12px;
    line-height: 20px;
  }

  .aside-nav .nav-drop > ul > li > a {
    padding: 10px;
  }

  .aside-nav .nav-drop > ul > li [class^="icon-"],
  .aside-nav .nav-drop > ul > li [class*=" icon-"] {
    font-size: 18px;
    margin: 0 8px 0 0;
  }

  .aside-nav .nav-drop > ul > li ul {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 0 38px;
  }

  .main-box h2 {
    margin: 0 0 25px;
  }

  .main-box .add-links li {
    font-size: 14px;
    line-height: 18px;
  }

  .main-box .add-links li a .icon-print {
    font-size: 18px;
  }

  .main-box .add-links li a .icon-back {
    font-size: 26px;
  }

  .main-box .links {
    font-size: 14px;
    line-height: 20px;
  }

  .main-box .featured-list {
    font-size: 16px;
    line-height: 22px;
  }

  .main-box .featured-list li {
    padding: 22px 0;
  }

  .main-box.contact-form .required {
    margin: -46px 0 0;
  }

  .main-box.contact-info {
    font-size: 18px;
    line-height: 24px;
  }

  .main-box.contact-info h2 {
    margin: 0 0 25px;
  }

  .main-box.contact-info .icon-telephone,
  .main-box.contact-info .icon-question {
    font-size: 40px;
    margin: 15px 25px 0 0;
  }

  .main-box.contact-info .title {
    margin: 0 0 10px;
  }

  .main-box.story-box h2 {
    margin: 0 0 25px;
  }

  .main-box.info-box {
    font-size: 16px;
    line-height: 22px;
  }

  .main-box.info-box h2 {
    margin: 0 0 25px;
  }

  .main-box.info-box .icon-star {
    top: 26px;
    right: 20px;
  }

  .main-box.info-box p {
    margin: 0 0 25px;
  }

  .main-box.suggest-box {
    font-size: 16px;
    line-height: 22px;
  }

  .main-box.suggest-box h2 {
    margin: 0 0 25px;
  }

  .info-post .textbox {
    font-size: 14px;
    line-height: 20px;
  }

  .info-post h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .info-post .link {
    font-size: 14px;
    line-height: 20px;
  }

  .articles-block .info-post .textbox {
    font-size: 14px;
    line-height: 20px;
  }

  .contact-box {
    font-size: 16px;
    line-height: 22px;
  }

  .contact-box .icon-telephone {
    font-size: 40px;
    margin: 0 auto 20px;
  }

  .contact-box .icon {
    width: 40px;
    margin: 0 auto 20px;
  }

  .table {
    font-size: 12px;
    line-height: 16px;
  }

  .table td .icon-search2 {
    font-size: 30px;
  }

  .benefits-search {
    width: 350px;
    height: 60px;
  }

  .benefits-nav li a {
    padding: 6px 0 5px;
  }

  .steps-list li {
    font-size: 16px;
    line-height: 22px;
  }

  .steps-list li:after {
    font-size: 16px;
    margin: 0 0 0 15px;
  }

  .info-section .info-list {
    font-size: 16px;
    line-height: 22px;
  }

  .info-section .link {
    font-size: 16px;
  }

  .info-section .jcf-select.jcf-select-md {
    max-width: 100%;
  }

  .info-section .card-type .title {
    width: 160px;
  }

  .summary-box dl {
    margin: 0 0 20px;
  }

  .benefits-content .nav-tabs .nav-link {
    font-size: 14px;
  }

  .benefits-content .nav-tabs .nav-link.active {
    font-size: 20px;
  }

  .benefits-content .tab-content .section-head {
    padding: 5px 120px 15px 0;
    margin: 0 0 25px;
  }

  .benefits-content .tab-content .section-head h1 {
    font-size: 30px;
  }

  .benefits-content .tab-content .section-head .add-favorite {
    width: 40px;
    height: 40px;
    top: 0;
  }

  .benefits-content .tab-content .section-head .add-favorite:after {
    font-size: 36px;
  }

  .benefits-content .tab-content .section-head .add-favorite .tip {
    font-size: 12px;
    line-height: 16px;
    width: 140px;
    top: 50px;
    margin: 0 0 0 -70px;
  }

  .quotes-block h2 {
    font-size: 24px;
  }

  .quotes-block blockquote {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 1023px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 22px;
  }

  .logo {
    width: 150px;
    margin: 0 0 3px;
  }

  .search-form {
    margin: 0;
    width: 250px;
  }

  #nav ul li {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 0 25px;
  }

  .login-block .head {
    font-size: 16px;
    line-height: 24px;
  }

  .login-block h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .login-block h2 {
    font-size: 20px;
  }

  .number-box .img-holder {
    margin: 0 auto 25px;
  }

  .number-box .textbox {
    font-size: 14px;
  }

  .number-box h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px;
  }

  .support-box h3 {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 15px;
  }

  .support-box .title,
  .support-box .subtitle,
  .support-box .time {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 12px;
  }

  .support-box .tel {
    font-size: 20px;
    line-height: 24px;
  }

  .support-box .time {
    margin: 0 0 20px;
  }

  .support-box .btn.btn-lg {
    font-size: 14px;
    min-width: inherit;
  }

  .aside-nav {
    margin: 0 -15px;
  }

  .main-box .featured-list {
    padding: 0 50px 0 0;
  }

  .main-box .featured-list li:after {
    right: -45px;
  }

  .main-box.story-box {
    font-size: 14px;
    line-height: 20px;
  }

  .info-post .img-holder {
    float: none;
    margin: 0 auto 25px;
  }

  .content .head {
    font-size: 16px;
    line-height: 25px;
  }

  .content .head h1 {
    margin: 0 0 30px;
  }

  .content .head p {
    margin: 0 0 30px;
  }

  .content .head.add h1 {
    margin: 0 0 25px;
  }

  .articles-block .info-post .img-holder {
    width: 100%;
  }

  .articles-block .info-post .img-holder .img-fluid {
    max-width: inherit;
    width: 100%;
  }

  .table {
    border: 1px solid #e1e4e5;
    border-top: 0;
  }

  .table colgroup {
    display: none;
  }

  .table thead {
    display: none;
  }

  .table thead th {
    padding: 1rem 0.25rem;
  }

  .table tr {
    display: block;
  }

  .table tr:nth-child(even) td {
    background: #fafafa;
  }

  .table td {
    display: block;
    padding: 15px;
    padding-left: 115px;
    vertical-align: top;
    position: relative;
    border-color: #e1e4e5;
  }

  .table td:first-child {
    text-align: left;
    font-size: 14px;
  }

  .table td:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .table td .icon-search2 {
    margin: 0 0 0 -8px;
  }

  .total-block {
    font-size: 20px;
  }

  .total-block .title {
    width: 65%;
  }

  .total-block .price {
    padding: 0 15px 0 0;
  }

  .cart-btns .btn {
    min-width: inherit;
  }

  .cart-btns .link {
    font-size: 14px;
    margin: 0 20px 5px 0;
  }

  .benefits-search {
    width: 100%;
    height: 46px;
    padding: 8px 15px 8px 48px;
  }

  .benefits-search label:before {
    left: 50%;
  }

  .benefits-nav {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .benefits-nav li {
    padding: 0;
    width: 33.333%;
    text-align: center;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 0;
  }

  .benefits-nav li a {
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
  }

  .benefits-nav li.active {
    border-bottom-color: #ddd;
  }

  .benefits-nav li.active a {
    background: #b20838;
    color: #fff;
  }

  .steps-list {
    padding: 15px 10px 10px;
  }

  .steps-list li {
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
    margin: 0 0 5px;
  }

  .steps-list li:after {
    font-size: 12px;
    margin: 0 0 0 5px;
  }

  .summary-box h3 {
    margin: 0 0 30px;
  }

  .benefits-content .head .link-back {
    position: static;
    display: inline-block;
  }

  .benefits-content .nav-tabs .nav-link {
    font-size: 12px;
    margin-top: 12px;
  }

  .benefits-content .nav-tabs .nav-link.active {
    padding: 26px 10px 10px;
    font-size: 16px;
  }

  .benefits-content .tab-content .section-head h1 {
    font-size: 24px;
  }

  .benefits-content .tab-content .section-head p {
    font-size: 16px;
  }

  .downlaod-box h2 {
    margin: 0 0 25px;
  }

  .instructions-block {
    font-size: 16px;
    line-height: 20px;
  }

  .instructions-block .h2 {
    margin: 0 0 30px;
  }

  .quotes-block h2 {
    margin: 0 0 25px;
  }

  .quotes-block blockquote {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 25px;
  }

  .details-block {
    font-size: 16px;
    line-height: 22px;
    padding: 35px 0 0;
  }

  .details-block p a {
    font-size: 18px;
  }

  .jcf-select.jcf-select-qty {
    height: 30px;
  }

  .jcf-select.jcf-select-qty .jcf-select-text {
    margin: 4px 30px 4px 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .jcf-select-drop.jcf-select-qty .jcf-list {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  label {
    font-size: 14px;
    margin: 0 0 5px;
  }

  label sup {
    font-size: 14px;
  }

  .form-control {
    font-size: 14px;
  }

  .validation-msg {
    font-size: 12px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  .link {
    font-size: 14px;
  }

  #wrapper .wrap-in {
    -webkit-transition: left 0.35s ease;
    transition: left 0.35s ease;
    left: 0;
  }

  .nav-active #wrapper .wrap-in {
    left: 290px;
  }

  .logo {
    width: 120px;
    margin: 0 0 10px;
  }

  .user-page .logo {
    margin: 0 0 3px;
  }

  .nav-opener {
    display: block;
  }

  .right-head {
    width: 100%;
    text-align: center;
    margin: 0 0 5px;
  }

  .search-form {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 32px;
  }

  .search-form input[type="search"] {
    height: 32px;
    padding: 6px 15px;
  }

  .search-form .btn-search {
    height: 32px;
  }

  #nav {
    display: none;
  }

  .user-page #nav {
    display: block;
  }

  #nav ul li {
    margin: 0 0 0 12px;
  }

  .user-page #nav ul li:first-child {
    margin: 0;
  }

  #nav ul li .btn.btn-md {
    font-size: 14px;
    min-width: 70px;
  }

  .login-block .head {
    font-size: 14px;
    line-height: 20px;
  }

  .login-block h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .login-block h1 small {
    font-size: 15px;
    line-height: 20px;
  }

  .login-block h2 {
    font-size: 18px;
    margin: 0 0 15px;
  }

  .login-block .login-form {
    max-width: inherit;
  }

  .login-block .login-form:after {
    width: 300px;
    height: 1px;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    margin: 0 0 0 -150px;
  }

  .login-block .signup-box {
    font-size: 14px;
    line-height: 20px;
    max-width: inherit;
  }

  .signup-block h1 {
    margin: 0 0 25px;
  }

  .signup-block h2 {
    margin: 0 0 15px;
  }

  .signup-block .terms-check .jcf-checkbox {
    margin: 0 10px 0 0;
  }

  .aside-nav {
    -webkit-transition: left 0.35s ease;
    transition: left 0.35s ease;
    width: 290px;
    height: 100vh;
    overflow: auto;
    position: fixed;
    top: 0;
    left: -290px;
    margin: 0;
    z-index: 5;
    padding: 0;
  }

  .nav-active .aside-nav {
    left: 0;
  }

  .aside-nav .aside-head {
    padding: 20px 0 0;
  }

  .aside-nav .avatar {
    width: 79px;
    height: 79px;
  }

  .aside-nav .avatar .txt {
    font-size: 20px;
    line-height: 24px;
  }

  .aside-nav .nav-holder {
    padding: 0 0 20px;
  }

  .aside-nav .nav-drop {
    margin: 0 0 10px;
  }

  .aside-nav .nav-drop > ul {
    font-size: 16px;
    line-height: 24px;
  }

  .aside-nav .nav-drop > ul > li > a {
    padding: 15px 25px;
  }

  .aside-nav .nav-drop > ul > li [class^="icon-"],
  .aside-nav .nav-drop > ul > li [class*=" icon-"] {
    font-size: 30px;
    margin: 0 25px 0 0;
  }

  .aside-nav .nav-drop > ul > li ul {
    font-size: 16px;
    line-height: 20px;
    padding: 2px 25px 0 107px;
  }

  .aside-nav .nav-links {
    display: block;
  }

  .main-box .featured-list {
    font-size: 14px;
    line-height: 20px;
  }

  .main-box .featured-list li {
    padding: 18px 0;
  }

  .main-box.info-box {
    font-size: 12px;
    line-height: 20px;
  }

  .main-box.info-box .icon-star {
    font-size: 20px;
    right: 15px;
  }

  .main-box.suggest-box {
    font-size: 12px;
    line-height: 20px;
  }

  .content {
    padding-left: 15px;
  }

  .content:after {
    left: 0;
  }

  .content .head h1 {
    margin: 0 0 20px;
  }

  .content .head p {
    margin: 0 0 20px;
  }

  .articles-block .info-post .img-holder {
    max-width: 350px;
  }

  .articles-block .info-post p {
    max-width: inherit;
  }

  .benefits-nav li a {
    font-size: 12px;
    line-height: 18px;
    padding: 12px 10px;
  }

  .steps-list {
    margin: -1rem -15px 0;
    padding: 0;
  }

  .steps-list li {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    border-top: 1px solid #e9ecef;
  }

  .steps-list li:first-child {
    border-top: 0;
  }

  .steps-list li:after {
    font-size: 15px;
  }

  .info-section .subhead h2 {
    margin: 0 0 25px;
  }

  .info-section .subhead .icon {
    position: static;
    display: block;
    margin: 0 0 20px;
  }

  .info-section .info-list {
    font-size: 14px;
    line-height: 20px;
  }

  .info-section .heading-row .title,
  .info-section .heading-row label {
    font-size: 14px;
  }

  .info-section .radio-list {
    margin: 0;
  }

  .info-section .radio-list label {
    font-size: 16px;
  }

  .info-section .card-type {
    margin: 0 0 20px;
  }

  .info-section .card-type .title {
    width: 100%;
    float: none;
    display: block;
    margin: 0 0 20px;
  }

  .confirmation-msg {
    font-size: 16px;
    line-height: 22px;
  }

  .confirmation-msg .icon {
    width: 60px;
    height: 60px;
    margin: 15px auto;
  }

  .confirmation-msg .icon .icon-check {
    font-size: 22px;
  }

  .benefits-content .nav-tabs .nav-link.active {
    font-size: 14px;
  }

  .benefits-content .tab-content .section-head {
    padding: 5px 50px 15px 0;
  }

  .benefits-content .tab-content .section-head h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .benefits-content .tab-content .section-head p {
    font-size: 14px;
  }

  .benefits-content .tab-content .section-head .add-favorite {
    right: 0;
  }

  .benefits-content .tab-content .section-head .add-favorite:after {
    font-size: 26px;
  }

  .benefits-content .tab-content .section-head .add-favorite .tip {
    font-size: 9px;
    line-height: 13px;
    padding: 5px;
    width: 60px;
    margin: 0 0 0 -33px;
  }

  .instructions-block {
    font-size: 14px;
    line-height: 18px;
  }

  .instructions-block .h2 {
    margin: 0 0 15px;
    font-size: 20px;
  }

  .instructions-block p {
    margin: 0 0 15px;
  }

  .quotes-block blockquote {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px;
  }

  .details-block {
    font-size: 14px;
    line-height: 20px;
    padding: 25px 0 0;
  }

  .details-block p {
    margin: 0 0 15px;
  }

  .details-block p a {
    font-size: 16px;
  }

  #footer .foot-content {
    padding-left: 15px;
  }

  .btn-chat {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 10px 10px 45px;
    top: -40px;
  }

  .btn-chat:before {
    width: 26px;
    height: 24px;
    left: 10px;
  }
}

@media (max-width: 479px) {
  .user-page #nav ul li:first-child {
    margin: 0 0 5px;
  }

  #nav ul li {
    font-size: 12px;
    line-height: 20px;
  }

  .user-page #nav ul li {
    display: block;
  }

  .form .fields-row .form-group {
    width: 100%;
  }

  .main-box .add-links li {
    font-size: 12px;
    line-height: 16px;
  }

  .main-box .add-links li a [class^="icon-"],
  .main-box .add-links li a [class*=" icon-"] {
    margin: 0 7px 0 0;
  }

  .main-box .add-links li a .icon-print {
    font-size: 16px;
  }

  .main-box .add-links li a .icon-back {
    font-size: 22px;
  }

  .main-box.contact-form .required {
    margin: 0 0 15px;
    display: block;
    float: none;
  }

  .main-box.contact-info {
    font-size: 16px;
    line-height: 20px;
  }

  .main-box.contact-info .icon-telephone,
  .main-box.contact-info .icon-question {
    font-size: 30px;
    margin: 15px 20px 0 0;
  }

  .main-box.contact-info .btn.btn-secondary {
    min-width: inherit;
    max-width: 250px;
    display: block;
  }

  .info-post .img-holder {
    width: 258px;
  }

  .articles-block .info-post .img-holder {
    max-width: 290px;
  }

  .table td {
    padding: 10px;
    padding-left: 110px;
  }

  .total-block .title {
    width: 50%;
  }

  .cart-btns .btn {
    margin: 0 0 0 10px;
  }

  .cart-btns .link {
    margin: 0 0 10px 0;
  }

  .benefits-nav li a {
    font-size: 10px;
    line-height: 18px;
    padding: 10px 5px;
  }

  .info-section .info-list dt {
    margin-right: 5px;
  }

  .info-section .info-list dd {
    font-weight: 400;
    word-break: break-all;
  }

  .info-section .form .card-tip {
    width: 220px;
    font-size: 12px;
    line-height: 16px;
  }

  .info-section .form .card-tip em {
    letter-spacing: normal;
  }

  .info-section .order-summary dt {
    width: 50%;
  }

  .info-section .order-summary dd {
    width: 50%;
  }

  .benefits-content .nav-tabs .nav-link {
    padding: 10px;
  }

  .benefits-content .nav-tabs .nav-link span {
    display: block;
  }

  .benefits-content .nav-tabs .nav-link.active {
    padding: 18px 10px 8px;
  }

  .card-holder {
    width: 258px;
  }

  .card-holder img {
    width: 258px;
  }

  .card-holder .front {
    font-size: 11px;
  }

  .card-holder dl {
    font-family: Arial, sans-serif;
    left: 12px;
    right: 12px;
  }

  .card-holder dl dt {
    width: 100px;
    margin: 0 5px 0 0;
  }
}

@media (max-width: 399px) {
  .info-section .form .select-wrap .select .jcf-select {
    width: 128px;
  }
}

@media print {
  * {
    background: none !important;
    color: #000 !important;
  }

  a {
    color: #000 !important;
    text-decoration: none !important;
  }

  html,
  body {
    min-width: 1px;
    width: 100%;
    display: block;
    min-width: inherit;
  }

  body {
    color: #000;
    background: #fff;
    min-width: inherit !important;
  }

  #main {
    overflow: visible;
    clear: both;
    width: 100%;
    display: block;
  }

  #header,
  .aside,
  .main-box .add-links,
  .main-box h2,
  .main-box .links,
  #footer {
    display: none !important;
  }

  .col-12.mb-4 {
    display: none;
  }

  .col-12.col-md-6.mb-4 {
    max-width: inherit;
    width: 100%;
    display: block;
  }

  .col-12.col-md-6.mb-4 + .col-12.col-md-6.mb-4 {
    display: none;
  }

  .row {
    display: block;
  }

  .main-box {
    width: 100%;
    padding: 50px 0 !important;
  }

  .main-box.same-height {
    height: auto !important;
  }

  .card-holder {
    -webkit-perspective: none;
            perspective: none;
    height: auto;
    margin: 0 auto;
  }

  .card-holder .flipper {
    position: relative;
  }

  .card-holder .back,
  .card-holder .front {
    position: relative;
  }

  .card-holder .back {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }

  .card-holder .info {
    font-size: 12px;
    line-height: 14px;
  }

  .main-box.card-active .flipper {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}

.popup-area {
	width: 439px;
	background: #fff;
	font: 16px/18px "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #000;
	padding: 45px 30px 30px 45px;
}


.validation-summary-errors ul { 
    list-style: none;
    margin-left:-40px
}


#nav ul li {
  color: #fff;
  text-decoration: none;
}



	.main-box .featured-list li .icon-star, .main-box .featured-list li .icon-star-o {
	    font-size: 22px;
	    position: absolute;
	    right: -70px;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	    color: #f5a623;
	}

    .product-amount{
        width:80px;
        text-align:right;
        font-weight:700;
    }

    .product-name{
          font-weight: normal !important;
          padding-left:10px;
    }

    .product-total-amount{
        width:80px;
        text-align:right;
        font-weight:700 !important;
    }

    .product-total{
          padding-left:10px;
    }


ol li {
    padding-bottom:15px;
}

h2{
    margin-bottom:15px !important;
    padding-bottom:0px;
}

.btn-sm,
.btn-group-sm > .btn {
padding: .5rem .5rem;
    font-size: .8rem;
    line-height: 1.8;
    border-radius: .2rem;
    height:unset;
}



.parsley-error {
  border-color: #f05050 !important; }

.parsley-required,
.parsley-type,
.parsley-equalto {
  color: #f05050; }

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0; }
  .parsley-errors-list.filled {
    display: block; }
  .parsley-errors-list > li {
    font-size: 12px;
    list-style: none;
    color: #f05050; }

.input-group.with-focus .form-control {
  transition: none; }
  .input-group.with-focus .form-control:focus + .input-group-append > .input-group-text {
    border-color: #66afe9; }
  .input-group.with-focus .form-control.is-invalid + .input-group-append > .input-group-text {
    border-color: #f05050; }
  .input-group.with-focus .form-control.is-valid + .input-group-append > .input-group-text {
    border-color: #27c24c; }


  
.dependent-add-delete a {
    letter-spacing: .025em;
    font-weight: 400;
    
    font-size: 1.1em !important;
    line-height: 15px;
    color: #002e6d;
}

    .dependent-add-delete a:active {
        color: #002e6d;
    }



    .dependentrow {
    border-top: 1px dashed #e7e6e4;
    padding-top:15px;
}