.care_contact_form .content_wrapper .contact_form form, .care_header, .care_header .menu.right_side, .review_list .review_group, .review_list .review_group .review_item .user_info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal
}

#toTop, body.fixed {
  position: fixed
}

#toTop, .modal {
  z-index: 999999
}

@-webkit-keyframes tipUp {
  0% {
    -webkit-transform: translateY(50px) rotateZ(45deg);
    transform: translateY(50px) rotateZ(45deg)
  }
  to {
    -webkit-transform: translateY(-70px) rotateZ(45deg);
    transform: translateY(-70px) rotateZ(45deg)
  }
}

@keyframes tipUp {
  0% {
    -webkit-transform: translateY(50px) rotateZ(45deg);
    transform: translateY(50px) rotateZ(45deg)
  }
  to {
    -webkit-transform: translateY(-70px) rotateZ(45deg);
    transform: translateY(-70px) rotateZ(45deg)
  }
}

@-webkit-keyframes tipDown {
  0% {
    -webkit-transform: translateY(-50px) rotateZ(225deg);
    transform: translateY(-50px) rotateZ(225deg)
  }
  to {
    -webkit-transform: translateY(70px) rotateZ(225deg);
    transform: translateY(70px) rotateZ(225deg)
  }
}

@keyframes tipDown {
  0% {
    -webkit-transform: translateY(-50px) rotateZ(225deg);
    transform: translateY(-50px) rotateZ(225deg)
  }
  to {
    -webkit-transform: translateY(70px) rotateZ(225deg);
    transform: translateY(70px) rotateZ(225deg)
  }
}

@-webkit-keyframes lineUp {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }
  to {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px)
  }
}

@keyframes lineUp {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }
  to {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px)
  }
}

@font-face {
  font-family: Garamond;
  src: url(../fonts/Garamond-Regular.ttf);
  font-display: swap
}

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

@font-face {
  font-family: ProximaNovaBold;
  src: url(../fonts/ProximaNova-Bold.eot);
  src: url(../fonts/ProximaNova-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Bold.woff2) format("woff2"), url(../fonts/ProximaNova-Bold.woff) format("woff"), url(../fonts/ProximaNova-Bold.ttf) format("truetype"), url(../fonts/ProximaNova-Bold.svg#proxima_nova_altbold) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Icons;
  font-display: swap;
  src: url(../../includes/fonts/icons/Icons.eot);
  src: url(../../includes/fonts/icons/Icons.eot?#iefix) format("eot"), url(../../includes/fonts/icons/Icons.woff2) format("woff2"), url(../../includes/fonts/icons/Icons.woff) format("woff"), url(../../includes/fonts/icons/Icons.ttf) format("truetype"), url(../../includes/fonts/icons/Icons.svg#Icons) format("svg")
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url(../../includes/fonts/montserrat-semibold-600.woff2) format('woff2'),
  url(../../includes/fonts/montserrat-semibold-600.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

.icon-1::before, .icon-2::before, .icon-3::before, .icon-4::before, .icon-5::before, .icon-6::before, .icon-apply-1::before, .icon-apply-2::before, .icon-apply-3::before, .icon-apply-4::before, .icon-apply-5::before, .icon-apply-6::before, .icon-apply-7::before, .icon-email::before, .icon-fb::before, .icon-gplus::before, .icon-in::before, .icon-insta::before, .icon-phone::before {
  font-family: Icons, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none
}

.icon-1::before {
  content: ""
}

.icon-2::before {
  content: ""
}

.icon-3::before {
  content: ""
}

.icon-4::before {
  content: ""
}

.icon-5::before {
  content: ""
}

.icon-6::before {
  content: ""
}

.icon-apply-1::before {
  content: ""
}

.icon-apply-2::before {
  content: ""
}

.icon-apply-3::before {
  content: ""
}

.icon-apply-4::before {
  content: ""
}

.icon-apply-5::before {
  content: ""
}

.icon-apply-6::before {
  content: ""
}

.icon-apply-7::before {
  content: ""
}

.icon-email::before {
  content: ""
}

.icon-fb::before {
  content: ""
}

.icon-gplus::before {
  content: ""
}

.icon-in::before {
  content: ""
}

.icon-insta::before {
  content: ""
}

.icon-phone::before {
  content: ""
}

#toTop {
  display: none;
  bottom: 10px;
  right: 3.2%;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 40px;
  font-size: 26px;
  color: #a4a7d1;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 60px;
  border: 3px solid #a4a7d1;
  overflow: hidden;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff
}

#toTop::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  color: #a4a7d1;
  border-top: 3px solid;
  border-left: 3px solid;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -5px;
  -webkit-transform: translateY(50px) rotateZ(225deg);
  -ms-transform: translateY(50px) rotate(225deg);
  transform: translateY(50px) rotateZ(225deg);
  -webkit-animation: 1.5s cubic-bezier(0, .6, 1, .4) .5s infinite tipDown;
  animation: 1.5s cubic-bezier(0, .6, 1, .4) .5s infinite tipDown
}

#toTop.changed::after {
  -webkit-animation: 1.5s cubic-bezier(0, .6, 1, .4) .5s infinite tipUp;
  animation: 1.5s cubic-bezier(0, .6, 1, .4) .5s infinite tipUp
}

#toTop::after, .care_header .menu .dropdown li {
  display: inline-block
}

.care_header .menu .dropdown li .menu-item:hover .slide-left-line {
  left: 0
}

.care_header .menu .dropdown li .sub-menu li {
  display: block;
  margin: 15px 0
}

.care_footer .footer_links {
  padding: 0 8px
}

.review_list .review_group .review_item .user_info .user_photo img {
  height: 30px;
  max-width: 100%
}

.review_list .review_group .review_item .comment p {
  font-size: 16px;
  font-style: italic
}

.blue_btn, .care_header, .home-banner__btn, .home-banner__title, .tablet-banner__title, .tablet-banner__title--sub, .tablet-banner__ul, .txt_wrapper ul li, .vote h3, h1.home-banner__title {
  font-family: ProximaNova, sans-serif
}

.vote .vote-wrapper span, .vote h3 {
  color: #d4062d;
  font-size: 16px;
  text-align: center
}

.vote .benefits .benefit_item img {
  width: 25px;
  margin-right: 15px
}

.vote .vote_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column
}

.vote .vote-wrapper span {
  font-weight: 700;
  font-family: ProximaNova, sans-serif;
  text-transform: uppercase;
  color: #0d1684;
  display: inline-block;
  z-index: 1;
  margin-bottom: 15px
}

.mainpage-modal .modal-content .modal-footer .footer-wrapper .logo-wrapper a, .vote .vote-wrapper .logo-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  margin: 0 5px
}

.mainpage-modal .modal-content .modal-footer .footer-wrapper .logo-wrapper a img, .vote .vote-wrapper .logo-wrapper span img {
  max-height: 40px;
  max-width: 90px;
  margin-left: 5px;
  margin-right: 5px
}

.care_contact_form .content_wrapper .contact_data_item p, .care_contact_form .content_wrapper .contact_form p {
  font-family: ProximaNova, sans-serif;
  font-weight: 700;
  text-transform: uppercase
}

.care_contact_form .content_wrapper .contact_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

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

@font-face {
  font-family: myallamerican;
  src: url(../fonts/icon-new/myallamerican.eot?bl2r5o);
  src: url(../fonts/icon-new/myallamerican.eot?bl2r5o#iefix) format("embedded-opentype"), url(../fonts/icon-new/myallamerican.ttf?bl2r5o) format("truetype"), url(../fonts/icon-new/myallamerican.woff?bl2r5o) format("woff"), url(../fonts/icon-new/myallamerican.svg?bl2r5o#myallamerican) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block
}

[class*=" i-"], [class^=i-] {
  font-family: myallamerican, sans-serif !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.care_header, .care_header .menu.right_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.care_header {
  padding: 0 15px;
  border-bottom: 1px solid rgba(13, 22, 132, .8);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.care_header.absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 29
}

.care_header .logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 2 0%;
  flex: 1 2 0%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.care_header .logo img {
  display: block;
  margin: 0 auto;
  max-width: 250px
}

.care_header .menu {
  -webkit-box-flex: 2;
  -ms-flex: 2 1 0px;
  flex: 2 1 0
}

.care_header .menu.right_side {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.care_header .menu.right_side .menu_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #000;
  margin-left: 25px;
  text-decoration: none
}

.care_header .menu.right_side .menu_icon img, .care_header .menu.right_side .menu_icon svg {
  color: #0d1684;
  height: 30px
}

.care_header .menu.right_side .menu_icon span {
  margin-left: 10px;
  font-size: 20px
}

.care_header .menu .menuToggle {
  display: none;
  cursor: pointer;
  padding: 12px 0
}

.care_header .menu .menuToggle span {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background: #0d1684;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

.care_header .menu .menuToggle span::after, .care_header .menu .menuToggle span::before {
  position: absolute;
  background: #0d1684;
  content: "";
  width: 20px;
  height: 2px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

.care_header .menu .menuToggle span::before {
  top: -6px
}

.care_header .menu .menuToggle span::after {
  top: 6px
}

.care_header .menu .dropdown li:hover, .care_header .menu .menuToggle.active span {
  background: 0 0
}

.care_header .menu .menuToggle.active span::before {
  -webkit-transform: rotate(45deg) translate(2px, 4px);
  -ms-transform: rotate(45deg) translate(2px, 4px);
  transform: rotate(45deg) translate(2px, 4px)
}

.care_header .menu .menuToggle.active span::after {
  -webkit-transform: rotate(-45deg) translate(5px, -6px);
  -ms-transform: rotate(-45deg) translate(5px, -6px);
  transform: rotate(-45deg) translate(5px, -6px)
}

.care_header .menu .dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.care_header .menu .dropdown li:hover .sub-menu {
  opacity: 1;
  visibility: visible
}

.care_header .menu .dropdown li .menu-item {
  text-decoration: none;
  color: #000;
  padding: 10px 0;
  margin-right: 25px;
  font-size: 18px;
  position: relative;
  display: inline-block;
  overflow: hidden
}

.care_header .menu .dropdown li .menu-item .slide-left-line {
  position: absolute;
  left: -100%;
  width: 100%;
  height: 2px;
  background: #0d1684;
  -webkit-transition: left .3s ease-in-out;
  -o-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out
}

.care_header .menu .dropdown li .sub-menu {
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 0 15px;
  border: 1px solid #0d1684;
  -webkit-transition: left .5s ease-in-out;
  -o-transition: left .5s ease-in-out;
  transition: left .5s ease-in-out;
  top: 35px
}

.care_header .menu .dropdown li .sub-menu li a {
  margin: 0;
  padding: 0
}

.care_header .menu p {
  font-size: 18px;
  margin: 0 0 10px
}

.care_footer {
  padding: 15px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ccc
}

.care_footer .copyright {
  font-family: ProximaNova, sans-serif;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0d1684
}

.care_footer .copyright p, .txt-post_wrp .blue_btn {
  margin: 0
}

.care_contact_form .content_wrapper .contact_form form input, .care_footer .footer_links, .care_hospice .container .img_wrapper, .page_article .article .video_wrapper .video_item, .review_list .review_group .review_item .user_info .user_photo, .vote img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.care_footer .footer_links a {
  font-size: 18px;
  color: #0d1684;
  text-decoration: underline;
  font-family: ProximaNova, sans-serif
}

.care_footer, .care_hospice .container .txt_wrapper .reasons .reasons_list, .care_services .services_group, .star_rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.star_rating .star_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 4px
}

.review_list {
  margin: 10px 0
}

.review_list .review_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 10px 0
}

.care_hospice .container .txt_wrapper, .care_hospice .container .txt_wrapper .reasons .reasons_list .reasons_group, .page_about .img_wrapper, .page_about .txt_wrapper, .page_article .article, .page_careers .vacancy_list, .page_news_list .news_general_item .txt_wrapper, .page_services .services_item, .review_list, .review_list .review_group .review_item, .vote .benefits, .vote .vote_form, .error-404.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.review_list .review_group .review_item .user_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0
}

.header-flex, .home-banner, .pagination, .recent-post-description, .search-form, .tablet-banner__btn, .vote, .vote .benefits .benefit_item, li.recent-posts-item, li.recent-posts-item a {
  display: -webkit-box;
  display: -ms-flexbox
}

.review_list .review_group .review_item .user_info .user_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px
}

.review_list .review_group .review_item .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 10px 0
}

.review_list .review_group .review_item .comment_title {
  font-weight: 700;
  margin: 0 0 5px
}

.vote {
  display: flex;
  background: -o-linear-gradient(top, #a8b3d0 0, #a1b0cb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a8b3d0), to(#a1b0cb));
  background: linear-gradient(to bottom, #a8b3d0 0, #a1b0cb 100%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px;
  margin-bottom: 40px
}

.vote .benefits, .vote .vote_form {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}

.vote .benefits {
  margin: 25px 0;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end
}

.page_news_list .news_all .news_item .description .default, .vote .benefits p, .vote .vote_form p, .error-404.not-found .back-link a {
  font-size: 18px
}

.vote .benefits .benefit_item {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  margin: 10px 0
}

.vote .vote_form {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
  position: relative
}

.vote .vote_form img {
  position: absolute;
  top: -40px;
  width: 105px;
  right: 40px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}

.vote .vote_form form .form-group input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 16px;
  padding: 8px 12px;
  color: #000;
  border-radius: 9px;
  border: 1px solid #0d1684;
  margin: 10px auto
}

.vote .vote_form form .form-group input::-webkit-input-placeholder {
  color: #000
}

.vote .vote_form form .form-group input::-moz-placeholder {
  color: #000
}

.vote .vote_form form .form-group input:-ms-input-placeholder {
  color: #000
}

.vote .vote_form form .form-group input:-moz-placeholder {
  color: #000
}

.vote .vote_form form .btn-wrapper {
  position: relative;
  margin: 15px 0
}

.vote .vote_form form .btn-wrapper .btn {
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #118045;
  font-family: ProximaNova, sans-serif;
  padding: 8px 25px;
  width: 230px;
  margin: 0 auto;
  border-radius: 8px;
  text-decoration: none;
  border: 0
}

.vote .vote_form form .privace-policy {
  text-align: center
}

.vote .vote_form form .privace-policy a, .vote .vote_form form .privace-policy span {
  font-size: 12px;
  color: #0d1684;
  text-decoration: none;
  font-family: ProximaNova, sans-serif
}

.vote .vote-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 300px;
  margin: 20px auto 0;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative
}

.vote .vote-wrapper .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 25px 0;
  border-top: 2px solid #0d1684
}

.care_contact_form {
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out
}

.care_contact_form .content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 0
}

#shareIconsBar .jssocials-shares, .care-blog-sidebar, .home-banner__block, .mainpage-modal .modal-content .modal-footer .footer-wrapper, .page_services_list .services_list, .recent-post-description {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}

.care_contact_form .content_wrapper .contact_data_item {
  color: #000;
  margin: 0 0 25px
}

.article li, .care_contact_form .content_wrapper .contact_data_item span, p {
  font-size: 16px;
  font-family: ProximaNova, sans-serif
}

.care_contact_form .content_wrapper .contact_data_item .form-socials, .page_members .members-wrapper .member-item .backdrop .socials a {
  color: #0d1684;
  margin-right: 15px;
  text-decoration: none
}

.care_contact_form .content_wrapper .contact_form {
  padding: 10px;
  background: url(../images/dots.png)
}

.care_contact_form .content_wrapper .contact_form form input, .care_contact_form .content_wrapper .contact_form form textarea {
  border: 1px solid #999;
  color: #000;
  font-size: 14px;
  padding: 10px 15px;
  font-family: Garamond, sans-serif;
  margin: 15px 0;
  background: 0 0;
  width: 100%
}

