
/* reboot */


.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  
  .slick-slider .slick-list,
  .slick-track,
  .slick-slide,
  .slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
  }
  
  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table;
  }
  
  .slick-track:after {
    clear: both;
  }
  
  .slick-loading .slick-track {
    visibility: hidden;
  }
  
  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
  }
  
  .slick-slide img {
    display: block;
  }
  
  .slick-slide.slick-loading img {
    display: none;
  }
  
  .slick-slide.dragging img {
    pointer-events: none;
  }
  
  .slick-initialized .slick-slide {
    display: block;
  }
  
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
  }
  
  .slick-prev,
  .slick-next {
    position: absolute;
    height: 50px;
    width: 50px;
    background: #ff0000;
    top: 50%;
    left: 0;
    border: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  
  .slick-next {
    left: auto;
    right: 0;
  }
  
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.25;
    cursor: default;
  }
  
  .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
  }
  
  .slick-dots li {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
  }
  
  .slick-dots li button {
    border: 0;
    background: #ff00ff;
    display: block;
    height: 20px;
    width: 20px;
  }
  
  .slick-dots li.slick-active button {
    background: #ff0000;
  }
  
  
  /* footer */
  .footer-global {
    background: #393939;
    border-top: 8px solid #DA372B;
    color: #ffffff;
    font-size: 13px;
    padding: 30px 0 0;
  }
  
  .footer-global a {
    color: #dddddd;
  }
  
  .footer-global a:hover {
    color: #ffffff;
  }
  
  .footer-logo {
    max-width: 190px;
    margin: 0 auto 31px;
  }
  
  .footer-logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .global-footer-teaser {
    border-bottom: 1px solid #898989;
    margin-bottom: 20px;
  }
  
  .global-footer-teaser-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .global-footer-teaser-list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-bottom: 18px;
    padding-right: 10px;
  }
  
  .global-footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .global-footer-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-bottom: 28px;
    padding-right: 10px;
  }
  
  .global-footer-title {
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .footer-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100px;
  }
  
  .footer-social-list li {
    width: 50%;
  }
  
  .footer-social-list li a {
    display: block;
    max-width: 40px;
    margin: 0 0;
    padding: 8px 0;
    opacity: 0.8;
    -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .footer-social-list li a:hover {
    opacity: 1;
  }
  
  .footer-social-list li img {
    display: block;
    margin: 0 auto;
    max-width: 24px;
  }
  
  .ekomi-info {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .ekomi-info-img {
    width: 61px;
    vertical-align: middle;
    display: inline-block;
    padding-right: 5px;
  }
  
  .ekomi-info-img img {
    display: block;
  }
  
  .ekomi-info-text {
    display: inline-block;
    vertical-align: middle;
    color: #dddddd;
    font-size: 12px;
  }
  
  .ekomi-info-text a {
    text-decoration: underline;
  }
  
  .rating-start {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  
  .rating-start,
  .rating-start-ok {
    background: transparent url("../upload/rating.png") left 100% no-repeat;
    width: 54px;
    height: 10px;
    background-size: 54px 20px;
  }
  
  .rating-start-ok {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-position: 0 0;
    width: 90%;
  }
  
  .copyright {
    background: #2a2a2a;
    text-align: center;
    color: #979797;
    font-size: 12px;
    padding: 15px 0;
  }
  
  /* content */
  .spanning {
    clear: both;
    padding-top: 84px;
    padding-bottom: 55px;
  }
  
  .content {
    background: #ffffff;
    -webkit-box-shadow: 0 2px 43px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 43px 0 rgba(0, 0, 0, 0.1);
    padding: 35px 25px;
    min-height: 545px;
  }
  
  .content-background-bottom-left {
    background: #ffffff url("../upload/man.png") 0 100% no-repeat;
    background-size: 398px 379px;
    padding-bottom: 245px;
  }
  
  .content-background-type-2 {
    padding-bottom: 100px;
    min-height: 523px;
  }
  
  .content-background-type-3 {
    padding-bottom: 140px;
    min-height: 570px;
  }
  
  .content-navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #D8D8D8;
  }
  
  .content-navigation-menu li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  
  .content-navigation-menu li:hover a, .content-navigation-menu li.active a {
    color: #F03E31;
  }
  
  .content-navigation-menu li:hover a .icon-insurance path,
  .content-navigation-menu li:hover a .icon-settings path,
  .content-navigation-menu li:hover a .icon-unseguro path, .content-navigation-menu li.active a .icon-insurance path,
  .content-navigation-menu li.active a .icon-settings path,
  .content-navigation-menu li.active a .icon-unseguro path {
    stroke: #F03E31;
  }
  
  .content-navigation-menu li:hover a .icon-consultant path, .content-navigation-menu li.active a .icon-consultant path {
    fill: #F03E31;
  }
  
  .content-navigation-menu li.active a:before {
    opacity: 1;
  }
  
  .content-navigation-menu a {
    padding: 10px;
    position: relative;
    display: block;
    text-align: center;
    color: #9B9B9B;
  }
  
  .content-navigation-menu a:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #F03E31;
    left: 0;
    bottom: -2px;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .content-navigation-icon {
    position: relative;
    display: inline-block;
    height: 19px;
    width: 19px;
    vertical-align: middle;
  }
  
  .content-navigation-icon .icon-unseguro,
  .content-navigation-icon .icon-insurance,
  .content-navigation-icon .icon-consultant,
  .content-navigation-icon .icon-settings {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  
  .content-navigation-icon svg path {
    -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .icon-insurance {
    margin-top: -1px;
    width: 14px;
    height: 19px;
  }
  
  .icon-consultant {
    width: 19px;
    height: 16px;
  }
  
  .icon-unseguro,
  .icon-settings {
    width: 19px;
    height: 19px;
  }
  
  .content-navigation-text {
    display: inline-block;
    line-height: 19px;
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle;
    padding-left: 2px;
  }
  
  .cta-text-block {
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
    padding: 69px 0 0 40px;
  }
  
  .cta-text-block-title {
    font-size: 28px;
    line-height: 1.2;
    color: #4A4A4A;
    font-weight: 600;
    padding-bottom: 39px;
  }
  
  .cta-text-block-note {
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    line-height: 1.36;
    font-size: 19px;
    color: #797979;
    padding-bottom: 62px;
  }
  
  .cta-text-block-note-arrow {
    position: absolute;
    bottom: -18px;
    right: 38px;
    width: 33px;
    height: 91px;
  }
  
  .cta-text-block-note-arrow img {
    display: block;
  }
  
  .info-block-global {
    max-width: 250px;
    margin: 0 auto;
    position: relative;
  }
  
  .info-block-modal {
    display: none;
    position: absolute;
    background: #FAFAFA;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6065;
    min-height: 152px;
    border-bottom: 2px solid #FF7400;
  }
  
  .info-block-modal-close {
    position: absolute;
    right: 13px;
    top: 4px;
    width: 24px;
    height: 24px;
  }
  
  .info-block-modal-close:before, .info-block-modal-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 16px;
    margin-top: -8px;
    margin-left: -1px;
    border-radius: 2px;
    background: #FF7400;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .info-block-modal-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .info-block-modal-content {
    padding: 10px 13px 17px;
    text-align: center;
  }
  
  .info-block-modal-title {
    margin: 0 auto;
    max-width: 153px;
    font-size: 14px;
    color: #4A4A4A;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 19px;
  }
  
  .info-block-modal-confirm {
    padding-top: 13px;
    display: none;
  }
  
  .info-block-modal-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .info-block-modal-buttons li {
    padding: 0 4px;
  }
  
  .info-block-modal-buttons a.button {
    border: 2px solid #FF7400;
    padding-top: 8px;
    padding-bottom: 9px;
    width: 108px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    font-size: 15px;
  }
  
  .info-block-modal-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .info-block-modal-list li {
    padding: 0 4px;
  }
  
  .info-block-modal-link {
    display: block;
    position: relative;
    height: 65px;
    border: 1px solid #D8D8D8;
    background: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4A4A4A;
    width: 108px;
    border-radius: 3px;
    -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    padding-top: 39px;
  }
  
  .info-block-modal-link:hover {
    color: #FF7400;
    border-color: #FF7400;
    -webkit-box-shadow: inset 0 0 0 2px #FF7400;
    box-shadow: inset 0 0 0 2px #FF7400;
  }
  
  .info-block-modal-icon {
    position: absolute;
    top: 9px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  
  .info-block-modal-icon img {
    display: block;
  }
  
  .info-block-modal-icon-garbage {
    width: 20px;
    height: 23px;
  }
  
  .info-block-modal-icon-pencil {
    width: 21px;
    height: 22px;
  }
  
  .info-block-modal-mask {
    background: #4A4A4A;
    opacity: 0.75;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 6060;
    display: none;
  }
  
  .info-block {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    border-top: 2px solid #FF7400;
  }
  
  .info-block-menu {
    position: absolute;
    right: 0;
    top: 0;
    padding: 13px 15px;
    z-index: 2;
  }
  
  .info-block-menu svg {
    width: 18px;
    height: 4px;
    display: block;
  }
  
  .info-block-menu:hover .path-fill {
    fill: #FF7400;
  }
  
  .info-block-menu:hover .path-stroke {
    stroke: #FF7400;
  }
  
  .info-block-logo-mobile {
    display: none;
    max-width: 60px;
    min-height: 60px;
  }
  
  .info-block-logo-mobile img {
    display: block;
  }
  
  .info-block-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  
  .info-block-content-name {
    padding: 33px 20px 8px;
    margin-bottom: 17px;
    border-bottom: 1px solid #EDEEF0;
    position: relative;
  }
  
  .info-block-content-name-icon {
    position: absolute;
    top: 7px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 32px;
    height: 32px;
  }
  
  .info-block-content-name-icon svg {
    display: block;
    width: 32px;
    height: 32px;
  }
  
  .info-block-content-name-text {
    font-size: 13px;
    font-weight: 600;
    color: #7E7E7E;
  }
  
  .info-block-logo {
    margin: 0 auto;
    max-width: 60px;
    min-height: 60px;
  }
  
  .info-block-logo img {
    display: block;
  }
  
  .info-block-content {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  
  .info-block-content-cell {
    padding: 12px 20px 5px;
    display: table-cell;
    width: 100%;
    height: 120px;
  }
  
  .info-block-content-type-mobile {
    display: none;
    font-size: 14px;
    color: #4A4A4A;
    margin-bottom: 2px;
    font-weight: bold;
  }
  
  .info-block-content-type {
    font-weight: bold;
    color: #4A4A4A;
    min-height: 48px;
  }
  
  .info-block-content-note {
    color: #797979;
    font-size: 13px;
    font-weight: 600;
  }
  
  .info-block-content-date {
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 600;
  }
  
  .info-block-content-date span {
    color: #797979;
  }
  
  .info-block-note {
    min-height: 24px;
    min-width: 1px;
    margin-bottom: 8px;
  }
  
  .info-block-note-wrapper {
    display: inline-block;
    font-size: 12px;
    line-height: 17px;
    border: 1px solid #FF7400;
    position: relative;
    border-radius: 12px;
    color: #FF7400;
    font-weight: 600;
    padding: 1px 11px 1px 25px;
    vertical-align: bottom;
  }
  
  .info-block-red .info-block-note-wrapper {
    border-color: #F03E31;
    color: #F03E31;
  }
  
  .info-block-red .info-block-note-wrapper .path-fill {
    fill: #F03E31;
  }
  
  .info-block-red .info-block-note-wrapper .path-stroke {
    stroke: #F03E31;
  }
  
  .info-block-gray .info-block-note-wrapper {
    border-color: #9B9B9B;
    color: #9B9B9B;
  }
  
  .info-block-gray .info-block-note-wrapper .path-fill {
    fill: #9B9B9B;
  }
  
  .info-block-gray .info-block-note-wrapper .path-stroke {
    stroke: #9B9B9B;
  }
  
  .info-block-note-icon {
    position: absolute;
    left: 9px;
    top: 3px;
    width: 10px;
    height: 10px;
  }
  
  .info-block-navigation {
    padding: 0 20px 18px;
  }
  
  .info-block-navigation a.button {
    display: block;
    width: auto;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 11px;
  }
  
  .info-block-content-next-mobile {
    display: none;
    position: absolute;
    right: 0;
    padding: 20px 19px 20px 23px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  
  .info-block-content-next-mobile svg {
    display: block;
    width: 9px;
    height: 16px;
  }
  
  .info-block-content-next-mobile .path-fill {
    fill: #D8D8D8;
  }
  
  .cta-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .cta-column-info {
    padding-top: 38px;
    width: 308px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 308px;
    flex: 0 0 308px;
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }
  
  .cta-column-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    text-align: center;
    padding-left: 18%;
    padding-top: 31px;
    position: relative;
    min-height: 388px;
    padding-bottom: 210px;
  }
  
  .cta-column-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 15px;
  }
  
  .cta-column-note {
    color: #797979;
    font-size: 17px;
    line-height: 1.41;
  }
  
  .cta-column-content-arrow {
    position: absolute;
    right: -16px;
    bottom: 31px;
    width: 89px;
    height: 80px;
  }
  
  .cta-column-content-arrow img {
    display: block;
  }
  
  .avatar {
    margin: 0 auto;
    position: relative;
    width: 73px;
  }
  
  .avatar img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .content-add-insurance {
    position: relative;
  }
  
  .avatar-title {
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    color: #797979;
    font-weight: 600;
    padding-top: 6px;
    margin-bottom: 67px;
  }
  
  .add-insurance-block {
    max-width: 460px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  
  .add-insurance-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .add-insurance-menu li {
    padding: 10px;
  }
  
  .add-insurance-link {
    display: block;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    height: 70px;
    border: 1px solid #EDEEF0;
    width: 90px;
    text-align: center;
    font-size: 13px;
    color: #797979;
    font-weight: bold;
    padding-top: 45px;
    -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .add-insurance-link:hover {
    -webkit-box-shadow: inset 0 0 0 2px #FF8400;
    box-shadow: inset 0 0 0 2px #FF8400;
    border-color: #FF8400;
    color: #4A4A4A;
  }
  
  .add-insurance-link:hover .add-insurance-icon {
    opacity: 1;
  }
  
  .add-insurance-icon {
    position: absolute;
    left: 50%;
    top: 7px;
    width: 40px;
    height: 40px;
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .add-insurance-icon svg {
    display: block;
    width: 40px;
    height: 40px;
  }
  
  .add-insurance-icon .path-fill {
    fill: #FF8400;
  }
  
  .add-insurance-icon .path-stroke {
    stroke: #FF8400;
  }
  
  .add-insurance-step-1-5-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .add-insurance-step-1-5-menu li {
    padding: 0 10px 20px;
  }
  
  .add-insurance-step-1-5-link {
    display: block;
    position: relative;
    text-align: center;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #EDEEF0;
    height: 170px;
    width: 274px;
    color: #4A4A4A;
    padding: 68px 10px 10px;
    -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .add-insurance-step-1-5-link:hover {
    -webkit-box-shadow: inset 0 0 0 2px #FF8400;
    box-shadow: inset 0 0 0 2px #FF8400;
    border-color: #FF8400;
    color: #000000;
  }
  
  .add-insurance-step-1-5-link:hover .add-insurance-step-1-5-icon {
    opacity: 1;
  }
  
  .add-insurance-step-1-5-link:hover .add-insurance-step-1-5-note {
    color: #4A4A4A;
  }
  
  .add-insurance-step-1-5-link.add-insurance-link-disabled {
    border-color: transparent !important;
    cursor: default !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #4A4A4A;
  }
  
  .add-insurance-step-1-5-link.add-insurance-link-disabled .add-insurance-step-1-5-icon {
    opacity: 0.5 !important;
  }
  
  .add-insurance-step-1-5-icon {
    opacity: 0.5;
    -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    top: 17px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  
  .add-insurance-step-1-5-icon .path-fill {
    fill: #FF8400;
  }
  
  .add-insurance-step-1-5-icon .path-stroke {
    stroke: #FF8400;
  }
  
  .add-insurance-step-1-5-icon svg {
    display: block;
  }
  
  .add-insurance-step-1-5-title {
    display: block;
    font-size: 17px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 9px;
  }
  
  .add-insurance-step-1-5-note {
    display: block;
    font-size: 13px;
    line-height: 21px;
    color: #797979;
    max-width: 240px;
    margin: 0 auto;
    -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .registration-expert-info-title {
    font-size: 16px;
    line-height: 1.4375;
    color: #797979;
    text-align: center;
    max-width: 380px;
    text-align: center;
    margin: 0 auto 52px;
    padding: 4px 0 0;
  }
  
  .content-push {
    height: 40px;
  }
  
  .registration-wrapper {
    padding-bottom: 40px;
  }
  
  .registration-expert {
    max-width: 720px;
    margin: 0 auto 28px;
  }
  
  .registration-expert-center {
    max-width: 480px;
  }
  
  .registration-expert-recover {
    max-width: 380px;
    text-align: center;
  }
  
  .registration-expert-row {
    display: table;
    width: 100%;
  }
  
  .registration-expert-img {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    width: 92px;
  }
  
  .registration-expert-img img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  
  .registration-expert-info {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.4375;
    color: #797979;
    text-align: left;
  }
  
  .registration-expert-info strong {
    font-weight: 600;
    color: #4A4A4A;
  }
  
  .registration-advantages {
    text-align: center;
    font-size: 0;
    line-height: 0;
    padding-top: 95px;
    padding-bottom: 61px;
  }
  
  .registration-advantage {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 30px;
    width: 260px;
  }
  
  .registration-advantage-img {
    width: 50px;
    height: 54px;
    margin: 0 auto 9px;
  }
  
  .registration-advantage-img img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  
  .registration-advantage-text {
    font-size: 18px;
    line-height: 1.389;
    color: #4A4A4A;
    letter-spacing: 0.3px;
  }
  
  .registration-next-wrapper {
    padding-top: 10px;
    text-align: center;
  }
  
  .registration-next-wrapper a.button {
    min-width: 250px;
  }
  
  .expert-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 707px;
    padding-bottom: 29px;
  }
  
  .expert-wrapper-min {
    max-width: 490px;
  }
  
  .expert-image {
    max-width: 77px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77px;
    flex: 0 0 77px;
  }
  
  .expert-image-type-1 {
    display: block;
  }
  
  .expert-image-type-2 {
    display: none;
  }
  
  .expert-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 16px;
    color: #797979;
    font-size: 16px;
    line-height: 23px;
  }
  
  .expert-content strong {
    font-weight: 600;
    color: #4A4A4A;
  }
  
  .registration-code {
    width: 228px;
    margin: 0 auto 69px;
    text-align: center;
  }
  
  .registration-code-fields {
    margin-bottom: 24px;
  }
  
  .registration-code-field {
    float: left;
    width: 25%;
    padding: 0 7px;
  }
  
  input.registration-code-field-text {
    float: left;
    width: 100%;
    height: 55px;
    padding: 6px 5px 7px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #797979;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
  }
  
  .registration-code-note {
    font-size: 13px;
    line-height: 1.5;
    color: #797979;
    font-weight: 600;
    margin-bottom: 6px;
  }
  
  .registration-code-new {
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .registration-code-new a {
    color: #FF8400;
  }
  
  .registration-step3-form {
    padding-top: 30px;
  }
  
  .form-cell-rec {
    padding-bottom: 230px;
  }
  
  .form-cell-new {
    padding-bottom: 178px;
  }
  
  .registration-expert-info-mobile {
    display: none;
  }
  
  .add-insurance-ok-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .add-insurance-ok-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 50px;
  }
  
  .add-insurance-ok-content-consultant {
    margin: 20px auto 3px;
    max-width: 73px;
  }
  
  .add-insurance-ok-content-consultant img {
    display: block;
  }
  
  .add-insurance-ok-content-title {
    text-align: center;
    max-width: 410px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 23px;
    color: #71C374;
    font-weight: 600;
  }
  
  .add-insurance-ok-content-note {
    padding-top: 23px;
    text-align: center;
    max-width: 410px;
    margin: 0 auto;
    color: #797979;
    font-size: 16px;
    line-height: 23px;
  }
  
  .add-insurance-ok-content-navigation {
    padding-top: 31px;
  }
  
  .add-insurance-ok-content-navigation a.button {
    display: block;
    max-width: 250px;
    margin: 0 auto;
  }
  
  .add-insurance-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    max-width: 360px;
    padding: 70px 0;
  }
  
  .add-insurance-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .add-insurance-mobile-navigation {
    display: none;
  }
  
  .add-insurance-mobile-navigation a.button {
    display: block;
    max-width: 250px;
    margin: 0 auto;
  }
  
  .content-account {
    position: relative;
  }
  
  .account-recover-title {
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #4A4A4A;
    padding-top: 27px;
    padding-bottom: 32px;
  }
  
  .step_4_5-navigation a.button {
    display: block;
    margin: 0 auto;
    max-width: 250px;
  }
  
  .sign-visual {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .sign-visual a {
    padding-left: 32px;
    font-weight: 600;
    color: #4A4A4A;
    font-size: 12px;
    display: inline-block;
    position: relative;
  }
  
  .sign-visual a img {
    width: 20px;
    height: 24px;
    left: 0;
    top: 50%;
    margin-top: -12px;
    position: absolute;
  }
  
  .sign-visual a:hover {
    color: #FF7400;
  }
  
  .sign-editor {
    max-width: 554px;
    margin: 0 auto 46px;
  }
  
  .step-3-navigation a.button {
    display: block;
    margin: 0 auto;
    max-width: 250px;
  }
  
  .add-insurance-block-step-3 {
    padding-top: 5px;
  }
  
  .exp-step-3 {
    max-width: 780px;
    margin-bottom: 20px;
  }
  
  .add-insurance-block-step-2 {
    padding-top: 0px;
  }
  
  .add-insurance-search {
    width: 258px;
    position: relative;
    margin: -33px auto 26px;
  }
  
  input.add-insurance-input-text {
    border: 0;
    border-bottom: 1px solid #D8D8D8;
    float: left;
    width: 100%;
    height: 30px;
    color: #797979;
    font-weight: 600;
    font-size: 17px;
    padding-left: 38px;
    background: transparent;
  }
  
  input.add-insurance-input-submit {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: transparent url("../upload/search.svg") 50% 50% no-repeat;
    background-size: 15px 15px;
    text-indent: -9999px;
    border: 0;
  }
  
  .add-insurance-search-wrapper {
    max-width: 680px;
    margin: 0 auto;
    overflow: auto;
    max-height: 230px;
  }
  
  .add-insurance-search-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .add-insurance-search-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px 20px;
  }
  
  .add-insurance-search-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 63px;
    border: 1px solid #D8D8D8;
    background: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .add-insurance-search-link:hover {
    color: #FF7400;
    border-color: #FF7400;
    -webkit-box-shadow: inset 0 0 0 2px #FF7400;
    box-shadow: inset 0 0 0 2px #FF7400;
  }
  
  .add-insurance-search-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  
  .add-insurance-search-img img {
    max-height: 55px;
    max-width: 100%;
    width: auto !important;
    display: block;
    margin: 0 auto;
  }
  
  .info-options {
    max-width: 872px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .info-options-x2 {
    max-width: 572px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .info-options-x2 .info-option-column {
    padding-bottom: 18px;
  }
  
  .info-options-x6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .info-options-x6 .info-option-column {
    padding-bottom: 18px;
  }
  
  .info-options-x5 {
    max-width: 910px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .info-options-x5 .info-option-column {
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 18px;
  }
  
  .info-option-column {
    padding: 22px 10px 0;
  }
  
  .info-options-subtitle-mobile {
    display: none;
    font-size: 16px;
    line-height: 20px;
    color: #797979;
    text-align: center;
    padding-top: 5px;
    margin-bottom: -25px;
  }
  
  .info-options-subtitle-x2 {
    font-size: 16px;
    line-height: 20px;
    color: #797979;
    text-align: center;
    padding-top: 5px;
    margin-bottom: -25px;
  }
  
  .info-options-subtitle-x2-bottom {
    margin-top: -30px;
    margin-bottom: 30px;
  }
  
  .info-options-subtitle {
    font-size: 17px;
    text-align: center;
    line-height: 23px;
    color: #797979;
    margin-top: -14px;
    margin-bottom: 36px;
  }
  
  .info-option-arrow {
    padding-top: 18px;
  }
  
  .info-option-arrow img {
    display: block;
    margin: 0 auto;
  }
  
  .info-option-arrow-top {
    padding-bottom: 19px;
  }
  
  .info-option-arrow-top img {
    display: block;
  }
  
  .info-option-arrow-top-right img {
    margin-left: auto;
  }
  
  .info-option-arrow-bottom {
    padding-top: 19px;
  }
  
  .info-option-arrow-bottom img {
    margin-left: 10%;
    display: block;
  }
  
  .info-option-arrow-bottom-right img {
    margin-left: 82%;
  }
  
  .info-option-arrow-top-mid img {
    margin: 0 0 0 63%;
  }
  
  .info-option-arrow-top-mid.info-option-arrow-top-right {
    margin: 0 60% 0 0;
  }
  
  .form-account-settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 534px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
  }
  
  .form-account-settings-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
  }
  
  .form-cell-adnote {
    clear: both;
    font-size: 10px;
    line-height: 14px;
    padding: 4px 0 0 10px;
  }
  
  .form-cell-adnote a {
    color: #FF7400;
    text-decoration: underline;
  }
  
  .content-account-navigation {
    padding-top: 46px;
    padding-bottom: 20px;
  }
  
  .content-account-navigation a.button {
    display: block;
    margin: 0 auto;
    max-width: 280px;
  }
  
  .content-account-mobile-toolbar {
    display: none;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
  }
  
  .content-account-mobile-toolbar a {
    color: #FF5A4E;
  }
  
  .content-account-mobile-title {
    padding-top: 15px;
    margin-bottom: 32px;
    display: none;
    text-align: center;
    color: #4A4A4A;
    font-size: 17px;
    line-height: 1.2;
    font-weight: bold;
  }
  
  .account-settings-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 534px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 26px;
  }
  
  .account-settings-avatar-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .account-settings-avatar-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    max-width: 72px;
  }
  
  .account-settings-avatar-img img {
    border-radius: 50%;
    background: #ffffff;
    display: block;
  }
  
  .account-settings-avatar-content {
    padding-left: 14px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  
  .avatar-name {
    color: #797979;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
  }
  
  .avatar-name-change {
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    display: inline-block;
    text-decoration: underline;
    color: #FF7400;
  }
  
  .account-settings-toolbar {
    padding-top: 16px;
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 12px;
    line-height: 1.2;
  }
  
  .account-settings-toolbar a {
    text-decoration: underline;
    color: #DA372B;
  }
  
  .modify-form {
    margin: 0 auto;
    max-width: 700px;
  }
  
  .modify-form-row .label {
    display: block;
    padding-top: 10px;
  }
  
  .content-modify {
    position: relative;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  
  .modify-form-navigation {
    padding-top: 20px;
  }
  
  .modify-form-navigation a.button {
    max-width: 250px;
    display: block;
    margin: 0 auto;
  }
  
  .calendar-navigation {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  
  .calendar-navigation a.button {
    display: block;
    margin: 0 auto;
    max-width: 280px;
  }
  
  select.select-time {
    background: #FAFAFA;
    border: 0;
    overflow-y: auto;
    font-size: 18px;
    color: #797979;
    width: 100%;
    text-align: center;
    font-weight: 600;
    height: 220px;
  }
  
  select.select-time option {
    padding: 5px;
  }
  
  select.select-time option:checked {
    background-color: transparent;
    color: #FF7400;
  }
  
  .calendar-time-title {
    font-size: 15px;
    text-align: center;
    color: #797979;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #EDEEF0;
    padding-bottom: 9px;
  }
  
  .calendar-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 442px;
    margin: 0 auto;
  }
  
  .calendar-datepicker {
    width: 280px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }
  
  .calendar-timepicker {
    width: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
  
  .content-calendar {
    position: relative;
  }
  
  .content-calendar .expert-wrapper {
    max-width: 442px;
  }
  
  .content-chat-global {
    padding: 0 !important;
    min-height: 523px !important;
  }
  
  .content-chat-global .content-back-panel {
    margin-left: 0;
    margin-right: 0;
  }
  
  .content-chat-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .content-chat-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
    max-width: 420px;
    padding: 25px;
  }
  
  .content-chat-main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #FBFBFB;
    min-height: 523px;
  }
  
  .chat-overflow {
    border-bottom: 1px solid #D8D8D8;
    height: 352px;
    background: #F7F7F7 url("../upload/pattern.svg") no-repeat 50% 50%;
    background-size: cover;
    overflow: auto;
  }
  
  textarea.chat-textarea {
    color: #454444;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    border-radius: 4px;
    float: left;
    width: 100%;
    height: 74px;
    padding: 10px 12px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    -webkit-box-shadow: inset 0 2px 0 0 #D8D8D8;
    box-shadow: inset 0 2px 0 0 #D8D8D8;
  }
  
  .chat-text-block {
    padding: 16px 30px 18px;
  }
  
  .chat-navigation a.button {
    display: block;
    max-width: 170px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    padding-bottom: 9px;
  }
  
  .chat-wrapper {
    padding: 22px 22px 0;
  }
  
  .chat-item {
    clear: both;
    height: auto;
    border-radius: 4px;
    position: relative;
    border: 1px solid #f7a49e;
    background: #ffffff;
    max-width: 440px;
    margin-bottom: 22px;
    padding: 15px 20px 25px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  
  .chat-item:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -10px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #f7a49e;
    border-right-color: #f7a49e;
  }
  
  .chat-item:after {
    content: "";
    position: absolute;
    top: 11px;
    left: -8px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
  }
  
  .chat-item-inv {
    float: right;
    border-color: #d5d6da;
  }
  
  .chat-item-inv .chat-item-name {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: right;
  }
  
  .chat-item-inv .chat-item-date {
    text-align: left;
  }
  
  .chat-item-inv:before {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    left: auto;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #d5d6da;
    border-left-color: #d5d6da;
  }
  
  .chat-item-inv:after {
    content: "";
    position: absolute;
    top: 11px;
    left: auto;
    right: -8px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-left-color: #ffffff;
  }
  
  .chat-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  
  .chat-item-name {
    color: #5B5B5F;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
  }
  
  .chat-item-date {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    color: #96969A;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
  }
  
  .chat-item-content {
    color: #454444;
    font-size: 14px;
    line-height: 19px;
  }
  
  .chat-name-acierto {
    display: inline-block;
    padding-left: 20px;
    background: transparent url("../upload/icons_20x20/icon_check.svg") 0 50% no-repeat;
    background-size: 16px 16px;
  }
  
  .chat-sidebar-infoblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 37px;
  }
  
  .chat-sidebar-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
  }
  
  .chat-sidebar-desc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 24px;
  }
  
  .chat-sidebar-name {
    font-size: 18px;
    color: #5B5B5F;
    font-weight: bold;
  }
  
  .chat-sidebar-position {
    font-size: 10px;
    line-height: 1.2;
    color: #87868A;
    font-weight: 600;
  }
  
  .chat-sidebar-position a {
    color: #87868A;
    font-weight: bold;
  }
  
  .chat-sidebar-tel {
    font-size: 13px;
    color: #5B5B5F;
    font-weight: bold;
    margin-top: 10px;
  }
  
  .chat-sidebar-tel a {
    display: inline-block;
    position: relative;
    color: #5B5B5F;
    padding-left: 24px;
  }
  
  .chat-sidebar-tel a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 19px;
    background: transparent url("../upload/chat-tel.svg") 0 50% no-repeat;
    background-size: 18px 19px;
  }
  
  .chat-sidebar-email {
    font-size: 13px;
    color: #5B5B5F;
    font-weight: bold;
    margin-top: 4px;
  }
  
  .chat-sidebar-email a {
    display: inline-block;
    position: relative;
    color: #5B5B5F;
    padding-left: 24px;
  }
  
  .chat-sidebar-email a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    background: transparent url("../upload/chat-email.svg") 0 50% no-repeat;
    background-size: 19px 13px;
  }
  
  .chat-exp {
    font-size: 15px;
    line-height: 24px;
    color: #87868A;
    font-weight: 600;
    min-height: 232px;
    padding-bottom: 20px;
  }
  
  .chat-exp-title {
    padding-bottom: 14px;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: bold;
    color: #5B5B5F;
    border-bottom: 1px solid #D5D6DA;
  }
  
  .chat-sidebar-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .chat-sidebar-tools li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    padding-right: 10px;
  }
  
  .chat-sidebar-tools a {
    padding-top: 43px;
    height: 70px;
    text-align: center;
    display: block;
    width: 100px;
    font-size: 12px;
    font-weight: bold;
    color: #4A4A4A;
    -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border: 1px solid #D8D8D8;
    background: #ffffff;
    border-radius: 3px;
  }
  
  .chat-sidebar-tools a:hover {
    color: #FF7400;
    border-color: #FF7400;
    -webkit-box-shadow: inset 0 0 0 2px #FF7400;
    box-shadow: inset 0 0 0 2px #FF7400;
  }
  
  .chat-tool-icon {
    position: absolute;
    left: 50%;
    top: 10px;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  
  .archive-title {
    text-align: center;
    color: #797979;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    padding-bottom: 10px;
  }
  
  .archive-block {
    margin: 0 auto;
    max-width: 250px;
  }
  
  .archive-block-content {
    border-top: 2px solid #FF7400;
    border-bottom: 2px solid #D8D8D8;
    padding: 3px 0 26px;
    margin-bottom: 9px;
  }
  
  .archive-list li {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    position: relative;
    padding: 9px 50px 9px 19px;
    color: #797979;
    border-top: 1px solid #EDEEF0;
  }
  
  .archive-list li:first-child {
    border-top: 0;
  }
  
  .archive-block-add {
    text-align: center;
    margin-bottom: 47px;
  }
  
  .archive-block-add label {
    display: inline-block;
    color: #FF7400;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
  }
  
  .archive-block-navigation a.button {
    display: block;
    margin: 0 auto;
  }
  
  .archive-list-delete {
    position: absolute;
    height: 39px;
    width: 39px;
    top: 0;
    right: 0;
    padding-top: 12px;
  }
  
  .archive-list-delete svg {
    display: block;
    width: 14px;
    height: 16px;
  }
  
  .archive-list-delete:hover .path-fill {
    fill: #DA372B;
  }
  
  .info-block-archive {
    position: relative;
    background: #FAFAFA;
    z-index: 6065;
    border-bottom: 2px solid #FF7400;
  }
  
  .info-block-archive-close {
    position: absolute;
    right: 11px;
    top: 4px;
    width: 24px;
    height: 24px;
  }
  
  .info-block-archive-close:before, .info-block-archive-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 16px;
    margin-top: -8px;
    margin-left: -1px;
    border-radius: 2px;
    background: #FF7400;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .info-block-archive-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .info-block-archive-content {
    padding: 24px 13px 28px;
    text-align: center;
  }
  
  .info-block-archive-title {
    margin: 0 auto;
    max-width: 153px;
    font-size: 14px;
    color: #4A4A4A;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 21px;
  }
  
  .info-block-archive-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .info-block-archive-buttons li {
    padding: 0 4px;
  }
  
  .info-block-archive-buttons a.button {
    border: 2px solid #FF7400;
    padding-top: 8px;
    padding-bottom: 9px;
    width: 108px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    font-size: 15px;
  }
  
  .cta-column-footer {
    height: 0;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
  }
  
  .cta-column-footer a.button-ghost {
    border: 2px solid #FF7400;
  }
  
  .cta-column-footer a.button-ghost:hover {
    background-color: #ffffff;
    color: #FF7400;
  }
  
  .cta-column-footer a.button-next span {
    background-image: url("../upload/button_next_orange.svg");
  }
  
  .cta-column-footer-title {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  
  .content-back-panel {
    margin: -30px -15px 0;
    padding: 20px 60px;
    background: #ffffff;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
  }
  
  .content-back-panel-link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 56px;
    padding: 22px 0 23px;
  }
  
  .content-back-panel-link img {
    display: block;
    margin: 0 auto;
    width: 18px;
    height: 14px;
  }
  
  .content-back-panel-title {
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    color: #9B9B9B;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
  }
  
  .policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 54px 0 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  
  .content-back {
    position: absolute;
    left: 0;
    top: -15px;
    padding-left: 13px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    color: #FF921D;
    text-transform: uppercase;
    background: transparent url("../upload/arrow_left_orange.svg") 0 50% no-repeat;
    background-size: 5px 9px;
  }
  
  .content-back:hover {
    color: #FF7400;
  }
  
  .policy-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
  }
  
  .policy-info-wrapper {
    padding: 39px 19px 33px;
    max-width: 302px;
    margin: 0 auto;
    background: #FAFAFA;
    border: 1px solid #EDEEF0;
    border-radius: 3px;
  }
  
  .policy-info-caption {
    padding-left: 90px;
    padding-bottom: 16px;
  }
  
  .policy-info-logo {
    float: left;
    width: 60px;
    margin-left: -90px;
  }
  
  .policy-info-logo img {
    display: block;
    width: 100%;
  }
  
  .policy-info-type {
    float: left;
    width: 100%;
    padding-top: 8px;
  }
  
  .policy-info-type-title {
    font-size: 15px;
    line-height: 1.3333;
    color: #4A4A4A;
    font-weight: bold;
  }
  
  .policy-info-type-text {
    font-size: 14px;
    line-height: 1.5;
    color: #4A4A4A;
    font-weight: 600;
  }
  
  .policy-info-content {
    padding-top: 24px;
    padding-bottom: 27px;
    border-top: 1px solid #EDEEF0;
  }
  
  .policy-info-content table {
    width: 100%;
  }
  
  .policy-info-content table td {
    padding: 6px 0 6px 10px;
    font-size: 14px;
    line-height: 1.2;
    color: #4A4A4A;
    font-weight: 600;
    text-align: right;
  }
  
  .policy-info-content table td:first-child {
    padding-left: 0;
    font-weight: normal;
    text-align: left;
  }
  
  .policy-info-person {
    padding-top: 20px;
    border-top: 1px solid #EDEEF0;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
  }
  
  .policy-info-person-name {
    color: #797979;
  }
  
  .policy-info-person-number {
    color: #4A4A4A;
  }
  
  .policy-detail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
  }
  
  .policy-detail-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 307px;
    margin: 0 auto;
  }
  
  .policy-detail-consultant {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 27px;
    padding-left: 5px;
  }
  
  .policy-detail-consultant-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .policy-detail-consultant-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77px;
    flex: 0 0 77px;
    max-width: 77px;
  }
  
  .policy-detail-consultant-img img {
    display: block;
    width: 100%;
  }
  
  .policy-detail-consultant-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 25px;
    font-size: 16px;
    line-height: 1.3125;
    font-weight: 600;
    color: #797979;
  }
  
  .policy-detail-consultant-text strong {
    color: #4A4A4A;
  }
  
  .policy-detail-actual {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 76px;
  }
  
  .policy-detail-actual.policy-detail-actual-first {
    margin-bottom: 48px;
  }
  
  .policy-detail-actual-wrapper {
    max-width: 270px;
    margin: 0 auto;
  }
  
  .policy-detail-actual-conditions {
    float: left;
    max-width: 50%;
    text-align: center;
    padding-top: 8px;
  }
  
  .policy-detail-actual-conditions-file {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 1.3333;
    color: #4A4A4A;
    font-weight: 600;
  }
  
  .policy-detail-actual-conditions-file:hover {
    color: #FF7400;
  }
  
  .policy-detail-actual-conditions-file img {
    display: block;
    width: 39px;
    margin: 0 auto 5px;
  }
  
  .policy-detail-actual-conditions-file span {
    display: block;
  }
  
  .policy-detail-actual-price {
    float: right;
    max-width: 50%;
    text-align: right;
    color: #4A4A4A;
    font-weight: 600;
    line-height: 1;
  }
  
  .policy-detail-actual-price-number {
    font-size: 34px;
    line-height: 1;
  }
  
  .policy-detail-actual-price-number strong {
    font-size: 45px;
  }
  
  .policy-detail-actual-price-note {
    font-size: 15px;
    line-height: 1.1;
  }
  
  .policy-detail-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .policy-detail-button-program {
    text-align: center;
    padding-top: 26px;
  }
  
  .policy-detail-button-program a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    color: #FF7400;
    text-transform: uppercase;
  }
  
  .policy-detail-button-program a:hover {
    color: #fa791a;
  }
  
  .policy-detail-conditions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 18px;
  }
  
  .policy-detail-conditions .policy-detail-actual-conditions {
    float: none;
    max-width: none;
    padding-top: 0;
  }
  
  .policy-detail-conditions .policy-detail-actual-conditions-file img {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    margin: 0 6px 0 0;
  }
  
  .policy-detail-conditions .policy-detail-actual-conditions-file span {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
  }
  
  .policy-detail-actual-improve {
    margin-bottom: 31px;
  }
  
  .policy-detail-actual-improve .policy-detail-actual-wrapper {
    max-width: 290px;
    position: relative;
  }
  
  .policy-detail-actual-improve .policy-detail-actual-price {
    float: left;
    text-align: center;
    margin-top: -2px;
  }
  
  .policy-detail-actual-improve .policy-detail-actual-price-new {
    float: right;
  }
  
  .policy-detail-actual-improve .policy-detail-actual-price-new .policy-detail-actual-price-number,
  .policy-detail-actual-improve .policy-detail-actual-price-new .policy-detail-actual-price-note {
    color: #74C277;
  }
  
  .policy-detail-actual-improve .policy-detail-actual-price-title {
    margin-bottom: 5px;
  }
  
  .policy-detail-actual-improve-arrow {
    position: absolute;
    right: -41px;
    top: 100%;
    margin-top: -27px;
    width: 38px;
    height: 106px;
  }
  
  .policy-detail-actual-improve-arrow img {
    display: block;
  }
  
  .modal-open {
    overflow: hidden;
  }
  
  .modal-backdrop {
    background: #000000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
  }
  
  .modal-backdrop,
  .modal-backdrop.fade.in {
    opacity: 0.65;
  }
  
  .modal {
    width: 290px;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    position: absolute;
    display: none;
    z-index: 9999;
    background: #ffffff;
    border-radius: 3px;
  }
  
  .modal.modal-center {
    position: fixed;
  }
  
  .modal.modal-big {
    width: 507px;
    max-width: 87.5%;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  }
  
  .modal-document img {
    display: block;
    width: 100%;
  }
  
  .modal-call {
    padding: 19px 15px;
    text-align: center;
  }
  
  .modal-call-ico {
    width: 25px;
    margin: 0 auto 11px;
  }
  
  .modal-call-ico img {
    display: block;
    width: 100%;
  }
  
  .modal-error-ico {
    width: 21px;
  }
  
  .modal-call-info {
    font-size: 15px;
    line-height: 1.33;
    color: #4A4A4A;
    font-weight: 600;
    letter-spacing: -0.3px;
    margin-bottom: 12px;
  }
  
  .modal-call-note {
    font-size: 14px;
    line-height: 1.5;
    color: #797979;
    font-weight: 600;
    letter-spacing: -0.1px;
    margin-bottom: 21px;
    min-height: 23px;
  }
  
  .modal-call-note strong {
    color: #4A4A4A;
    font-weight: 600;
  }
  
  .modal-call-note a {
    color: #4A4A4A;
    font-weight: 600;
  }
  
  .modal-call-options {
    margin: 0 -5px;
  }
  
  .modal-call-option {
    float: left;
    width: 50%;
    padding: 0 5px;
  }
  
  .modal-call-option .button {
    width: 100%;
    font-size: 15px;
    line-height: 1.4;
    padding: 10px 8px 11px;
  }
  
  .modal-call-option .button-ghost {
    padding-top: 8px;
    padding-bottom: 9px;
    border: 2px solid #FF7400;
  }
  
  .modal-call-option .button-ghost:hover {
    background-color: #FF7400;
  }
  
  .modal-call-option-center {
    float: none;
    margin: auto;
  }
  
  .landing {
    clear: both;
    padding-top: 75px;
    background: #ffffff;
  }
  
  .brands-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 563px;
    margin-bottom: 88px;
    background: #FAFAFA 50% 50% no-repeat;
    background-size: cover;
  }
  
  .brands-hero-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 27px;
    background: rgba(255, 255, 255, 0.75);
  }
  
  .brands-hero-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 700px;
    margin: 0 auto 19px;
  }
  
  .brands-hero-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
  }
  
  .brands-hero-logo img {
    display: block;
    width: 100%;
  }
  
  .brands-hero-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 30px;
    color: #000000;
  }
  
  .brands-hero-title h1 {
    font-size: 30px;
    line-height: 1.2667;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  
  .brands-hero-title h1 strong {
    letter-spacing: 1px;
  }
  
  .brands-hero-title h1 span {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
  }
  
  .brands-hero-title p {
    font-size: 15px;
    line-height: 1.3334;
    font-weight: 600;
    margin-bottom: 8px;
  }
  
  .brands-hero-text-mobile {
    font-size: 14px;
    line-height: 1.358;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-bottom: 12px;
  }
  
  .brands-hero-button {
    text-align: center;
    margin-bottom: -32px;
  }
  
  .brands-hero-button .button {
    border-radius: 30px;
    padding: 13px 35px 16px;
    letter-spacing: 0.53px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border: 5px solid #ffffff;
  }
  
  .brands {
    padding-bottom: 18px;
  }
  
  .brands h2,
  .brands h3 {
    font-size: 23px;
    line-height: 1.217;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #222222;
    padding-bottom: 9px;
    margin-bottom: 13px;
    border-bottom: 2px solid #D8D8D8;
  }
  
  .brands p {
    font-size: 16px;
    line-height: 1.375;
    color: #4A4A4A;
    margin-bottom: 22px;
  }
  
  .brands-choose {
    text-align: center;
    margin: 0 -15px 57px;
    padding: 38px 15px 20px;
    border-bottom: 2px solid #DA372B;
  }
  
  .brands-choose-models {
    padding-top: 36px;
  }
  
  .brands-choose-model {
    display: inline-block;
    vertical-align: top;
    max-width: 258px;
    margin-bottom: 62px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    color: #222222;
    letter-spacing: 0.5px;
  }
  
  .brands-choose-model img {
    display: block;
    margin: 0 auto 15px;
  }
  
  .brands-choose-model span {
    display: block;
  }
  
  .brands-choose-all {
    padding: 6px 0 38px;
    font-size: 15px;
    line-height: 1.334;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .brands-choose-all a {
    color: #FF7400;
  }
  
  .brands-choose-all a:hover {
    color: #ef343b;
  }
  
  .brands-history {
    padding-bottom: 27px;
  }
  
  .brands-history-note {
    text-align: center;
    padding: 0 25px 35px;
    margin: 54px 10px 47px;
    border: 2px solid #F03E31;
    -webkit-box-shadow: inset 0 -5px 0 0 #F03E31;
    box-shadow: inset 0 -5px 0 0 #F03E31;
    border-radius: 5px;
  }
  
  .brands-history-note-img {
    width: 57px;
    padding: 0 15px;
    margin: -18px auto 13px;
    background: #ffffff;
  }
  
  .brands-history-note-img img {
    display: block;
    width: 100%;
  }
  
  .brands-history-note-title {
    font-size: 23px;
    line-height: 1.2174;
    font-weight: 600;
    color: #4A4A4A;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
  }
  
  .brands-history-note-info {
    font-size: 17px;
    line-height: 1.471;
    color: #9B9B9B;
    letter-spacing: 0.6px;
  }
  
  .brands-companies {
    padding-bottom: 54px;
  }
  
  .brands-companies-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 19px;
    margin: 0 -10px;
  }
  
  .brands-companies-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.2857%;
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
    margin-bottom: 29px;
    padding: 0 10px;
  }
  
  .brands-companies-list li a {
    display: block;
    max-width: 105px;
    margin: 0 auto;
  }
  
  .brands-companies-list li img {
    display: block;
    margin: 0 auto;
  }
  
  .models-hero {
    position: relative;
  }
  
  .models-hero-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 0;
    padding-top: 12.25%;
    background: #f7f7f7 url("../upload/models_hero_bg.png") 50% 50% no-repeat;
    background-size: cover;
  }
  
  .models-hero-content {
    text-align: center;
    margin: 0 -15px 46px;
    padding: 61px 15px 60px;
    border-bottom: 2px solid #DA372B;
  }
  
  .models-hero-content-in {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .models-hero-content-in h1 {
    font-size: 30px;
    line-height: 1.2667;
    font-weight: bold;
    letter-spacing: 0.6px;
    color: #222222;
    margin-bottom: 4px;
  }
  
  .models-hero-content-in p {
    font-size: 16px;
    line-height: 1.375;
    color: #4A4A4A;
    font-weight: 600;
    margin-bottom: 27px;
  }
  
  .models-hero-img img {
    display: block;
    margin: 0 auto 18px;
  }
  
  .models-hero-button .button {
    border-radius: 25px;
    padding: 13px 35px 16px;
    letter-spacing: 0.53px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  
  .models {
    padding-bottom: 18px;
  }
  
  .models h2,
  .models h3 {
    font-size: 23px;
    line-height: 1.217;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #222222;
    padding-bottom: 9px;
    margin-bottom: 13px;
    border-bottom: 2px solid #D8D8D8;
  }
  
  .models p {
    font-size: 16px;
    line-height: 1.375;
    color: #4A4A4A;
    margin-bottom: 22px;
  }
  
  .models hr {
    clear: both;
    border: 0;
    height: 0;
    margin: 0 0 26px;
  }
  
  .models-tips {
    text-align: center;
    margin: 0 -15px 56px;
    padding: 7px 15px 51px;
    border-bottom: 2px solid #DA372B;
  }
  
  .models-tips-list {
    display: block;
    margin-left: -15px;
    padding-top: 26px;
  }
  
  .models-tips-list li {
    float: left;
    width: 33.33333333%;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  
  .models-tips-item {
    display: block;
    color: #222222;
    border-radius: 6px;
    border-bottom: 2px solid #b6b6b6;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
  
  .models-tips-item-img {
    display: block;
    height: 113px;
    border-bottom: 9px solid #da372b;
    background-color: #b6b6b6;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px 6px 0 0;
  }
  
  .models-tips-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 88px;
    padding: 12px 20px 6px;
  }
  
  .models-tips-item-title-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 21px;
    line-height: 1.191;
    font-weight: 600;
    letter-spacing: 0.7px;
  }
  
  .models-tips-item-arrow {
    display: block;
    margin: 0 auto -20px;
    width: 40px;
    height: 40px;
    border: 2px solid #b6b6b6;
    border-radius: 50%;
    background: #ffffff url("../upload/button_next_orange.svg") calc(50% + 1px) 50% no-repeat;
    background-size: 9px 15px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
  
  .models-image {
    float: left;
    margin: 8px 40px 22px 0;
  }
  
  .models-other {
    padding: 29px 0 27px;
    text-align: center;
  }
  
  .models-other-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 22px;
  }
  
  .models-other-list li a {
    display: inline-block;
    vertical-align: top;
    max-width: 290px;
    padding: 0 20px 62px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    color: #222222;
    letter-spacing: 0.5px;
  }
  
  .models-other-list li a:hover {
    color: #ef343b;
  }
  
  .models-other-list li img {
    display: block;
    margin: 0 auto 13px;
  }
  
  .models-other-list li span {
    display: block;
  }
  
  .mobile-only-main {
    background: #ffffff url("../upload/welcome-acierto.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
  
  .welcome-open .welcome-logo {
    top: 4.4%;
    max-width: 176px;
  }
  
  .welcome-open .welcome-navigation {
    opacity: 0;
  }
  
  .welcome-logo {
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 6%;
    right: 0;
    margin: 0 auto;
    max-width: 220px;
    z-index: 5050;
    -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .welcome-logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .welcome-navigation {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px 20px 7px;
    max-width: 320px;
    margin: 0 auto;
    -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .welcome-navigation a.button {
    display: block;
  }
  
  .welcome-navigation ul li {
    margin-bottom: 13px;
  }
  
  .welcome-login {
    z-index: 10;
    display: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.45);
  }
  
  .welcome-form {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 320px;
    margin: 0 auto;
    padding: 20px;
  }
  
  .welcome-row {
    margin: 0 auto 3px;
    max-width: 250px;
  }
  
  input.welcome-input {
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    float: left;
    border-radius: 0;
    background: transparent;
    border: 0;
    height: 48px;
    border-bottom: 1px solid rgba(74, 74, 74, 0.5);
  }
  
  input.welcome-input-email {
    padding-left: 36px;
    background: transparent url("../upload/welcome-email.svg") left 50% no-repeat;
    background-size: 22px 15px;
  }
  
  input.welcome-input-password {
    padding-left: 36px;
    background: transparent url("../upload/welcome-password.svg") 2px 50% no-repeat;
    background-size: 18px 22px;
  }
  
  .welcome-restore-password {
    padding: 19px 0 42px;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
  }
  
  .welcome-restore-password a {
    color: #FF7400;
    text-decoration: underline;
  }
  
  .welcome-form-navigation ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  
  .welcome-form-navigation ul li {
    float: left;
    width: 50%;
    padding: 0 5px;
  }
  
  .welcome-form-navigation a.button {
    display: block;
  }
  
  .insuranceCarrier .tableContainer a {
    text-decoration: none;
  }
  
  section.sec {
    width: 100%;
    padding-bottom: 80px;
    -webkit-box-shadow: inset 0 4px #da372b;
    box-shadow: inset 0 4px #da372b;
  }
  
  section.sec.sec-noborder {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .sec .old-content {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  
  section.sec::before {
    content: "";
    width: 80%;
    min-width: 1450px;
    height: 4px;
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  
  section.sec h2 {
    font-weight: bold;
    padding-top: 100px;
    margin: 0;
    border-bottom: 2px solid #ddd;
    position: relative;
  }
  
  section.sec h2 ~ p {
    font-size: 16px;
  }
  
  section.sec .subtitle {
    margin: 20px 10px 30px;
    line-height: 1.5;
  }
  
  section.sec h2 img {
    width: 150px;
    height: 50px;
    margin-top: -7px;
    float: right;
  }
  
  .banner {
    background: #f7f7f7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 40%, #f0f0f0 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #ffffff), color-stop(100%, #f0f0f0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 40%, #f0f0f0 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 40%, #f0f0f0 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 40%, #f0f0f0 100%);
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #ffffff), to(#f0f0f0));
    background: linear-gradient(to bottom, #ffffff 40%, #f0f0f0 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
    /* IE6-9 */
  }
  
  div.heroBG {
    background-image: url(https://img4.acierto.com/css/images/ac/media/banner-mapfre-1.png);
    background-size: cover;
  }
  
  .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  /**********  BANNER  ************/
  h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
  }
  
  div.banner {
    background-image: none;
    border-bottom: 3px solid #da382b;
  }
  
  div.heroBG {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  
  .banner .heroBG {
    height: 200px;
  }
  
  div.heroBG > div h1 {
    width: 70%;
    font-size: 22px !important;
    line-height: 28px !important;
    top: 0;
    text-align: center;
    padding: 0;
    border: none;
    margin-top: 0;
  }
  
  .banner2 {
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  img.old-logo {
    width: 80px;
    height: 80px;
    margin: 30px auto 0;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
    display: block;
  }
  
  div.heroBG > div h1 {
    color: #fff;
    vertical-align: top;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: auto;
    letter-spacing: 1px;
    top: 26px;
    position: relative;
    margin-bottom: 0;
    font-size: 26px !important;
    text-align: center;
    line-height: 32px;
  }
  
  .heroBG ~ .container {
    height: auto;
    margin-bottom: 80px;
    background-color: #fff;
  }
  
  .infocompany {
    padding: 0 0 50px 0;
  }
  
  .infocompany p {
    line-height: 1.8;
    font-size: 16px;
  }
  
  .tableContainer ul {
    display: none;
  }
  
  .comparative ul {
    font-size: 16px !important;
  }
  
  .comparative ul li a {
    color: #ff8300;
    text-decoration: underline;
  }
  
  .comparative ul li a:hover {
    color: #ff6700;
    text-decoration: none;
  }
  
  .linetext {
    width: 100%;
    height: 11px;
    border-bottom: 1px solid #ababab;
    text-align: center;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 25px;
    margin-top: 12px;
  }
  
  .linetext span {
    font-size: 12px;
    padding: 0 30px;
    text-align: center;
  }
  
  .linetext.gray span {
    background-color: #fbfbfc;
  }
  
  .linetext.white span {
    background-color: #fff;
  }
  
  .coverage {
    padding: 90px 20px 50px;
  }
  
  .promotion img {
    margin: 0 auto;
  }
  
  .breadcrumb .arrow {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: -1px;
    background-image: url(https://img1.acierto.com/cms-media/ui-img/chevron-right-thin-.svg);
    background-size: 10px;
  }
  
  .banner-new .breadcrumb .arrow {
    background: none;
  }
  
  .banner-new .breadcrumb .arrow svg {
    display: block;
    width: 10px;
    height: 10px;
  }
  
  .banner-new .breadcrumb .arrow svg path {
    fill: #fff;
  }
  
  .breadcrumb ul li {
    display: inline-block;
  }
  
  .breadcrumb {
    margin: 30px 0;
    font-size: 15px;
    font-weight: 500;
    color: #727176;
  }
  
  .breadcrumb ul {
    padding-left: 0px;
  }
  
  .breadcrumb a {
    color: #ff8300;
    text-decoration: underline;
  }
  
  .breadcrumb a:hover {
    color: #ff6700;
    text-decoration: none;
  }
  
  /* ACCORDION */
  .panel {
    border: 0;
  }
  
  .panel-default {
    border-bottom: 1px solid #ddd !important;
  }
  
  .panel-heading {
    padding: 30px 15px 10px;
  }
  
  .panel-group .panel + .panel {
    margin-top: 0px;
  }
  
  .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-bottom: none;
    text-align: center;
  }
  
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
  }
  
  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
    font-weight: bold;
  }
  
  .panel-title span.collapsed {
    cursor: pointer;
  }
  
  section.preguntas h2 {
    border: none;
    text-align: center;
    margin-bottom: 60px;
  }
  
  .preguntas .sub p {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #da372b;
    padding-bottom: 5px;
  }
  
  .panel-group {
    margin-bottom: 20px;
  }
  
  .collapse {
    display: none;
  }
  
  .collapse.in {
    display: block;
  }
  
  .panel-body {
    padding: 15px;
  }
  
  .panel-body p {
    text-align: justify;
  }
  
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
  }
  
  .panel-default > .panel-heading {
    border-color: #ddd;
  }
  
  .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px solid #ddd;
  }
  
  .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit;
    text-decoration: none;
  }
  
  [role=button] {
    cursor: pointer;
  }
  
  a {
    background-color: transparent;
  }
  
  .noactive {
    display: none !important;
  }
  
  .coverage {
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
  
  .coverage.active {
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
  
  .coverage.active div.info {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  .coverage .info {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  
  .makeAquestion {
    display: none;
  }
  
  .makeAquestion.open {
    display: block;
  }
  
  h3.qcoberturas {
    font-size: 19px;
    padding-left: 0;
    margin-left: 0;
    margin-top: 90px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  .secCTA2 {
    display: none;
  }
  
  button.secCTA2.active {
    display: inline-block;
  }
  
  .coverage .secCTA {
    display: inline-block;
  }
  
  .coverage.active .secCTA {
    display: none;
  }
  
  .coverage.active .secCTA2 {
    display: inline-block;
  }
  
  .coverage .secCTA2 {
    display: none;
  }
  
  .questionform .secCTA {
    display: inline-block;
  }
  
  .questionform.active .secCTA {
    display: none;
  }
  
  .questionform.active .secCTA2 {
    display: inline-block;
  }
  
  .questionform .secCTA2 {
    display: none;
  }
  
  section.sec.moreInsurances a {
    text-decoration: none;
  }
  
  /**********  PREGUNTAS FRECUENTES  ************/
  .fade.in {
    opacity: 1;
  }
  
  .collapse {
    display: none;
  }
  
  .collapse.in {
    display: block;
  }
  
  tr.collapse.in {
    display: table-row;
  }
  
  tbody.collapse.in {
    display: table-row-group;
  }
  
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
  }
  
  /**********  LOGO CAROUSEL  ************/
  .slick-slide {
    margin: 0px 20px;
  }
  
  .slick-slide img {
    width: 100%;
  }
  
  .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 20px;
  }
  
  .slick-list:focus {
    outline: none;
  }
  
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
  
  .slick-track:before,
  .slick-track:after {
    display: table;
    content: '';
  }
  
  .slick-track:after {
    clear: both;
  }
  
  .slick-loading .slick-track {
    visibility: hidden;
  }
  
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  
  [dir='rtl'] .slick-slide {
    float: right;
  }
  
  .slick-slide img {
    display: block;
  }
  
  .slick-slide.slick-loading img {
    display: none;
  }
  
  .slick-slide.dragging img {
    pointer-events: none;
  }
  
  .slick-initialized .slick-slide {
    display: block;
  }
  
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  
  .slick-arrow.slick-hidden {
    display: none;
  }
  
  /*    VS SECTION    */
  
  
  .company-versus {
    padding-top: 60px;
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ffffff));
    background: -webkit-linear-gradient(#f6f6f6, #ffffff);
    background: -o-linear-gradient(#f6f6f6, #ffffff);
    background: linear-gradient(#f6f6f6, #ffffff);
    border-top: 5px solid #BD3828;
  }
  
  .company-versus p {
    color: #464646;
    margin-bottom: 24px;
  }
  
  .company-versus-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 3px solid #BD3828;
    padding-bottom: 13px;
    margin-bottom: 17px;
  }
  
  .company-versus-title h2 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    color: #464646;
  }
  
  .company-versus-title-logo {
    padding-left: 20px;
    max-width: 130px;
  }
  
  .company-versus-title-logo img {
    display: block;
    margin: 0 auto;
  }
  
  .company-versus-subtitle {
    padding: 18px 0 13px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #BD3828;
    text-align: center;
  }
  
  .company-versus-subtitle span {
    font-weight: normal;
    color: #717075;
  }
  
  .company-versus-table {
    padding: 45px 40px 0;
    background: #ffffff;
    border-top: 4px solid #BD3828;
    -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  }
  
  .company-versus-table table {
    width: 100%;
    table-layout: fixed;
  }
  
  .company-versus-table table td {
    vertical-align: top;
    padding: 0 0 36px;
    text-align: center;
  }
  
  .company-versus-table table td img {
    display: block;
    margin: 0 auto;
  }
  
  .company-versus-table table tr:first-child td {
    padding-bottom: 15px;
    vertical-align: middle;
  }
  
  .company-versus-table table tr:last-child td {
    padding-bottom: 29px;
  }
  
  .company-versus-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    list-style: none;
    padding-left: 0;
  }
  
  .company-versus-rating li {
    padding: 0 3px;
    width: 25px;
  }
  
  .company-versus-rating li img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .company-versus-info {
    font-size: 15px;
    line-height: 1.334;
    font-weight: 600;
    color: #464646;
    max-width:260px;
    margin:0 auto;
  }
  
  .company-versus-info p {
      background-image: url(https://img3.acierto.com/cms-media/ui-img/check.svg);
      background-repeat: no-repeat;
      background-position: 0 4px;
      text-align:left;  
      padding-left: 18px;
      margin-bottom:10px;
      font-size:14px;
  }
  .company-versus-separator {
    width: 1px;
    height: 66px;
    background: #BEBFC4;
    margin: 0 auto;
  }
  
  .company-versus-button {
    display: inline-block;
    vertical-align: top;
    min-width: 332px;
    padding: 6px 13px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    color: #E2801F;
    text-decoration: none;
    text-align: center;
    border: 2px solid #E2801F;
    border-radius: 17px;
  }
  
  .company-versus-button:hover {
    color: #ef343b;
    border-color: #ef343b;
    text-decoration: none;
  }
  
  .versus-others {
    padding: 63px 0 63px;
  }
  
  .versus-others h3 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    color: #454444;
    text-align: center;
    border-bottom: 3px solid #DA372B;
    padding-bottom: 7px;
    margin-bottom: 25px;
  }
  
  .versus-others ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
  }
  
  .versus-others ul li {
    padding: 5px 15px;
    position: relative;
  }
  
  .versus-others ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    width: 1px;
    height: 24px;
    background: #97979B;
  }
  
  .versus-others ul li:first-child:before {
    display: none;
  }
  
  .versus-others ul li a {
    font-weight: 600;
    color: #FC8224;
    text-decoration: underline;
  }
  
  .versus-others ul li a:hover {
    color: #ef343b;
  }
  
  .versus-others ul li a.versus-others-all {
    display: block;
    margin: 0 auto;
    width: 92px;
    height: 28px;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #FC8224;
    border-radius: 14px;
  }
  
  .versus-others ul li a.versus-others-all:hover {
    border-color: #ef343b;
  }
  
  
  section.vs {
      background-color: #fbfbfb ;
      }
  
  section.vs .comparative {
      text-align: center ;
      }
  
  section.vs .comparative h3 {
      font-size: 20px ;
      color: #da372b ;
      text-align: center ;
      }
  
  section.vs .comparative h3 span {
      font-size: 18px ;
      font-weight: normal ;
      color: #888 ;
      }
  
  section.vs .comparative > div:first-of-type {
      width: 100% ;
      padding-bottom: 50px ;
      margin: 0 auto ;
      background-color: #fff ;
      border-top: 4px solid #da372b ;
      box-shadow: 0 5px 15px 0 rgba(0,0,0, .4) ;
      background-image: url(ui-img/vs-background.svg) ;
      background-repeat: no-repeat ;
      background-position: center 70px ;
      background-size: 110px ;
      }
  
  section.vs .comparative > div > div {
      display: block ;
      margin: 35px 0 40px ;
      }
  
  section.vs .comparativeWrapper > div {
      width: 49% ;
      display: inline-block ;
      margin: 0 auto ;
      }
  
  
  .comparative ul {
      padding: 0 ;
      }
  
  .comparative li {
      display: inline-block ;
      padding: 0 20px ;
      border-right: 1px solid #aaa ;
      }
      .comparative li:last-child {
          border: none ;
          }
  
  .moreComparative {
      padding: 10px 0 0 ;
      font-size: 12px ;
      text-align: center ;
      text-transform: uppercase ;
      color: #888 ;
      position: relative ;
      }
      .moreComparative::before,
      .moreComparative::after {
          content: "" ;
          display: block ;
          width: 36% ;
          height: 1px ;
          background-color: #aaa ;
          position: absolute ;
          top: 18px ;
          left: 0 ;
          }
      .moreComparative::after {
          left: auto ;
          right: 0 ;
          }
  
  /*
  button.slick-next.nextCarrier.slick-arrow, button.slick-prev.prevCarrier.slick-arrow {
    border: none;
    text-indent: -9999px;
    z-index: 21;
  }
  
  button.slick-prev.prevCarrier.slick-arrow {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  button.slick-next.nextCarrier.slick-arrow {
    position: absolute;
    top: 0;
    right: 0;
  }
  */
  /*  MAP   */
  a.btn-map {
    height: 70px;
  }
  
  .offices ul li a {
    color: #424242;
    display: block;
    text-decoration: none;
    padding: 10px;
  }
  
  .offices ul li a:hover {
    color: #fff;
    background: #da372b;
  }
  
  @media (min-width: 640px) {
    .banner .heroBG {
      height: 250px;
      text-align: left;
    }
    div.heroBG > div h1 {
      top: 2.8em;
      font-size: 29px !important;
      line-height: 31px;
      margin: 0 auto;
    }
    img.old-logo {
      width: 150px;
      height: 150px;
      margin: 50px 20px 50px 20px;
      display: inline-block;
    }
    div.heroBG > div h1 {
      top: 95px;
      text-align: left;
      display: inline-block;
      border-left: 1px solid #fff;
      padding-left: 20px;
      width: 400px;
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 34px !important;
    }
    .center-block.btns {
      margin-top: 0;
    }
    .base-btn span {
      display: inherit;
    }
    a.btn-map {
      height: 60px;
    }
  }
  
  @media (min-width: 650px) {
    section.questions .aWrapper input {
      width: 190px !important;
    }
    .comparative ul {
      font-size: 13px !important;
    }
  /*    VS SECTION    */
  
      section.vs .comparative > div:first-of-type {
          width: 100% ;
          padding-bottom: 40px ;
          background-position: center 60px ;
          background-size: 50px ;
          }
  
      section.vs .comparative img {
          width: 90px ;
          }
  
      section.vs .comparative p {
          font-size: 12px ;
          padding: 0 20px ;
          }
  
      section.vs .comparative > div > div {
          margin: 20px 0 30px ;
          }
  
      .moreComparative {
          padding: 30px 0 0 ;
          margin: 0 ;
          }
          .moreComparative::before,
          .moreComparative::after {
              width: 14% ;
              top: 38px ;
              }
  
    .comparative ul {
        margin: 0 auto;
        padding: 0 50px;
        list-style: none;
    }
  
      .comparative li {
          display: block ;
          padding: 20px 0 ;
          border-right: none ;
          border-bottom: 1px solid #ddd ;
          }  
  }
  
  @media (min-width: 768px) {
    .comparative ul {
      font-size: 16px !important;
    }
    a.btn-map {
      height: auto;
    }
  }
  
  @media (min-width: 768px) {
    .coverage {
      width: 28%;
      margin: 5% 2%;
    }
  }
  
  @media (max-width: 939px) {
    div.noactive {
      display: block !important;
    }
    .optionsCoverages:before {
      display: none !important;
    }
  }
  
  @media (min-width: 940px) {
    .tableContainer ul {
      display: block;
    }
    .content-left {
      width: 69%;
      margin-right: 3px;
      display: inline-block;
      padding-right: 40px;
      vertical-align: top;
    }
    .content-right.right {
      width: auto;
      display: inline-block;
    }
    .infocompany .right {
      margin-top: -70px;
    }
    .coverage h3 {
      min-height: 50px;
      max-height: 50px;
      padding: 0 10px;
      line-height: 1.4;
    }
  }
  
  @media (max-width: 849px) {
    .optionsCoverages > div.coverage {
      width: 95%;
      margin: 60px auto;
      display: block;
      padding-top: 70px;
    }
  /*    VS SECTION    */
  
      .moreComparative::before,
      .moreComparative::after {
          width: 31% ;
          }
  
      .comparative ul {
          font-size: 13px ;
          }  
  }
  
  /*  IPHONE 5 & 5S */
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) {
    .coverage {
      padding: 90px 20px 50px;
    }
    .linetext span {
      padding: 0 10px;
    }

  }
  
  /*  IPHONE 5 & 5S */
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) and (orientation: portrait) {
    .compare1 {
      float: left;
    }
    .compare2 {
      float: right;
    }
    .comparative .secCTA3 {
      margin-top: 20px;
    }
    a.btn-map {
      height: 90px;
    }
    button.slick-prev.prevCarrier.slick-arrow {
      position: absolute;
      top: -27px !important;
      left: 0;
    }
    button.slick-next.nextCarrier.slick-arrow {
      position: absolute;
      top: -27px !important;
      right: 0;
    }
  }
  
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) and (orientation: landscape) {
    .compare2 {
      position: relative;
      top: 15px;
    }
  }
  
  /**********  INTERNET EXPLORER 9 ONLY  ************/
  @media screen and (min-width: 0) and (min-resolution: 0.001dpcm) {
    .optionsCoverages .coverage.active div.info {
      property: value;
      height: 105%\0;
    }
  }
  
  .tableContainer {
    font-size: 14px;
  }
  
  .tableContainer {
    margin-top: 30px;
    margin-bottom: 30px;
    vertical-align: top;
    text-align: center;
  }
  
  .tableContainer ul {
    margin-bottom: 30px;
    list-style: none;
    padding: 15px;
    margin-top: -20px;
    border-top: 2px solid #ff8300;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  }
  
  .tableContainer li {
    line-height: 40px;
    color: #727176;
  }
  
  /*    POLICIES SECTION    */
  .optionsPolicies {
    width: 100%;
    padding: 30px 2% 10px;
    margin-top: 20px;
    font-size: 0;
    text-align: center;
  }
  
  .optionsPolicies .old-policy {
    width: 30%;
    min-width: 255px;
    max-width: 290px;
    margin: 0 1.5%;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    background-repeat: no-repeat;
    background-position: center 20px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    padding: 7px 0;
  }
  
  .optionsPolicies .old-policy.trf {
    background-image: url(https://img1.acierto.com/cms-media/ui-img/policy-2.svg);
  }
  
  .optionsPolicies .old-policy.tr {
    background-image: url(https://img2.acierto.com/cms-media/ui-img/policy-3.svg);
  }
  
  .optionsPolicies .old-policy:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  }
  
  .optionsPolicies .old-policy h3 {
    font-size: 22px;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 24px;
    height: 60px;
    padding: 0 20px;
    font-weight: bold;
    margin: 20px 0;
  }
  
  .optionsPolicies .old-policy h3 a {
    color:#192632!important;
  }
  
  .optionsPolicies .old-policy ul {
    height: 125px;
    list-style: none;
    text-align: left;
    padding: 0 35px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  }
  
  .optionsPolicies .old-policy li {
    padding-left: 18px;
    background-image: url(https://img3.acierto.com/cms-media/ui-img/check.svg);
    background-repeat: no-repeat;
    background-position: 0 4px;
    margin-bottom: 7px;
  }
  
  .optionsPolicies .old-policy p {
    font-size: 15px;
  }
  
  div.stars, .1punto {
    width: 125px;
    height: 25px;
    margin: 0 auto 20px;
    background-image: url(https://img4.acierto.com/cms-media/ui-img/stars.svg);
    background-repeat: no-repeat;
    background-position: 0 -75px;
  }
  
  .1punto {
    width: 125px;
    height: 25px;
    margin: 0 auto 20px;
    background-image: url(https://img1.acierto.com/cms-media/ui-img/stars.svg);
    background-repeat: no-repeat;
    background-position: 0 -75px;
  }
  
  .optionsPolicies .old-policy.tr .stars {
    background-position: 0 -100px;
  }
  
  .optionsPolicies .old-policy.trf .stars {
    background-position: 0 -125px;
  }
  
  .old-policy p {
    margin: 15px 0 0 0;
  }
  
  .optionsPolicies .old-policy .price {
    width: 100%;
    background-color: #f5f5f5;
    position: relative;
    z-index: 1;
  }
  
  .optionsPolicies .old-policy .price .content-old {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    padding: 15px 0;
  }
  
  .optionsPolicies .old-policy .price p:first-child {
    margin: 0 auto;
    font-size: 12px;
    text-align: left;
  }
  
  .optionsPolicies .old-policy .price p:last-child {
    font-size: 40px;
    line-height: 34px;
    font-weight: bold;
    margin-top:0;
  }
  
  .optionsPolicies .old-policy .price p span {
    font-size: 30px;
    font-weight: normal;
  }
  
  a.moreInfo {
    width: 100%;
    display: block;
    border: none;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff8300;
    position: absolute;
    -webkit-transform: translate(0, -34px);
    -ms-transform: translate(0, -34px);
    transform: translate(0, -34px);
    z-index: 0;
    padding: 10px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  
  span.moreInfo {
    width: 100%;
    display: block;
    border: none;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff8300;
    position: absolute;
    -webkit-transform: translate(0, -34px);
    -ms-transform: translate(0, -34px);
    transform: translate(0, -34px);
    z-index: 0;
    padding: 10px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  
  .display-no-prices ~ span.moreInfo {
      padding: 4px 0;
      font-size: 0;
      transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      }
  
  
  .optionsPolicies .old-policy:hover a.moreInfo {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    color: #fff;
  }
  
  .old-policy .img-responsive {
    margin: 30px auto 0 auto;
    height: 70px;
  }
  
  /** UNA POLIZA SECTION **/
  
  .health-details {
    padding: 57px 0 2px;
    border-top: 4px solid #DC3522;
  }
  
  .health-details h2 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    color: #454444;
    border-bottom: 3px solid #dc3522;
    padding-bottom: 13px;
    margin-bottom: 17px;
  }
  
  .health-details-title {
    color: #454444;
    margin-bottom: 59px;
  }
  
  .health-details-table {
    margin: 0 -15px;
    padding: 0 15px 15px;
    background: #ffffff;
    -webkit-box-shadow: 0 6px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 10px 2px rgba(0, 0, 0, 0.1);
  }
  
  .health-details-table table {
    width: 100%;
  }
  
  .health-details-table table td {
    padding: 13px 30px 14px 0;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5;
    color: #444242;
    font-weight: 600;
    text-align: center;
  }
  
  .health-details-table table td img {
    display: block;
    margin: 0 auto;
  }
  
  .health-details-table table td .health-details-logo img {
    margin: 0;
    width: 69px;
  }
  
  .health-details-table table td:first-child {
    text-align: left;
    padding-left: 38px;
  }
  
  .health-details-table table tr:nth-child(even) td {
    background: #F7F7F8;
  }
  
  .health-details-table table tr:first-child td {
    padding-top: 19px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
  }
  
  .health-advantages {
    padding-bottom: 60px;
  }
  
  .health-advantages p {
    font-size: 15px;
    line-height: 1.6;
    color: #444242;
    margin-bottom: 24px;
  }
  
  .health-advantages blockquote {
    float: right;
    max-width: 325px;
    margin-left: 45px;
    margin-bottom: 38px;
    padding: 7px 10px 10px;
    border-top: 5px solid #dcead1;
    border-bottom: 5px solid #dcead1;
  }
  
  .health-advantages blockquote.alignleft {
    margin-left: 0;
    margin-right: 45px;
  }
  
  .health-advantages blockquote p {
    font-size: 23px;
    line-height: 1.31;
    color: #62AC33;
    font-weight: bold;
    margin-bottom: 0;
  }
  
  .health-advantages hr {
    clear: both;
    display: block;
    line-height: 0;
    font-size: 0;
    border: 0;
    height: 50px;
  }
  
  .health-advantages-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
  }
  
  .health-advantages-title-ico {
    max-width: 64px;
  }
  
  .health-advantages-title-ico img {
    display: block;
  }
  
  .health-advantages-title-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 15px;
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    color: #454444;
  }
  
  .health-advantages-title-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  
  .health-advantages-title-reverse .health-advantages-title-text {
    padding-left: 0;
    padding-right: 15px;
    text-align: right;
  }
  
  
  /*    OPINION SECTION    */
  .sec.opinion .subtitle.opinion {
    font-size: 16px;
    padding: 20px 20px 0;
    background-image: url(https://img1.acierto.com/cms-media/ui-img/quote-opinion-acierto.svg);
    background-repeat: no-repeat;
  }
  
  /*    COVERAGES SECTION    */
  section.sec.coverages {
    background-color: #fff;
    -webkit-box-shadow: inset 0 4px #da372b;
    box-shadow: inset 0 4px #da372b;
  }
  
  section.sec.coverages .optionsCoverages {
    position: relative;
    text-align: center;
  }
  
  section.sec.coverages .optionsCoverages::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }
  
  .optionsCoverages .coverage {
    padding: 80px 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    background-repeat: no-repeat;
    background-position: center 0;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  
  section.sec.coverages .old-content > h3 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #da372b;
    padding-bottom: 5px;
    margin: 80px 0 20px;
  }
  
  .coverage h3 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    overflow: hidden;
  }
  
  .optionsCoverages .coverage > p {
    font-size: 15px;
    margin-bottom: 20px;
    height: 68px;
    overflow: hidden;
  }
  
  .secCTA, .secCTA2, .secCTA3 {
    padding: 4px 20px;
    border-radius: 20px;
    color: #ff8300;
    border: 3px solid #ff8300;
    background-color: transparent;
    position: relative;
  }
  
  .secCTA:hover, .secCTA2:hover, .secCTA3:hover {
    border: 3px solid #ea7a00;
  }
  
  .optionsCoverages .coverage button:hover {
    color: #ff6700;
    border: 3px solid #ff6700;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  
  .optionsCoverages .coverage div.info {
    width: calc(200% + 34%);
    height: 285px;
    padding: 30px 20px;
    text-align: left;
    line-height: 1.8;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
  }
  
  .optionsCoverages .coverage div.info .close_layer{
    position:absolute;
    top:0;
    right:10px;
  }
  
  section.sec.coverages .optionsCoverages {
    position: relative;
    text-align: left;
  }
  
  .coverage.active {
    background-color: #da372b;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  
  .optionsCoverages .coverage.active button {
    border: 3px solid #fff;
    color: #fff;
  }
  
  .optionsCoverages .coverage.active div.info {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 30px 30px;
    -webkit-box-shadow: 6px 4px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 6px 4px 30px rgba(0, 0, 0, 0.2);
    overflow: auto;
  }
  
  .optionsCoverages .coverage.one {
    background-image: url(https://img1.acierto.com/css/images/ac/media/vehculo-sustitucin.svg);
  }
  
  .optionsCoverages .coverage.one.active {
    background-image: url(https://img2.acierto.com/css/images/ac/media/vehculo-sustitucin-active.svg);
    /* ui-img/card-active.svg */
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  }
  
  .optionsCoverages .coverage.two {
    background-image: url(https://img3.acierto.com/cms-media/ui-img/crane.svg);
  }
  
  .optionsCoverages .coverage.two.active {
    background-image: url(https://img4.acierto.com/cms-media/ui-img/crane-active.svg);
    /* ui-img/card-active.svg */
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  }
  
  .optionsCoverages .coverage.three {
    background-image: url(https://img1.acierto.com/css/images/ac/media/seguro-conductor.svg);
  }
  
  .optionsCoverages .coverage.three.active {
    background-image: url(https://img2.acierto.com/css/images/ac/media/seguro-conductor-active.svg);
    /* ui-img/card-active.svg */
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  }
  
  .questionform.active .makeAquestion {
    display: block;
  }
  
  /*    PROMOTION SECTION    */
  section.promotion {
    width: 100%;
    background-color: #01377f;
    text-align: center;
    overflow: hidden;
  }
  
  section.promotion h2 {
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    margin: 0;
  }
  
  1 section.promotion img {
    width: 100%;
    max-width: 438px;
  }
  
  /*    QUESTIONS SECTION    */
  section.questions {
    text-align: center;
    background-color: #fff;
  }
  
  section.questions h2 {
    border: none;
    text-align: center;
    margin-bottom: 60px;
  }
  
  div.questionWrapper > p,
  div.userQuestionsWrapper > p,
  div.makeAquestion > p {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #da372b;
    padding-bottom: 5px;
    margin-top: 80px;
  }
  
  div.makeAquestion > p {
    padding-top: 50px;
    margin: 50px auto;
    border-top: 2px dotted #ddd;
    border-bottom: 2px solid #ccc;
  }
  
  section.questions .question {
    padding: 15px 0 8px;
    border-bottom: 1px solid #eee;
  }
  
  section.questions .q {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
  }
  
  section.questions .a {
    text-align: center;
    display: none;
  }
  
  section.questions .qWrapper,
  section.questions .aWrapper {
    max-width: 600px;
    padding: 40px 20px 20px;
    margin: 0 auto;
    font-size: 0;
    text-align: left;
    border-bottom: 2px solid rgba(218, 55, 43, 0.4);
  }
  
  section.questions .qWrapper:last-of-type {
    border-bottom: none;
    margin-bottom: 30px;
  }
  
  section.questions .aWrapper {
    font-size: 16px;
    border-bottom: none;
  }
  
  section.questions .aWrapper form {
    padding-top: 30px;
    margin: 0 auto;
  }
  
  section.questions .aWrapper form > div {
    width: 80%;
    margin: 0 auto;
  }
  
  section.questions .aWrapper label {
    padding-left: 2px;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: #999;
    position: relative;
  }
  
  section.questions .aWrapper div label:nth-of-type(1) {
    margin-right: 200px;
  }
  
  section.questions .aWrapper form > label:nth-of-type(1) {
    display: block;
    width: 80%;
    margin: 50px auto 0;
    text-align: left;
  }
  
  section.questions .aWrapper input {
    width: 100%;
    padding: 2px 5px;
    font-size: 15px;
    color: #222;
    border: 1px solid #aaa;
    position: absolute;
    left: 0;
    top: 20px;
  }
  
  section.questions .aWrapper input::-webkit-input-placeholder {
    color: #ccc;
  }
  
  section.questions .aWrapper input:-ms-input-placeholder {
    color: #ccc;
  }
  
  section.questions .aWrapper input::-ms-input-placeholder {
    color: #ccc;
  }
  
  section.questions .aWrapper input::placeholder {
    color: #ccc;
  }
  
  section.questions .aWrapper textarea {
    width: 100%;
    color: #222;
    border: 1px solid #aaa;
    resize: none;
    position: absolute;
    left: 0;
    top: 20px;
  }
  
  section.questions .aWrapper form div:nth-of-type(2) {
    margin: 200px auto 0;
    text-align: center;
  }
  
  section.questions .aWrapper input[type=submit] {
    display: inline-block;
    vertical-align: top;
    padding: 4px 20px;
    border-radius: 20px;
    font-size: 16px;
    color: #ff8300;
    border: 3px solid #ff8300;
    background-color: transparent;
    position: static;
    cursor: pointer;
  }
  
  section.questions .aWrapper input[type=submit]:hover {
    color: #ff6700;
    border: 3px solid #ff6700;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  
  section.questions .aWrapper form button {
    margin-right: 50px;
    display: inline-block;
    vertical-align: top;
    border: 3px solid #aaa;
    color: #aaa;
  }
  
  section.questions .user,
  section.questions .date {
    width: 50%;
    line-height: 50px;
    font-size: 13px;
    font-weight: bold;
    color: #555;
    display: inline-block;
  }
  
  section.questions .date {
    text-align: right;
    font-weight: normal;
  }
  
  section.questions .qWrapper p {
    font-size: 16px;
  }
  
  section.questions .userQ {
    font-weight: bold;
  }
  
  section.questions .line {
    padding: 10px 0 15px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #888;
    position: relative;
  }
  
  section.questions .line::before,
  section.questions .line::after {
    content: "";
    display: block;
    width: 38%;
    height: 1px;
    background-color: #aaa;
    position: absolute;
    top: 18px;
  }
  
  section.questions .line::after {
    right: 0;
  }
  
  /*    MORE INSURANCES SECTION    */
  section.sec.moreInsurances {
    text-align: center;
    background-color: #eee;
  }
  
  section.sec.moreInsurances::before {
    background-image: none;
  }
  
  section.sec.moreInsurances p {
    line-height: 21px;
  }
  
  .insurancesWrapper > div {
    margin: 50px 0 0;
    text-align: center;
    display: inline-block;
  }
  
  .insurancesWrapper > div p {
    font-size: 20px;
    line-height: 12px;
    font-weight: bold;
    color: #555;
    text-transform: uppercase;
  }
  
  .insurancesWrapper > div p:first-of-type {
    font-size: 17px;
    font-weight: normal;
  }
  
  section.moreCarriers {
    text-align: center;
  }
  
  section.moreCarriers h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  
  section.moreCarriers ul {
    width: 90%;
    max-width: 1000px;
    height: 160px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    list-style: none;
    text-align: center;
    position: relative;
    padding: 0;
  }
  
  section.moreCarriers li {
    width: 100px;
    height: 100px;
    margin: 30px 12px 0;
    background-color: aqua;
    display: inline-block;
  }
  
  section.moreCarriers .slick-prev,
  section.moreCarriers .slick-next {
    width: 25px;
    height: 100px;
    display: inline-block;
    background-color: #fff;
    background-image: url(https://img3.acierto.com/cms-media/ui-img/chevron-left-thin-.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    opacity: .4;
    text-indent: -9999px;
  }
  
  section.moreCarriers .slick-next {
    background-image: url(https://img4.acierto.com/cms-media/ui-img/chevron-right-thin-.svg);
  }
  
  .old-policy .img-responsive {
    margin: 30px auto 0 auto;
    height: 70px;
  }
  
  .icon img {
    margin: 30px 0 0 0;
    height: 55px;
  }
  
  /*    CONDITIONS SECTION    */
  section.conditions img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    line-height: 150px;
    display: inline-block;
    vertical-align: middle;
    /* background-image: url(;*/
  }
  
  section.conditions {
    width: 100%;
    height: 150px;
    background-color: #da372b;
    text-align: center;
  }
  
  section.conditions a {
    line-height: 150px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }
  
  section.conditions a:hover {
    color: #fff;
    text-decoration: underline;
  }
  
  @media (max-width: 650px) {
    section.conditions {
      width: 100%;
      height: auto;
      padding: 30px;
      background-color: #da372b;
    }
    section.conditions a {
      font-size: 18px;
      line-height: 1.2;
    }
    section.sec {
      padding-bottom: 40px;
    }
    section.sec h2 {
      text-align: center;
    }
    section.questions h2 {
      font-size: 18px;
    }
    .sec.opinion {
      text-align: center;
    }
    .sec.opinion .subtitle.opinion {
      padding-left: 0;
      padding-right: 0;
    }
  }
  
  .one_point,
  .two_points,
  .three_points,
  .four_points,
  .five_points,
  .one_half_point,
  .two_half_points,
  .three_half_points,
  .four_half_points {
    width: 125px;
    height: 25px;
    margin: 0 auto 20px;
    background-image: url(https://img1.acierto.com/cms-media/ui-img/stars.svg);
    background-repeat: no-repeat;
    /*  background-position: 0 -75px ; */
  }
  
  .five_points {
    background-position: 0 -250px ;
  }
  
  .five_points.policy-no-prices {
      background-position: center -248px ;
      }
  
  .four_points.policy-no-prices {
      background-position: center -198px ;
      }
  
  .three_points.policy-no-prices {
      background-position: center -148px ;
      }
  
  .two_points.policy-no-prices {
      background-position: center -98px ;
      }
  
  .one_point.policy-no-prices {
      background-position: center -48px ;
      }
  .four_half_points {
    background-position: 0 -225px ;
  }   
  .four_points {
    background-position: 0 -200px ;
  }
  .three_half_points {
    background-position: 0 -175px ;
  }   
  .three_points {
    background-position: 0 -150px ;
  }
  .two_half_points {
    background-position: 0 -125px ;
  }   
  .two_points {
    background-position: 0 -100px ;
  }
  .one_half_point {
    background-position: 0 -75px ;
  }   
  .one_point {
    background-position: 0 -50px ;
  }
  .half_point {
    background-position: 0 -25px ;
  }
  .optionsCoverages .coverage div.info::after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(https://img3.acierto.com/cms-media/ui-img/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  @media all and (max-width: 940px) {
    /*    HERO SECTION    */
    .sec .content {
      padding: 0 15px;
    }
    .infoContainer {
      width: 55%;
    }
    /*    POLICIES SECTION    */
    .optionsPolicies .old-policy ul {
      height: 190px;
      padding: 0 20%;
    }
    .optionsPolicies .old-policy li {
      font-size: 15px;
      background-position: 0 4px;
    }
    .optionsPolicies .old-policy {
      width: 100%;
      padding-top: 5px;
      display: block;
      max-width: 360px;
      margin: 10px auto;
    }
    .optionsPolicies > div.old-policy:nth-of-type(2) {
      margin: 30px auto;
    }
    .optionsPolicies .old-policy:hover {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
    a.moreInfo {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      position: static;
    }
    /*    COVERAGES SECTION    */
    section.sec.coverages {
      background-color: #fff;
      -webkit-box-shadow: inset 0 4px #da372b;
      box-shadow: inset 0 4px #da372b;
    }
    section.sec.coverages .content-old {
      padding: 0;
    }
    section.sec.coverages .content-old > h2,
    section.sec.coverages .content-old > p {
      margin-left: 15px;
      margin-right: 15px;
    }
    section.sec.coverages .content-old > div {
      background-color: #fff;
      padding-top: 5px;
    }
    section.sec.coverages .optionsCoverages {
      position: relative;
    }
    section.sec.coverages .optionsCoverages::before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      border-top: 15px solid #fff;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      position: absolute;
      top: -1px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      z-index: 9;
    }
    .optionsCoverages > div.coverage {
      width: 95%;
      margin: 60px auto;
      display: block;
      padding-top: 90px;
    }
    .optionsCoverages > div.coverage .secCTA {
      margin-top: 10px;
    }
    .optionsCoverages .coverage div.info {
      width: 100%;
      height: auto;
      padding: 15px;
      font-size: 13px;
      line-height: 1.5;
      left: 0;
      display: none;
    }
    .optionsCoverages .coverage > p{
      margin-bottom:5px;
      height:auto;
    }
    /*    VS SECTION    */
    .moreComparative::before,
    .moreComparative::after {
      width: 31%;
    }
    .comparative ul {
      font-size: 13px;
    }
    /*    MAP SECTION    */
    section.sec.map div.offices {
      background-position: 200px 50px;
    }
    section.sec.map p {
      font-size: 14px;
      line-height: 1.8;
    }
    /*    CONDITIONS SECTION    */
    section.conditions h2 {
      font-size: 22px;
    }
    /*    MORE INSURENCES SECTION    */
    .insurancesWrapper > div {
      margin: 25px 0 0;
    }
    .moreInsurances .insurancesWrapper > div div {
      width: 100px;
      height: 100px;
      background-size: 50px;
    }
    .moreInsurances .insurancesWrapper > div p {
      font-size: 18px;
    }
    .insurancesWrapper > div p:first-of-type {
      font-size: 15px;
    }
  }
  
  @media all and (max-width: 650px) {
    /*    GENERAL    */
    section.sec {
      width: 100%;
      padding-bottom: 40px;
    }
    section.sec h2 {
      padding: 40px 20px 0;
      text-align: center;
    }
    section.sec h2 img {
      display: none;
    }
    section.sec .content {
      padding: 0 15px;
    }
    /*    HERO SECTION    */
    .banner .heroBG {
      height: 120px;
      margin-top: -3px;
    }
    .heroBG ~ .container {
      height: auto;
      margin-bottom: 40px;
      background-color: #fff;
    }
    img.logo {
      width: 100px;
      height: 100px;
      margin: 10px 30px;
      vertical-align: top;
    }
    div.heroBG > div {
      text-align: center;
    }
    .insuranceCarrier .banner div.heroBG h1 {
      width: 90%;
      max-width: 230px;
      padding: 5px 0 5px 20px;
      margin-top: 60px;
      text-align: left;
      line-height: 1.3;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
    }
    .infoContainer,
    .tableContainer {
      width: 96%;
      float: none;
      display: block;
      margin: 2%;
    }
    .tableContainer {
      margin-top: 30px;
    }
    /*    POLICIES SECTION    */
    .optionsPolicies .old-policy {
      width: 100%;
      max-width: 360px;
      margin: 10px auto;
    }
    .optionsPolicies > div.old-policy:nth-of-type(2) {
      margin: 30px auto;
    }
    .optionsPolicies .old-policy:hover {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    }
    .optionsPolicies ul {
      display: none;
    }
    a.moreInfo {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      position: static;
    }
    /*    OPINION SECTION    */
    section.sec.opinion {
      text-align: justify;
    }
    /*    COVERAGES SECTION    */
    section.sec.coverages .content > p {
      text-align: center;
    }
    .optionsCoverages .coverage {
      width: 100%;
      margin: 60px 0 0;
    }
    section.sec.coverages {
      background-color: #fff;
      -webkit-box-shadow: inset 0 4px #da372b;
      box-shadow: inset 0 4px #da372b;
    }
    /*    QUESTIONS SECTION    */
    section.questions .qWrapper,
    section.questions .aWrapper {
      width: 100%;
    }
    section.questions .qWrapper p {
      text-align: justify;
    }
    section.questions .aWrapper form {
      width: 100%;
      padding-top: 0;
      margin: 0 auto;
    }
    .aWrapper form label {
      display: block;
      width: 100%;
      margin: 60px 0;
    }
    section.questions .aWrapper form div input:not(section.questions .aWrapper form div input[type=submit]) {
      width: 100%;
      max-width: 300px;
    }
    section.questions .aWrapper form div input[type=submit] {
      display: inline-block;
      max-width: 160px;
    }
    section.questions .aWrapper form button {
      display: inline-block;
      margin: 0 10px 15px;
    }
    /*    VS SECTION    */
    section.vs .comparative > div:first-of-type {
      width: 100%;
      padding-bottom: 40px;
      background-position: center 60px;
      background-size: 50px;
    }
    section.vs .comparative img {
      width: 90px;
    }
    section.vs .comparative p {
      font-size: 12px;
      padding: 0 20px;
    }
    section.vs .comparative > div > div {
      margin: 20px 0 30px;
    }
    .moreComparative {
      padding: 30px 0 0;
      margin: 0;
    }
    .moreComparative::before,
    .moreComparative::after {
      width: 14%;
      top: 38px;
    }
    .comparative ul {
      margin: 0 auto;
      padding: 0 50px;
      list-style: none;
    }
    .comparative li {
      display: block;
      padding: 20px 0;
      border-right: none;
      border-bottom: 1px solid #ddd;
    }
    /*    MAP SECTION    */
    section.sec.map .content {
      height: auto;
    }
    section.sec.map p {
      text-align: left;
    }
    section.sec.map div.offices {
      background-image: none;
      text-align: center;
    }
    section.sec.map .offices ul {
      width: 100%;
      margin: 20px 0 20px 0;
      font-size: 14px;
      text-align: left;
    }
    /*    CONDITIONS SECTION    */
    section.conditions {
      width: 100%;
      height: auto;
      padding: 30px;
      background-color: #da372b;
    }
    section.conditions h2 {
      text-align: center;
      margin: 0;
    }
    section.conditions a {
      font-size: 20px;
      line-height: 20px;
      color: #fff;
      text-decoration: none;
    }
    section.conditions a:hover {
      color: #fff;
      text-decoration: underline;
    }
    section.conditions a span {
      width: 50px;
      height: 50px;
      margin: 0 auto 0;
      display: block;
      vertical-align: top;
      background-image: url(ui-img/download-conditions.svg);
    }
    /*    CONDITIONS SECTION    */
    .insurancesWrapper > div {
      margin: 45px 0 0;
    }
    .moreInsurances .insurancesWrapper > div div {
      width: 100px;
      height: 100px;
      background-size: 50px;
    }
    .moreInsurances .insurancesWrapper > div p {
      font-size: 18px;
    }
    /*    MORE INSURANCES SECTION    */
    section.moreCarriers li {
      width: 50px;
      height: 50px;
      margin-top: 55px;
    }
  }
  
  .banner-new-push {
    height: 75px;
  }
  
  .banner-new {
    position: relative;
    padding-top: 20px;
    padding-bottom: 80px;
    margin-bottom: 0px;
    background: #eee url("../upload/mapfre-hero.jpg") no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #ffffff;
  }
  
  .banner-new a {
    color: #ffffff;
    text-decoration: none;
  }
  
  .banner-new a:hover {
    color: #fff;
  }
  
  .banner-new .breadcrumb {
    margin: 0 0 25px;
    font-size: 14px;
  }
  
  .banner-new h1 {
    margin-top: 0;
  }
  
  a.banner-new-calculate,
  button.banner-new-calculate {
    position: absolute;
    left: 15px;
    bottom: -109px;
    height: 58px;
    line-height: 48px;
    padding: 0 58px;
    border: 5px solid #ffffff;
    color: #ffffff;
    background: #79AF00;
    border-radius: 29px;
    font-size: 17px;
    font-weight: 600;
    z-index: 2;
  }
  
  a.banner-new-calculate:hover {
  /*  background-color: #84be00;*/
    opacity: .95;
  }
  
  a.banner-new-calculate:hover {
    text-decoration: none;
  }
  
  .banner-new-calculate-icon {
    position: absolute;
    left: 32px;
    top: 50%;
    margin-top: -9px;
  }
  
  .banner-new-calculate-next {
    position: absolute;
    right: 34px;
    top: 50%;
    margin-top: -6px;
  }
  
  .banner-new-calculate-icon img,
  .banner-new-calculate-next img {
    display: block;
    margin: 0;
  }
  
  .banner-new-content {
    font-size: 16px;
    line-height: 1.4;
    max-width: 760px;
  }
  
  .banner-new-logo img {
    display: block;
    margin: 0 auto;
  }
  
  .banner-mobile-only {
    display: none !important;
  }
  
  .banner-car {
    margin: 0 auto 10px;
  }
  
  .banner-new-logo-title {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    padding: 30px 15px 0px;
  }
  
  @media (max-width: 800px) {
    .banner-new-logo {
      padding-top: 40px;
    }
    .banner-default-only {
      display: none !important;
    }
    .banner-mobile-only {
      display: block !important;
    }
    .banner-new .breadcrumb {
      display: none;
    }
    .banner-new h1 {
      text-align: center;
    }
    .banner-new-content p {
      font-size: 14px;
      text-align: justify;
    }
    .policies .subtitle{
      text-align: justify;
    }
    .banner-new {
      padding-top: 40px;
      padding-bottom: 60px;
    }
    a.banner-new-calculate,
    button.banner-new-calculate {
          width: 100%;
          min-width: 300px;
              bottom: -90px;
              top: auto;
              left: 0;
              right: 0;
              margin: 0 auto;
              max-width: 280px;
              padding-left: 40px;
              padding-right: 40px;
              text-align: center;
            }
  }
  
  .coverages-image {
    border-top: 4px solid #da372b;
    max-height:400px;
    overflow: hidden;
  }
  
  .coverages-image img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .coverages-title {
    text-align: center;
    position: relative;
    border-bottom: 2px solid #FC3426;
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    padding-bottom: 55px;
    margin-bottom: 26px;
    padding-top: 55px;
  }
  
  .coverages-title-icon {
    background: #ffffff;
    position: absolute;
    left: 50%;
    height: 24px;
    bottom: -12px;
    width: 70px;
    margin-left: -35px;
  }
  
  .coverages-title-icon img {
    display: block;
    margin: 0 auto;
    width: 34px;
    height: 24px;
  }
  
  @media (max-width: 800px) {
    .coverages-title {
      font-size: 18px;
      padding-bottom: 35px;
      padding-top: 25px;
    }
  }
  
  /* responsive */
  @media (max-width: 1099px) {
    .user-toolbar-name {
      display: none;
    }
    .add-insurance-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
      flex: 0 0 350px;
      max-width: 350px;
    }
    .menu > li > ul {
      padding-left: 10px;
      padding-right: 10px;
      width: 420px;
    }
    .menu > li > ul > li {
      padding-left: 10px;
      padding-right: 10px;
    }
    .brands-choose {
      padding-top: 16px;
    }
    .models-other {
      padding-top: 19px;
    }
  }
  
  @media (max-width: 991px) {
    .header-global {
      height: 60px;
    }
    .landing {
      padding-top: 60px;
    }
    .header-toolbar {
      height: 54px;
    }
    .menu > li > a {
      font-size: 10px;
      padding-top: 11px;
      padding-bottom: 10px;
    }
    .menu > li > a span {
      font-size: 14px;
    }
    .menu > li > ul {
      width: 260px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-bottom: 10px;
    }
    .menu > li > ul > li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .menu > li > ul > li > a {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .menu > li > ul > li > ul > li > a {
      padding-top: 8px;
      padding-bottom: 8px;
    }
    .logo {
      height: 54px;
    }
    .global-footer-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
      flex: 0 0 33%;
      max-width: 33%;
    }
    .content {
      min-height: 537px;
    }
    .content-background-bottom-left {
      padding-bottom: 250px;
      background-position: 7% 100%;
      background-size: 311px 300px;
    }
    .content-background-type-2 {
      background-position: 0 100%;
      padding-bottom: 90px;
      min-height: 523px;
    }
    .content-background-type-3 {
      background-position: 0 100%;
      padding-bottom: 140px;
      min-height: 570px;
    }
    .cta-column-content {
      padding-left: 9%;
    }
    .spanning {
      padding-top: 67px;
    }
    .cta-text-block {
      padding-top: 35px;
    }
    .cta-text-block-title {
      font-size: 25px;
    }
    .cta-text-block-note {
      padding-bottom: 53px;
    }
    .cta-text-block-note-arrow {
      width: 27px;
      right: 44px;
      bottom: -36px;
    }
    .add-insurance-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px;
      max-width: 300px;
    }
    .account-recover-title {
      padding-top: 40px;
    }
    .sign-visual {
      padding-top: 6px;
      margin-bottom: 20px;
    }
    .sign-editor {
      margin-bottom: 26px;
    }
    .add-insurance-search-wrapper {
      max-width: 510px;
    }
    .add-insurance-search-list li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: 33.33%;
    }
    .info-options {
      max-width: 603px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .info-option-column {
      padding-left: 25px;
      padding-right: 25px;
      padding-bottom: 23px;
    }
    .calendar-columns {
      padding-top: 44px;
    }
    .chat-item {
      max-width: 95%;
    }
    .chat-sidebar-avatar {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83px;
      flex: 0 0 83px;
    }
    .content-chat-sidebar {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .chat-sidebar-tools a {
      width: 90px;
    }
    .info-options-subtitle-x2 {
      padding-top: 40px;
    }
    .info-options-subtitle-x2-bottom {
      padding-top: 4px;
    }
    .brands,
    .models {
      padding-bottom: 0;
    }
    .brands-history {
      padding-bottom: 31px;
    }
    .brands-history-note {
      margin: 30px 0 27px;
    }
    .brands-companies-list li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
    .brands-hero {
      min-height: 414px;
      margin-bottom: 79px;
    }
    .brands-hero-content {
      padding-top: 29px;
    }
    .brands-hero-info {
      margin-bottom: 20px;
    }
    .brands-hero-title h1 {
      font-size: 25px;
      letter-spacing: 0.3px;
      margin-bottom: 2px;
    }
    .brands-hero-title h1 strong {
      letter-spacing: 0.8px;
    }
    .brands-hero-title p {
      margin-bottom: 4px;
    }
    .brands-choose {
      padding-top: 22px;
    }
    .models-hero-bg {
      padding-top: 18%;
    }
    .models-hero-img {
      max-width: 473px;
      margin: 0 auto;
    }
    .models-hero-img img {
      margin-bottom: 27px;
    }
    .models-hero-content {
      padding-top: 71px;
    }
    .models-hero-content-in h1 {
      font-size: 25px;
      letter-spacing: 0.3px;
      margin-bottom: 6px;
    }
    .models-tips {
      padding-top: 3px;
      padding-bottom: 41px;
    }
    .models-tips h2 {
      text-align: left;
    }
    .models-tips-item {
      border-bottom-width: 1px;
    }
    .models-tips-item-img {
      height: 88px;
      border-bottom-width: 7px;
    }
    .models-tips-item-title {
      min-height: 69px;
      padding: 13px 10px 5px;
    }
    .models-tips-item-title-text {
      font-size: 17px;
      line-height: 1.18;
      letter-spacing: 0.6px;
    }
    .models-tips-item-arrow {
      margin-bottom: -15px;
      width: 30px;
      height: 30px;
      background-size: 7px 13px;
    }
    .models-image {
      float: none;
      display: block;
      width: 100%;
      margin: 0 0 15px;
    }
    .models-other {
      padding-top: 15px;
    }
  }
  
  @media only screen and (max-width: 900px) {
    .cta-column-content {
      padding-left: 3.5%;
      padding-top: 17px;
    }
    .cta-column-info {
      padding-top: 22px;
    }
    .cta-column-content br {
      display: none;
    }
    .cta-column-content-arrow {
      bottom: 50px;
      right: -13px;
    }
    .content-background-type-2 {
      padding-bottom: 112px;
    }
    .content-add-insurance {
      padding-top: 17px;
    }
    .registration-expert-row {
      display: block;
    }
    .registration-expert-img {
      display: block;
      padding-right: 0;
      width: 77px;
      margin: 0 auto 10px;
    }
    .expert-image-type-1 {
      display: none;
    }
    .expert-image-type-2 {
      display: block;
    }
    .expert-image {
      max-width: 73px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 73px;
      flex: 0 0 73px;
    }
    .expert-wrapper {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-bottom: 0;
    }
    .expert-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-top: 8px;
      text-align: center;
    }
    .registration-wrapper {
      padding-top: 30px;
      padding-bottom: 40px;
    }
    .registration-advantages {
      padding-top: 50px;
      padding-bottom: 10px;
    }
    .content-registration {
      padding-top: 30px;
    }
    .registration-step2-form,
    .registration-step3-form {
      padding-top: 32px;
    }
  }
  
  @media (max-width: 767px) {
    .mobile-hide-footer .main {
      padding-bottom: 50px;
    }
    .mobile-hide-footer .footer-global {
      display: none !important;
    }
    .navigation-toggle {
      display: block;
    }
    .header-global {
      border-top-width: 4px;
    }
    .logo {
      height: 56px;
      margin-left: auto;
      margin-right: auto;
      max-width: 200px;
    }
    .spanning {
      padding-top: 90px;
      padding-bottom: 0;
    }
    .content-push {
      height: 0px;
    }
    .content {
      padding-top: 0;
      padding-bottom: 0;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin-left: -15px;
      margin-right: -15px;
      padding-left: 15px;
      padding-right: 15px;
    }
    .mobile-hide-footer .content {
      min-height: calc(100vh - 140px) !important;
    }
    .content-background-bottom-left {
      padding-bottom: 335px;
      background-position: 50% 100%;
    }
    .cta-text-block {
      padding-top: 0;
    }
    .cta-text-block-title {
      font-size: 17px;
      line-height: 1.41;
      padding-bottom: 12px;
    }
    .cta-text-block-note {
      font-size: 14px;
      line-height: 1.42;
      max-width: 350px;
      font-weight: 600;
      padding-bottom: 35px;
    }
    .cta-text-block {
      padding-left: 0;
    }
    .content-navigation {
      position: fixed;
      left: 0;
      width: 100%;
      bottom: 0;
      background: #ffffff;
      z-index: 5050;
      border-top: 1px solid #D8D8D8;
      height: 50px;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    .content-navigation-menu {
      border-bottom: 0;
    }
    .content-navigation-menu a {
      height: 49px;
      padding-left: 3px;
      padding-right: 3px;
      padding-top: 21px;
    }
    .content-navigation-menu a:before {
      display: none;
    }
    .content-navigation-icon {
      position: absolute;
      left: 50%;
      margin-left: -9px;
      top: 7px;
    }
    .content-navigation-text {
      font-size: 12px;
      line-height: 16px;
      padding-left: 0;
    }
    .cta-text-block-note-arrow {
      position: absolute;
      bottom: 6px;
      right: 5px;
      width: 23px;
      height: 40px;
    }
    .navigation-open {
      overflow: hidden;
    }
    .navigation-open .navigation-mobile {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    .navigation-open body {
      overflow: hidden;
    }
    .navigation-open .header-global,
    .navigation-open .main {
      -webkit-transform: translate3d(84%, 0, 0);
      transform: translate3d(84%, 0, 0);
    }
    .navigation-open .content-navigation {
      position: absolute;
    }
    .global-footer-row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 360px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
    .global-footer-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
    }
    .footer-global {
      font-size: 14px;
      padding-bottom: 50px;
    }
    .global-footer-teaser-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 360px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
    .global-footer-teaser-list li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .footer-social-list {
      margin-left: auto;
      margin-right: auto;
    }
    .footer-social-list li a {
      margin-left: auto;
      margin-right: auto;
    }
    .global-footer-list li {
      margin-bottom: 4px;
    }
    .info-block-global {
      position: static;
      max-width: 516px;
    }
    .info-block {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: left;
      border: 1px solid transparent;
    }
    .info-block-orange {
      border-color: #FF7400;
    }
    .info-block-red {
      border-color: #F03E31;
    }
    .info-block-gray {
      border-color: #D8D8D8;
    }
    .info-block-note {
      position: absolute;
      right: 0;
      bottom: 0;
      min-height: 0;
      min-width: 0;
      margin-bottom: 0;
    }
    .info-block-navigation {
      display: none;
    }
    .info-block-logo {
      display: none;
    }
    .info-block-logo-mobile {
      display: block;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 88px;
      flex: 0 0 88px;
      max-width: 88px;
      padding: 14px;
    }
    .info-block-wrapper {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      padding: 9px 0;
      max-width: 100%;
      width: auto;
      padding-left: 10px;
      padding-right: 30px;
    }
    .info-block-menu {
      display: none;
    }
    .info-block-content {
      display: none;
    }
    .info-block-content-type-mobile {
      display: block;
    }
    .info-block-content-name {
      padding: 0 0 0 15px;
      border-bottom: 0;
      margin: 0;
      font-size: 13px;
      color: #9B9B9B;
    }
    .info-block-content-name-icon {
      top: 0;
      left: -3px;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      width: 18px;
      height: 18px;
    }
    .info-block-content-name-icon svg {
      width: 18px;
      height: 18px;
    }
    .info-block-note-wrapper {
      border-radius: 8px 0 0 0;
      color: #ffffff;
      display: block;
      background-color: #FF7400;
      padding-top: 0;
      padding-bottom: 0;
      line-height: 15px;
      min-width: 203px;
    }
    .info-block-note-wrapper:before {
      content: "";
      position: absolute;
      bottom: -1px;
      left: -13px;
      width: 0;
      height: 0;
      border: 7px solid transparent;
      border-right-color: #FF7400;
      border-bottom-color: #FF7400;
    }
    .info-block-note-wrapper .path-fill {
      fill: #ffffff;
    }
    .info-block-note-wrapper .path-stroke {
      stroke: #ffffff;
    }
    .info-block-red .info-block-note-wrapper {
      border-color: #F03E31;
      background-color: #F03E31;
      color: #ffffff;
    }
    .info-block-red .info-block-note-wrapper:before {
      border-right-color: #F03E31;
      border-bottom-color: #F03E31;
    }
    .info-block-red .info-block-note-wrapper .path-fill {
      fill: #ffffff;
    }
    .info-block-red .info-block-note-wrapper .path-stroke {
      stroke: #ffffff;
    }
    .info-block-gray .info-block-note-wrapper {
      border-color: #9B9B9B;
      background-color: #9B9B9B;
      color: #ffffff;
    }
    .info-block-gray .info-block-note-wrapper:before {
      border-right-color: #9B9B9B;
      border-bottom-color: #9B9B9B;
    }
    .info-block-gray .info-block-note-wrapper .path-fill {
      fill: #ffffff;
    }
    .info-block-gray .info-block-note-wrapper .path-stroke {
      stroke: #ffffff;
    }
    .info-block-note-icon {
      top: 2px;
    }
    .info-block-content-next-mobile {
      display: block;
    }
    .info-block-modal {
      position: fixed;
      z-index: 9090;
    }
    .info-block-modal-mask {
      position: fixed;
      z-index: 9080;
    }
    .info-block-modal-content {
      padding-top: 33px;
      padding-bottom: 37px;
    }
    .info-block-modal-close {
      right: 16px;
      top: 18px;
    }
    .info-block-modal-title {
      margin-bottom: 37px;
    }
    .info-block-modal-link {
      width: 131px;
    }
    .cta-columns {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .cta-column-info {
      padding-top: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: auto;
      max-width: 100%;
    }
    .cta-column-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      padding-left: 50px;
      padding-right: 50px;
      -webkit-box-ordinal-group: 41;
      -ms-flex-order: 40;
      order: 40;
      min-height: 0;
      padding-bottom: 0;
      padding-top: 20px;
      max-width: 510px;
      margin-left: auto;
      margin-right: auto;
    }
    .cta-column-title {
      font-size: 21px;
      line-height: 30px;
      margin-bottom: 5px;
    }
    .cta-column-title br {
      display: block;
    }
    .content-background-type-2 {
      min-height: 210px;
      padding-bottom: 320px;
    }
    .cta-column-content-arrow {
      width: 29px;
      height: 46px;
      bottom: auto;
      top: 19px;
      right: 18px;
    }
    .policy {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0;
      margin-left: -15px;
      margin-right: -15px;
    }
    .policy-info,
    .policy-detail {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .policy-detail {
      background: #ffffff;
      border-top: 1px solid #EDEEF0;
    }
    .policy-info-wrapper {
      padding: 23px 0 40px;
      max-width: 240px;
      background: transparent;
      border: 0;
      border-radius: 0;
    }
    .policy-info-caption {
      padding-left: 70px;
      padding-bottom: 11px;
    }
    .policy-info-logo {
      width: 46px;
      margin-left: -70px;
    }
    .policy-info-type {
      padding-top: 5px;
    }
    .policy-info-content {
      padding-top: 13px;
      padding-bottom: 0;
      border-top-color: #D8D8D8;
    }
    .policy-info-content table td {
      padding-top: 4px;
      padding-bottom: 5px;
    }
    .policy-detail-wrapper {
      max-width: 280px;
      padding: 21px 0 40px;
    }
    .policy-detail-consultant {
      -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
      order: 20;
      padding-left: 0;
    }
    .policy-detail-consultant-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 61px;
      flex: 0 0 61px;
      max-width: 61px;
    }
    .policy-detail-consultant-text {
      padding-left: 20px;
      font-size: 14px;
      line-height: 1.5;
      color: #4A4A4A;
    }
    .policy-detail-actual {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10;
      margin-bottom: 60px;
    }
    .policy-detail-actual-wrapper {
      padding-right: 15px;
    }
    .policy-detail-actual-conditions {
      padding-top: 2px;
    }
    .policy-detail-actual-price-title {
      font-size: 15px;
      margin-bottom: 5px;
    }
    .policy-detail-actual-price-number {
      font-size: 20px;
    }
    .policy-detail-actual-price-number strong {
      font-size: 35px;
    }
    .policy-detail-actual-price-note {
      font-size: 12px;
    }
    .policy-detail-button {
      -webkit-box-ordinal-group: 31;
      -ms-flex-order: 30;
      order: 30;
    }
    .policy-detail-conditions {
      -webkit-box-ordinal-group: 41;
      -ms-flex-order: 40;
      order: 40;
      margin-bottom: 0;
      padding-top: 28px;
    }
    .policy-detail-conditions .policy-detail-actual-conditions-file img {
      display: block;
      width: 39px;
      margin: 0 auto;
    }
    .policy-detail-conditions .policy-detail-actual-conditions-file span {
      display: block;
    }
    .content-add-insurance {
      padding-top: 46px;
      padding-bottom: 76px;
    }
    .add-insurance-step-1-5-link {
      height: 160px;
      width: 254px;
      padding-top: 63px;
    }
    .add-insurance-step-1-5-icon {
      top: 12px;
    }
    .add-insurance-block-step-1-5 {
      padding-top: 12px;
    }
    .policy-detail-actual-improve {
      margin-bottom: 22px;
    }
    .policy-detail-actual-improve .policy-detail-actual-wrapper {
      max-width: 240px;
      padding-right: 0;
    }
    .policy-detail-actual-improve .policy-detail-actual-price {
      margin-top: -5px;
    }
    .policy-detail-actual-improve .policy-detail-actual-price-number {
      font-size: 14px;
      margin-bottom: 1px;
    }
    .policy-detail-actual-improve .policy-detail-actual-price-number strong {
      font-size: 25px;
    }
    .policy-detail-actual-improve .policy-detail-actual-price-title {
      margin-bottom: 6px;
    }
    .policy-detail-actual-improve .policy-detail-actual-price-new .policy-detail-actual-price-number {
      font-size: 23px;
      margin-bottom: -2px;
    }
    .policy-detail-actual-improve .policy-detail-actual-price-new .policy-detail-actual-price-number strong {
      font-size: 30px;
    }
    .policy-detail-actual-improve .policy-detail-actual-price-new .policy-detail-actual-price-title {
      margin-bottom: 4px;
    }
    .policy-detail-actual-improve-arrow {
      right: -31px;
      margin-top: -16px;
      -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
      transform: rotate(-7deg);
    }
    .health-details {
      padding-bottom: 60px;
    }
    .health-details-table {
      margin-left: 0;
      margin-right: 0;
    }
    .health-details-table table td {
      padding-right: 15px;
    }
    .health-details-table table td:first-child {
      padding-left: 15px;
    }  
    .health-advantages {
      padding-bottom: 40px;
    }
    .health-advantages blockquote {
      margin-left: 25px;
      margin-bottom: 20px;
    }
    .health-advantages blockquote.alignleft {
      margin-left: 0;
      margin-right: 25px;
    }
    .health-advantages blockquote p {
      font-size: 19px;
      font-weight: 600;
    }
    .health-advantages hr {
      height: 20px;
    }
  
    .modal.modal-big {
      width: 380px;
    }
    .form-cell-rec {
      padding-bottom: 130px;
    }
    .form-cell-new {
      padding-bottom: 100px;
    }
    .registration-advantages {
      width: 280px;
      padding-left: 15px;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
      padding-top: 32px;
    }
    .registration-advantage {
      width: auto;
      padding-left: 0;
      padding-right: 0;
      display: block;
    }
    .registration-advantage-img {
      float: left;
      margin: 0 25px 6px 0;
    }
    .registration-advantage-text {
      overflow: hidden;
    }
    .registration-submenu {
      display: block;
    }
    .expert-wrapper {
      max-width: 440px;
    }
    .expert-content {
      padding-top: 0;
    }
    .registration-wrapper {
      padding-top: 18px;
    }
    .add-insurance-ok-columns {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 auto;
      max-width: 303px;
    }
    .add-insurance-ok-content {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      padding-right: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .add-insurance-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-top: 20px;
      padding-bottom: 21px;
    }
    .add-insurance-image img {
      max-width: 230px;
      margin: 0 auto;
    }
    .add-insurance-ok-content-navigation {
      display: none;
    }
    .add-insurance-mobile-navigation {
      display: block;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .add-insurance-ok-content-consultant {
      margin-top: 0;
    }
    .add-insurance-ok-content-note {
      padding-top: 12px;
    }
    .account-recover-title {
      padding-top: 28px;
    }
    .form-cell-ext {
      padding-bottom: 26px;
    }
    .form-cell-navigation-cond {
      padding-top: 20px;
    }
    .sign-editor {
      max-width: 400px;
    }
    .content-background-type-3 {
      padding-bottom: 100px;
      background-image: none;
    }
    .info-options {
      max-width: 516px;
    }
    .info-option-column {
      padding-left: 0;
      padding-right: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-top: 0;
      padding-bottom: 15px;
    }
    .account-settings-toolbar {
      display: none;
    }
    .account-settings-avatar {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .account-settings-avatar-columns {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .account-settings-avatar-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 0;
      text-align: center;
    }
    .form-account-settings {
      max-width: 280px;
    }
    .form-account-settings-row {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .content-account-mobile-title,
    .content-account-mobile-toolbar {
      display: block;
    }
    .content-settings {
      padding-bottom: 100px;
    }
    .avatar-name {
      padding-top: 10px;
    }
    .form-cell-adnote {
      font-size: 12px;
    }
    .content-account-navigation {
      padding-top: 29px;
      padding-bottom: 27px;
    }
    .modify-form-row {
      border: 1px solid #D8D8D8;
      background: #ffffff;
      margin-bottom: 15px;
      border-radius: 4px;
      padding: 14px 15px 18px;
    }
    .modify-form-row .label {
      padding-top: 0;
    }
    .modify-form-row .form-cell {
      padding-bottom: 0;
    }
    .modify-form-navigation {
      padding-bottom: 50px;
    }
    .content-calendar {
      padding: 30px;
      padding-bottom: 90px;
    }
    .content-chat-main {
      display: none;
      padding-bottom: 50px;
    }
    .content-chat-blocks {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .chat-navigation {
      padding-bottom: 40px;
    }
    .content-chat-sidebar {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
      flex: 0 0 380px;
      max-width: 380px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 80px;
    }
    .mobile-chat-active .content-chat-sidebar {
      display: none;
    }
    .mobile-chat-active .content-chat-main {
      display: block;
    }
    .chat-item {
      max-width: 82%;
    }
    .chat-sidebar-avatar {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
      flex: 0 0 110px;
    }
    .chat-sidebar-tools {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .chat-sidebar-tools li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
      flex: 0 0 100px;
      padding: 0;
    }
    .chat-sidebar-tools a {
      width: 100%;
    }
    .info-block-archive {
      background: #ffffff;
    }
    .brands h2,
    .brands h3,
    .models h2,
    .models h3 {
      text-align: center;
      font-size: 20px;
      line-height: 1.2;
      letter-spacing: 0.7px;
    }
    .brands-choose {
      margin-bottom: 60px;
    }
    .brands-history {
      padding-bottom: 42px;
    }
    .brands-history-note {
      max-width: 450px;
      margin: 43px auto 37px;
    }
    .brands-companies-list li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .brands-companies-other .brands-companies-list li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: 33.33%;
    }
    .brands-hero {
      min-height: 598px;
      margin-bottom: 80px;
    }
    .brands-hero-content {
      padding-top: 23px;
    }
    .brands-hero-info {
      margin-bottom: 18px;
    }
    .brands-hero-title h1 {
      font-size: 20px;
      margin-bottom: 3px;
    }
    .brands-hero-title p {
      margin-bottom: 3px;
    }
    .models-hero-bg {
      padding-top: 21%;
    }
    .models-hero-img {
      max-width: 379px;
    }
    .models-hero-img img {
      margin-bottom: 23px;
    }
    .models-hero-content {
      padding-top: 60px;
    }
    .models-tips {
      padding-bottom: 35px;
    }
    .models-tips-list {
      margin-left: 0;
      padding-top: 35px;
    }
    .models-tips-list li {
      float: none;
      width: 100%;
      padding-left: 0;
      display: block;
      margin-bottom: 78px;
    }
    .models-tips-item {
      max-width: 310px;
      margin-left: auto;
      margin-right: auto;
    }
    .models-other-list {
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
    }
  }
  
  @media (max-width: 575px) {
    .archive-block {
      padding-top: 40px;
    }
    .header-global {
      height: 50px;
    }
    .landing {
      padding-top: 50px;
    }
    .logo {
      max-width: 160px;
      height: 46px;
    }
    .spanning {
      padding-top: 70px;
      padding-bottom: 0;
    }
    .mobile-hide-footer .content {
      min-height: calc(100vh - 120px) !important;
    }
    .navigation-toggle {
      height: 46px;
    }
    .cta-text-block-note {
      padding-right: 15px;
      padding-left: 15px;
    }
    .info-block-modal-content {
      padding-top: 14px;
      padding-bottom: 17px;
    }
    .info-block-modal-close {
      right: 12px;
      top: 12px;
    }
    .info-block-modal-title {
      margin-bottom: 17px;
    }
    .info-block-content-next-mobile {
      padding-right: 13px;
      padding-left: 19px;
    }
    .cta-column-info {
      padding-top: 5px;
    }
    .cta-column-title {
      font-size: 17px;
      line-height: 24px;
      margin-bottom: 17px;
    }
    .cta-column-title br {
      display: none;
    }
    .cta-column-note {
      font-weight: 600;
      font-size: 14px;
      line-height: 20px;
      color: #4A4A4A;
    }
    .cta-column-content {
      padding-top: 38px;
      padding-left: 28px;
      padding-right: 28px;
    }
    .cta-column-content-arrow {
      right: 0;
      top: 7px;
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }
    .content-back-panel {
      margin-top: -20px;
      padding-top: 13px;
      padding-bottom: 12px;
    }
    .content-back-panel-link {
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .policy-info-wrapper {
      padding-top: 18px;
      padding-bottom: 6px;
    }
    .policy-info-content table td {
      padding-top: 2px;
      padding-bottom: 5px;
    }
    .policy-detail-wrapper {
      padding-top: 17px;
      padding-bottom: 24px;
    }
    .policy-detail-actual {
      margin-bottom: 50px;
    }
    .policy-detail-actual.policy-detail-actual-first {
      margin-bottom: 45px;
    }
    .health-details {
      padding-top: 40px;
    }
    .health-details-title {
      margin-bottom: 40px;
    }
    .health-details-table {
      padding: 0;
    }  
    .health-advantages blockquote {
      display: block;
      float: none;
      max-width: none;
      margin-left: 0;
    }
    .health-advantages blockquote.alignleft {
      float: none !important;
      margin-right: 0;
    }
    .health-advantages-title-text {
      font-size: 20px;
      font-weight: 600;
    }
    .health-advantages-title-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .health-advantages-title-reverse .health-advantages-title-text {
      padding-left: 15px;
      padding-right: 0;
      text-align: left;
    }  
    .avatar {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 77px;
      flex: 0 0 77px;
      max-width: 77px;
    }
    .avatar-header {
      padding-left: 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 290px;
      margin: 0 auto;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .avatar-title {
      font-size: 14px;
      line-height: 21px;
      color: #4A4A4A;
      text-align: left;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin: 0;
      padding-left: 20px;
      padding-bottom: 3px;
      padding-right: 0px;
    }
    .avatar-title br {
      display: none;
    }
    .content-add-insurance {
      padding-top: 18px;
      padding-bottom: 28px;
    }
    .add-insurance-block {
      max-width: 290px;
      padding-top: 30px;
      padding-bottom: 0px;
    }
    .add-insurance-menu {
      margin-left: -5px;
      margin-right: -5px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
    .add-insurance-menu li {
      padding: 5px;
      width: 33.3333%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%;
    }
    .add-insurance-link {
      width: 100%;
    }
    .add-insurance-block-step-1-5 {
      max-width: 220px;
      margin: 0 auto;
    }
    .add-insurance-step-1-5-menu {
      margin-left: 0;
      margin-right: 0;
    }
    .add-insurance-step-1-5-menu li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 12px 0 4px;
    }
    .add-insurance-step-1-5-link {
      width: 100%;
      height: 120px;
      padding-top: 51px;
    }
    .add-insurance-step-1-5-title {
      font-size: 14px;
      line-height: 19px;
      margin-bottom: 2px;
    }
    .add-insurance-step-1-5-note {
      font-size: 14px;
      line-height: 19px;
      letter-spacing: -0.5px;
    }
    .add-insurance-step-1-5-icon {
      top: 9px;
      -webkit-transform: translate3d(-50%, 0, 0) scale(0.8);
      transform: translate3d(-50%, 0, 0) scale(0.8);
    }
    .policy-detail-actual-improve {
      margin-bottom: 22px;
    }
    .policy-detail-actual-improve .policy-detail-actual-price {
      margin-top: -1px;
    }
    .policy-detail-conditions {
      padding-top: 25px;
    }
    input.input-text, textarea.textarea {
      height: 43px;
    }
    .form-small {
      max-width: 280px;
    }
    .add-insurance-block-step-2-manual {
      padding-top: 25px;
    }
    .registration-expert-img {
      margin-bottom: 4px;
    }
    .registration-expert-info-title {
      color: #4A4A4A;
      font-size: 14px;
      line-height: 1.5;
    }
    .registration-advantages {
      width: 220px;
      padding-left: 0;
      padding-top: 22px;
    }
    .registration-advantage {
      padding-bottom: 15px;
    }
    .registration-advantage-img {
      margin-right: 20px;
      width: 32px;
      height: auto;
    }
    .registration-advantage-text {
      font-size: 14px;
      line-height: 1.54;
    }
    .registration-expert-info-mobile {
      display: inline-block;
    }
    .registration-expert-info-desktop {
      display: none;
    }
    .expert-content {
      padding-top: 0;
      font-size: 14px;
      line-height: 21px;
      color: #4A4A4A;
      font-weight: 600;
    }
    .registration-code {
      width: auto;
      margin-bottom: 15px;
    }
    .registration-code-field {
      padding-left: 9px;
      padding-right: 9px;
    }
    .registration-code-note {
      font-size: 14px;
      margin-bottom: 5px;
    }
    .registration-code-new {
      font-size: 13px;
    }
    .add-insurance-ok-content-title {
      font-size: 14px;
      line-height: 18px;
      font-weight: 600;
    }
    .add-insurance-ok-content-note {
      font-size: 14px;
      line-height: 18px;
      font-weight: 600;
      color: #4A4A4A;
      padding-top: 10px;
    }
    .add-insurance-image {
      padding-bottom: 33px;
    }
    .add-insurance-image img {
      max-width: 210px;
      margin: 0 auto;
    }
    .account-recover-title {
      padding-top: 25px;
    }
    .step_4_5-navigation {
      padding-top: 33px;
    }
    .sign-editor {
      margin-bottom: 16px;
    }
    .sign-visual {
      padding-top: 0px;
    }
    .add-insurance-search-wrapper {
      max-width: 260px;
    }
    .add-insurance-search-list li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .add-insurance-search {
      margin-top: 10px;
      margin-bottom: 16px;
    }
    .calendar-columns {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .content-calendar {
      padding-top: 0;
      padding-bottom: 100px;
    }
    .calendar-datepicker {
      padding-bottom: 30px;
    }
    .calendar-timepicker {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
      flex: 0 0 280px;
      max-width: 280px;
      width: 280px;
    }
    .calendar-time-title {
      display: none;
    }
    .select-time {
      display: none;
    }
    .calendar-navigation {
      padding-top: 10px;
    }
    .chat-item {
      max-width: 93.1%;
      margin-bottom: 12px;
      padding: 14px 15px 20px;
    }
    .chat-wrapper {
      padding: 12px 12px 0;
    }
    .chat-item-content {
      color: #454444;
      font-size: 13px;
      line-height: 18px;
    }
    .chat-navigation {
      display: none;
    }
    .chat-text-block {
      padding-top: 11px;
      padding-left: 18px;
      padding-right: 18px;
      padding-bottom: 12px;
    }
    textarea.chat-textarea {
      height: 37px;
    }
    .content-chat-main {
      min-height: 0 !important;
    }
    .chat-sidebar-avatar {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83px;
      flex: 0 0 83px;
    }
    .chat-sidebar-desc {
      padding-left: 12px;
    }
    .chat-sidebar-name {
      font-size: 14px;
    }
    .chat-sidebar-position {
      font-size: 12px;
    }
    .chat-sidebar-tel {
      font-size: 12px;
      font-weight: 600;
      margin-top: 5px;
    }
    .chat-sidebar-email {
      font-size: 12px;
      font-weight: 600;
      margin-top: 0;
    }
    .chat-exp {
      min-height: 0;
      padding-bottom: 30px;
      font-size: 13px;
      line-height: 20px;
      color: #4A4A4A;
      font-weight: 600;
    }
    .chat-exp-title {
      padding-bottom: 6px;
    }
    .chat-sidebar-tools li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 87px;
      flex: 0 0 87px;
    }
    .content-chat-sidebar {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
    .brands h2,
    .brands h3,
    .models h2,
    .models h3 {
      font-size: 18px;
      line-height: 1.2223;
      padding-bottom: 15px;
    }
    .brands-history-note {
      margin-top: 34px;
      margin-bottom: 32px;
      padding: 0 10px 21px;
    }
    .brands-history-note-img {
      padding: 0 5px;
      width: 37px;
      margin-bottom: 11px;
    }
    .brands-history-note-title {
      margin-bottom: 12px;
    }
    .brands-history-note-info {
      font-size: 15px;
      line-height: 1.667;
      letter-spacing: 0.4px;
    }
    .brands-companies {
      padding-bottom: 39px;
    }
    .brands-companies-list li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: 33.33%;
    }
    .brands-hero {
      min-height: 350px;
      margin-bottom: 88px;
    }
    .brands-hero-content {
      padding-top: 14px;
      background: #F0F0F0;
    }
    .brands-hero-info {
      max-width: 290px;
      margin-bottom: 22px;
    }
    .brands-hero-logo {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
      flex: 0 0 45px;
      max-width: 45px;
    }
    .brands-hero-title {
      padding-left: 18px;
    }
    .brands-hero-title h1 {
      line-height: 1.2;
      margin-bottom: 4px;
    }
    .brands-hero-title h1 strong {
      display: block;
    }
    .brands-hero-button,
    .models-hero-button {
      max-width: 290px;
      margin-left: auto;
      margin-right: auto;
    }
    .brands-hero-button .button,
    .models-hero-button .button {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
    }
    .models-hero-bg {
      padding-top: 26%;
    }
    .models-hero-img {
      max-width: 255px;
    }
    .models-hero-img img {
      margin-bottom: 19px;
    }
    .models-hero-content-in h1 {
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 13px;
    }
    .models-hero-content-in p {
      margin-bottom: 23px;
    }
    .models-hero-content {
      padding-top: 68px;
    }
    .models-tips {
      padding-bottom: 28px;
    }
    .models-tips-list {
      padding-top: 26px;
    }
    .models-tips-list li {
      margin-bottom: 45px;
    }
    .models-tips-item {
      max-width: 240px;
    }
    .models-other {
      padding-top: 0;
    }
    section.conditions img{
      width:100%;
      float:left;
    }
  }
  @media (max-width: 430px) {
    .company-versus-button{
      min-width: 100%;
    }
    .company-versus-table table td img{
      width: 100%;
    }  
  }   
  @media only screen and (max-width: 374px) {
    .cta-text-block-note-arrow {
      right: -5px;
    }
    .cta-text-block-note {
      font-size: 13px;
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  
  /* retina */
  



  body {
    margin: 0;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline;
  }
  

  /*MAIN BUTTON STYLES*/
  .header {
    border-top: 6px solid #da372b;
    border-bottom: 1px solid #dddddd;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: #fff;
    z-index: 22
}

.header .brand {
  float: left;
  margin-top: 15px;
  margin-left: 0;
  margin-bottom: 3px;
}

.hright{
  float:right;
  margin:6px 6px 0 0;
}

.hright a{
  margin-top:0px;
}

.hright a img {
  height: 64px; 
  width: 226px;
}

.hright a .question_img {
    height:auto;
    width:auto;
}

.header ul.list-inline {
    padding-left: 0;
    text-align: center;
    margin-bottom: 0px
}

.header ul.list-inline>li {
    display: inline-block;
    list-style: none;
    margin-right: 40px;
    *display: inline;
    zoom: 1;
}

.header ul.list-inline>li>a {
    font-size: 12px;
    color: #333333;
    cursor: pointer;
    line-height: 15px;
    padding-top: 20px;
    padding-bottom: 15px;
    display: block;
    border-bottom: 3px solid transparent
}

.header ul.list-inline>li>a:hover {
    text-decoration: none;
    border-bottom: 3px solid #da372b
}

.header ul.list-inline>li>a p {
    font-weight: 900;
    font-size: 15px;
    margin-bottom: 0
}

.header ul.list-inline li:last-child {
    margin-right: 0
}

.header li.dropdown-li {
    position: relative
}

.header li.dropdown-li:hover .dropdown-list {
    display: block
}

.header li.dropdown-li .dropdown-list {
    position: absolute;
    background: #fff;
    width: 180px;
    display: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: -10px;
    box-shadow: 0px 1px 3px 1px #EBEBEB
}

.header li.dropdown-li .dropdown-list:after {
    content: '';
    display: block;
    position: absolute;
    top: -17px;
    left: 31px;
    width: 0;
    height: 0;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 9px
}

.header li.dropdown-li .dropdown-list:before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 30px;
    width: 0;
    height: 0;
    border-color: transparent transparent #ddd transparent;
    border-style: solid;
    border-width: 10px
}

.header li.dropdown-li .dropdown-list ul {
    padding-left: 0
}

.header li.dropdown-li .dropdown-list ul li {
    list-style: none;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px
}

.header li.dropdown-li .dropdown-list ul li a {
    color: #727272;
    font-size: 12px
}

.header li.dropdown-li .dropdown-list ul li a:hover {
    color: #da362b;
    text-decoration: none
}

.header li.dropdown-li .dropdown-list ul li:last-child {
    border-bottom: 0
}

.active-header {
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1)
}

  .header-logos {
    padding-bottom: 0;
    position: fixed !important
}

.header-logos .brand {
    width: auto;
    margin-top: 20px
}

.header-logos .question,.header-logos .question_responsive {
    /*height: 60px;*/
    float: right;
    text-align: right;
    padding-top: 8px;
        padding-bottom: 7px;
}

.header-logos .question .text-link {
    font-size: 14px;
    color: #727272;
    line-height: 17px;
    float: left;
    margin-top: 5px;
    margin-right: 10px
}

.header-logos .question .text-link:hover {
    text-decoration: none
}

.hright{
    float:right;
    margin:6px 0 0 0;
  }