.care_contact_form .content_wrapper .contact_form form textarea {
  resize: none
}

.care_contact_form .content_wrapper .contact_form form .blue_btn {
  width: 50%
}

.care_services h2, .custom-h2 {
  text-transform: uppercase;
  text-align: center
}

.custom-h2 {
  margin-bottom: 45px;
  margin-top: 45px;
  font-size: 30px
}

.care_bottom_menu .bottom_logo img, .care_join .container .voting img, .page_about .img_wrapper img {
  max-width: 100%
}

.page_about .txt_wrapper p {
  text-align: justify
}

.care_join .container .offers .offer_group, .page_members .members-wrapper, div#footer-menu ul, div.video_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page_members .members-wrapper .member-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 33.3333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  height: 440px;
  position: relative;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.error-404.not-found {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 500px
}

.page_careers .vacancy_list .video_wrapper iframe {
  width: 100%;
  margin: 0 auto;
  min-height: 400px
}

.care_tv_licensing .tv_licensing_item span.left-side img {
  height: 60px
}

.care_tv_licensing .tv_licensing_item span img {
  max-width: 100%;
  max-height: 60px
}

.care_services h2 {
  font-size: 20px;
  margin: 25px 0
}

.care_new_services .container .services_list .services_group .services_item img {
  margin-right: 10px;
  max-height: 35px
}

.care_partners .container h2, .care_reviews .container h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  text-transform: uppercase
}

.page_members .members-wrapper .member-item .backdrop, div#footer-menu ul {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}

.care_bottom_menu .menu_item ul li {
  padding: 3px 0
}

* {
  outline: 0 !important
}

body, html {
  margin: 0;
  font-family: Garamond, sans-serif;
  font-size: 16px
}

p {
  margin: 0 0 10px;
  font-size: 18px
}

.mainpage-modal .modal-dialog {
  width: 100%;
  max-width: 767px;
  padding: 0 !important;
  margin-top: calc(25% - 325px)
}

.mainpage-modal .modal-content .modal-header h1, .mainpage-modal .modal-content .modal-header span.modal-title {
  display: block;
  text-transform: uppercase;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 34px;
  text-align: center;
  color: #d4062d;
  font-weight: 700;
  margin-bottom: 18px
}

.care-blog-sidebar__as-seen, .mainpage-modal .modal-content .modal-header h1 span, .mainpage-modal .modal-content .modal-header span.modal-title span {
  position: relative
}

.mainpage-modal .modal-content .modal-header h1 span::before, .mainpage-modal .modal-content .modal-header span.modal-title span::before {
  content: "";
  width: 65px;
  height: 75px;
  position: absolute;
  left: -100px;
  top: 20px;
  background: url(../images/arrow-form.png) center/cover no-repeat;
  -webkit-transform: rotate3d(1, 33, 0, 175deg);
  transform: rotate3d(1, 33, 0, 175deg)
}

.mainpage-modal .modal-body .subheader {
  width: 100%;
  text-align: center;
  color: #2e3285;
  font-size: 20px;
  font-family: Montserrat-Medium, sans-serif;
  margin-bottom: 25px
}

.care_bottom_menu .bottom_logo, .care_new_services .container .services_list .services_group, .mainpage-modal .modal-body, .page_testimonials .care_reviews {
  padding: 0
}

.mainpage-modal .modal-content .modal-body .form-wrapper .form-group input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 10px;
  height: 36px;
  color: #333;
  border-radius: 3px;
  border: 1px solid #e2e2e2
}

.pagination a {
  color: #0d1684;
  text-decoration: none;
  margin: 0 5px
}

.pagination a:hover {
  color: #d4062d;
  text-decoration: none
}

h3.question {
  margin: 0;
  font-weight: 700;
  color: #0d1684
}

div#footer-menu ul {
  list-style: none;
  flex-direction: column;
  height: 120px
}

.care-blog-sidebar {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 !important
}

.care-blog-sidebar ul, .care_bottom_menu .menu_item ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.care-blog-sidebar__form {
  width: 100%;
  background: -o-linear-gradient(top, #a8b3d0 0, #a1b0cb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a8b3d0), to(#a1b0cb));
  background: linear-gradient(to bottom, #a8b3d0 0, #a1b0cb 100%);
  padding: 25px;
  -webkit-transition: padding .3s;
  -o-transition: padding .3s;
  transition: padding .3s
}

.pinned-container {
  margin-bottom: 50px
}

.care-blog-sidebar__form .load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0 0 0;
  color: #2E3285;
  font-family: Montserrat-SemiBold, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 128%;
  text-decoration: none;
  cursor: pointer;
}

.care-blog-sidebar__form .load-more span {
  display: inline-block;
  color: #2E3285;
  font-family: Montserrat-SemiBold, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 128%;
  text-decoration: none;
  position: relative;
}

.care-blog-sidebar__form .load-more svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 6px;
  padding: 0;
}

.care-blog-sidebar__form .load-more.active svg {
  transform: rotate(180deg);
}

.care-blog-sidebar__form.pt80 {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px)
}

.care-blog-sidebar__form .banner-form__list label, .categories select, .es_submit_button, .recent-posts, .recent-posts-list, .rm_form_el_email input.rm_form_field {
  width: 100%
}

.banner-form__list label.error {
  font-family: Montserrat-Regular, sans-serif
}

.care-blog-sidebar__form .universal-form .btn {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  background-color: #2e3285;
  font-family: Montserrat-Bold, sans-serif;
  width: 100%;
  height: 50px;
  max-width: 520px;
  margin: 0 auto 10px;
  border-radius: 3px;
  text-decoration: none;
  border: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.care-blog-sidebar__form .universal-form .privace-policy, .mainpage-modal .modal-content .modal-body .privace-policy, .page_article .article .img_wrapper, .thanks p {
  text-align: center
}

.care-blog-sidebar__form .universal-form .privace-policy .navigate-to-page, .mainpage-modal .modal-content .modal-body .privace-policy .navigate-to-page,
.care-blog-sidebar__form .universal-form .privace-policy a, .mainpage-modal .modal-content .modal-body .privace-policy a, .mainpage-modal .modal-content .modal-body .privace-policy span {
  font-size: 12px;
  color: #333;
  text-decoration: none;
  font-family: Montserrat-Medium, sans-serif
}

.care-blog-sidebar__form .universal-form .privace-policy a:hover {
  text-decoration: underline
}

.care-blog-sidebar__form .universal-form .main-form__text {
  margin-left: 0;
  margin-right: 0
}

.care-blog-sidebar__title {
  display: block;
  text-transform: uppercase;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 26px;
  text-align: center;
  color: #d4062d;
  font-weight: 700;
  margin-bottom: 18px
}

.care-blog-sidebar__title span {
  display: inline-block;
  position: relative
}

.care-blog-sidebar__title span::before {
  content: "";
  width: 40px;
  height: 50px;
  position: absolute;
  left: -45px;
  top: 13px;
  background: url(../images/arrow-form.png) center/contain no-repeat;
  -webkit-transform: rotate3d(1, 33, 0, 175deg);
  transform: rotate3d(1, 33, 0, 175deg)
}

.care-blog-sidebar__top-text {
  width: 100%;
  text-align: center;
  color: #2e3285;
  font-size: 20px;
  font-family: Montserrat-Medium, sans-serif;
  margin-bottom: 10px;
  padding-top: 10px
}

.care-blog-sidebar__tel-link {
  display: block;
  width: 100%;
  text-align: center;
  color: #ef4840;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 22px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.care-blog-sidebar__tel-link:hover {
  color: #bd310e !important
}

.care-blog-sidebar__as-seen span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  color: #2e3285;
  padding: 15px 0
}

.care-blog-sidebar__as-seen .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  padding: 0 0 10px
}

.care-blog-sidebar__as-seen .logo-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  width: 25%
}

.care-blog-sidebar__as-seen .logo-wrapper a img {
  width: 80%;
  max-width: 60px;
  height: auto
}

.banner-form.universal-form .banner-form__label.label-floating {
  background: linear-gradient(to bottom, #a6b2ce 58%, #fff 42%);
}

li.sidebar-widget {
  padding-top: 10px;
  padding-bottom: 10px
}

.search-form label {
  width: 100%;
  margin: 0 5px 0 0
}

.accordion__list.hide, .header-flex__nav .sub-menu, .mainpage-modal .modal-content .modal-header h1 span.without-arrow::before, .mainpage-modal .modal-content .modal-header span.modal-title span.without-arrow::before, .ol-attribution.ol-uncollapsible, .rm_form_label, .search-form label span {
  display: none
}

.page_members .members-wrapper .member-item .backdrop, .page_members .members-wrapper .member-item img {
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.page_members .members-wrapper .member-item img {
  max-width: 100%;
  margin-top: 0
}

.page_members .members-wrapper .member-item:hover img {
  margin-top: -250px
}

.page_members .members-wrapper .member-item:hover .backdrop {
  visibility: visible;
  top: 0
}

.page_members .members-wrapper .member-item .backdrop {
  flex-direction: column;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 250px;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: #d7d9eb
}

.page_members .members-wrapper .member-item .backdrop p {
  font-family: ProximaNova, sans-serif;
  font-size: 14px;
  margin: 0
}

.page_members .members-wrapper .member-item .backdrop p.name {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0d1684;
  margin: 0 0 10px
}

.page_careers .vacancy_list .vacancy_group .vacancy_item .vacancy span, .page_members .members-wrapper .member-item .backdrop p.position {
  font-size: 14px
}

.page_members .members-wrapper .member-item .backdrop .member-divider {
  width: 80px;
  height: 3px;
  background: #0d1684;
  margin: 10px 0
}

.blue_line, .toggle-icon, li.recent-posts-item a img {
  height: 50px
}

.page_members .members-wrapper .member-item .backdrop .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px
}

.page_services_list, .txt-post_wrp p {
  margin-top: 15px
}

.page_services_list .services_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15px
}

.page_services_list .services_list .services_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 0 40px
}

.page_services_list .services_list .services_item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap
}

.page_services_list .services_list .services_item.reverse .txt_wrapper p {
  text-align: right
}

.page_news_list .news_general_item .img_wrapper, .page_services_list .services_list .services_item .img_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 400px;
  overflow: hidden;
  height: 100%
}

.page_services .services_item .img_wrapper img, .page_services_list .services_list .services_item .img_wrapper img {
  width: auto !important;
  max-width: 100%;
  margin: 0 auto;
  height: auto !important
}

.page_services_list .services_list .services_item .txt_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.page_services_list .services_list .services_item .txt_wrapper .title {
  text-transform: uppercase;
  margin: 0
}

.page_services .services_item .img_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  margin: 0 0 20px
}

.page_services .services_item .txt_wrapper p {
  text-indent: 5%;
  text-align: justify
}

.page_services .services_item .combined {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 20px 0
}

.page_education .education_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  height: 500px;
  background: #fff;
  text-decoration: none;
  padding: 15px;
  border: 1px solid #d4062d;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.care_services .services_group .services_item .description.opened, .page_education .education_item:hover .inner_wrapper .description, .sticky-buttons.visible {
  bottom: 0
}

.page_education .education_item .inner_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden
}

.page_education .education_item .inner_wrapper .description {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 15px;
  background: rgba(255, 255, 255, .5);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.page_education .education_item .inner_wrapper .description .title {
  font-size: 16px;
  margin: 10px 0
}

.care_services .services_group .services_item img, .page_education .education_item .inner_wrapper img {
  max-width: 100%;
  height: auto
}

.page_careers .vacancy_list .vacancy_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px 0
}

.page_article .article .img_wrapper .divider, .page_careers .vacancy_list .vacancy_group .vacancy_item {
  margin: 15px 0
}

.page_careers .vacancy_list .vacancy_group .vacancy_item p {
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
  letter-spacing: 1px;
  font-size: 16px
}

.page_careers .vacancy_list .vacancy_group .vacancy_item .vacancy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0;
  text-decoration: none;
  color: #000;
  font-family: ProximaNova, sans-serif
}

.home-banner__title, .page_news_list .news_general_item, h1.home-banner__title {
  margin: 0 0 20px
}

.page_news_list .news_general_item .txt_wrapper .default {
  text-indent: 35px;
  font-size: 14px;
  color: #000
}

.page_article .article .img_wrapper .title, .page_news_list .news_general_item .txt_wrapper .title {
  font-size: 16px;
  margin: 0;
  line-height: 24px
}

.page_article .article .img_wrapper .date, .page_news_list .news_general_item .txt_wrapper .date {
  color: #666
}

.page_article .article .txt_wrapper, .page_article .article .video_wrapper, .page_news_list .news_all, .page_news_list .news_general_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0
}

.page_news_list .news_all .news_item .description {
  position: absolute !important;
  bottom: 0;
  padding: 10px 15px;
  background: rgba(255, 255, 255, .5);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  width: calc(100% - 30px)
}

.page_news_list .news_all .news_item .description .divider {
  margin: 5px 0
}

.page_news_list .news_all .news_item .description .title {
  font-size: 18px;
  margin: 0
}

.page_news_list .news_all .news_item .description .date {
  color: #666;
  margin: 0
}

.page_news_list .news_all .news_item:hover .description {
  background: rgba(255, 255, 255, .8)
}

.page_article .article .img_wrapper img {
  width: 100%;
  margin: 0 0 15px
}

.page_article .article .txt_wrapper .txt_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 15px
}

.page_article .article .txt_wrapper .txt_item p, .page_article .article .video_wrapper .txt_wrapper p {
  text-align: justify;
  font-size: 14px
}

.page_article .article .video_wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 25px
}

.page_article .article .video_wrapper .video_item iframe {
  width: 100%;
  min-height: 400px
}

.page_article .article .video_wrapper .txt_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px
}

.page_article .article .video_wrapper .txt_wrapper p.title {
  font-size: 16px;
  text-indent: 35px
}

.page_testimonials .care_reviews .review_list {
  padding: 0;
  margin: 0
}

.page_testimonials .care_reviews .review_list .review_group {
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px
}

.care_tv_licensing {
  background: #e8e8ea;
  padding: 15px 0
}

.care_tv_licensing.darken {
  background: #a4a7d1
}

.care_bottom_menu .row, .care_tv_licensing .tv_licensing_item, .d-flex-items-center, .page_members .faq-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.care_tv_licensing .tv_licensing_item span {
  color: #d4062d;
  font-size: 14px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  margin: 0 15px
}

.mrl-40 {
  margin-left: 80px;
  margin-right: 80px
}

.care_join {
  background: #d7d9eb;
  padding: 0
}

.care_join .container .row {
  margin-top: 15px;
  margin-bottom: 15px
}

.care_join .container .btn_wrapper .green_btn {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background-color: #118045;
  font-family: ProximaNova, sans-serif;
  padding: 15px 25px;
  border-radius: 15px;
  text-decoration: none;
  border: 0
}

.care_join .container .voting {
  margin: 25px 0;
  text-align: center
}

.care_join .container .offers .offer_group .offer_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
  width: 100%
}

.care_join .container .offers .offer_group .offer_item .icon_wrapper {
  width: 37px;
  margin-right: 10px
}

.care_join .container .offers .offer_group .offer_item .icon_wrapper img {
  display: block;
  margin: 0 auto
}

.care_join .container .offers .offer_group .offer_item span {
  color: #000;
  font-size: 22px;
  font-family: ProximaNova, sans-serif
}

.care_choice {
  padding-top: 2%
}

.care_choice.testimonials {
  padding-top: 0;
  padding-bottom: 2%
}

.care_choice .choice_mobile {
  display: block
}

.care_choice .choice_mobile .choice_title {
  color: #d4062d;
  font-family: ProximaNovaBold, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center
}

.care_choice .choice_mobile .choise_group .choise_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px
}

.care_choice .choice_image .choice_title span, .care_choice .choice_mobile .choise_group .choise_item:hover span, .care_new_services .container .title span.red, .red {
  color: #d4062d
}

.care_choice .choice_mobile .choise_group .choise_item span {
  margin: 10px 0;
  border-bottom: 1px solid #000;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  font-size: 18px
}

.care_choice .choice_mobile .choise_group .choise_item p {
  text-align: center;
  font-size: 18px;
  margin: 0
}

.care_choice .choice_image {
  display: none;
  width: auto;
  margin: 0 auto;
  position: relative
}

.care_choice .choice_image .choice_item {
  position: absolute;
  width: 160px;
  text-decoration: none;
  color: #000
}

.care_choice .choice_image .choice_item span {
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  border-bottom: 1px solid #000
}

.care_choice .choice_image .choice_item:hover .dot {
  background: #bb2121
}

.care_choice .choice_image .choice_item:hover span {
  color: #bb2121
}

.care_choice .choice_image .choice_item .dot {
  position: absolute;
  background: #0d1684;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

.care_choice .choice_image .choice_item .dot.top_left {
  top: 65px;
  right: -80px
}

.care_choice .choice_image .choice_item .dot.top_right {
  top: 65px;
  left: -80px
}

.care_choice .choice_image .choice_item .dot.bottom_left {
  bottom: 65px;
  right: -80px
}

.care_choice .choice_image .choice_item .dot.bottom_right {
  bottom: 65px;
  left: -80px
}

.care_choice .choice_image .choice_item.top_left {
  top: 0;
  left: -180px;
  text-align: right
}

.care_choice .choice_image .choice_item.bottom_left img, .care_choice .choice_image .choice_item.top_left img {
  margin-left: auto
}

.care_choice .choice_image .choice_item.top_right {
  top: 0;
  right: -180px;
  text-align: left
}

.care_choice .choice_image .choice_item.bottom_right img, .care_choice .choice_image .choice_item.top_right img {
  margin-right: auto
}

.care_choice .choice_image .choice_item.bottom_left {
  bottom: 0;
  left: -180px;
  text-align: right
}

.care_choice .choice_image .choice_item.bottom_right {
  bottom: 0;
  right: -180px;
  text-align: left
}

.care_choice .choice_image .choice_item img {
  display: block;
  margin-bottom: 10px
}

.care_choice .choice_image .choice_title {
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 316px);
  font-family: ProximaNova, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  color: #000;
  letter-spacing: 4px;
  width: 633px
}

.care_services {
  padding: 0 0 2%
}

.care_partners .container, .care_services .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.care_services .services_group .services_item {
  margin: 15px 0;
  height: 300px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: #000
}

.care_services .services_group .services_item .description {
  position: absolute;
  bottom: -95px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, .5);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  height: 150px;
  width: calc(100% - 30px);
  border-top: 2px solid #0d1684
}

.care_services .services_group .services_item .description .title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 10px 0
}

.care_new_services {
  background: #d7d9eb;
  padding: 20px 0
}

.blue_line, .toggle-icon.collapsed::after, .toggle-icon.collapsed::before {
  background-color: #0d1684
}

.care_new_services .container, .care_reviews .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap
}

.care_new_services .container .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.care_new_services .container .title span {
  font-size: 36px;
  text-transform: uppercase;
  font-family: ProximaNova, sans-serif;
  margin-right: 10px
}

.care_new_services .container .title span.bold {
  font-weight: 700
}

.blue, .care_new_services .container .title span.blue, .follow-us .social-links a, li.sidebar-widget a.form-socials:hover {
  color: #0d1684
}

.care_new_services .container .title .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 20px;
  background: #118045;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-family: ProximaNovaBold, sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  border-radius: 6px
}

.care_new_services .container .title .btn:hover, .rm_form_el_button input.rm_form_field:hover, .search-submit:hover {
  background: #0d1684
}

.care_new_services .container .services_list {
  margin-top: 25px
}

.care_new_services .container .services_list .services_group .services_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
  padding: 0
}

.care_new_services .container .services_list .services_group .services_item span {
  color: #0d1684;
  font-size: 20px;
  font-family: ProximaNova, sans-serif
}

.care_hospice {
  padding: 2% 0
}

.care_hospice .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.care_hospice .container .txt_wrapper .title {
  font-size: 22px;
  text-transform: uppercase
}

.care_hospice .container .txt_wrapper p {
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 16px
}

.care_hospice .container .txt_wrapper .reasons {
  margin-top: 35px
}

.care_hospice .container .txt_wrapper .reasons .reason_title {
  font-size: 18px;
  text-transform: uppercase;
  font-family: ProximaNova, sans-serif
}

.care_hospice .container .txt_wrapper .reasons .reasons_list .reasons_group .reason_item {
  margin: 20px 0;
  font-weight: 700;
  font-size: 16px
}

.care_hospice .container .img_wrapper img {
  max-width: 100%;
  margin: 0 auto
}

.care_reviews .container .general_review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.care_partners .container .img_wrapper, .mainpage-modal .modal-content .modal-body .form-wrapper {
  -webkit-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-direction: normal
}

.care_reviews .container .general_review .txt_rating {
  text-transform: uppercase
}

.care_reviews .container .general_review span {
  margin: 10px 0 0;
  font-size: 14px;
  color: #000
}

.care_partners .container .img_wrapper {
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0
}

.care_partners .container .img_wrapper img {
  margin: 10px 15px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter .5s ease-in-out;
  transition: filter .5s ease-in-out;
  -o-transition: filter .5s ease-in-out;
  transition: filter .5s ease-in-out, -webkit-filter .5s ease-in-out;
  max-width: 150px;
  max-height: 150px
}

.care_partners .container .img_wrapper img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.care_bottom_menu {
  border-top: 1px solid rgba(13, 22, 132, .8);
  border-bottom: 2px solid #0d1684;
  padding: 35px 0
}

.care_bottom_menu .menu_item ul li a, div#footer-menu ul li a, li.sidebar-widget a {
  text-decoration: none;
  font-size: 20px;
  color: #0d1684
}

.ovrflw_hidden {
  overflow: hidden
}

.bold {
  font-family: ProximaNovaBold, sans-serif
}

.divider {
  border-bottom: 1px solid #0d1684;
  display: block;
  width: 100%;
  margin: 20px 0
}

.divider.red {
  border-bottom-color: #d4062d
}

.blue_btn {
  text-align: center;
  width: 100%;
  padding: 15px 0;
  text-transform: uppercase;
  color: #0d1684;
  background: rgba(13, 22, 132, .1);
  margin: 15px 0 15px auto;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  border: 1px solid #0d1684;
  cursor: pointer;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out
}

.blue_btn:hover {
  text-decoration: none;
  background: rgba(13, 22, 132, .3)
}

.mainpage-modal .modal-content {
  border-radius: 0;
  border: 0;
  background: url(../images/pop-up-modal-bg.jpg) center/cover no-repeat
}

.mainpage-modal .modal-content .modal-header {
  border: 0;
  position: relative;
  padding: 35px 0 0
}

.mainpage-modal .modal-content .modal-header .close {
  float: none;
  position: absolute;
  font-size: 34px;
  color: #000;
  right: 15px;
  top: 15px;
  opacity: 1
}

.mainpage-modal .modal-content .modal-body .form-wrapper {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 520px;
  margin: 0 auto
}

.mainpage-modal .modal-content .modal-body .form-wrapper .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%
}

.mainpage-modal .modal-content .modal-body .form-wrapper .form-group:first-child {
  padding-right: 7px
}

.mainpage-modal .modal-content .modal-body .form-wrapper .form-group:last-child {
  padding-left: 7px
}

.mainpage-modal .modal-content .modal-body .form-wrapper .form-group input::-webkit-input-placeholder, .mainpage-modal .modal-content .modal-body .form-wrapper .form-group textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, .5);
  font-family: Montserrat-Medium, sans-serif;
  font-size: 14px
}

.mainpage-modal .modal-content .modal-body .form-wrapper .form-group input::-moz-placeholder, .mainpage-modal .modal-content .modal-body .form-wrapper .form-group textarea::-moz-placeholder {
  color: rgba(51, 51, 51, .5);
  font-family: Montserrat-Medium, sans-serif;
  font-size: 14px
}

.mainpage-modal .modal-content .modal-body .form-wrapper .form-group input:-ms-input-placeholder, .mainpage-modal .modal-content .modal-body .form-wrapper .form-group textarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, .5);
  font-family: Montserrat-Medium, sans-serif;
  font-size: 14px
}

.mainpage-modal .modal-content .modal-body .form-wrapper .form-group input:-moz-placeholder, .mainpage-modal .modal-content .modal-body .form-wrapper .form-group textarea:-moz-placeholder {
  color: rgba(51, 51, 51, .5);
  font-family: Montserrat-Medium, sans-serif;
  font-size: 14px
}

.mainpage-modal .modal-content .modal-body .btn-wrapper {
  position: relative;
  margin-bottom: 10px
}

.modal .modal-content .modal-body .privace-policy, .subscribe-form {
  margin-bottom: 20px
}

.mainpage-modal .modal-content .modal-body .btn-wrapper .btn {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  background-color: #2e3285;
  font-family: Montserrat-Bold, sans-serif;
  width: 100%;
  height: 50px;
  max-width: 520px;
  margin: 0 auto;
  border-radius: 3px;
  text-decoration: none;
  border: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.mainpage-modal .modal-content .modal-body .btn-wrapper .btn:hover {
  background: #383b79
}

.mainpage-modal .modal-content .modal-body .btn-wrapper img {
  position: absolute;
  top: -50px;
  width: 105px;
  left: 55px
}

.mainpage-modal .modal-content .modal-footer {
  border: 0
}

.mainpage-modal .modal-content .modal-footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 350px;
  margin: 0 auto;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative
}

.mainpage-modal .modal-content .modal-footer .footer-wrapper span {
  text-align: center;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  color: #2e3285;
  position: absolute;
  display: inline;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 10px;
  z-index: 1
}

.faq-item__header .icon::before, .toggle-icon::after, .toggle-icon::before {
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.mainpage-modal .modal-content .modal-footer .footer-wrapper span::before {
  content: "";
  width: 72px;
  height: 1px;
  position: absolute;
  right: 165px;
  background: #2e3285;
  top: 50%
}

.mainpage-modal .modal-content .modal-footer .footer-wrapper span::after {
  content: "";
  width: 72px;
  height: 1px;
  position: absolute;
  left: 165px;
  background: #2e3285;
  top: 50%
}

.mainpage-modal .modal-content .modal-footer .footer-wrapper .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 35px 0 25px
}

.pagination {
  font-size: 20px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.pagination .current {
  margin: 0 5px;
  color: #d4062d
}

.toggle-icon {
  position: relative;
  width: 50px;
  border: 2px solid #d4062d;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #fff
}

.toggle-icon.collapsed {
  border: 2px solid #0d1684
}

.collapsed.toggle-icon::before {
  opacity: 1
}

.toggle-icon::after, .toggle-icon::before {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #d4062d
}

.toggle-icon::before {
  opacity: 0;
  width: 2px;
  height: 16px
}

.toggle-icon::after {
  width: 16px;
  height: 2px
}

div.video-item {
  margin: 10px
}

.care-blog-sidebar .title {
  width: 100%;
  text-align: left
}

li.sidebar-widget a:hover {
  text-decoration: none;
  font-size: 20px;
  color: #d4062d
}

li.sidebar-widget a.form-socials {
  color: #0d1684;
  margin-right: 15px;
  text-decoration: none;
  font-size: 14px
}

.header-flex, .search-form {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.es_textbox_class, .rm_form_el_email input.rm_form_field, .search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  padding: 8px 12px;
  color: #000;
  border-radius: 9px;
  border: 1px solid #0d1684;
  margin-right: 10px;
  font-family: 'Montserrat-Regular', sans-serif;
}

.es_submit_button, .rm_form_el_button input.rm_form_field, .search-submit {
  height: 40px;
  background: #118045;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-family: ProximaNova, sans-serif
}

.es_textbox_class {
  margin-right: 0 !important;
  width: 100%
}

.es_submit_button, .search-submit {
  border: 0;
  border-radius: 6px
}

.txt_wrapper ul li {
  font-size: 16px !important
}

li.recent-posts-item {
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px
}

li.recent-posts-item a {
  display: flex;
  width: 100%
}

.care_header_inner a, li.recent-posts-item a:hover .date {
  text-decoration: none
}

.recent-post-description {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 10px;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.categories, .follow-us, .subscribe-form {
  width: 100%;
  margin-top: 20px;
}

.categories label {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.categories {
  display: flex;
  align-items: flex-end;
}

.categories__cell {
  width: 100%;
  padding-right: 5px;
}

.categories button {
  cursor: pointer;
  border: 0;
  height: 38px;
  background-color: #0d1684;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-family: ProximaNova, sans-serif;
  border-radius: 8px;
}

.rm_form_el_button input.rm_form_field {
  border: 0;
  border-radius: 6px;
  width: 100%
}

.rm_form_el_set {
  width: 100%;
  padding: 0 !important;
  margin-top: 10px
}

.follow-us .social-links, .thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.follow-us .social-links a,
.follow-us .social-links i {
  font-size: 22px;
  transition: all ease 0.2s;
}

.follow-us .social-links a:hover i {
  opacity: 0.8;
}

.thanks {
  min-height: 500px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.thanks p {
  font-size: 30px
}

.fb-pb {
  padding-bottom: 0;
  font-size: 12px
}

.gp-pt, .mail-pt {
  padding-top: 4px
}

.inst-pt {
  padding-top: 3px
}

li.page_item {
  padding-right: 5px;
  padding-left: 5px
}

.care_hospice.testimonials {
  padding-top: 1%
}

.share-title {
  margin: 0 10px 10px 0
}

.care_hospice .container .img_wrapper, .page_news_list .news_general_item .img_wrapper, .page_services .services_item .img_wrapper, .page_services_list .services_list .services_item .img_wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page_news_list .news_all .news_item img, .page_news_list .news_general_item .img_wrapper img {
  width: auto;
  height: auto;
  max-width: 100%
}

.page_news_list .news_all .news_item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: #000;
  height: auto;
  display: block
}

.home-banner__img {
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  display: block
}

.home-banner__text {
  max-width: 690px;
  margin-bottom: 25px;
  color: rgba(0, 0, 0, .87)
}

.home-banner__text p {
  margin: 0
}

.tablet-banner__btn {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.home-banner__btn {
  background-color: rgba(0, 0, 0, .75);
  border: 1px solid #007aff;
  white-space: nowrap;
  font-size: 17px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  max-width: 416px;
  display: block;
  padding: 12px 35px;
  margin: 0;
  font-weight: 600
}

.home-banner__title, .tablet-banner__title, h1.home-banner__title {
  font-size: 40px;
  color: #ff1000;
  letter-spacing: 0;
  font-weight: 600
}

.home-banner__btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ff3a2d;
  border-color: #000
}

.home-banner {
  max-width: 2000px;
  margin: 0 0 0 auto;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  max-height: 340px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

img.aligncenter {
  width: 100% !important;
  height: auto
}

.bg-block {
  position: relative;
  white-space: nowrap
}

.bg-block::before {
  content: "";
  background: url(https://myallamericancare.com/wp-content/uploads/2018/04/back.jpg) 0 bottom/cover;
  bottom: 0;
  left: -10px;
  right: -10px;
  position: absolute;
  height: 320px;
  z-index: -1
}

.tablet-banner {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 60px;
  overflow: hidden
}

.tablet-banner__title {
  margin: 20px 0 40px;
  text-align: center
}

.tablet-banner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative
}

.tablet-banner__wrap .tp-caption {
  position: absolute
}

.tablet-banner__img {
  display: block;
  margin: 0 0 70px;
  width: 100%;
  max-width: 380px;
  padding: 0 24px
}

.tablet-banner__ul {
  padding: 0;
  list-style: none;
  margin: 0 0 65px
}

.tablet-banner__ul li {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  padding: 0 0 0 28px;
  color: #000;
  margin: 12px 0;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0
}

.tablet-banner__ul li::before {
  content: "";
  top: -5px;
  background: url(../images/cropped-галочка-1.png) 0 0/cover;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 2;
  left: 0
}

.tablet-banner__title--sub {
  font-size: 30px;
  line-height: 33px;
  color: #000;
  margin-bottom: 15px
}

.home-banner__block {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  padding: 0 0 0 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%
}

.siq_bR {
  bottom: 60px !important;
  right: 35px !important
}

.swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {
  background: #fff;
  position: fixed;
  -webkit-transition: top .5s, bottom .5s;
  -o-transition: top .5s, bottom .5s;
  transition: top .5s, bottom .5s;
  width: 100%;
  z-index: 99999;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  height: 74px !important
}

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

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

.care_header_inner .container, .template-page-branch .container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px
}

.header-flex__logo {
  display: inline-block;
  max-width: 238px;
}

.header-flex__logo img, .location__map {
  width: 100%
}

.header-flex__logo img {
  width: auto;
  max-width: 100%;
}

.header-flex__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.header-flex__nav {
  width: 100%;
  text-align: center;
}

.header-flex__nav ul {
  margin-bottom: 0;
  padding-bottom: 0
}

.header-flex__nav li {
  display: inline-block;
  margin-left: 18px;
  margin-right: 18px;
  position: relative;
  padding-left: 0;
  padding-right: 0
}

.header-flex__nav li.arrow {
  position: relative;
  padding-right: 6px
}

.header-flex__nav li.arrow::after {
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  top: 11px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2e3285
}

.header-flex__nav li .flex-link {
  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
}

.header-flex__nav li .flex-link__arrow {
  display: none;
  width: 45px;
  position: relative;
  height: 26px;
  cursor: pointer
}

.header-flex__nav li:first-child {
  margin-left: 0
}

.header-flex__nav li .sub-menu {
  position: absolute;
  display: block;
  width: auto;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(46, 50, 133, .25);
  box-shadow: 0 0 6px rgba(46, 50, 133, .25);
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  height: 0;
  z-index: -10;
  -webkit-transition: opacity .15s;
  -o-transition: opacity .15s;
  transition: opacity .15s;
  padding: 15px 15px 9px
}

.header-flex__nav li .sub-menu li {
  margin-left: 0;
  margin-right: 0
}

.header-flex__nav a, .header-flex__nav li .sub-menu a {
  font-family: Montserrat-Bold, sans-serif;
  font-weight: 400;
  line-height: 26px;
  font-size: 15px;
  color: #2e3285;
  -webkit-transition: .15s;
  -o-transition: .15s;
  transition: .15s
}

.header-flex__nav li .sub-menu a {
  width: 100%;
  font-style: normal;
  white-space: nowrap;
  margin-bottom: 6px
}

.header-flex__nav a:hover, .header-flex__nav a:hover::after, .header-flex__nav li .sub-menu a:hover {
  color: #3b40ab
}

.header-flex__nav li:hover.arrow::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #2e3285;
  border-top: initial
}

.header-flex__nav li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 30;
  height: initial
}

.header-flex__nav a {
  display: inline-block;
  text-decoration: none
}

.header-flex .call-btn {
  margin-left: 36px;
  width: 100%;
  max-width: 202px;
  height: 50px;
  background-size: 18px;
  border: 1.5px solid #2e3285;
  box-sizing: border-box;
  border-radius: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: avenir-next-medium-500, sans-serif;
  font-size: 18px;
  color: #2e3285;
  transition: .15s;
}

.header-flex .call-btn i {
  display: inline-block;
  margin-right: 10px
}

.header-flex .call-btn svg {
  display: inline-block;
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

.header-flex .call-btn:hover {
  color: #3b40ab;
  text-decoration: none
}

.burger {
  display: none;
  position: initial;
  opacity: 1;
  left: 0;
  transition: .25s ease-in-out;
  cursor: pointer;
  margin: 0 14px 0 34px;
  z-index: 30;
  width: 23px;
  height: 23px;
  background-color: rgba(0, 0, 0, 0);
  flex-shrink: 0;
  position: relative;
}

.burger::before {
  content: '';
  display: block;
  position: absolute;
  left: -14px;
  top: -13px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1.5px solid #2e3285;
}

.burger, .burger span {
  transform: rotate(0);
}

.burger span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  background: #2e3285;
  opacity: 1;
  left: 0;
  transition: .25s ease-in-out;
}

.burger span:first-child {
  top: 3px;
}

.burger span:nth-child(2), .burger span:nth-child(3) {
  top: 11px
}

.burger span:nth-child(4) {
  top: 19px;
}

.burger.open span:first-child, .burger.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%
}

.burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

#shareIconsBar .jssocials-shares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 10%
}

.sticky-container {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  background: #edeef8;
  z-index: 50
}

.card, .location-body header, .title-section {
  background-color: #f6f6fb
}

.sticky-container .sticky-container__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.sticky-container .sticky-container__wrapper .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #d4062d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 10px 30px;
  font-family: Montserrat-Bold, sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  -webkit-transition: .15s;
  -o-transition: .15s;
  transition: .15s;
  margin-right: 45px
}

.sticky-container .sticky-container__wrapper .btn:hover {
  background: #118045
}

.sticky-container .close {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: ProximaNova, sans-serif
}

.sticky-container p {
  margin-bottom: 0;
  font-size: 20px;
  font-family: ProximaNova, sans-serif
}

.bottom-blog-banner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 380px;
  overflow: hidden;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px
}

.faq-item__header, .page_members .faq-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  margin-bottom: 20px
}

.bottom-blog-banner .bottom-blog-banner__img {
  width: 60%
}

.bottom-blog-banner .bottom-blog-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.bottom-blog-banner .bottom-blog-banner__text {
  width: 40%;
  padding: 40px 55px 40px 35px;
  background: #d7d9eb
}

.bottom-blog-banner .bottom-blog-banner__text h3 {
  color: #0d1684;
  font-size: 30px;
  margin-bottom: 17px;
  font-family: ProximaNova, sans-serif
}

.bottom-blog-banner .bottom-blog-banner__text p {
  font-size: 18px;
  margin-bottom: 20px
}

.bottom-blog-banner .bottom-blog-banner__text h3 strong {
  font-family: ProximaNovaBold, sans-serif
}

.bottom-blog-banner .bottom-blog-banner__text a {
  height: 55px;
  width: 100%;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #0d1684;
  font-family: ProximaNovaBold, sans-serif;
  font-size: 26px;
  padding: 0 8px;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.card__phone, .location__search input {
  -webkit-transition: .3s;
  -o-transition: .3s
}

.bottom-blog-banner .bottom-blog-banner__text a:hover {
  opacity: .8
}

#universal-form label.error {
  width: 100%;
  font-size: 12px;
  font-family: ProximaNova, sans-serif;
  color: red;
  margin-top: 0;
  margin-bottom: 5px
}

.page_members .faq-banner {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 210px 10px 31px;
  background: url(../images/photo_2020-11-22banner.jpeg) center/cover no-repeat;
  min-height: 153px;
}

.page_members .faq-banner__content p {
  font-size: 19px;
  line-height: 30px;
  margin-right: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: ProximaNovaBold, sans-serif
}

.page_members .faq-banner__content .show-popup {
  height: 38px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #118045;
  border-radius: 6px;
  color: #fff;
  border: none;
  padding: 0 25px;
  font-size: 18px;
  font-weight: 700;
  font-family: ProximaNovaBold, sans-serif
}

.page_members .faq-banner__content .show-popup:hover {
  background: #167241
}

.mainpage-modal .modal-content .modal-body .form-wrapper.banner-form .form-group {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}

.faq-item__header .icon, .page_members .faq-container-filter label {
  -webkit-box-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox
}

.mainpage-modal .modal-content .modal-body .form-wrapper.banner-form .form-group textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 14px;
  padding: 0 9px;
  margin-bottom: 10px;
  height: 106px;
  color: #333;
  border-radius: 3px;
  border: 1px solid #e2e2e2
}

.page_members .faq-container-filter {
  margin-bottom: 40px
}

.page_members .faq-container-filter label {
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-family: ProximaNova, sans-serif
}

.page_members .faq-container-filter label span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  font-size: 14px;
  line-height: 17px;
  color: #000
}

.page_members .faq-container-filter label select {
  background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") 97% 6px no-repeat #d7d9eb;
  width: 212px;
  height: 38px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-family: ProximaNova, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none
}

.page_members .faq-container-data {
  width: 100%;
  padding: 0 15px
}

.answer {
  padding-bottom: 39px;
  font-size: 16px;
  line-height: 24px
}

.answer a:focus, .answer a:hover {
  color: #2e3285;
}

input:focus, textarea:focus, button:focus, a:focus, [tabindex]:focus {
  outline: none;
  box-shadow: 0 0 0 1px rgba(0, 123, 255, 0.5);
}

.faq-item__header.collapsed h3.question {
  font-size: 22px;
  line-height: 27px;
  color: #2e3285
}

.faq-item__header h3.question {
  font-size: 22px;
  line-height: 27px;
  color: #118045
}

.faq-item__header {
  border-bottom: 1px solid #118045;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 18px;
  cursor: pointer;
  padding-right: 25px
}

.faq-item__header.collapsed {
  border-bottom: 1px solid #2e3285
}

.faq-item__header .icon {
  border: 2px solid #118045;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  position: relative
}

.location-page h1, .location__sidebar .location__title {
  margin: 0;
  font-family: Montserrat-Bold, sans-serif;
  font-weight: 400;
  font-style: normal
}

.faq-item__header .icon::before {
  position: absolute;
  background: #118045;
  width: 10px;
  height: 1px;
  transform: translate(-50%, -50%)
}

.faq-item__header .icon::after, .faq-item__header.collapsed .icon::before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  content: ""
}

.faq-item__header .icon::after {
  width: 1px;
  height: 10px;
  background: rgba(0, 0, 0, 0);
  transform: translate(-50%, -50%)
}

.faq-item__header.collapsed .icon {
  border: 2px solid #2e3285;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  position: relative
}

.faq-item__header.collapsed .icon::before {
  width: 10px;
  height: 1px;
  background: #2e3285;
  transform: translate(-50%, -50%)
}

.faq-item__header.collapsed .icon::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  left: 50%;
  top: 50%;
  background: #2e3285;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.title-section {
  border-bottom: 1px solid #e2e2eb
}

.location-page h1 {
  padding: 40px 0;
  color: #d4062d;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  text-align: center
}

.location__search input, .location__sidebar p {
  font-family: Montserrat-Regular, sans-serif;
  font-size: 14px
}

.location {
  padding: 40px 0 60px
}

.location .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.location__sidebar {
  width: 360px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 20px 40px 0 0
}

.location__sidebar .location__title {
  padding: 0 0 12px;
  color: #2e3285;
  font-size: 18px;
  line-height: 22px
}

.accordion__head, .card__list .not-found {
  font-family: Montserrat-SemiBold, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400
}

.location__sidebar p {
  margin: 0 0 20px;
  padding: 0;
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 22px
}

.location__search {
  display: block;
  width: 100%;
  padding: 0 0 20px
}

.location__search input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #e2e2eb;
  background-color: #fff;
  height: 36px;
  padding: 9px 12px;
  color: #747486;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .3s
}

.location__search input:focus, .location__search input:hover {
  border-color: #c4c4d6
}

.ol-unselectable.ol-layers {
  cursor: grab
}

.ol-overlay-container.ol-selectable {
  position: relative;
  border-radius: 3px;
  background-color: #fff;
  padding: 20px 25px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 270px
}

.ol-overlay-container.ol-selectable::before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff
}

.accordion__head {
  display: block;
  color: #337ab7;
  line-height: 140%;
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
  cursor: pointer;
  position: relative;
}

.accordion__head:focus {
  text-decoration: underline;
}

.accordion__head:focus::before {
  transform: rotate(180deg);
}

.accordion__head::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 21px;
  width: 20px;
  height: 20px;
  background: url(../images/locations/arrow-bottom-icon.svg) 0 0/contain no-repeat
}

.gm-style .gm-style-iw-c, .gm-style .gm-style-iw-tc::after {
  background-color: #fff !important
}

.accordion__body {
  display: none;
  padding-bottom: 8px;
  border-bottom: 1px solid #dfdfdf
}

.card, .gm-style .gm-style-iw-c {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}

.accordion__head.active {
  border: none;
}

.accordion__head.active::before {
  transform: rotate(180deg);
}

.card__list .not-found {
  text-align: center;
  padding: 0;
  color: #333;
  line-height: 22px
}

.card {
  border-radius: 3px;
  border: 1px solid #e2e2eb;
  padding: 20px 28px;
  margin-bottom: 12px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.card__address,
.card__link-to-page,
.marker__link-to-page {
  color: #333;
  font-family: Montserrat-Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 0 0 8px
}

.card__address:focus,
.card__link-to-page:focus,
.marker__link-to-page:focus {
  text-decoration: underline;
}

.card__phone, .sticky-buttons .btn {
  font-family: Montserrat-Medium, sans-serif
}

.card__phone, .card__show {
  font-size: 16px;
  line-height: 140%;
  font-style: normal
}

.card__link-to-page:hover, .marker__link-to-page:hover {
  color: #333;
  text-decoration: underline;
}

.card__link-to-page:focus, .marker__link-to-page:focus {
  color: #333;
}

.card__phone:focus,
.card__show:focus,
.card__phone:hover,
.card__show:hover {
  color: #2d6da3;
  text-decoration: underline
}

.card__phone {
  display: inline-block;
  padding: 0 0 0 32px;
  margin-bottom: 9px;
  color: #337ab7;
  font-weight: 500;
  transition: .3s;
  background: url(../images/locations/PhoneCall.svg) 0 1px/20px 20px no-repeat
}

.card__show {
  color: var(--Blue-Link, #337ab7);
  font-family: Montserrat-SemiBold, sans-serif;
  font-weight: 400;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 0;
  margin: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

.card__show:hover,
.card__show:focus {
  text-decoration: underline;
}

.marker__address, .marker__text, .marker__title {
  color: #333 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.4 !important
}

.acf-map {
  width: 100%;
  height: 630px;
  border-radius: 3px;
  overflow: hidden
}

.acf-map img {
  max-width: inherit !important
}

.gm-style .gm-style-iw-c {
  border-radius: 3px !important;
  padding: 20px 25px 12px !important;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 270px !important
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important
}

.marker__address {
  font-family: Montserrat-Regular, sans-serif !important;
  font-size: 14px !important;
  padding: 0 0 3px !important;
  margin: 0 !important
}

.marker__phone {
  padding: 5px 0 0;
  margin: 0
}

.marker__text, .marker__title {
  font-size: 12px !important;
  margin: 0 !important
}

.marker__title {
  font-family: Montserrat-Medium, sans-serif !important;
  padding: 0 0 4px !important
}

.marker__text {
  font-family: Montserrat-Regular, sans-serif !important;
  padding: 0 0 3px !important
}

.marker__text em {
  font-style: normal
}

.sticky-buttons {
  width: 100%;
  position: fixed;
  z-index: 99999;
  bottom: -100px;
  -webkit-transition: bottom .3s ease-in-out;
  -o-transition: bottom .3s ease-in-out;
  transition: bottom .3s ease-in-out;
  left: 0;
  right: 0;
  height: 71px;
  border-top: 1px solid #e2e2eb;
  background-color: #f6f6fb;
  -webkit-box-shadow: 0 -3px 12px 0 rgba(34, 35, 41, .12);
  box-shadow: 0 -3px 12px 0 rgba(34, 35, 41, .12);
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px
}

.sticky-buttons .btn {
  padding: 12px 18px;
  height: 46px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 12px;
  border-radius: 100px;
  font-size: 14px;
  font-style: normal;
  line-height: 128%;
  cursor: pointer;
  -webkit-transition: .15s;
  -o-transition: .15s;
  transition: .15s
}

.sticky-buttons .btn.blue {
  border: 2px solid #2e3285;
  background-color: #2e3285;
  color: #f6f6fb
}

.sticky-buttons .btn.blue:hover {
  border-color: #272b72;
  background-color: #272b72
}

.sticky-buttons .btn.blue-border {
  border: 2px solid #2e3285;
  color: #2e3285
}

.sticky-buttons .btn.blue-border:hover {
  border-color: #272b72;
  color: #272b72
}

.sticky-buttons .btn.red {
  border: 2px solid #d4062d;
  background-color: #d4062d;
  color: #f6f6fb
}

.sticky-buttons .btn.red:hover {
  border: 2px solid #bb0528;
  background-color: #bb0528;
}

.sticky-buttons .btn:last-child {
  margin-right: 0
}

#feed-jobs a:focus, #feed-jobs a:hover, .page_article a:hover, .page_education a:hover, .page_services a:hover, .page_services_list a:hover {
  color: #07589c
}

.feed-jobs {
  padding: 0 0 100px;
  margin: 0
}

.feed-jobs__title {
  padding: 0 0 20px;
  margin: 0;
  color: #d4062d;
  font-family: "Cormorant Garamond";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px
}

.feed-jobs__filters {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 28px
}

.feed-jobs__filters label {
  display: inline-flex;
  width: 100%;
  padding: 0 12px 0 0;
  margin: 0
}

.feed-jobs__filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: url(../images/select-arrow.svg) calc(100% - 12px) 9px no-repeat
}

.feed-jobs__filters input, .feed-jobs__filters select {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  border: 1px solid #e2e2eb;
  background-color: #fff;
  padding: 9px 12px;
  color: #747486;
  font-family: Montserrat-Regular, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .25s;
  padding-right: 42px;
}

.feed-jobs__filters input:hover, .feed-jobs__filters select:hover {
  border-color: #c4c4d6
}

.feed-jobs__select {
  max-width: calc(182px + 12px)
}

.feed-jobs__city {
  max-width: calc(417px + 12px);
}

.feed-jobs__keywords,
.feed-jobs__city {
  position: relative;
  display: inline-flex;
  width: 100%;
  padding: 0 12px 0 0;
  margin: 0;
  font-size: 0;
}

.feed-jobs__keywords .clear,
.feed-jobs__city .clear {
  display: none;
  position: absolute;
  right: 26px;
  top: 10px;
  transition: all ease 0.25s;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  height: auto;
  font-family: 'Montserrat-SemiBold', sans-serif;
  font-size: 0;

  svg {
    width: 18px;
    height: 18px;
  }
}

.feed-jobs__keywords .clear.entered,
.feed-jobs__city .clear.entered {
  display: block;
}

.feed-jobs__keywords .clear:hover,
.feed-jobs__city .clear:hover {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: 0;
}

.feed-jobs__keywords .clear:hover svg path,
.feed-jobs__city .clear:hover svg path {
  fill: #a1102b;
}

.feed-jobs__filters button {
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 7px 14px;
  border-radius: 3px;
  background-color: #a1102b;
  color: #f6f6fb;
  font-family: Montserrat-Medium, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  transition: .25s
}

.feed-jobs__filters button:hover {
  background-color: #8a0e25
}

.feed-jobs__filters button.disabled {
  background-color: grey;
  pointer-events: none
}

.feed-jobs-card {
  padding: 28px 0;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between
}

.feed-jobs-card.first-item {
  border-top: 1px solid #d9d9d9
}

.feed-jobs-card.last-item {
  padding-bottom: 0;
  border-bottom: 0
}

.feed-jobs-card__content {
  width: 100%;
  max-width: 760px
}

.feed-jobs-card__cell {
  display: flex;
  align-items: flex-end
}

.feed-jobs-card__title,
.feed-jobs-card h3 {
  width: 100%;
  padding: 0 0 8px;
  margin: 0;
  color: #337ab7;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px
}

.feed-jobs-card p, .feed-jobs-label__item {
  color: #333;
  font-family: Montserrat-Regular, sans-serif;
  font-weight: 400;
  font-style: normal
}

.feed-jobs-card p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 22px
}

.feed-jobs-label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 12px
}

.feed-jobs-label__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  margin: 0 8px 8px 0;
  border-radius: 100px;
  border: 1px solid #e2e2eb;
  background-color: #f7f9fc;
  text-align: center;
  font-size: 12px;
  line-height: normal
}

.feed-jobs-label__item img {
  width: 16px;
  height: auto;
  display: inline-block;
  margin-right: 4px
}

.feed-jobs-card__view {
  padding: 12px 18px;
  border-radius: 3px;
  background-color: #2e3285;
  transition: .25s;
  color: #f6f6fb;
  font-family: Montserrat-Medium, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.feed-jobs-card__view:hover {
  color: #f6f6fb !important;
  background-color: #272b72
}

.feed-jobs__search {
  position: relative;
}

.feed-jobs__search #loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background-color: #a1102b;
  border-radius: 3px;

  img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.jobs-found {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0 13px 0;
  margin-bottom: -1px;
  border-bottom: 1px solid #D9D9D9;
}

.jobs-found__text {
  color: #333;
  font-family: 'Montserrat-Medium', sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
}

.jobs-found__all {
  display: inline-flex;
  align-items: center;
  color: #337AB7;
  font-family: 'Montserrat-SemiBold', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all ease 0.25s;
  cursor: pointer;
}

.jobs-found__all svg {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 6px;
}

.jobs-found__all:hover {
  opacity: 0.8;
}

.location__not-load {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 630px;
  border-radius: 3px;
  border: 1px solid #E2E2EB;
  background-color: #F6F6FB;
}

.location__not-load svg {
  width: 48px;
  height: 48px;
}

@media screen and (min-width: 768px) {
  .page_services .services_item .img_wrapper, .page_services .services_item .img_wrapper img, .page_services_list .services_list .services_item .img_wrapper img {
    height: auto !important
  }

  .page_news_list .news_all .news_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto !important;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: #000
  }

  .page_news_list .news_all .news_item .description {
    position: static !important;
    bottom: 0;
    padding: 10px 15px;
    background: rgba(255, 255, 255, .5);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: calc(100% - 30px)
  }

  .recent-post-description {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 10px;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}

@media screen and (min-width: 1200px) {
  .page_services_list .services_list .services_item .txt_wrapper.txt-post_wrp {
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .txt-post_wrp p {
    margin: 0
  }
}

@media screen and (min-width: 1400px) {
  .care_tv_licensing .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .care_join .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media screen and (max-width: 1300px) {
  .home-banner__block {
    padding: 0 0 0 15px
  }

  .home-banner__text {
    max-width: 585px
  }
}

@media screen and (max-width: 1200px) {
  .header-flex__nav a, .header-flex__nav li {
    margin-left: 0;
    margin-right: 0;
    line-height: 26px;
    font-size: 26px
  }

  .header-flex__nav {
    height: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    width: 0
  }

  .header-flex__cell {
    width: calc(100% - 132px)
  }

  .header-flex__nav li.arrow {
    padding-right: 0
  }

  .header-flex__nav li.arrow::after {
    right: 0;
    display: none
  }

  .header-flex__nav li {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 34px
  }

  .header-flex__nav li .flex-link__arrow {
    display: inline-block
  }

  .header-flex__nav li .flex-link__arrow::after {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #2e3285
  }

  .header-flex__nav li .flex-link__arrow.open::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #2e3285;
    border-top: initial
  }

  .header-flex__nav li .sub-menu {
    position: initial;
    visibility: visible;
    opacity: 1;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    display: none
  }

  .header-flex__nav li .sub-menu.open {
    visibility: visible !important;
    height: auto !important;
    opacity: 1 !important;
    display: block
  }

  .header-flex__nav li .sub-menu a {
    font-family: Montserrat-Bold, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    font-size: 20px;
    color: #2e3285;
    margin-bottom: 12px
  }

  .header-flex__nav li .sub-menu a:last-child {
    margin-bottom: 0
  }

  .header-flex__nav li:hover.arrow::after {
    display: none
  }

  .header-flex__nav a {
    width: 100%;
    display: block;
    text-align: left
  }

  .header-flex__nav.open {
    transform: scaleY(1);
    opacity: 1;
    position: fixed;
    z-index: 20;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding: 138px 0 15px;
  }

  .header-flex__scroll {
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    max-width: 420px;
    margin: 0 auto
  }

  .burger {
    display: block;
    z-index: 100
  }

  .bottom-blog-banner {
    max-height: none
  }

  .page_members .faq-banner {
    background-position: center right
  }

  .vote .benefits {
    width: 100%;
  }
}

@media screen and (max-width: 1160px) {
  .home-banner__block {
    padding: 0 10px 15px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .home-banner__text p {
    font-size: 12px;
    line-height: 18px
  }

  .home-banner__text {
    max-width: 445px
  }

  .home-banner__img {
    max-height: 440px;
    width: auto
  }
}

@media screen and (max-width: 1024px) {
  .care_header .menu .dropdown, div.video_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
  }

  .care_header .menu .dropdown li .sub-menu {
    display: block !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: 0 0 !important;
    padding: 0 15px;
    border: 0 !important;
    -webkit-transition: left .5s ease-in-out;
    -o-transition: left .5s ease-in-out;
    transition: left .5s ease-in-out;
    top: unset !important
  }

  .care_header .menu .dropdown li .sub-menu li a {
    font-size: 22px
  }

  .care_header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .care_header.absolute {
    position: initial
  }

  .care_header .menu.right_side .callback_ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .care_header .menu .menuToggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 99
  }

  .care_header .menu .hidden_sm {
    display: none !important
  }

  .care_header .menu .dropdown {
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    height: 100%;
    background: #e6e7f2;
    width: 100%;
    z-index: 30;
    overflow: scroll
  }

  .care_header .menu .dropdown li:first-child {
    margin-top: 80px
  }

  .care_header .menu .dropdown.opened {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .care_header .menu .dropdown li {
    display: block;
    margin: 10px 0
  }

  .care_header .menu .dropdown li a {
    color: #0d1684;
    font-size: 24px;
    font-family: ProximaNova, sans-serif;
    text-transform: uppercase;
    margin-right: 0
  }

  div.video_list {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  div.video-item {
    width: 100%;
    margin: 10px
  }

  div.video-item iframe {
    width: 100% !important
  }
}

@media screen and (max-width: 1023px) {
  .location-page h1 {
    padding: 24px 0;
    font-size: 24px
  }

  .location {
    padding: 40px 0 10px
  }

  body.with-buttons {
    padding-bottom: 71px
  }

  .sticky-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media screen and (max-width: 991px) {
  .pinned-container {
    margin-bottom: 0
  }

  .care-blog-sidebar__form.pt80 {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit
  }

  .location .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .location__sidebar {
    width: 100%;
    -ms-flex-negative: inherit;
    flex-shrink: inherit;
    padding: 0
  }

  .location__map {
    padding-top: 40px
  }
}

@media screen and (max-width: 990px) {
  #shareIconsBar {
    display: none
  }

  .bottom-blog-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .bottom-blog-banner .bottom-blog-banner__img {
    width: 100%;
    height: 300px
  }

  .bottom-blog-banner .bottom-blog-banner__text {
    width: 100%
  }
}

@media screen and (max-width: 940px) {
  .feed-jobs-card {
    flex-wrap: wrap
  }

  .feed-jobs-card__content {
    width: 100%;
    max-width: 100%;
    padding-bottom: 15px
  }

  .feed-jobs-card__cell {
    width: 100%
  }
}

@media screen and (max-width: 800px) {
  .tablet-banner__title--sub {
    line-height: 32px;
    margin-bottom: 0;
    font-size: 20px
  }

  .tablet-banner__ul li {
    margin: 5px 0;
    font-size: 11px
  }

  .tablet-banner__img {
    min-width: 200px;
    max-width: 322px;
    margin-bottom: 40px
  }

  .tablet-banner__ul {
    margin-bottom: 40px
  }

  .tablet-banner__title {
    margin: 20px 0 0
  }

  .tablet-banner__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .tablet-banner__ul li::before {
    width: 19px;
    height: 19px;
    top: 0
  }
}

@media screen and (max-width: 768px) {
  .mainpage-modal .modal-dialog {
    padding-left: 15px !important;
    padding-right: 15px !important
  }

  .mainpage-modal .modal-content {
    background-image: none;
    background-color: #a9b7d2;
    padding-left: 15px;
    padding-right: 15px
  }
}

@media screen and (max-width: 767px) {
  .mainpage-modal .modal-content .modal-body .form-wrapper .form-group:first-child {
    padding-right: 0
  }

  .mainpage-modal .modal-content .modal-body .form-wrapper .form-group:last-child {
    padding-left: 0
  }

  .mainpage-modal .modal-content .modal-body .btn-wrapper .btn {
    max-width: 320px !important;
    margin-top: 20px !important
  }

  .location-page h1 {
    text-align: left
  }

  .feed-jobs__filters {
    flex-wrap: wrap
  }

  .feed-jobs__select,
  .feed-jobs__keywords,
  .feed-jobs__city {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 0 15px 0 !important;
  }

  .feed-jobs__filters .feed-jobs__search {
    width: 100%
  }

  .feed-jobs__keywords .clear,
  .feed-jobs__city .clear {
    right: 12px;
  }

  .feed-jobs__filters label {
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 700px) {
  .header-flex__nav a, .header-flex__nav li .sub-menu a {
    font-family: Montserrat-Bold, sans-serif;
  }

  .header-flex__nav li {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 18px
  }

  .header-flex__nav li .flex-link__arrow::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2e3285
  }

  .header-flex__nav li .flex-link__arrow.open::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #2e3285
  }

  .header-flex__nav li .sub-menu a {
    line-height: 26px;
    font-size: 14px
  }

  .header-flex__nav a {
    font-size: 16px
  }

  .header-flex__nav.open {
    padding-top: 127px;
    padding-bottom: 28px
  }

  .header-flex__scroll {
    max-width: 100%;
    padding: 0 16px;
  }

  .header-flex .call-btn {
    margin-left: 0;
    height: 44px;
    width: 44px;
    max-width: 44px;
    flex-shrink: 0;
    background-size: 16px 16px;
    background-position: 9px 9px;
    padding-left: 0;
    padding-top: 2px;
  }

  .header-flex .call-btn span {
    display: none
  }

  .header-flex .call-btn svg,
  .header-flex .call-btn i {
    margin-right: 0
  }

  .header-flex__nav ul {
    padding: 0 0 0 16px;
  }

  .header-flex .call-btn {
    transition: inherit;
  }

  .header-flex .call-btn.nav-open svg {
    display: inline-block;
    margin: 0 8px 0 0;
  }

  .header-flex .call-btn.nav-open span {
    display: inline-block;
  }

  .header-flex .call-btn.nav-open {
    position: fixed;
    z-index: 99;
    left: 16px;
    top: 16px;
    width: 100%;
    max-width: 279px;
  }

  .burger {
    margin: 0 11px 0 30px;
  }

  .burger.open {
    position: fixed;
    top: 26px;
    right: 16px;
    left: inherit;
  }

  .burger::before {
    width: 44px;
    height: 44px;
    left: -10px;
    top: -10px;
  }

  .burger span:first-child {
    top: 5px;
  }

  .burger span:nth-child(2), .burger span:nth-child(3) {
    top: 11px;
  }

  .burger span:nth-child(4) {
    top: 18px
  }
}

@media screen and (max-width: 600px) {
  .page_members .faq-banner {
    background-position: center left;
    padding-right: 30px
  }

  .page_members .faq-banner__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .page_members .faq-banner__content p {
    margin-bottom: 15px;
    width: 100%;
    text-align: center
  }

  .page_members .faq-banner__content .show-popup {
    width: 100%
  }

  .feed-jobs-card__view {
    width: 100%;
    height: 36px
  }
}

@media screen and (max-width: 500px) {
  .mainpage-modal .modal-content .modal-header h1 span::before .mainpage-modal .modal-content .modal-header span span::before {
    display: none
  }

  .care_header_inner .header-flex__logo {
    width: 100%;
    max-width: 202px;
    flex-shrink: 0
  }
}

@media (max-width: 500px) {
  .home-banner__title, h1.home-banner__title {
    font-size: 32px;
    margin-bottom: 10px
  }

  .home-banner__text {
    margin-bottom: 10px
  }

  .tablet-banner__wrap {
    display: block
  }

  .tablet-banner__title {
    font-size: 22px;
    margin: 0 0 20px
  }

  .bg-block::before, .mainpage-modal .modal-content .modal-header h1 span:before, .mainpage-modal .modal-content .modal-header span.modal-title span:before {
    display: none
  }

  .tablet-banner__wrap .tp-caption {
    position: static;
    max-width: 100% !important
  }

  .tablet-banner__img, .tablet-banner__ul {
    margin: 15px 0
  }

  .tablet-banner {
    padding: 0;
    max-width: 350px;
    margin: 30px auto
  }

  .tablet-banner__ul li {
    font-size: 18px
  }
}

@media screen and (max-width: 499px) {
  .care_contact_form, .care_content_part, .care_content_part .content_wrapper {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
  }

  .care_join .fixed_container .title p span, .mrl-40, .row {
    margin-right: 0
  }

  .mrl-40, .row {
    margin-left: 0
  }

  .care_header .logo img {
    width: 180px;
    image-rendering: optimize-contrast
  }

  .care_footer .copyright p {
    text-align: center;
    margin: 10px 0
  }

  .care_contact_form, .care_content_part {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: auto
  }

  .care_content_part .content_wrapper {
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .care_content_part .content_wrapper.page_careers .vacancy_list, .care_content_part .content_wrapper.page_careers .vacancy_list iframe, .care_content_part .content_wrapper.page_news_list .news_list, .fixed_container {
    width: 100%
  }

  .care_contact_form .content_wrapper, .care_contact_form .content_wrapper .contact_form form, .care_content_part .content_wrapper.page_community, .care_content_part .content_wrapper.page_news_list .news_list .news_general_item, .care_content_part .content_wrapper.page_services .services_item .combined, .care_hospice .fixed_container, .care_hospice .fixed_container .txt_wrapper .reasons .reasons_list, .care_join .fixed_container .offers .offers_wrapper, .care_new_services .fixed_container .services_list .services_group, .care_tv_licensing .fixed_container, .review_list .review_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .care_content_part .content_wrapper.page_news_list .news_list .news_general_item .img_wrapper {
    height: 100%;
    width: auto;
    margin: 0 auto
  }

  .care_choice .choice_mobile .choice_title, .care_content_part .content_wrapper.page_news_list .news_list .news_general_item .txt_wrapper .date, .care_content_part .content_wrapper.page_news_list .news_list .news_general_item .txt_wrapper .title {
    text-align: center
  }

  .care_content_part .content_wrapper.page_news_list .news_list .news_all .news_item {
    width: calc(100% - 15px);
    margin: 15px auto
  }

  .care_content_part .content_wrapper.page_community .video_wrapper .txt_wrapper, .care_content_part .content_wrapper.page_news .news, .care_content_part .content_wrapper.page_services_list .services_list .services_item .txt_wrapper {
    padding: 0
  }

  .care_content_part .content_wrapper.page_news .news .news_item .txt_wrapper, .care_content_part .content_wrapper.page_news .news .news_item .video_wrapper, .care_content_part .content_wrapper.page_services_list .services_list .services_item, .care_content_part .content_wrapper.page_services_list .services_list .services_item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
  }

  .care_content_part .content_wrapper.page_services_list .services_list {
    padding: 0;
    width: 100%
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item .txt_wrapper p, .care_content_part .content_wrapper.page_services_list .services_list .services_item.reverse .txt_wrapper p {
    text-align: justify
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item .img_wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-height: 400px
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item .img_wrapper img {
    width: 100%;
    height: 100%
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item .txt_wrapper .blue_btn {
    width: 250px;
    margin: 15px auto
  }

  .care_content_part .content_wrapper.page_education .education_group {
    width: 275px;
    margin: 0 auto
  }

  .care_content_part .content_wrapper.page_education .education_group .education_item {
    margin: 15px 0;
    width: calc(100% - 32px);
    height: 350px
  }

  .care_content_part .content_wrapper.page_community .img_wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .care_content_part .content_wrapper.page_community .txt_wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0
  }

  .care_content_part .content_wrapper.page_community .video_wrapper {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
  }

  .care_content_part .content_wrapper.page_community .video_wrapper .video_item iframe {
    width: 100%;
    padding: 0;
    min-height: 250px
  }

  .care_content_part .content_wrapper .txt_wrapper {
    margin-top: 20px;
    padding: 0
  }

  .care_contact_form .content_wrapper .contact_form {
    width: 100%;
    padding: 0
  }

  .care_contact_form .content_wrapper .contact_form form input, .care_contact_form .content_wrapper .contact_form form textarea {
    width: auto
  }

  .care_tv_licensing .tv_licensing_item {
    padding: 0 10px;
    margin: 10px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .care_tv_licensing .tv_licensing_item span {
    margin: 5px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .care_tv_licensing .tv_licensing_item span.left-side, .care_tv_licensing .tv_licensing_item span.right-side {
    width: auto !important
  }

  .care_join .fixed_container .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 10px
  }

  .care_join .fixed_container .title .btn {
    width: 200px;
    font-size: 14px
  }

  .care_join .fixed_container .title p {
    font-size: 20px;
    display: block
  }

  .care_join .fixed_container .offers {
    padding: 0 15px
  }

  .care_join .fixed_container .offers p {
    font-size: 16px
  }

  .care_join .fixed_container .offers .offers_wrapper .offer_group .offer_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .care_join .fixed_container .offers .offers_wrapper .offer_group .offer_item img {
    margin-right: 5px
  }

  .care_choice .choice_image {
    display: none
  }

  .care_choice .choice_mobile, .care_join .fixed_container .offers .offers_wrapper .offer_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .care_choice .choice_mobile .choise_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0
  }

  .care_services .services_group .services_item {
    width: 100%;
    margin: 15px;
    height: 220px
  }

  .care_new_services {
    padding: 0 2%
  }

  .care_new_services .fixed_container .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0
  }

  .care_new_services .fixed_container .title p {
    font-size: 20px
  }

  .care_new_services .fixed_container .title .btn {
    width: auto;
    font-size: 14px
  }

  .care_new_services .fixed_container .services_list {
    padding: 10px
  }

  .care_hospice {
    padding: 15px 0
  }

  .care_hospice .fixed_container .txt_wrapper {
    padding: 0 10px
  }

  .care_hospice .fixed_container .txt_wrapper .reasons {
    margin: 20px 0
  }

  .care_hospice .fixed_container .txt_wrapper .reasons .reasons_list .reasons_group {
    padding-right: 0
  }

  .care_hospice .fixed_container .txt_wrapper .reasons .reasons_list .reasons_group .reason_item {
    margin: 10px 0
  }

  .care_hospice .fixed_container .img_wrapper {
    display: block
  }

  .care_hospice .fixed_container .img_wrapper img {
    max-width: 100%;
    height: auto
  }

  .care_partners .fixed_container .img_wrapper img {
    max-width: 110px;
    max-height: 110px
  }
}

@media (max-width: 480px) {
  .page_news_list .news_all .news_item {
    margin: 0
  }

  .page_news_list .news_all .news_item .description {
    position: static
  }
}

@media screen and (max-width: 425px) {
  .mainpage-modal .modal-content .modal-footer .footer-wrapper .logo-wrapper a img {
    max-width: 55px
  }

  .mainpage-modal .modal-content .modal-footer .footer-wrapper .logo-wrapper a {
    margin: 0
  }
}

@media screen and (max-width: 375px) {
  .mainpage-modal .modal-content .modal-footer .footer-wrapper span {
    width: 100%
  }

  .mainpage-modal .modal-content .modal-footer .footer-wrapper span::before {
    right: -15px;
    width: 50px
  }

  .mainpage-modal .modal-content .modal-footer .footer-wrapper span::after {
    left: -15px;
    width: 50px
  }
}

@media screen and (max-width: 374px) {
  .sticky-buttons {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .sticky-buttons .btn {
    padding-left: 14px;
    padding-right: 14px;
    margin-right: 4px;
    font-size: 12px
  }

  .header-flex .call-btn.nav-open {
    max-width: 224px;
  }

  .care_header_inner .header-flex__logo {
    max-width: 160px;
  }
}

@media screen and (max-width: 320px) {
  .mainpage-modal .modal-content .modal-footer .footer-wrapper .logo-wrapper a img {
    max-width: 35px
  }

  .mainpage-modal .modal-content .modal-footer .footer-wrapper .logo-wrapper a {
    margin: 0
  }
}

@media (min-width: 1025px)and (max-width: 1199px) {
  .care_header .menu.right_side .menu_icon.mail span {
    display: none
  }

  .care_header .menu.right_side .menu_icon {
    margin-left: 15px
  }

  .care_header .menu.right_side .menu_icon img, .care_header .menu.right_side .menu_icon svg {
    max-height: 24px
  }

  .care_header .menu.right_side .menu_icon span {
    font-size: 14px
  }

  .care_footer .copyright {
    font-size: 16px;
    padding: 0
  }

  .care_footer .footer_links {
    padding-right: 0
  }

  .care_footer .footer_links a {
    font-size: 16px
  }

  .page_about .img_wrapper {
    margin-bottom: 15px
  }

  .page_members .members-wrapper .member-item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }

  .page_services_list .services_list .services_item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .page_services_list .services_list .services_item.reverse .txt_wrapper p {
    text-align: left
  }

  .page_services_list .services_list .services_item .img_wrapper {
    padding: 0
  }

  .page_news_list .news_general_item .txt_wrapper {
    margin-top: 15px
  }

  .page_article .article .txt_wrapper .txt_item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .page_article .article .video_wrapper {
    margin-top: 35px;
    margin-bottom: 35px
  }

  .page_article .article .video_wrapper .video_item {
    margin-bottom: 25px
  }

  .care_tv_licensing .tv_licensing_item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .care_tv_licensing .tv_licensing_item span {
    display: inline-block
  }

  .care_join .container .btn_wrapper .green_btn {
    max-width: 320px;
    margin: 0 auto
  }

  .care_join .container .offers .offer_group .offer_item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media (min-width: 1200px)and (max-width: 1399px) {
  .care_header .menu.right_side .menu_icon.mail span {
    display: none
  }

  .care_header .menu.right_side .menu_icon {
    margin-left: 15px
  }

  .care_header .menu.right_side .menu_icon span {
    font-size: 16px
  }

  .care_tv_licensing .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .care_join .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media screen and (min-width: 1400px)and (max-width: 1600px) {
  .care_header .menu.right_side .menu_icon.mail span {
    display: none
  }
}

@media (min-width: 320px)and (max-width: 1024px) {
  .care_header .menu.right_side .menu_icon {
    margin-left: 15px
  }

  .care_header .menu.right_side .menu_icon img, .care_header .menu.right_side .menu_icon svg {
    max-height: 20px
  }

  .care_footer .copyright {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px
  }

  .care_footer .footer_links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .care_contact_form .content_wrapper .contact_form form .blue_btn {
    width: 200px;
    margin: 15px auto
  }

  .page_about .img_wrapper {
    margin-bottom: 15px
  }

  .page_article .article .txt_wrapper .txt_item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .page_article .article .video_wrapper {
    margin-top: 35px;
    margin-bottom: 35px
  }

  .page_article .article .video_wrapper .video_item {
    margin-bottom: 25px
  }

  .care_tv_licensing .tv_licensing_item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .care_join .container .btn_wrapper .green_btn {
    max-width: 320px;
    margin: 0 auto
  }

  .care_join .container .offers .offer_group .offer_item {
    max-width: 340px;
    margin: 10px auto
  }

  .care_hospice .container .txt_wrapper .reasons .reasons_list, .care_new_services .container .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .care_new_services .container .title span {
    font-size: 28px
  }

  .care_new_services .container .title .btn {
    margin: 15px 0 0
  }

  .care_new_services .container .services_list .services_group .services_item {
    max-width: 350px;
    margin: 10px auto
  }
}

@media (min-width: 320px)and (max-width: 767px) {
  .vote {
    margin-bottom: 0
  }

  .mainpage-modal .modal-content .modal-body .btn-wrapper img, .vote .vote_form img {
    display: none
  }

  .page_members .members-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .page_members .members-wrapper .member-item {
    max-width: 300px;
    margin: 0 auto
  }

  .page_services_list .services_list .services_item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .page_services_list .services_list .services_item.reverse .txt_wrapper p {
    text-align: left
  }

  .page_services_list .services_list .services_item .img_wrapper {
    padding: 0
  }

  .page_education .education_item {
    max-width: 400px;
    margin: 0 auto 25px
  }

  .mainpage-modal .modal-content .modal-body .form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .mainpage-modal .modal-content .modal-body .form-wrapper .form-group {
    width: 320px;
    margin: 0 auto;
    max-width: 100%
  }
}

@media (min-width: 768px)and (max-width: 1024px) {
  .page_members .members-wrapper .member-item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media screen and (min-width: 1200px)and (max-width: 1560px) {
  .care_header .menu.right_side .callback, .care_header .menu.right_side .email {
    margin-left: 25px
  }

  .care_header .menu.right_side .callback span {
    font-size: 18px
  }

  .care_header .menu p, .care_header .menu.right_side .email span, .care_header .menu.right_side .social .wrapper a {
    font-size: 14px
  }

  .care_header .menu ul li a {
    margin-right: 15px;
    font-size: 14px
  }

  .care_header .logo img {
    width: 200px;
    image-rendering: optimize-contrast
  }
}

@media screen and (min-width: 1025px)and (max-width: 1199px) {
  .care_header .menu p {
    font-size: 14px;
    margin: 0 0 5px
  }

  .care_header .menu.right_side .callback, .care_header .menu.right_side .email {
    margin-left: 10px
  }

  .care_header .menu.right_side .callback span, .care_header .menu.right_side .email span {
    font-size: 14px
  }

  .care_header .menu.right_side .social .wrapper a {
    font-size: 14px;
    margin-right: 10px
  }

  .care_header .menu ul li a {
    margin-right: 5px;
    font-size: 14px
  }

  .care_header .logo img {
    width: 180px
  }

  .care_contact_form, .care_content_part {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item .img_wrapper {
    max-height: 350px
  }

  .care_content_part .content_wrapper.page_education .education_group .education_item {
    height: 400px
  }

  .fixed_container {
    width: 100%
  }

  .care_tv_licensing .tv_licensing_item {
    margin: 10px
  }

  .care_join .fixed_container .title, .care_new_services .fixed_container .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .care_join .fixed_container .offers, .care_new_services .fixed_container .services_list {
    padding: 0 15px
  }

  .care_hospice {
    padding: 2% 0
  }

  .care_hospice .fixed_container .txt_wrapper {
    padding: 0 10px
  }

  .care_hospice .fixed_container .txt_wrapper .reasons .reasons_list .reasons_group {
    padding-right: 3%
  }

  .care_hospice .fixed_container .txt_wrapper .reasons .reasons_list .reasons_group .reason_item {
    margin: 10px 0
  }

  .care_partners .fixed_container .img_wrapper img {
    max-width: 110px
  }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
  .care_contact_form, .care_content_part {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto
  }

  .care_content_part .content_wrapper, .care_join .fixed_container .title, .care_new_services .fixed_container .title, .care_tv_licensing .fixed_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .care_content_part .content_wrapper.page_careers .vacancy_list, .care_content_part .content_wrapper.page_careers .vacancy_list iframe, .fixed_container {
    width: 100%
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item .img_wrapper {
    max-height: 350px
  }

  .care_contact_form .content_wrapper .contact_form form, .care_content_part .content_wrapper.page_community, .care_content_part .content_wrapper.page_news_list .news_list .news_general_item, .care_content_part .content_wrapper.page_services .services_item .combined, .care_hospice .fixed_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .care_content_part .content_wrapper.page_news_list .news_list .news_general_item .img_wrapper {
    height: 100%;
    width: auto;
    margin: 0 auto
  }

  .care_content_part .content_wrapper.page_news_list .news_list .news_general_item .txt_wrapper .date, .care_content_part .content_wrapper.page_news_list .news_list .news_general_item .txt_wrapper .title {
    text-align: center
  }

  .care_content_part .content_wrapper.page_education .education_group {
    width: 760px
  }

  .care_content_part .content_wrapper.page_education .education_group .education_item {
    width: calc(50% - 62px);
    height: 400px
  }

  .care_content_part .content_wrapper.page_community .img_wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .care_content_part .content_wrapper.page_community .txt_wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .care_content_part .content_wrapper.page_community .video_wrapper {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
  }

  .care_content_part .content_wrapper.page_community .video_wrapper iframe, .care_join .fixed_container .offers, .care_new_services .fixed_container .services_list {
    padding: 0 15px
  }

  .care_content_part .content_wrapper .txt_wrapper {
    margin-top: 20px
  }

  .care_contact_form .content_wrapper .contact_form form input, .care_contact_form .content_wrapper .contact_form form textarea {
    width: auto
  }

  .care_hospice .fixed_container .txt_wrapper .reasons .reasons_list .reasons_group .reason_item, .care_tv_licensing .tv_licensing_item {
    margin: 10px 0
  }

  .care_services .services_group .services_item {
    width: 460px;
    margin: 15px auto
  }

  .care_hospice {
    padding: 2% 0
  }

  .care_hospice .fixed_container .txt_wrapper {
    padding: 0 10px
  }

  .care_hospice .fixed_container .txt_wrapper .reasons .reasons_list .reasons_group {
    padding-right: 3%
  }

  .care_hospice .fixed_container .img_wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .care_partners .fixed_container .img_wrapper img {
    max-width: 110px
  }
}

@media screen and (min-width: 500px)and (max-width: 767px) {
  .care_contact_form, .care_content_part, .care_content_part .content_wrapper {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
  }

  .care_contact_form, .care_content_part {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: auto
  }

  .care_content_part .content_wrapper {
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .care_content_part .content_wrapper.page_careers .vacancy_list, .care_content_part .content_wrapper.page_careers .vacancy_list iframe, .care_content_part .content_wrapper.page_news_list .news_list, .fixed_container {
    width: 100%
  }

  .care_contact_form .content_wrapper .contact_form form, .care_content_part .content_wrapper.page_community, .care_content_part .content_wrapper.page_news_list .news_list .news_general_item, .care_content_part .content_wrapper.page_services .services_item .combined, .care_hospice .fixed_container, .care_join .fixed_container .offers .offers_wrapper, .care_new_services .fixed_container .services_list .services_group, .care_tv_licensing .fixed_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .care_content_part .content_wrapper.page_news_list .news_list .news_general_item .img_wrapper {
    height: 100%;
    width: auto;
    margin: 0 auto
  }

  .care_content_part .content_wrapper.page_news_list .news_list .news_general_item .txt_wrapper .date, .care_content_part .content_wrapper.page_news_list .news_list .news_general_item .txt_wrapper .title {
    text-align: center
  }

  .care_content_part .content_wrapper.page_news_list .news_list .news_all .news_item {
    width: calc(70% - 15px);
    margin: 15px auto
  }

  .care_content_part .content_wrapper.page_services_list .services_list {
    padding: 0;
    width: 460px
  }

  .care_content_part .content_wrapper.page_news .news .news_item .txt_wrapper, .care_content_part .content_wrapper.page_news .news .news_item .video_wrapper, .care_content_part .content_wrapper.page_services_list .services_list .services_item, .care_content_part .content_wrapper.page_services_list .services_list .services_item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item .txt_wrapper p, .care_content_part .content_wrapper.page_services_list .services_list .services_item.reverse .txt_wrapper p {
    text-align: justify
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item .img_wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-height: 400px
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item .img_wrapper img {
    width: 100%;
    height: 100%
  }

  .care_content_part .content_wrapper.page_news .news, .care_content_part .content_wrapper.page_services_list .services_list .services_item .txt_wrapper {
    padding: 0
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item .txt_wrapper .blue_btn {
    width: 250px;
    margin: 15px auto
  }

  .care_content_part .content_wrapper.page_education .education_group {
    width: 415px;
    margin: 0 auto
  }

  .care_content_part .content_wrapper.page_education .education_group .education_item {
    width: calc(100% - 62px)
  }

  .care_content_part .content_wrapper.page_community .img_wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .care_content_part .content_wrapper.page_community .txt_wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .care_content_part .content_wrapper.page_community .video_wrapper {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
  }

  .care_content_part .content_wrapper.page_community .video_wrapper iframe, .care_join .fixed_container .offers {
    padding: 0 15px
  }

  .care_content_part .content_wrapper .txt_wrapper {
    margin-top: 20px
  }

  .care_contact_form .content_wrapper .contact_form form input, .care_contact_form .content_wrapper .contact_form form textarea {
    width: auto
  }

  .care_tv_licensing .tv_licensing_item {
    padding: 0 10px;
    margin: 10px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .care_tv_licensing .tv_licensing_item span {
    margin: 5px 0;
    width: 100%;
    text-align: center
  }

  .care_join .fixed_container .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
  }

  .care_join .fixed_container .title p, .care_new_services .fixed_container .title p {
    font-size: 26px
  }

  .care_join .fixed_container .offers .offers_wrapper .offer_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .care_join .fixed_container .offers .offers_wrapper .offer_group .offer_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .care_join .fixed_container .offers .offers_wrapper .offer_group .offer_item img {
    margin-right: 5px
  }

  .care_services .services_group .services_item {
    width: 460px;
    margin: 15px auto
  }

  .care_services .services_group .services_item img {
    max-width: 100%;
    height: auto
  }

  .care_new_services {
    padding: 0 2%
  }

  .care_new_services .fixed_container .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0
  }

  .care_new_services .fixed_container .services_list {
    padding: 10px
  }

  .care_hospice {
    padding: 15px 2%
  }

  .care_hospice .fixed_container .txt_wrapper {
    padding: 0 10px
  }

  .care_hospice .fixed_container .txt_wrapper .reasons .reasons_list .reasons_group {
    padding-right: 3%
  }

  .care_hospice .fixed_container .txt_wrapper .reasons .reasons_list .reasons_group .reason_item {
    margin: 10px 0
  }

  .care_hospice .fixed_container .img_wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .care_partners .fixed_container .img_wrapper img {
    max-width: 110px;
    max-height: 110px
  }
}

@media screen and (min-device-width: 1200px)and (max-device-width: 1600px) {
  .hidden-mac-pro {
    display: none !important
  }
}

.care-blog-sidebar {
  min-height: 600px;
  display: flex;
  justify-content: baseline;
  flex-direction: column;
}

.care-blog-sidebar .title {
  width: 100%;
  text-align: left;
}

.care-blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vote {
  display: flex;
  background: #d7d9eb;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 25px !important;
  margin-bottom: 40px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .vote {
    margin-bottom: 0;
  }
}

.vote img {
  display: flex;
}

.vote h3 {
  font-family: "ProximaNova";
  color: #d4062d;
  font-size: 16px;
  text-align: center;
}

.vote .benefits {
  margin: 25px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-self: right;
  max-width: 100%;
  flex: 0 0 100%;
}

.vote .benefits p {
  font-size: 16px;
}

.vote .benefits .benefit_item {
  display: flex;
  align-items: center;
  color: #000;
  margin: 10px 0;
}

.vote .benefits .benefit_item img {
  width: 25px;
  margin-right: 15px;
}

.vote .benefits .benefit_item span {
  font-family: "ProximaNova";
}

.vote .vote_form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 10px 0;
  position: relative;
}

.vote .vote_form img {
  position: absolute;
  top: -40px;
  width: 105px;
  right: 40px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

@media (min-width: 320px) and (max-width: 767px) {
  .vote .vote_form img {
    display: none;
  }
}

.vote .vote_form p {
  font-size: 16px;
}

.vote .vote_form form {
  display: flex;
  flex-flow: column;
}

.vote .vote_form form .form-group input {
  display: flex;
  width: 100%;
  font-size: 16px;
  padding: 8px 12px;
  color: #000;
  border-radius: 9px;
  border: solid 1px #0d1684;
  margin: 10px auto;
}

.vote .vote_form form .form-group input::-webkit-input-placeholder {
  color: #000;
}

.vote .vote_form form .form-group input::-moz-placeholder {
  color: #000;
}

.vote .vote_form form .form-group input:-ms-input-placeholder {
  color: #000;
}

.vote .vote_form form .form-group input:-moz-placeholder {
  color: #000;
}

.vote .vote_form form .btn-wrapper {
  position: relative;
  margin: 15px 0;
}

.vote .vote_form form .btn-wrapper .btn {
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #118045;
  font-family: 'ProximaNova';
  padding: 8px 25px;
  width: 230px;
  margin: 0 auto;
  border-radius: 8px;
  text-decoration: none;
  border: 0;
}

.vote .vote_form form .privace-policy {
  text-align: center;
}

.vote .vote_form form .privace-policy a, .vote .vote_form form .privace-policy span {
  font-size: 12px;
  color: #0d1684;
  text-decoration: none;
  font-family: 'ProximaNova';
}

.vote .vote-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  margin: 20px auto 0;
  align-content: center;
  position: relative;
}

.vote .vote-wrapper span {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-family: 'ProximaNova';
  text-transform: uppercase;
  color: #0d1684;
  /* position: absolute; */
  display: inline-block;
  /* top: -10px; */
  /* left: calc(50% - 67.2px); */
  /* background: #d7d9eb; */
  /* padding: 0 10px; */
  z-index: 1
}

.vote .vote-wrapper .logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding: 25px 0;
  border-top: 2px solid #0d1684;
}

.vote .vote-wrapper .logo-wrapper a {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: 0 5px;
}

.vote .vote-wrapper .logo-wrapper span img {
  height: 40px;
  max-width: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

.search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.search-form label {
  width: 100%;
  margin: 0 5px 0 0;
}

.search-form label span {
  display: none;
}

.search-form input {
  width: 100%;
  font-family: 'Montserrat-Regular', sans-serif;
}

.sidebar_btn_wrapper img {
  bottom: 0 !important;
  max-width: 90px !important;
}

.sidebar_btn_wrapper .btn_wrapper button {
  width: calc(100% - 100px) !important;
  max-width: calc(100% - 100px) !important;
}

.search-form .search-submit:hover,
.subscribe-form .rm_form_field.rm_button:hover {
  background-color: #0d1684 !important;
}

.screen-reader-text {
  clip-path: initial !important;
  position: initial !important;
}

.recent-post-description .date {
  font-family: 'ProximaNova', sans-serif;
}

.about-the-blog {
  width: 100%;
}

.categories select[name="event-dropdown"] {
  display: flex;
  font-size: 16px;
  padding: 8px 12px;
  color: #000;
  border-radius: 9px;
  border: 1px solid #0d1684;
  font-family: 'Montserrat-Regular', sans-serif;
}

.page_news_list .news_general_item {
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 20px;
  padding: 0;
}

.page_news_list .news_general_item .img_wrapper {
  display: flex;
  max-height: 400px;
  overflow: hidden;
  height: 100%;
}

.page_news_list .news_general_item .img_wrapper img {
  width: 100%;
  height: 100%;
}

.page_news_list .news_general_item .txt_wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .page_news_list .news_general_item .txt_wrapper {
    margin-top: 15px;
  }
}

.page_news_list .news_general_item .txt_wrapper .default {
  text-indent: 35px;
  font-size: 14px;
  color: #000;
}

.page_news_list .news_general_item .txt_wrapper .title {
  font-size: 16px;
  margin: 0;
  line-height: 24px;
}

.page_news_list .news_general_item .txt_wrapper .date {
  color: #666;
}

.page_news_list .news_all {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
}

.page_news_list .news_all .news_item {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 250px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: #000;
}

.page_news_list .news_all .news_item img {
  width: 100%;
  height: 100%;
}

.page_news_list .news_all .news_item .description {
  position: absolute !important;
  bottom: 0;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.5);
  transition: all ease-in-out .5s;
  width: calc(100% - 30px);
}

.page_news_list .news_all .news_item .description .divider {
  margin: 5px 0;
}

.page_news_list .news_all .news_item .description .default {
  font-size: 14px;
}

.page_news_list .news_all .news_item .description .title {
  font-size: 16px;
  margin: 0;
}

.page_news_list .news_all .news_item .description .date {
  color: #666;
  margin: 0;
}

.page_news_list .news_all .news_item:hover .description {
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .care_content_part {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    width: auto;
  }

  .care_content_part .content_wrapper {
    flex-direction: column;
    align-items: center;
  }

  .care_content_part .content_wrapper.page_careers .vacancy_list {
    width: 100%;
  }

  .care_content_part .content_wrapper.page_careers .vacancy_list iframe {
    width: 100%;
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item .img_wrapper {
    max-height: 350px;
  }

  .care_content_part .content_wrapper.page_services .services_item .combined {
    flex-direction: column;
  }

  .care_content_part .content_wrapper.page_news_list .news_list .news_general_item {
    flex-direction: column;
  }

  .care_content_part .content_wrapper.page_news_list .news_list .news_general_item .img_wrapper {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }

  .care_content_part .content_wrapper.page_news_list .news_list .news_general_item .txt_wrapper .title, .care_content_part .content_wrapper.page_news_list .news_list .news_general_item .txt_wrapper .date {
    text-align: center;
  }

  .care_content_part .content_wrapper.page_education .education_group {
    width: 760px;
  }

  .care_content_part .content_wrapper.page_education .education_group .education_item {
    width: calc(100% / 2 - 62px);
    height: 400px;
  }

  .care_content_part .content_wrapper.page_community {
    flex-direction: column;
  }

  .care_content_part .content_wrapper.page_community .img_wrapper {
    order: 1;
  }

  .care_content_part .content_wrapper.page_community .txt_wrapper {
    order: 2;
  }

  .care_content_part .content_wrapper.page_community .video_wrapper {
    order: 3;
    flex-flow: column wrap;
  }

  .care_content_part .content_wrapper.page_community .video_wrapper iframe {
    padding: 0 15px;
  }

  .care_content_part .content_wrapper .txt_wrapper {
    margin-top: 20px;
  }

  .care_contact_form {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    width: auto;
  }

  .care_contact_form .content_wrapper .contact_form form {
    flex-direction: column;
  }

  .care_contact_form .content_wrapper .contact_form form textarea, .care_contact_form .content_wrapper .contact_form form input {
    width: auto;
  }

  .fixed_container {
    width: 100%;
  }

  .care_tv_licensing .fixed_container {
    flex-direction: column;
    align-items: center;
  }

  .care_tv_licensing .tv_licensing_item {
    margin: 10px 0;
  }

  .care_join .fixed_container .title {
    flex-direction: column;
    align-items: center;
  }

  .care_join .fixed_container .offers {
    padding: 0 15px;
  }

  .care_services .services_group .services_item {
    width: 460px;
    margin: 15px auto;
  }

  .care_new_services .fixed_container .title {
    flex-direction: column;
    align-items: center;
  }

  .care_new_services .fixed_container .services_list {
    padding: 0 15px;
  }

  .care_hospice {
    padding: 2% 0;
  }

  .care_hospice .fixed_container {
    flex-direction: column;
  }

  .care_hospice .fixed_container .txt_wrapper {
    padding: 0 10px;
  }

  .care_hospice .fixed_container .txt_wrapper .reasons .reasons_list .reasons_group {
    padding-right: 3%;
  }

  .care_hospice .fixed_container .txt_wrapper .reasons .reasons_list .reasons_group .reason_item {
    margin: 10px 0;
  }

  .care_hospice .fixed_container .img_wrapper {
    justify-content: center;
  }

  .care_partners .fixed_container .img_wrapper img {
    max-width: 110px;
  }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  .care_content_part {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    width: auto;
  }

  .care_content_part .content_wrapper {
    flex-direction: column;
    align-items: center;
  }

  .care_content_part .content_wrapper.page_careers .vacancy_list {
    width: 100%;
  }

  .care_content_part .content_wrapper.page_careers .vacancy_list iframe {
    width: 100%;
  }

  .care_content_part .content_wrapper.page_news_list .news_list {
    width: 100%;
  }

  .care_content_part .content_wrapper.page_news_list .news_list .news_general_item {
    flex-direction: column;
  }

  .care_content_part .content_wrapper.page_news_list .news_list .news_general_item .img_wrapper {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }

  .care_content_part .content_wrapper.page_news_list .news_list .news_general_item .txt_wrapper .title, .care_content_part .content_wrapper.page_news_list .news_list .news_general_item .txt_wrapper .date {
    text-align: center;
  }

  .care_content_part .content_wrapper.page_news_list .news_list .news_all .news_item {
    width: calc(70% / 1 - 15px);
    margin: 15px auto;
  }

  .care_content_part .content_wrapper.page_services_list .services_list {
    padding: 0;
    width: 460px;
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item {
    flex-flow: column wrap;
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item.reverse {
    flex-flow: column wrap;
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item.reverse .txt_wrapper p {
    text-align: justify;
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item .img_wrapper {
    flex: 1;
    max-height: 400px;
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item .img_wrapper img {
    width: 100%;
    height: 100%;
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item .txt_wrapper {
    padding: 0;
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item .txt_wrapper p {
    text-align: justify;
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item .txt_wrapper .blue_btn {
    width: 250px;
    margin: 15px auto;
  }

  .care_content_part .content_wrapper.page_services .services_item .combined {
    flex-direction: column;
  }

  .care_content_part .content_wrapper.page_news .news {
    padding: 0;
  }

  .care_content_part .content_wrapper.page_news .news .news_item .txt_wrapper {
    flex-flow: column wrap;
  }

  .care_content_part .content_wrapper.page_news .news .news_item .video_wrapper {
    flex-flow: column wrap;
  }

  .care_content_part .content_wrapper.page_education .education_group {
    width: 415px;
    margin: 0 auto;
  }

  .care_content_part .content_wrapper.page_education .education_group .education_item {
    width: calc(100% / 1 - 62px);
  }

  .care_content_part .content_wrapper.page_community {
    flex-direction: column;
  }

  .care_content_part .content_wrapper.page_community .img_wrapper {
    order: 1;
  }

  .care_content_part .content_wrapper.page_community .txt_wrapper {
    order: 2;
  }

  .care_content_part .content_wrapper.page_community .video_wrapper {
    order: 3;
    flex-flow: column wrap;
  }

  .care_content_part .content_wrapper.page_community .video_wrapper iframe {
    padding: 0 15px;
  }

  .care_content_part .content_wrapper .txt_wrapper {
    margin-top: 20px;
  }

  .care_contact_form {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    width: auto;
  }

  .care_contact_form .content_wrapper .contact_form form {
    flex-direction: column;
  }

  .care_contact_form .content_wrapper .contact_form form textarea, .care_contact_form .content_wrapper .contact_form form input {
    width: auto;
  }

  .fixed_container {
    width: 100%;
  }

  .care_tv_licensing .fixed_container {
    flex-direction: column;
  }

  .care_tv_licensing .tv_licensing_item {
    padding: 0 10px;
    margin: 10px 0;
    flex: 1;
    flex-flow: row wrap;
    justify-content: center;
  }

  .care_tv_licensing .tv_licensing_item span {
    margin: 5px 0;
    width: 100%;
    text-align: center;
  }

  .care_join .fixed_container .title {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }

  .care_join .fixed_container .title p {
    font-size: 26px;
  }

  .care_join .fixed_container .offers {
    padding: 0 15px;
  }

  .care_join .fixed_container .offers .offers_wrapper {
    flex-direction: column;
  }

  .care_join .fixed_container .offers .offers_wrapper .offer_group {
    display: flex;
    flex-direction: row;
  }

  .care_join .fixed_container .offers .offers_wrapper .offer_group .offer_item {
    flex: 1;
  }

  .care_join .fixed_container .offers .offers_wrapper .offer_group .offer_item img {
    margin-right: 5px;
  }

  .care_services .services_group .services_item {
    width: 460px;
    margin: 15px auto;
  }

  .care_services .services_group .services_item img {
    max-width: 100%;
    height: auto;
  }

  .care_new_services {
    padding: 0 2%;
  }

  .care_new_services .fixed_container .title {
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
  }

  .care_new_services .fixed_container .title p {
    font-size: 26px;
  }

  .care_new_services .fixed_container .services_list {
    padding: 10px;
  }

  .care_new_services .fixed_container .services_list .services_group {
    flex-direction: column;
  }

  .care_hospice {
    padding: 15px 2%;
  }

  .care_hospice .fixed_container {
    flex-direction: column;
  }

  .care_hospice .fixed_container .txt_wrapper {
    padding: 0 10px;
  }

  .care_hospice .fixed_container .txt_wrapper .reasons .reasons_list .reasons_group {
    padding-right: 3%;
  }

  .care_hospice .fixed_container .txt_wrapper .reasons .reasons_list .reasons_group .reason_item {
    margin: 10px 0;
  }

  .care_hospice .fixed_container .img_wrapper {
    justify-content: center;
  }

  .care_partners .fixed_container .img_wrapper img {
    max-width: 110px;
    max-height: 110px;
  }
}

@media screen and (max-width: 499px) {
  .care_header .logo img {
    width: 180px;
    image-rendering: -webkit-optimize-contrast;
  }

  .care_footer .copyright p {
    text-align: center;
    margin: 10px 0;
  }

  .care_content_part {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    width: auto;
  }

  .care_content_part .content_wrapper {
    flex-direction: column;
    align-items: center;
  }

  .care_content_part .content_wrapper.page_careers .vacancy_list {
    width: 100%;
  }

  .care_content_part .content_wrapper.page_careers .vacancy_list iframe {
    width: 100%;
  }

  .care_content_part .content_wrapper.page_news_list .news_list {
    width: 100%;
  }

  .care_content_part .content_wrapper.page_news_list .news_list .news_general_item {
    flex-direction: column;
  }

  .care_content_part .content_wrapper.page_news_list .news_list .news_general_item .img_wrapper {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }

  .care_content_part .content_wrapper.page_news_list .news_list .news_general_item .txt_wrapper .title, .care_content_part .content_wrapper.page_news_list .news_list .news_general_item .txt_wrapper .date {
    text-align: center;
  }

  .care_content_part .content_wrapper.page_news_list .news_list .news_all .news_item {
    width: calc(100% / 1 - 15px);
    margin: 15px auto;
  }

  .care_content_part .content_wrapper.page_news .news {
    padding: 0;
  }

  .care_content_part .content_wrapper.page_news .news .news_item .txt_wrapper {
    flex-flow: column wrap;
  }

  .care_content_part .content_wrapper.page_news .news .news_item .video_wrapper {
    flex-flow: column wrap;
  }

  .care_content_part .content_wrapper.page_services_list .services_list {
    padding: 0;
    width: 100%;
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item {
    flex-flow: column wrap;
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item.reverse {
    flex-flow: column wrap;
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item.reverse .txt_wrapper p {
    text-align: justify;
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item .img_wrapper {
    flex: 1;
    max-height: 400px;
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item .img_wrapper img {
    width: 100%;
    height: 100%;
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item .txt_wrapper {
    padding: 0;
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item .txt_wrapper p {
    text-align: justify;
  }

  .care_content_part .content_wrapper.page_services_list .services_list .services_item .txt_wrapper .blue_btn {
    width: 250px;
    margin: 15px auto;
  }

  .care_content_part .content_wrapper.page_services .services_item .combined {
    flex-direction: column;
  }

  .care_content_part .content_wrapper.page_education .education_group {
    width: 275px;
    margin: 0 auto;
  }

  .care_content_part .content_wrapper.page_education .education_group .education_item {
    margin: 15px 0;
    width: calc(100% / 1 - 32px);
    height: 350px;
  }

  .care_content_part .content_wrapper.page_community {
    flex-direction: column;
  }

  .care_content_part .content_wrapper.page_community .img_wrapper {
    order: 1;
  }

  .care_content_part .content_wrapper.page_community .txt_wrapper {
    order: 2;
    padding: 0;
  }

  .care_content_part .content_wrapper.page_community .video_wrapper {
    order: 3;
    flex-flow: column wrap;
  }

  .care_content_part .content_wrapper.page_community .video_wrapper .video_item iframe {
    width: 100%;
    padding: 0;
    min-height: 250px;
  }

  .care_content_part .content_wrapper.page_community .video_wrapper .txt_wrapper {
    padding: 0;
  }

  .care_content_part .content_wrapper .txt_wrapper {
    margin-top: 20px;
    padding: 0;
  }

  .care_contact_form {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    width: auto;
  }

  .care_contact_form .content_wrapper {
    flex-direction: column;
  }

  .care_contact_form .content_wrapper .contact_form {
    width: 100%;
    padding: 0;
  }

  .care_contact_form .content_wrapper .contact_form form {
    flex-direction: column;
  }

  .care_contact_form .content_wrapper .contact_form form textarea, .care_contact_form .content_wrapper .contact_form form input {
    width: auto;
  }

  .fixed_container {
    width: 100%;
  }

  .care_tv_licensing .fixed_container {
    flex-direction: column;
  }

  .care_tv_licensing .tv_licensing_item {
    padding: 0 10px;
    margin: 10px 0;
    flex: 1;
    flex-flow: row wrap;
    justify-content: space-around;
  }

  .care_tv_licensing .tv_licensing_item span {
    margin: 5px 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .care_tv_licensing .tv_licensing_item span.left-side, .care_tv_licensing .tv_licensing_item span.right-side {
    width: auto !important;
  }

  .care_join .fixed_container .title {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 10px;
  }

  .care_join .fixed_container .title .btn {
    width: 200px;
    font-size: 14px;
  }

  .care_join .fixed_container .title p {
    font-size: 20px;
    display: block;
  }

  .care_join .fixed_container .title p span {
    margin-right: 0;
  }

  .care_join .fixed_container .offers {
    padding: 0 15px;
  }

  .care_join .fixed_container .offers p {
    font-size: 16px;
  }

  .care_join .fixed_container .offers .offers_wrapper {
    flex-direction: column;
  }

  .care_join .fixed_container .offers .offers_wrapper .offer_group {
    display: flex;
    flex-direction: column;
  }

  .care_join .fixed_container .offers .offers_wrapper .offer_group .offer_item {
    flex: 1;
  }

  .care_join .fixed_container .offers .offers_wrapper .offer_group .offer_item img {
    margin-right: 5px;
  }

  .care_choice .choice_image {
    display: none;
  }

  .care_choice .choice_mobile {
    display: flex;
    flex-direction: column;
  }

  .care_choice .choice_mobile .choice_title {
    text-align: center;
  }

  .care_choice .choice_mobile .choise_group {
    flex-direction: column;
    margin: 0;
  }

  .care_services .services_group .services_item {
    width: 100%;
    margin: 15px;
    height: 220px;
  }

  .care_new_services {
    padding: 0 2%;
  }

  .care_new_services .fixed_container .title {
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
  }

  .care_new_services .fixed_container .title p {
    font-size: 20px;
  }

  .care_new_services .fixed_container .title .btn {
    width: auto;
    font-size: 14px;
  }

  .care_new_services .fixed_container .services_list {
    padding: 10px;
  }

  .care_new_services .fixed_container .services_list .services_group {
    flex-direction: column;
  }

  .care_hospice {
    padding: 15px 0;
  }

  .care_hospice .fixed_container {
    flex-direction: column;
  }

  .care_hospice .fixed_container .txt_wrapper {
    padding: 0 10px;
  }

  .care_hospice .fixed_container .txt_wrapper .reasons {
    margin: 20px 0;
  }

  .care_hospice .fixed_container .txt_wrapper .reasons .reasons_list {
    flex-direction: column;
  }

  .care_hospice .fixed_container .txt_wrapper .reasons .reasons_list .reasons_group {
    padding-right: 0;
  }

  .care_hospice .fixed_container .txt_wrapper .reasons .reasons_list .reasons_group .reason_item {
    margin: 10px 0;
  }

  .care_hospice .fixed_container .img_wrapper {
    display: block;
  }

  .care_hospice .fixed_container .img_wrapper img {
    max-width: 100%;
    height: auto;
  }

  .review_list .review_group {
    flex-direction: column;
  }

  .care_partners .fixed_container .img_wrapper img {
    max-width: 110px;
    max-height: 110px;
  }
}

.terms #main-content * {
  font-family: Montserrat-Regular, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.terms #main-content h1 {
  font-family: Montserrat-SemiBold, sans-serif;
  color: #2e3285;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  padding: 0 0 40px;
}

.terms #main-content h2 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 22px;
  font-family: Montserrat-SemiBold, sans-serif;
}

.terms #main-content h1.red,
.terms #main-content h2.red {
  color: #d4062d;
}

.terms #main-content p {
  padding: 0;
  margin: 0 0 10px 0;
}

.terms #main-content ul,
.terms #main-content ol {
  margin-bottom: 10px;
  padding: 0 0 0 15px;
}

.terms #main-content ol li:has(b)::marker,
.terms #main-content ol li:has(strong)::marker {
  font-family: Montserrat-SemiBold, sans-serif;
}

.terms #main-content ul li > ul,
.terms #main-content ul li > ol,
.terms #main-content ol li > ul,
.terms #main-content ol li > ol {
  margin-top: 10px;
  margin-bottom: 10px;
}

.terms #main-content li {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}

.terms #main-content b,
.terms #main-content strong {
  font-family: Montserrat-SemiBold, sans-serif;
}

.terms #main-content a {
  text-decoration: underline;
}

.terms #main-content a:hover {
  text-decoration: none;
}

.terms #main-content .list-style-type-none {
  list-style-type: none;
}

.terms #main-content .list-style-type-none::marker {
  display: none;
}

.terms #main-content ol[start="8"] li:nth-child(12),
.terms #main-content ol[start="4"] li:nth-child(5),
.terms #main-content ol[start="4"] li:nth-child(4):has(ul) {
  list-style-type: none;
}