@charset "UTF-8";

/* для прода, старой страницы сервиса! на новых страницах сервиса - не нужно */
.service-page__to-form-link {
  margin: 40px auto 0;
}



/* до сюда */

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  overflow: hidden auto;
}

.mob-show {
  display: none;
}

.scroll-direction-up .medford-header + section,
.scroll-direction-down .medford-header + section {
  padding-top: 160px !important;
}

.cookies {
  position: fixed;
  bottom: -200px;
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  padding: 15px;
  transition: bottom 2s;
  max-width: 790px;
  left: 50%;
  transform: translateX(-50%);
  height: 80px;
  background: #fff;
  border: 1px solid #e3e8ea;
  box-sizing: border-box;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  z-index: 99;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.width-max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.m-inline-auto {
  margin-inline: auto;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-24 {
  margin-bottom: 24px;
}

.pl-20 {
  padding-left: 20px;
}

.weight-500 {
  font-weight: 500;
}

.size-20-16,
.size-20-16 li {
  font-size: 20px;
}

.size_18,
.size-18 {
  font-size: 18px;
}

.list-reset {
  list-style: none;
}

.cookies br {
  display: none;
}

.cookies.active {
  bottom: 18px;
  transition: bottom 2s;
}

.cookies__txt {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #585b5b;
}

.cookies__txt a {
  text-decoration: none;
  color: #585b5b;
  border-bottom: 1px solid #585b5b;
  display: inline-block;
  line-height: normal;
}

.cookies__btn {
  width: 110px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  color: #000;
  border: 1px solid #e3e8ea;
}

.cookies__btn:hover {
  cursor: pointer;
  background: #2ab5bb;
  color: #fff;
  border-color: #2ab5bb;
}

form span.twitter-typeahead {
  display: block !important;
}

span.twitter-typeahead input {
  padding-left: 3.0375rem;
}

.tt-dataset {
  text-align: left;
}

.tt-menu {
  border-radius: 4px;
  color: #000;
  text-align: left;
  position: absolute;
  width: calc(100% + 123px);
  min-width: 360px;
  top: 100%;
  margin-top: 5px;
  transform: translate3d(0, 5px, 0.0002px);
  transition: opacity 0.1s ease 0s,
    transform 0.1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  background-color: #fff;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 30px;
  border: 1px solid #e3e8ea;
  box-shadow: 0 10px 20px -8px rgba(21, 22, 22, 0.2);
  padding-bottom: 1rem;
}

.tt-suggestion {
  padding-left: 2.3rem;
  padding-right: 2.3rem;
  display: block;
  color: #989c9d;
  height: 40px;
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: background;
  background-color: #fff;
  cursor: pointer;
}

.tt-suggestion:hover {
  background-color: #eef2f4;
}

strong.tt-highlight {
  color: #000;
  font-weight: 600;
}

.content-page ul {
  margin-bottom: 1.55rem;
}

.content-page ul li {
  display: block;
  line-height: 1.55em;
  margin-bottom: 0.55em;
  margin-top: 0.55em;
  padding-left: 30px;
  position: relative;
}

.content-page .course__advantages li {
  margin-bottom: 0.75em;
}

.course__total {
  margin-bottom: 1.55em;
}

.course__info {
  margin-bottom: 1.55em;
}

.content-page ul li:before {
  content: "";
  background-image: url("/wp-content/themes/medford/images/check.svg");
  width: 17px;
  height: 12px;
  display: inline-block;
  position: absolute;
  left: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 7px;
}

.content-page h3,
.content-page h2,
.content-page h4,
.content-page h5,
.content-page h6 {
  font-family: "Proxima Nova", Arial, sans-serif;
  display: block;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5rem;
}

a.medford-btn.medford-btn--outline.medford-btn--lg.medford-btn--gray.text-md.text-demi {
  display: none; /* временно скрыто 22.08.2024 */
}

.medford-description__section--download .medford-btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

.medford-description__section .medford-description__text strong {
  font-family: "Normalidad Wide";
  font-weight: 700;
}

.logo_manufacturer {
  max-width: 140px;
}

.parts-8 .part-10 {
  width: 100%;
}

.medford-breadcrumbs__current {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hide-desck {
  display: none !important;
}

.medford-btn--whatsapp {
  background-color: #4caf50;
  color: #fff;
  border-color: transparent;
}

.medford-btn--whatsapp:active {
  background-color: #4caf50;
}

.medford-btn--whatsapp:hover {
  background-color: #4caf50;
}

.medford-banner__text.hide-md {
  position: relative;
  z-index: 1;
}

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

.medford-banner__container .text-mute {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #becfd7;
}

.more-txt {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2ab5bb;
  border-bottom: 1px solid #2ab5bb;
}

.max-width200 {
  max-width: 200px;
}

#service_form input,
#service_form textarea,
textarea {
  border: 1px solid #d7dcdf;
}

label {
  color: #767676;
}

#message_show {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

#message_show + label {
  position: relative;
  padding: 0 0 0 60px;
  cursor: pointer;
  margin: 15px 0;
  display: block;
}

#message_show + label:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #cdd1da;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}

#message_show + label:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.2s;
}

#message_show:checked + label:before {
  background: #14c1de;
}

#message_show:checked + label:after {
  left: 26px;
}

.show-checkbox {
  display: none;
}

#message_show:checked ~ .show-checkbox {
  display: flex;
}

.to-form {
  margin-bottom: 60px;
}

/* VIDEO SECTION */
.small-video__wrapp {
  max-height: 550px;
  overflow-y: scroll;
  padding: 20px;
  background-color: #f6f8f9;
}

.small-video__wrapp::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 5px;
  height: 0px;
}

.small-video__wrapp::-webkit-scrollbar-track {
  background-color: rgba(209, 211, 220, 0.3);
}

.small-video__wrapp::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  background-color: #d1d3dc;
  border-radius: 3px;
}

.small-video__wrapp::-webkit-scrollbar-thumb:hover {
  background-color: #56999f;
}

.small-video__wrapp::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 6px;
  height: 0px;
}

.small-video__wrapp::-webkit-scrollbar {
  width: 6px;
}

.small-video__wrapp img {
  width: 100%;
}

.video-small {
  margin-bottom: 20px;
}

.video-item {
  position: relative;
}

.video-item .content-video {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.video-item .medford-banner__play {
  left: 50%;
  margin-left: -45px;
  bottom: auto;
}

.video-item .medford-banner__play:hover {
  transform: scale(0.95);
}

.video-item.video-small .medford-banner__play {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
  height: 50px;
  max-height: 50px;
  min-height: 50px;
  margin-left: -20px;
}

.video-item.video-small .medford-banner__play:before {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #14c1de;
  border-right: 0;
  margin-left: -3px;
}

.video-wrapp .part-right {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding-top: 0;
}

.video-info p {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  padding-top: 10px;
  margin-bottom: 5px;
}

.video-info span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #585b5b;
}

.video-small .video-info p {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  margin-bottom: 0;
}

.video-small .video-info span {
  font-size: 12px;
  line-height: 14px;
}

.show-more__video {
  display: none;
}

.our-mission {
  justify-content: space-between;
  padding-top: 15px;
}

.our-mission .col {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: calc(100% / 9);
  max-width: unset;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  flex-shrink: 1;
  flex-grow: 1;
}

/* .our-mission .col svg {
  right: -54px;
} */

/*
.our-mission .col {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  flex: 1 0 50px;
} */
/*
.our-mission .col:nth-child(2) svg {
  right: -54px;
}

.our-mission .col:nth-child(5) svg {
  right: -50px;
}

.our-mission .col:nth-child(5) svg {
  right: -50px;
}

.our-mission .col:nth-child(6) svg {
  right: -50px;
}

.our-mission .col:nth-child(7) svg {
  right: -50px;
}

.our-mission .col:nth-child(8) svg {
  right: -50px;
}
 */

.our-mission .col .medford-indent {
  display: flex;
  position: relative;
  height: 110px;
  align-items: flex-end;
}

.our-mission .col .text-md-md {
  position: relative;
  padding: 0 24px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #585b5b;
}

.our-mission .col svg {
  position: absolute;
  right: -12px;
  top: 4px;
}
/*
.our-mission .col svg {
  position: absolute;
  right: -30px;
  top: 4px;
} */

.bottom-line {
  height: 14px;
  background-image: url("https://medford.pro/wp-content/uploads/2020/09/group-345.svg");
  margin-top: 45px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.list-office span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin-top: 15px;
  display: inline-block;
  margin-right: 25px;
}

/**/
.medford-section.our-team-section {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 55px;
  background-size: cover;
}

.our-team-section .medford-banner__text {
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.our-team-section .medford-numbers__num,
.our-team-section .medford-numbers__text {
  color: #fff;
}

.our-team-section .medford-numbers__num {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: #fff;
}

.our-team-section .medford-numbers__text {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.medford-numbers__item {
  margin-bottom: 75px;
}

.medford-section__subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #585b5b;
  margin-bottom: 40px;
}

.medical-equ-list__item {
  display: flex;
  align-items: center;
  border: 1px solid #e3e8ea;
  box-sizing: border-box;
  padding: 20px 28px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  min-height: 90px;
  margin-bottom: 13px;
}

.medical-equ-list__item:last-child {
  margin-bottom: 0;
}

.medical-equ-list__item svg {
  display: block;
  margin-right: 15px;
}

.wp-block-separator.is-style-wide {
  max-width: 1358px;
  margin: 0 auto;
}

.logo-subtitle {
  margin-bottom: 70px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.logo-subtitle img {
  margin-right: 35px;
}

.logo-footer-health {
  opacity: 0.5;
}

.license-title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #989c9d;
}

.medford-tabs__nav--images {
  overflow-x: auto;
}

.medford-tabs-p .medford-tabs__nav--images .medford-tabs__link {
  padding-left: 0;
  max-width: 105px;
  flex: 1 0 auto;
}

.medford-tabs-p .medford-tabs__item--spaced {
  padding-top: 35px;
  padding-bottom: 50px;
  padding-left: 60px;
  padding-right: 60px;
}

.manufactures-section-tab {
  padding-top: 62px;
  padding-bottom: 62px;
  margin-top: 120px;
}

p.medford-tabs__link {
  margin-top: 0;
  margin-bottom: 0;
}

.gallery-slick-slider .medford-slider__item {
  border-radius: 20px;
}

/* .tabs-partner .medford-tabs__slider {
    height: 4px;
} */
.tabs-partner .medford-tabs-p .medford-tabs__item--spaced {
  padding-right: 150px;
}

.slider-certificate .medford-slider__item--image {
  min-height: auto;
}

.slider-certificate .slick-initialized .slick-slide {
  border: 1px solid #e3e8ea;
  margin-right: 33px;
  /*min-height: 400px;*/
}

.slider-certificate .slick-initialized .slick-active:last-child {
  margin-right: 0 !important;
}

.slider-certificate .medford-slider__list:before,
.slider-certificate .medford-slider__list:after {
  display: none;
}

.slider-certificate .medford-slider__link--next {
  right: 0;
  margin-right: 9px;
}

.slider-certificate a {
  position: relative;
  z-index: 9;
  display: block;
}

.slider-certificate .medford-slider__item--image:after {
  display: none;
}

.slider-certificate .slick-initialized .slick-slide {
  opacity: 0.5;
  /*pointer-events: none;*/
}

.slider-certificate .slick-initialized .slick-slide:hover {
  opacity: 1;
  cursor: pointer;
  /*pointer-events: all;*/
}

.medford-tabs-p .medford-tabs__link {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
}

.history-section {
  padding-bottom: 1px;
}

.history-section .medford-features__container {
  padding-top: 50px;
}

.current_page_item a {
  color: #14c1de;
}

.medford-slider--team {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 130px;
  position: relative;
  width: 100%;
  padding-left: 50px;
  padding-right: 25px;
}

.medford-slider--team .medford-slider__nav {
  position: absolute;
  margin-top: 0;
  display: flex;
  flex-direction: row;
  top: -45px;
}

.medford-slider--team .medford-slider__link--prev {
  left: 0;
  margin-left: -24px;
  position: absolute;
}

.medford-slider--team .medford-slider__link--next {
  position: absolute;
  right: 6px;
  margin: 0;
}

.medford-slider--team .medford-tabs__nav {
  justify-content: center;
}

a.medford-banner__play:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 85px;
  height: 85px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.medford-product__header img {
  max-width: 148px;
  position: relative;
  top: -6px;
}

.bg-theme-white {
  background-color: #fff;
}

.developed-note {
  opacity: 1;
  color: #585b5b;
}

.vacancies .department {
  padding-left: 0;
}

.vacancies .department::before {
  content: "";
  width: 0;
}

.medford-footer__note.developed-note a:hover img {
  transform: rotate(360deg) translate3d(0, 0, 0.00006px);
  transition: transform 0.98s cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

.medford-footer__container .footer__medford-row {
  justify-content: space-between;
  gap: 9px;
}

.footer-1,
.footer-3 {
  max-width: 300px;
}

.footer__link a,
.footer__link,
.footer__links-contacts > li,
.footer__links-catalog > li {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #585b5b;
  transition: color 0.3s linear;
}

.footer__link a:hover,
.footer__links-contacts > li a:hover {
  color: #14c1de;
}

.footer__link:not(:last-child),
.footer__links-contacts > li:not(:last-child),
.footer__links-catalog > li:not(:last-child) {
  margin-bottom: 20px;
}

.footer__social {
  row-gap: 10px;
  margin-bottom: 10px;
}

.footer__social .medford-footer__item {
  margin-right: 0;
}

.page-template-vacancies .medford-banner--dark {
  position: relative;
}

.page-template-vacancies .medford-banner--dark:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
}

.page-template-vacancies
  .medford-banner
  .medford-container.medford-container--xl {
  z-index: 1;
}

.justify-end {
  justify-content: flex-end;
}

.max-width80 {
  max-width: 200px;
}

.license-contact img {
  max-width: 110px;
  opacity: 0.5;
}

.license-contact img:hover {
  opacity: 1;
}

.license-contact-slider .slick-track {
  margin-left: 0;
}

.license-contact-slider .medford-slider__item--image {
  padding: 10px;
}

.medford-breadcrumbs__link:hover {
  color: #7d7d7d;
}

.col-logo {
  height: 30px;
}

.medford-slider--products.medford-slider--started .slick-track {
  margin-left: 0;
}

#clarifyCost .medford-card__title {
  margin-bottom: 0;
}

#clarifyCost .subtitle_product {
  margin-top: 0;
}

.stock_status_popup {
  position: relative;
  display: flex;
  align-items: center;
}

.stock_status_popup.text-theme:before {
  content: "";
  background-image: url("https://medford.pro/wp-content/uploads/2020/10/check.svg");
  width: 15px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
}

.stock_status_popup.text-gray:before {
  content: "";
  background-image: url("https://medford.pro/wp-content/uploads/2020/10/on_order.svg");
  width: 24px;
  height: 17px;
  display: inline-block;
  margin-right: 10px;
}

.medford-container--compact {
  padding-left: 0;
  padding-right: 0;
}

.justify-center {
  justify-content: center;
  display: flex;
  align-items: center;
}

.col-products_type_install,
.col-products_options {
  display: none;
}

.medford-header__item:nth-child(2) {
  margin-left: 0;
}

.filter_hide {
  -webkit-filter: none !important;
  filter: none !important;
}

.page-blog .col.part-6 {
  max-height: 90vh;
  overflow-y: auto;
  margin-bottom: 40px;
}

.page-template-blog-template .page-blog .col.part-6 {
  overflow: visible;
  max-height: none;
}

.download_btn a {
  pointer-events: none;
  /*border-bottom: 0;*/
  color: #000;
}

.download_btn .wp-block-file__button {
  pointer-events: all;
  background-color: transparent;
  border-radius: 0;
  padding: 0 0 1px 0;
  border-color: #000;
  opacity: 1;
  font-family: "Proxima Nova", Arial, sans-serif;
  color: #000;
  font-size: 16px;
}

.download_btn .wp-block-file__button:hover {
  color: #000 !important;
}

iframe.amoforms_iframe label {
  font-size: 16px !important;
}

/* SECTION FORM REVIEW */
.flex-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
}

.step-number {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #585b5b;
}

.form-review-company {
  background-color: #f6f8f9;
  padding: 35px;
  position: relative;
}

.form-review-company .text-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.download-file {
  position: relative;
  margin-right: 45px;
}

.quality_service {
  display: flex;
}

.rating-item {
  position: relative;
}

.rating-item label {
  background-color: #fff;
  border: 1px solid #e3e8ea;
  box-sizing: border-box;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}

.step-review-product {
  display: none;
}

.download-file__wrapp {
  display: flex;
  align-items: center;
}

.rating-item input:checked + label {
  background-color: #2ab5bb;
}

.rating-item input:checked + label img {
  -webkit-filter: brightness(2);
  filter: brightness(2);
}

.rating-item input {
  position: absolute;
  text-align: center;
  opacity: 0;
}

.step-review-company textarea {
  background: #fff;
  border: 1px solid #e3e8ea;
  box-sizing: border-box;
  border-radius: 4px;
  height: 100vh;
  max-height: 253px;
}

.step-review-company .part-2 {
  max-width: 398px;
  min-width: auto;
}

.step-review-company .text-mute {
  text-align: right;
}

.step-review-company .text-mute span {
  font-size: 12px;
  display: block;
}

.step-review-wrap .medford-btn {
  width: auto;
  display: inline-block;
}

form#filter_review {
  display: none;
}

/* Star rating */
.star-rating {
  margin-top: 0;
  display: flex;
  align-items: center;
}

.rating_figure {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #176690;
}

.star-rating__wrap {
  display: inline-block;
  font-size: 1rem;
  pointer-events: none;
}

.star-rating__wrap.active {
  pointer-events: all;
}

.star-rating__input,
.star-rating__inputattendance,
.star-rating__inputquality {
  display: none;
}

.fa-star-o:before {
  content: "" !important;
  background-image: url("../images/star_grey.svg");
  color: #d9dddf;
  transition: all 0.5s ease;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

.star-rating__ico,
.star-rating__icoquality,
.star-rating__icoattendance {
  float: right;
  padding-left: 6px;
  cursor: pointer;
  color: #d2232a;
  font-size: 18px !important;
  transition: all 0.5s ease;
}

.star-rating__ico:hover:before,
.star-rating__icoquality:hover:before,
.star-rating__icoattendance:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__icoquality:hover ~ .star-rating__icoquality:before,
.star-rating__icoattendance:hover ~ .star-rating__icoattendance:before,
.star-rating__input:checked ~ .star-rating__ico:before,
.star-rating__inputquality:checked ~ .star-rating__icoquality:before,
.star-rating__inputattendance:checked ~ .star-rating__icoattendance:before {
  content: "";
  background-image: url("../images/star_yelow.svg");
  color: #d2232a !important;
  transition: all 0.5s ease;
}

.star-rating-user {
  display: flex;
  margin-top: 5px;
  align-items: center;
}

.rating_number {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  color: #176690;
  margin-right: 5px;
}

.star-1 .star-rating__ico:nth-child(1):before {
  background-image: url("../images/star_yelow.svg");
}

.star-2 .star-rating__ico:nth-child(-n + 2):before {
  background-image: url("../images/star_yelow.svg");
}

.star-3 .star-rating__ico:nth-child(-n + 3):before {
  background-image: url("../images/star_yelow.svg");
}

.star-4 .star-rating__ico:nth-child(-n + 4):before {
  background-image: url("../images/star_yelow.svg");
}

.star-5 .star-rating__ico:nth-child(n):before {
  background-image: url("../images/star_yelow.svg");
}

.star-rating-user .star-rating__ico {
  float: left;
  pointer-events: none;
  padding-left: 0;
  padding-right: 3px;
}

.star-rating-user .star-rating__ico:before {
  width: 19px;
  height: 18px;
}

/*Thanks*/
.wrapp-thanks-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blue-title-thanks {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #176690;
  margin-top: 10px;
}

.wrapp-thanks-txt p {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 27px;
  color: #000;
}

.step-review-thanks {
  display: none;
}

.photo-video-file.done .text-mute:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("../images/check_success.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.photo-video-file.done .text-mute {
  display: flex;
  align-items: center;
}

.medford-slider_review_title {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #585b5b;
}

.slider-review .medford-slider__item {
  max-width: 35px;
  width: 100% !important;
  height: 35px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  margin-right: 10px;
  padding: 3px;
}

.slider-review .medford-slider__item.fancybox-video {
  max-width: 50px;
  width: 100% !important;
  height: 35px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  margin-right: 10px;
  padding: 3px;
}

.slider-review .medford-slider__item.fancybox-video a {
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  height: 100%;
}

.medford-slider__item.fancybox-video:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.slider-review .medford-slider__item.fancybox-video a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-review .medford-slider__item.fancybox-video a svg {
  z-index: 1;
}

.slider-review .medford-slider__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  border-radius: 50%;
  width: 15px;
  max-width: 20px;
  min-width: 20px;
  height: 20px;
  max-height: 20px;
  min-height: 20px;
  border: none;
  background-color: transparent;
  transition: color 0.2s ease 0s;
  cursor: pointer;
  position: absolute;
  top: 0;
  margin-top: -7px;
  font-size: 15px;
  color: #585b5b;
}

.slider-review .medford-slider__link--next {
  right: 0;
  margin-right: -16px;
}

.slider-review img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.medford-slider_review_title {
  padding-top: 10px;
  padding-bottom: 3px;
}

/*:root {*/
/*--star-size: 60px;*/
/*--star-color: #fff;*/
/*--star-background: #fc0;*/
/*}*/
/*.Stars {*/
/*--percent: calc(var(--rating) / 5 * 100%);*/
/*display: inline-block;*/
/*font-size: var(--star-size);*/
/*font-family: Times;*/
/*line-height: 1;*/
/*}*/
/*.Stars::before {*/
/*content: '★★★★★';*/
/*letter-spacing: 3px;*/
/*background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));*/
/*-webkit-background-clip: text;*/
/*-webkit-text-fill-color: transparent;*/
/*}*/
/*---------- star rating ----------*/
.star-ratings,
.back-stars,
.front-stars {
  display: flex;
}

.star-ratings {
  align-items: center;
  justify-content: left;
  pointer-events: none;
  margin-right: 20px;
}

.back-stars {
  color: #bb5252;
  position: relative;
  text-shadow: 4px 4px 10px #843a3a;
}

.front-stars {
  color: #ffbc0b;
  overflow: hidden;
  position: absolute;
  text-shadow: 2px 2px 5px #d29b09;
  top: 0;
  transition: all 0.5s;
}

.star-ratings .star-rating__ico:before {
  height: 20px;
  width: 20px;
}

.front-stars .star-rating__ico:before {
  background-image: url("../images/star_yelow.svg");
}

.product-title__review {
  display: flex;
  flex-direction: row;
}

.link-all-review {
  font-family: "Proxima Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #2ab5bb;
}

.link-all-review sup {
  font-size: 12px;
  margin-top: 11px;
}

.parts-center-align {
  align-items: center;
}

.name_logo {
  color: #3794cb;
  font-weight: 600;
}

.item-review {
  border-bottom: 1px solid #e3e8ea;
  padding-bottom: 40px;
  padding-top: 40px;
}

#review_product {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

#review_product:before {
  background-color: #fff;
}

#review_product .slick-track {
  margin: 0;
  width: 100% !important;
}

#review_product a.elimore_show {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #2ab5bb;
  padding-top: 25px;
}

#review_product .item-review:last-of-type {
  border-bottom: none;
}

.more-review {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #2ab5bb;
  display: block;
  margin-top: 20px;
}

.js-review-btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 15px 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #000;
  border: 1px solid #d7dcdf;
  box-sizing: border-box;
  border-radius: 4px;
  transition: border-color 0.25s ease-in-out;
}

.js-review-btn:hover {
  border-color: #000;
}

#review_product .item-review {
  display: none;
}

#review_product .item-review:nth-of-type(-n + 3) {
  display: block;
}

.review-single__txt {
  padding-top: 20px;
  position: relative;
}

.review-single__txt span.medford-slider__more.js-toggle {
  border-bottom-width: 1px;
  transition: border-color 0.15s ease 0s, color 0.15s ease 0s;
  border-bottom-color: rgba(55, 148, 203, 0.3);
  border-bottom-style: solid;
  border-bottom-color: rgba(55, 148, 203, 0.3);
  border-bottom-color: rgba(42, 182, 186, 0.3);
  color: #14c1de;
  font-weight: 600;
  font-size: 0.875rem;
  opacity: 1;
  pointer-events: all;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 1rem;
}

.review-single__txt p {
  height: 0;
  overflow: hidden;
}

.review-single__txt p:first-of-type {
  height: auto;
  overflow: visible;
}

.review-single__txt.medford-active p {
  height: auto;
  overflow: visible;
}

.review-single__txt.medford-active .medford-slider__more {
  display: none;
}

p:empty {
  display: none;
}

@font-face {
  font-family: "arco_cyrillicregular";
  src: url("./fonts/15548.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

.year {
  font-family: "arco_cyrillicregular";
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fc6868;
}

.new-year-title {
  font-family: "arco_cyrillicregular";
  font-style: normal;
  font-weight: bold;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #176690;
}

.new-year-first {
  display: flex;
  padding: 0 30px 120px 30px;
}

.new-year-first img {
  position: absolute;
  right: 0;
}

/* HEADER */

.medford-header__section--right {
  justify-content: flex-end;
  width: 100%;
  max-width: 460px;
  margin-left: 15px;
  flex-grow: 1;
}

.desktop-search form {
  width: 0;
  overflow: hidden;
  opacity: 0;
  /*width:435px;*/
  /*padding-left:1rem;*/
  /*position: absolute;*/
  z-index: 1;
}

.first-section {
  max-width: 916px;
}

.desktop-search .desktop-search__icon {
  height: 30px;
  color: #000 !important;
  top: 32px !important;
  position: relative !important;
}

.medford-search.medford-active .desktop-search form {
  width: 435px;
  padding-left: 1rem;
  overflow: visible;
  opacity: 1;
  transition: opacity 1s;
}

.medford-header.medford-header--sticked
  .medford-search.medford-active
  .desktop-search
  form {
  width: 100%;
}

.medford-search.medford-active .desktop-search form .medford-btn svg {
  width: 18px;
}

.home .medford-header__phones {
  margin-inline: auto 0;
}

.home .medford-header__section--right {
  display: none;
}

.medford-header .medford-input input {
  padding: 10px 15px 10px 45px;
  font-size: 0.875rem;
  height: auto;
}

.medford-header__phones a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #14c1de;
  transition: color 0.3s linear;
}

.medford-header__phones a:hover {
  color: #08a5e1;
}

.medford-header__phones a:not(:last-child) {
  margin-right: 20px;
}

.mob-phone {
  display: none;
}

.mob-phone .medford-header__link {
  color: #14c1de;
}

.medford-banner--dark .medford-banner__bg {
  padding: 0;
  background-color: #313a3e;
  overflow: hidden;
}

.medford-banner__img {
  min-height: 100%;
  min-width: 100%;
}

.medford-banner__content {
  padding: 50px 0;
}

.desktop-search:hover {
  cursor: pointer;
}

.desktop-search form .medford-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
TEAMS
*/
.work-period {
  margin: 0;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

.work-period::before {
  content: "";
  margin-right: 7px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #00ad51;
}

.teams-review-slider.medford-slider--reviews .medford-slider__item {
  background-color: transparent;
  border: 1px solid #e3e8ea;
}

.medford-slider--reviews.teams-review-slider .medford-slider__item:before {
  border-right-color: #eef2f4;
}

.awards-section .medford-features__item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.awards-section .medford-features__item:before,
.awards-section .medford-features__item:after {
  content: "";
  background-image: url("./images/branch.svg");
  display: block;
  height: 54px;
  width: 22px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.awards-section .medford-features__item:after {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}

.medford-company-review__content {
  position: relative;
  padding-top: 30px;
  padding-right: 0;
  margin-top: 60px;
  padding-bottom: 52px;
}

.medford-company-review__title {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
}

.medford-company-review__text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  color: #585b5b;
}

.medford-company-review__content:before {
  content: "“";
  display: block;
  position: absolute;
  font-size: 54px;
  left: -30px;
  top: 20px;
  height: 0;
  width: 0;
  line-height: 0;
  font-weight: 600;
}

.align-items-center {
  align-items: center;
}

.team-info-banner:before {
  border-bottom: 822px solid #176690;
  left: auto;
  right: 0;
}

.team-info-banner .medford-slider__more {
  border-bottom-width: 1px;
  transition: border-color 0.15s ease 0s, color 0.15s ease 0s;
  border-bottom-color: rgba(55, 148, 203, 0.3);
  border-bottom-style: solid;
  border-bottom-color: rgba(55, 148, 203, 0.3);
  border-bottom-color: rgba(42, 182, 186, 0.3);
  color: #14c1de;
  font-weight: 600;
  font-size: 0.875rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 1rem;
}

.team-occupation {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #585b5b;
}

.team-info-banner .medford-breadcrumbs-section .medford-breadcrumbs {
  position: absolute;
  top: 31px;
  left: 25px;
  z-index: 1;
}

.awards-section {
  border-bottom: 1px solid #e3e8ea;
  padding-bottom: 30px !important;
}

.team-instagramm {
  background-color: #f6f8f9;
  padding: 40px 20px;
}

#wis-slides li {
  margin-right: 20px;
}

.inst-next,
.inst-prev {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  color: #000;
  font-size: 1.375rem;
  border-radius: 50%;
  width: 48px;
  max-width: 48px;
  min-width: 48px;
  height: 48px;
  max-height: 48px;
  min-height: 48px;
  border: 1px solid #e3e8ea;
  background-color: #fff;
  transition: color 0.2s ease 0s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  font-size: 15px;
  color: #585b5b;
  right: 0;
}

.inst-prev {
  left: 0;
  margin-left: -24px;
}

#reviewTeam textarea {
  border: 1px solid #d7dcdf;
}

/* team-member - страница о сотруднике */
.team-member .medford-header {
  background-color: #eef2f4;
}

.team-member__hero {
  padding: 130px 0 80px;
  background-color: #d1d0d0;
}

.team-member__hero .medford-banner__container {
  background-color: transparent;
}

.team-member .medford-banner--main {
  padding-top: 50px;
}

.team-member__hero .medford-banner__title {
  font-size: 48px;
}

.team-member__hero .medford-banner__image--doc {
  position: static;
  margin-left: 0;
  transform: translateY(80px);
}

.team-member__hero .medford-banner__image--doc img {
  max-width: 100%;
  max-height: 100%;
}

.team-info-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 460px;
  grid-template-columns: 1fr 460px;
  margin-left: 30px;
  gap: 50px;
  max-width: calc(100% - 30px);
}

.team-info-section__data {
  padding-bottom: 30px;
}

#reviewDevice {
  max-width: 650px;
  width: 100%;
}

.popup-device {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #176690;
  margin-top: -20px;
  margin-bottom: 30px;
}

.data-person {
  margin-bottom: 30px;
}

#reviewDevice .star-rating {
  margin-bottom: 30px;
}

#reviewDevice .star-rating .star-rating__wrap {
  pointer-events: all;
}

#reviewDevice textarea {
  border: 1px solid #e3e8ea;
  box-sizing: border-box;
  border-radius: 4px;
}

#reviewDevice .text-right {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: flex-end;
}

#reviewDevice .medford-btn {
  max-width: 175px;
  width: 100%;
}

.next-step-popup_btn {
  display: none;
}

#review_product_slider .medford-section__title {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #000;
  margin-bottom: 0;
}

#review_product_slider .item-review {
  padding-top: 20px;
}

#review_product_slider .medford-reviews__name {
  margin-top: 10px;
}

#review_product_slider p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  max-height: 30px;
  overflow: hidden;
  display: none;
}

#review_product_slider .item-review:last-of-type {
  border-bottom: 0;
}

#review_product_slider p:first-of-type {
  display: block;
}

#review_product_slider .review-single__txt.medford-active p {
  max-height: none;
  display: block;
}

#review_product_slider .js-review-btn {
  margin: 0 auto;
}

.note-review {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.note-review .star-ratings {
  margin-right: 0;
  flex-direction: row-reverse;
}

.note-review .rating_number {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #585b5b;
  margin-right: 0;
  margin-left: 5px;
}

.note-review .star-ratings .star-rating__ico {
  padding-left: 3px;
}

.note-review .star-ratings .star-rating__ico:before {
  height: 15px;
  width: 15px;
}

.awards-section__container {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20%;
  grid-template-columns: 1fr 20%;
  gap: 50px;
}

.duties-list {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
  list-style-type: none;
}

.duties-list__item {
  padding: 15px 20px;
  border: 2px solid #222;
  border-radius: 30px;
  font-size: 20px;
}

.duties-descr {
  font-size: 18px;
  line-height: 22px;
  color: #585b5b;
}

.likes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  gap: 30px;
  max-width: 100%;
}

.likes__item {
  position: relative;
}

.likes__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.study-list,
.awards-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.study-list__item::marker,
.awards-list__item::marker {
  color: #1da1f2;
}

.study-list__item,
.awards-list__item {
  font-size: 20px;
}

.study-list span {
  margin-right: 20px;
}

/*TAGS PRODUCT*/
.list-product-tags {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.tag-item {
  display: flex;
  align-items: center;
  position: relative;
  background: #eef2f4;
  border-radius: 4px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #585b5b;
  margin-left: 15px;
  padding: 5px 15px;
}

.tag-item:before {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  left: -4px;
}

/* Authorization form */
#authorizationPopup {
  max-width: 470px;
}

#authorizationPopup .medford-card__title {
  text-align: center;
}

.regsocial-btn__wrapp {
  text-align: center;
}

.other-register__form span,
.regsocial-btn__wrapp span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #989c9d;
  margin: 15px 0;
  display: inline-block;
}

.other-register__form {
  overflow: hidden;
  text-align: center;
}

.other-register__form:before,
.other-register__form:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  background: #e3e8ea;
  border: solid #fff;
  border-width: 0 10px;
}

.other-register__form:before {
  margin-left: -100%;
}

.other-register__form:after {
  margin-right: -100%;
}

.remember-wrapp {
  display: flex;
  align-items: center;
}

.remember-wrapp label {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #989c9d;
  margin-left: 7px;
}

.remember-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.remember-field a {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #989c9d;
}

/*LostPassword*/
#lostpasswordPopup {
  text-align: center;
  max-width: 470px;
}

#lostpasswordPopup .medford-form__button a {
  margin: 20px 0;
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #989c9d;
}

#lostpasswordPopup .medford-form__text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #989c9d;
}

.regsocial-btn__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
}

.regsocial-btn__group a:first-child {
  margin-right: 10px;
}

.geo-city {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #989c9d;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.geo-city:before {
  content: "";
  background-image: url("../images/header_location_ico_color.svg");
  width: 11.33px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.geo-city.active {
  color: #14c1de;
}

.geo-city.active:before {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.geo-city span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 270px;
}

.user-location_wrapp {
  order: 2;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  padding-left: 15px;
  position: relative;
}

body.home .user-location_wrapp {
  padding-right: 10%;
}

.logged-user-popup {
  background: #fff;
  border: 1px solid #d7dcdf;
  box-sizing: border-box;
  box-shadow: 0px 10px 20px rgba(21, 22, 22, 0.15);
  border-radius: 4px;
  width: 210px;
  height: 128px;
  position: absolute;
  left: -75px;
  top: 25px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  display: none;
}

.logged-user__wrapp {
  min-width: 20px;
}

.logged-user__wrapp .js-logout img {
  width: 20px;
  height: 20px;
}

.logged-user__wrapp a {
  pointer-events: none;
}

.logged-user__wrapp .logged-user-popup a {
  pointer-events: all;
}

.logged-user__wrapp:hover {
  cursor: pointer;
}

.logged-user__wrapp.active .logged-user-popup {
  display: flex;
}

.logged-user-popup_name {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin-bottom: 3px;
}

.logged-user-popup_txt {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #989c9d;
  margin-bottom: 10px;
}

.logged-user__wrapp a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #989c9d;
}

.logged-user-popup img {
  margin-right: 5px;
}

.user-city_popup {
  position: absolute;
  left: -235px;
  top: 25px;
  background: #fff;
  border: 1px solid #d7dcdf;
  box-sizing: border-box;
  box-shadow: 0px 10px 20px rgba(21, 22, 22, 0.15);
  border-radius: 4px;
  padding: 25px 15px;
  width: 340px;
  height: 149px;
  z-index: 1;
  display: none;
}

.user-city_wrapp:hover {
  cursor: pointer;
}

.user-city_wrapp.active .user-city_popup {
  display: block;
}

.city-info span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #989c9d;
}

.city-info .city-name {
  font-weight: 600;
  color: #000;
}

.user-city_popup_btn {
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
}

.user-city_popup_btn button {
  max-width: 140px;
  width: 100%;
}

.user-city_popup_btn button.medford-btn--outline {
  text-align: center;
  padding: 0 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #989c9d;
}

.medford-tabs__nav {
  flex-wrap: wrap;
}

.medford-tabs__link.medford-active {
  border-radius: 10px;
  background-color: #000;
}

.medford-tabs__slider {
  display: none;
}

/*****************************************/
#selectCityPopup {
  max-width: 650px;
  width: 100%;
}

#selectCityPopup .medford-card {
  padding: 50px 0;
}

#selectCityPopup .medford-card__section--form {
  background-image: url("../images/marker_bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#selectCityPopup .medford-card__title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #000;
}

#allowedCountries .typeahead {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #000 !important;
  line-height: 56px;
  background: #fff;
  border: 1px solid #e3e8ea;
  box-sizing: border-box;
  border-radius: 4px;
  max-width: 290px;
  width: 100% !important;
  height: 58px;
  line-height: 58px;
  text-align: left;
  padding: 0 15px;
}

#allowedCountries {
  position: relative;
  max-width: 290px;
  width: 100% !important;
  margin: 0 auto;
}

#allowedCountries .twitter-typeahead {
  position: relative;
  max-width: 290px;
  width: 100% !important;
  position: relative;
}

#allowedCountries b {
  width: 6px;
  height: 7px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 0px solid #000;
  border-left: 0px solid #000;
  transform: rotate(45deg);
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  display: block;
  position: absolute;
  top: 24px;
  right: 15px;
}

#selectCityPopup .js-search-res {
  display: none !important;
}

.js-yes-city_popup {
  max-width: 180px;
  margin: 20px auto auto auto;
}

.js-logout {
  display: block;
}

.logged-user__wrapp .js-logout,
.user-location_wrapp .js-popup-open {
  font-size: 0;
}

/**/
.subscribe-telegram {
  position: fixed;
  bottom: 114px;
  right: 6%;
  z-index: 99999999;
  background: #fff;
  box-shadow: 0px 10px 20px #151604;
  border-radius: 4px;
  max-width: 490px;
  padding: 30px 30px 30px 38px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-flow: row nowrap;
  justify-content: space-between;
  transform: translate(999px);
  transition: all 1s ease;
  pointer-events: none;
  visibility: hidden;
}

.subscribe-telegram.active {
  transform: translate(0);
  pointer-events: all;
  visibility: visible;
}

.subscribe-telegram__title {
  font-family: "Proxima Nova", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
  color: #000;
  margin-bottom: 18px;
}

.subscribe-telegram__txt {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #585b5b;
  margin-bottom: 18px;
}

.subscribe-telegram__close {
  position: absolute;
  top: 23px;
  right: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
}

.subscribe-telegram__close:hover {
  cursor: pointer;
}

.subscribe-telegram__btn {
  height: 52px;
  padding: 0 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 52px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 0;
  text-align: center;
  color: #fff;
  background-color: #08a5e1;
}

.subscribe-telegram__btn:hover {
  background-color: #0091c9;
}

.subscribe-telegram__img {
  width: 150px;
}

form {
  position: relative;
}

.section-notautorization {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}

.section-notautorization .medford-section__title {
  color: #fff;
  max-width: 510px;
  margin: 0 auto 30px auto;
}

.basic-info {
  display: flex;
  flex-flow: row wrap;
}

.basic-info__item {
  font-family: "Proxima Nova", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-right: 30px;
  color: #3691c9;
}

figure {
  margin: 0 0 0 0;
}

.page-template-training-template .medford-content {
  max-width: 880px;
  padding-bottom: 0;
}

.page-template-training-template p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  color: #585b5b;
}

.page-template-training-template .medford-card__section {
  max-height: 150px;
  min-height: 150px;
  display: flex;
  align-items: center;
}

.page-template-training-template #leadia_science_widget,
.page-template-training-template .cookies {
  display: none !important;
}

.day-info__themes {
  margin-bottom: 60px;
}

.day-info {
  margin-top: 60px;
}

.day-info ul > li {
  padding-left: 25px;
}

.day-info ul > li:before {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  top: 0.575em;
  background-color: #3691c9;
}

.day-info__top {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  color: #585b5b;
  margin-bottom: 10px;
}

.day-info__title {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  /* identical to box height */
  color: #000;
}

.day-info__themes--title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}

.spikers__list {
  display: flex;
  flex-flow: row wrap;
}

.spikers__list--item {
  margin-right: 25px;
  flex: 0 0 33%;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}

.spikers__list--item .spikers__photo {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  flex: 0 0 50px;
}

.spikers__title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin-bottom: 10px;
}

.spikers__name {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #000;
  margin-bottom: 5px;
}

.spikers__position {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #585b5b;
}

.notes-bottom {
  margin-bottom: 120px;
}

.cost {
  background: #f6f8f9;
  border: 1px solid #e3e8ea;
  box-sizing: border-box;
  max-width: 420px;
  width: 100%;
  height: 240px;
  max-height: 240px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 40px;
}

.cost__title {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 144% */
  color: #989c9d;
  text-align: center;
}

.cost div {
  width: 100%;
}

.cost__price {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  /* identical to box height */
  text-align: center;
  width: 100%;
  color: #000;
}

th.product-remove,
th.product-thumbnail,
td.product-thumbnail,
td.product-remove {
  display: none;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td,
table td,
table th {
  border: 0 !important;
}

.wc-proceed-to-checkout {
  max-width: 250px;
}

.payment_box.payment_method_all {
  display: none !important;
}

#order_review {
  max-width: 50%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 25%;
}

table th {
  background-color: transparent;
  border-color: transparent;
  border-bottom: 0;
}

.woocommerce-additional-fields {
  display: none;
}

.shirt {
  display: inline-block;
  padding: 25px;
  border: 1px solid #cecece;
  border-radius: 4px;
  margin: 20px 0 20px 0;
}

.shirt__title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}

.shirt__txt {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #000;
}

.shirt__sizes {
  display: flex;
  margin: 20px 0;
}

.shirt__sizes--item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 13px;
  width: 77px;
  height: 29px;
  background: #f6f8f9;
  border: 1px solid #e3e8ea;
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 10px;
}

.shirt__sizes--item.active {
  border-color: #f67d75;
  background: #f67d75;
  color: #fff;
}

#billing_company_field .optional {
  opacity: 0;
}

.notes-bottom p {
  display: flex;
  align-items: center;
}

.notes-bottom p svg {
  flex: 0 0 33px;
  margin-right: 20px;
}

.bottom-pay__wrapp {
  display: flex;
  justify-content: space-between;
  background-color: #176690;
  padding: 50px;
  margin-bottom: 50px;
  align-items: center;
  flex-flow: row wrap;
  position: relative;
}

.bottom-pay__title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  /* identical to box height, or 137% */
  color: #fff;
}

.bottom-pay__info--title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 144% */
  color: #fff;
}

.bottom-pay__info--price {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  margin-top: 5px;
  color: #fff;
}

.bottom-pay__wrapp:after {
  content: "";
  background-image: url("/wp-content/uploads/2021/04/right_img.png");
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  top: -50px;
  right: -50px;
}

.bottom-pay__btn a,
.cost a {
  max-width: 200px;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  line-height: 47px;
}

.woocommerce-order .woocommerce-order-overview li::before,
.woocommerce-bacs-bank-details ul li:before,
.wc_payment_methods li::before {
  display: none !important;
}

.woocommerce .woocommerce-customer-details address {
  border: 0;
}

.woocommerce-cart #leadia_science_widget {
  display: none !important;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border: 0;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: transparent;
}

.woocommerce .button {
  background-color: #14c1de !important;
  color: #fff;
  padding: 20px !important;
  font-family: "Proxima Nova", Arial, sans-serif !important;
  border-color: transparent !important;
}

.privacy-links {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 15px;
}

.privacy-links a {
  font-weight: 400;
  color: #585b5b;
  font-size: 10px;
  margin-right: 10px;
  transition: color 0.3s linear;
}

.privacy-links a:hover {
  color: #1da1f2;
}

.woocommerce-order-details .button-primary {
  color: #fff !important;
}

.column-2 {
  display: flex;
}

.disk-btn {
  display: flex;
  align-items: center;
  max-width: 200px;
}

.disk-btn svg {
  margin-right: 10px;
}

.woocommerce-order-details .woocommerce-table__product-name.product-name a {
  pointer-events: none;
  color: #000;
}

.medford-radio a {
  font-weight: 600;
  font-size: 0.875rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex: 1;
  padding-left: 0;
  line-height: 1.55em;
  color: #000;
}

.cabinets .medford-tabs--gray {
  background-color: #f6f8f9;
}

.cabinets__btns {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d5dce2;
}

.cabinets .medford-tabs__nav {
  margin: 0;
  padding: 0 50px;
}

.cabinets__btns .medford-input--xl .medford-selectbox__field {
  max-width: 316px;
  width: 100%;
  height: 40px;
}

.cabinets .medford-tabs__container {
  padding: 15px 50px;
}

.info-cabinet .col-left {
  display: flex;
  justify-content: space-between;
}

.count-position,
.summ-position {
  display: flex;
  flex-direction: column;
  position: relative;
}

.count-position__title,
.summ-position__title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #989c9d;
}

.count-position__number {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  /* identical to box height */
  color: #989c9d;
}

.summ-position__number {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  /* identical to box height */
  color: #2ab5bb;
}

.selected-position {
  color: #000;
  text-align: left;
  position: absolute;
  bottom: -10px;
  transition: opacity 0.1s ease 0s,
    transform 0.1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transform: translate3d(0, -30px, 0);
  background-color: #fff;
  border-radius: 4px;
  margin-top: 3px;
  margin-bottom: 3px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  padding: 15px;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.3);
  display: none;
}

.info-cabinet .col-right {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}

.info-cabinet .col-right .medford-btn {
  max-width: 161px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}

.filter {
  font-family: "Exo 2 Condensed", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #535353;
  max-width: 262px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 40;
}

.filter__block {
  margin-bottom: 25px;
}

.filter__block--slider {
  padding-left: 13px;
  padding-right: 13px;
}

.filter__block--slider .filter__head {
  margin-left: -13px;
  margin-right: -13px;
}

.filter__block--category {
  margin-bottom: 10px;
}

.filter__head {
  background: #f9fafa;
  color: #535353;
  padding: 0 13px;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-size: 0.875rem;
}

.filter__head--category {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
  color: #ae9f3d;
  height: auto;
  line-height: inherit;
  margin-bottom: 5px;
}

.filter__row {
  font-weight: 600;
  display: block;
  cursor: pointer;
  padding: 5px 55px 5px 35px;
  position: relative;
  margin: 0;
  line-height: 1.3;
}

.filter__row input[type="checkbox"] {
  display: none;
}

.filter__row input[type="checkbox"]:checked ~ .checkbox::after {
  color: #c6bd83;
  content: "\f374";
}

.filter__row input[type="checkbox"]:checked ~ .label {
  color: #ae9f3d;
}

.filter__row input[type="checkbox"]:checked ~ .sup {
  color: #ae9f3d;
}

.filter__row input[type="checkbox"]:disabled ~ .checkbox::after {
  content: "\f372";
}

.filter__row input[type="checkbox"]:disabled ~ .label {
  color: #bcbcbc;
  text-decoration: line-through;
}

.filter__row input[type="checkbox"]:disabled ~ .sup {
  color: #bcbcbc;
}

.filter__row .checkbox {
  height: 12px;
  width: 12px;
  position: absolute;
  display: block;
  margin: 0;
  left: 13px;
  top: 7px;
}

.filter__row .checkbox::after {
  font-family: "Ionicons";
  content: "\f372";
  position: absolute;
  font-size: 1.0625rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #a0a0a0;
  font-weight: 400;
}

.filter__row .sup {
  position: absolute;
  width: 50px;
  text-align: left;
  right: 0;
  top: 6px;
}

.filter__row:hover .label {
  color: #ae9f3d;
}

.filter__row.unactive {
  cursor: default;
}

.filter__row--nosup .sup {
  opacity: 0;
}

.filter__row--color .sup {
  border: 1px solid #f0f0f0;
  height: 14px !important;
  width: 14px !important;
  border-radius: 2px;
  overflow: hidden;
  right: 21px;
}

.filter__body {
  padding: 0;
  background: #fff;
}

.filter__body button + button {
  margin-top: 15px;
}

.filter__button {
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  color: #535353;
  background: #f9fafa;
  text-transform: uppercase;
  height: 40px;
  line-height: 38px;
  border: 0;
  padding-left: 15px;
  font-family: "Exo 2 Condensed", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  margin: 0;
}

.filter__button i {
  position: absolute;
  right: 10px;
  font-size: 0.875rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transform-origin: 50% 50%;
  transition: transform 0.35s;
}

.filter.is-active .filter__button i {
  transform: translateY(-50%) rotate(0deg);
}

.filter__cost {
  font-size: 0.75rem;
  font-weight: 600;
  color: #535353;
  font-family: "Exo 2 Condensed", sans-serif;
  text-transform: uppercase;
}

.filter__cost .table-cell {
  vertical-align: middle;
}

.filter__cost .table-cell + .table-cell {
  padding-left: 2px;
}

.filter__cost input {
  width: 44px;
  background: #f0f6f9;
  text-align: center;
  font-weight: 600;
  color: #535353;
  padding: 0;
  font-family: "Exo 2 Condensed", sans-serif;
  font-size: 0.75rem;
  height: 30px;
  line-height: 28px;
}

.filter__slider {
  padding-bottom: 35px;
  padding-top: 10px;
}

.filter__more {
  width: 100%;
  text-align: center;
  border-top: 1px solid #eaeaea;
  text-transform: none;
  font-weight: 400;
  margin-top: -20px;
  margin-bottom: 25px;
}

.filter__more a {
  text-decoration: none;
}

.filter__category {
  margin-bottom: 25px;
}

.ui-widget.ui-widget-content {
  border: 0;
  height: 3px;
  border-radius: 0;
  background: #e6e6e6;
}

.ui-slider-horizontal .ui-slider-range {
  background: #c6bd83;
}

.ui-slider .ui-slider-handle {
  width: 0;
  height: 0;
  border: 0;
  background: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #c6bd83;
  top: -8px;
  cursor: pointer;
  z-index: 10;
}

.ui-slider .ui-slider-handle:focus {
  outline: none;
}

.ui-slider .ui-slider-handle + .ui-slider-handle {
  border-left: 0;
  border-right: 10px solid #c6bd83;
}

.price-range-min,
.price-range-max {
  font-size: 0.625rem;
  color: #a9a9a9;
  position: absolute;
  left: -11px;
  top: 9px;
  font-family: "Exo 2 Condensed", sans-serif;
  width: 30px;
  z-index: 10;
  background-color: #fff;
  display: block;
}

.price-range-max {
  left: -20px;
  text-align: right;
}

.range__zero {
  font-size: 0.625rem;
  color: #a9a9a9;
  position: absolute;
  margin-top: 9px;
  z-index: 5;
}

.medford-types__heading {
  display: none;
  background-color: #f6f8f9;
  padding: 20px;
  color: #767676;
  font-size: 0.875rem;
  position: relative;
}

.medford-types__back {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 8px;
  font-size: 20px;
  color: #000;
}

.cabinets .medford-types__item {
  position: relative;
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  margin-bottom: 15px;
  cursor: pointer;
  transition: border 0.2s ease 0s;
}

.cabinets .medford-types__item:hover {
  border-color: #e3e3e3;
}

.cabinets .medford-types__input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

.cabinets .medford-types__input:checked + .medford-types__bg {
  /* background-image: url(/wp-content/themes/medford/images/catalog-active.svg); */
  opacity: 1;
  pointer-events: all;
  background-size: 19px !important;
  background-position: 95% 50% !important;
  background-repeat: no-repeat;
  background-color: #2ab5bb;
}

.list-product {
  display: block;
}

.list-product li {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #989c9d;
}

.js-add-cabinet,
.js-remove-cabinet {
  width: 114px;
}

.js-remove-cabinet {
  border: 1px solid #c32127;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: transparent;
  color: #c32127;
}

.js-remove-cabinet:hover {
  background-color: transparent;
}

.js-add-cabinet.hide {
  display: none;
}

.js-remove-cabinet {
  display: none;
}

.js-remove-cabinet.show {
  display: block;
}

.cabinets .medford-types__input:checked ~ .medford-types__name,
.cabinets
  .medford-types__input:checked
  ~ .medford-types__name
  .list-product
  li {
  color: #fff;
}

.cabinets .medford-types__bg {
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  opacity: 0;
  pointer-events: none;
  display: block;
  border-radius: 4px;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: 0.1s;
  transition-property: opacity;
}

.cabinets .medford-types__image {
  overflow: hidden;
  position: relative;
  border-radius: 2px;
  display: block;
  max-width: 56px;
}

.cabinets .medford-types__name {
  color: #000;
  margin-left: 15px;
  position: relative;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: 0.1s;
  transition-property: color;
}

.cabinets .medford-types__title {
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 30px;
}

.medford-types__arrow {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 26px;
  color: #fff;
  font-size: 20px;
}

.medford-types__angle {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 26px;
  display: none;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: transform;
}

.medford-types__angle:after,
.medford-types__angle:before {
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #000;
  z-index: 2;
  transform-origin: center center;
}

.medford-types__angle:before {
  content: " ";
  display: block;
  left: 50%;
  right: auto;
  transform: translate3d(0, 0, 0.00001px) rotate(45.00001deg);
  margin-left: -6px;
}

.medford-types__angle:after {
  content: " ";
  display: block;
  right: 50%;
  left: auto;
  transform: translate3d(0, 0, 0.00001px) rotate(-44.99999deg);
  margin-right: -7px;
}

.medford-types__check {
  display: none;
  border-radius: 50%;
  width: 16px;
  max-width: 16px;
  min-width: 16px;
  height: 16px;
  max-height: 16px;
  min-height: 16px;
  background-color: #4dc44d;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 16px;
  color: #fff;
  font-size: 12px;
}

.medford-types__toggle {
  position: relative;
}

.medford-types__button {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  padding: 20px;
  background-color: #fff;
}

#deviceManufactured .medford-types__image {
  max-width: none;
  padding: 13px;
}

.medford-banner .medford-form {
  max-width: 450px;
  margin: 60px 0 0 0;
}

.page-template-to-page-v2 .medford-banner--top .medford-banner__container {
  padding-top: 45px;
  padding-bottom: 45px;
}

.page-template-complex-equipment-operating .medford-banner__image--phone {
  bottom: 0;
  top: auto;
  transform: translate3d(0, 0%, 0);
}

.page-template-complex-equipment-operating
  .medford-banner--promo
  .medford-banner__container {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
}

.page-template-complex-equipment-operating .medford-banner .medford-form {
  margin: 30px 0 0 0;
}

.page-template-complex-equipment-operating .medford-breadcrumbs {
  padding-top: 40px;
}

.page-template-complex-equipment-operating .parts-5 > .part-2 {
  margin: auto;
}

.page-template-complex-equipment-operating .medford-section {
  padding-top: 0;
}

.first-section hr {
  flex-grow: unset !important;
  width: 100%;
  max-width: 80%;
}

.first-section .medford-section__title {
  font-size: 46px;
  line-height: 120%;
}

.medford__text {
  font-weight: 350;
  font-size: 24px;
  line-height: 32px;
}

#getKP {
  padding: 60px 25px;
}

#getKP .medford-card__section {
  padding: 0;
  border: none;
}

#getKP,
#getKP .medford-card__section {
  background-color: #eef2f4;
}

#getKP .count-position__number {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
}

#getKP .count-position {
  margin-bottom: 20px;
  margin-top: 10px;
}

/* Unisender template */
.bg-blue {
  background: #3691c9;
  border-radius: 8px;
  color: #fff;
  padding: 30px;
}

.bg-gray {
  background: #f8f8f8;
  border-radius: 8px;
  color: #000;
  padding: 30px;
}

.bg-light-gray {
  background: #faf9ff;
  border-radius: 8px;
  color: #000;
  padding: 30px;
}

.page-template-email-unisender .wp-block-image figcaption {
  font-size: 12px;
}

.bg-light-gray img {
  mix-blend-mode: multiply;
}

.bg-blue ul {
  color: #fff;
}

.medford__service-form {
  width: 100%;
  max-width: 420px;
  margin: auto;
}

.medford-btn--block {
  display: block;
  margin: auto;
}

.medford-section__title {
  margin-bottom: 60px;
  font-size: 36px;
}

.medford__terms > .col {
  display: flex;
  flex-direction: column;
}

.medfor__title-terms {
  max-width: 270px;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
}

.medford__terms .mefrord__text_small {
  margin-top: auto;
}

.page-template-complex-equipment-operating
  .parts-5
  > .part-2.medforf__form-consultation {
  width: 450px;
  margin: auto;
  min-width: unset;
}

.unisender-template .bg-gray p,
.unisender-template .bg-light-gray p,
.unisender-template .bg-blue p {
  margin: 30px 0;
}

.unisender-template .bg-gray h2,
.unisender-template .bg-light-gray h2,
.unisender-template .bg-blue h2 {
  margin-left: 0;
}

.unisender-template h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}

.unisender-template h2 {
  margin-bottom: 20px;
  margin-left: 30px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.unisender-template p {
  font-size: 14px;
  margin: 30px;
}

.unisender-template .bg-gray img {
  mix-blend-mode: multiply;
}

.d-hiden {
  display: none;
}

.unisender-template .medford-banner__text p {
  margin-left: 0 !important;
}

.form-amo-wrapp .medford-card {
  padding: 75px 115px;
}

.form-amo-wrapp .parts-row {
  background-color: #fff;
  border-radius: 4px;
}

.align-start {
  align-items: flex-start;
}

.form-amo-wrapp .medford-card {
  margin-bottom: 120px;
  margin-top: 50px;
}

.container-form {
  padding: 50px;
  position: relative;
}

.container-form:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../images/subtract_1.jpg");
  width: 48px;
  height: 100px;
  border-bottom-left-radius: 4px;
}

.container-form:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/rectangle_2.jpg");
  width: 133px;
  height: 131px;
}

.container-form .medford-card__section {
  background-color: transparent;
}

.container-form p {
  display: flex;
  align-items: center;
}

.container-form p svg {
  margin-right: 10px;
}

.success-message {
  display: none !important;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.success-message.active {
  display: flex !important;
}

.medford-btn.pointer-none {
  pointer-events: none;
  opacity: 0.8;
}

.medford-promotion__wrapp {
  justify-content: space-between;
}

.medford-promotion__wrapp .col {
  max-width: 650px;
  min-width: auto;
  width: 100%;
}

.medford-promotion {
  margin-bottom: 40px;
  border: 1px solid #e3e8ea;
  max-width: 650px;
  width: 100%;
}

.medford-promotion:hover {
  border-color: #d7dcdf;
}

.medford-promotion__container {
  display: flex;
}

.medford-promotion__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.medford-promotion__btn a {
  width: 49%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.medford-promotion__image {
  position: relative;
  max-width: 304px;
  width: 100%;
  flex: 0 0 304px;
}

.medford-promotion__image img {
  width: 100%;
}

.medford-promotion__image--content {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 10px;
}

.medford-promotion__image--content span {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #fff;
}

.promotion_title_img {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}

.promotion_subtitle_img {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #fff;
}

.expirions_date_img {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #fff;
}

.medford-promotion__content {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.medford-promotion__content--header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.medford-promotion__content--header .medford-product__sale {
  position: relative;
}

.promotion_title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.promotion_subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #585b5b;
  margin-bottom: 10px;
}

.promotion_expirions_date {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #df483b;
  margin: 10px 0;
}

.promotion_description {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.medford-promotion__link {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #2ab5bb;
  text-decoration: none;
}

.medford-tabs .medford-product,
.medford-tabs .medford-product__container,
.medford-catalog .medford-product,
.medford-catalog .medford-product__container,
.medford-list-container .medford-product,
.medford-list-container .medford-product__container {
  height: 100%;
}

.products-template-default .medford-product--md .medford-product__note {
  max-height: unset;
}

.products-template-default .medford-slider--products .slick-list {
  overflow: hidden;
}

.products-template-default
  .medford-slider--started
  .medford-slider__link--prev {
  display: flex;
}

.products-template-default .medford-product--md .medford-product__name {
  flex-grow: 1;
}

.info-cabinet {
  justify-content: center;
}

@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.medford-popup__item .medford-container {
  display: flex;
  flex-direction: column;
}

.footer__link,
.footer__links-contacts > li,
.footer__links-catalog > li {
  max-width: 200px;
}

.footer__links-contacts > li a,
.footer__links-catalog > li a {
  color: inherit;
}

h3.widget-title {
  margin-bottom: 1em;
  font-size: 2rem;
}

.medford-footer__nav > li {
  margin-right: 1.375rem;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.medford-footer__nav > li:first-child {
  margin-top: 0;
}

.medford-footer__nav > li a {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: 0.1s;
  transition-property: color;
  display: block;
  cursor: pointer;
}

.medford-product__note {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.link-constructor {
  display: none; /* временно скрыто 22.08.2024 */
  width: 38px;
  opacity: 0.6;
  transition: opacity 0.3s linear;
}

.link-constructor:hover {
  opacity: 1;
}

.link-configurator.medford-btn--outline {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  color: #000;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: transparent;
  transition: all 0.3s linear;
}

.link-configurator.medford-btn--outline:hover {
  color: #fff;
  background-color: #14c1de;
}

/* about us 22.08.2022 */
.medford-about {
  overflow: hidden;
}

.medford-about__container {
  display: flex;
  align-items: center;
  max-width: 1388px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.medford-about__content {
  flex: 1;
  margin-right: 76px;
  min-width: 42%;
}

.medford-about__title {
  font-family: "Normalidad Wide", sans-serif;
  display: block;
  font-weight: 600;
  font-size: 4.5rem;
  margin-bottom: 30px;
}

.medford-about__text {
  font-size: 1.5rem;
}

.medford-about__image {
  max-width: none;
  flex: 1;
}

.medford-story-item__year {
  font-size: 56px;
  margin-bottom: 35px;
  font-weight: 400;
  font-family: "Normalidad Wide", sans-serif;
}

.medford-story-item__title {
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Normalidad Text", sans-serif;
  margin: 0;
  margin-bottom: 15px;
}

.medford-story-item__text {
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 300;
}

.medford-mission {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  max-width: 1388px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
}

.medford-mission__status {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Normalidad Wide", sans-serif;
  font-size: 1.125rem;
  padding-left: 20px;
  padding-right: 20px;
}

.medford-mission__status--request {
  background-color: #ef3340;
}

.medford-mission__status--cool {
  background-color: #ffcd00;
}

.medford-mission__status .medford-mission__icon {
  height: auto;
  margin-bottom: 8px;
}

.medford-mission__status .medford-mission__title {
  border: 0;
  padding-top: 0;
}

.medford-mission__items {
  display: flex;
  flex: 1;
  margin-left: 24px;
  margin-right: 24px;
  position: relative;
}

.medford-mission__items:before {
  content: " ";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px 0 0 2px;
  background-color: #000;
  position: absolute;
  top: 82px;
  left: -2px;
}

.medford-mission__item {
  flex: 1;
  position: relative;
}

.medford-mission__item.medford-active .medford-mission__tooltip {
  opacity: 1;
  pointer-events: all;
}

.medford-mission__item.medford-active .medford-mission__icon path {
  fill: #14c1de;
}

.medford-mission__item:hover .medford-mission__icon path {
  fill: #14c1de;
}

.medford-mission__icon {
  height: 58px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.medford-mission__icon path {
  transition: fill 0.2s ease 0s;
}

.medford-mission__title {
  text-align: center;
  border-top: 4px solid #000;
  font-family: "Normalidad Wide", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  padding-top: 15px;
}

.medford-mission__tooltip {
  position: absolute;
  width: 340px;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.4;
  border-radius: 10px;
  background-color: #e0eef3;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  bottom: 100%;
  margin-bottom: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease 0s;
}

.medford-mission__angle {
  position: absolute;
  right: -2px;
  top: 76px;
}

.medford-nums {
  margin-top: 80px;
}

.medford-nums__item {
  display: flex;
}

.medford-nums__num {
  font-family: "Normalidad Wide", sans-serif;
  font-size: 100px;
  line-height: 1;
}

.medford-nums__num p {
  line-height: 1;
}

.medford-nums__content {
  padding-left: 8px;
  padding-top: 0;
  max-width: 250px;
  flex-grow: 2;
}

.medford-nums__title {
  font-weight: 300;
  font-size: 26px;
  margin-bottom: 5px;
  line-height: 1;
}

.medford-nums__text {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 300;
}

.medford-directions__title {
  font-family: "Normalidad Wide", sans-serif;
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 24px;
}

.medford-directions__arrow {
  position: relative;
  display: none;
}

.medford-work {
  background-color: #14c1de;
  padding-top: 56px;
  padding-bottom: 56px;
  padding-left: 78px;
  padding-right: 78px;
  border-radius: 20px;
}

.medford-work__item {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  max-width: 326px;
}

.medford-info {
  margin-top: 80px;
}

.medford-info__title {
  font-size: 36px;
  font-family: "Normalidad Wide", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}

.medford-info__text {
  font-size: 1.5rem;
  line-height: 1.2;
}

.medford-solutions {
  margin-top: 80px;
}

.medford-solutions__content {
  justify-content: flex-start;
}

.medford-solutions__logo {
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: 0;
}

.medford-solutions__title {
  font-family: "Normalidad Wide", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 14px;
  max-width: 280px;
}

.medford-solutions__text {
  font-size: 1.125rem;
  line-height: 1.2;
}

.medford-member-image img {
  border-radius: 20px;
}

.medford-rating {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.medford-rating__item {
  display: flex;
  align-items: center;
  margin-right: 50px;
}

.medford-rating__icon {
  margin-right: 10px;
}

.medford-rating__number {
  font-family: "Normalidad Wide", sans-serif;
  font-size: 36px;
}

.medford-member-info--indent {
  margin-top: 36px;
}

.medford-member-info__section {
  margin-bottom: 50px;
}

.medford-member-info__section--heading {
  margin-bottom: 80px;
}

.medford-member-info__section--fill {
  padding-left: 53px;
  padding-right: 53px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #14c1de;
  border-radius: 20px;
}

.medford-member-info__title {
  font-family: "Normalidad Wide", sans-serif;
  display: block;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 30px;
}

.medford-member-info__title--lg {
  font-size: 56px;
  margin-bottom: 15px;
}

.medford-member-info__title--sm {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.medford-member-info__list li {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.2;
  padding-left: 24px;
  margin-bottom: 20px;
}

.medford-member-info__list li:last-child {
  margin-bottom: 0;
}

.medford-member-info__list li:before {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 8px;
  max-width: 8px;
  min-width: 8px;
  height: 8px;
  max-height: 8px;
  min-height: 8px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 10px;
}

.medford-member-info__text,
.medford-member-info__note {
  font-size: 1.5rem;
}

.medford-member-info__quote {
  font-family: "Normalidad Wide", sans-serif;
  font-weight: 700;
  line-height: 136px;
  font-size: 186px;
  height: 60px;
  margin-bottom: 25px;
  margin-left: -8px;
}

.medford-member-info__info {
  margin-bottom: 30px;
}

.medford-testimonial {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 97px;
  padding-right: 97px;
}

.medford-testimonial:before {
  content: "“";
  display: block;
  font-size: 112px;
  line-height: 84px;
  font-family: "Normalidad Wide", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
  height: 37px;
}

.medford-testimonial__text {
  font-size: 1.5rem;
  margin-bottom: 40px;
}

.medford-testimonial__text p {
  line-height: 1.2;
}

.medford-testimonial__name {
  font-family: "Normalidad Wide", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.medford-testimonial__note {
  font-size: 1.125rem;
}

.medford-section__title--compact {
  max-width: 500px;
}

.medford-section__title--lg {
  font-size: 3.5rem;
}

.slick-slide.wp-block-column:not(:first-child) {
  margin-left: 0;
}

.slider-history .medford-slider__container {
  overflow: visible;
}

.medford-slider--extra .medford-slider__link {
  border: 0;
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  height: 80px;
  max-height: 80px;
  min-height: 80px;
  background-color: transparent;
  margin-top: -45px;
}

.slider-history .medford-slider__link {
  z-index: 1;
}

.medford-slider--extra .medford-slider__link--prev {
  margin-left: -100px;
}

.medford-slider--extra .medford-slider__link--prev:after,
.medford-slider--extra .medford-slider__link--prev:before {
  position: absolute;
  width: 4px;
  height: 58px;
  background-color: #000;
}

.medford-slider--extra .medford-slider__link--prev:before {
  content: " ";
  display: block;
  top: 50%;
  bottom: auto;
  margin-top: -58px;
  transform-origin: center bottom;
  transform: translate3d(0, 0, 0.00001px) rotate(45.00001deg);
}

.medford-slider--extra .medford-slider__link--prev:after {
  content: " ";
  display: block;
  bottom: 50%;
  top: auto;
  margin-bottom: -56px;
  transform-origin: center top;
  transform: translate3d(0, 0, 0.00001px) rotate(-44.99999deg);
}

.medford-slider--extra .medford-slider__link--prev:after,
.medford-slider--extra .medford-slider__link--prev:before {
  left: 0;
}

.medford-slider--extra .medford-slider__link--next {
  margin-right: -100px;
}

.medford-slider--extra .medford-slider__link--next:after,
.medford-slider--extra .medford-slider__link--next:before {
  position: absolute;
  width: 4px;
  height: 58px;
  background-color: #000;
}

.medford-slider--extra .medford-slider__link--next:before {
  content: " ";
  display: block;
  top: 50%;
  margin-top: -58px;
  transform-origin: center bottom;
  transform: translate3d(0, 0, 0.00001px) rotate(-44.99999deg);
}

.medford-slider--extra .medford-slider__link--next:after {
  content: " ";
  display: block;
  bottom: 50%;
  margin-bottom: -56px;
  transform-origin: center top;
  transform: translate3d(0, 0, 0.00001px) rotate(45.00001deg);
}

.medford-slider--extra .medford-slider__link--next:after,
.medford-slider--extra .medford-slider__link--next:before {
  right: 0;
}

.medford-slider--extra .medford-slider__link .medford-icon {
  display: none;
}

.medford-slider--extra .slick-dots {
  display: flex;
  justify-content: center;
}

.medford-slider--extra .slick-dots li {
  font-size: 0;
  width: 20px;
  height: 20px;
  position: relative;
  margin-top: 20px;
  cursor: pointer;
}

.medford-slider--extra .slick-dots li:before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  border: 1px solid #000;
  transition: all 0.2s ease 0s;
  background-color: transparent;
}

.medford-slider--extra .slick-dots li.slick-active:before {
  background-color: #000;
}

/* end about us 22.08.2022 */
.medford-description__section svg.medford-icon {
  height: 1em;
  vertical-align: baseline;
}

.write-vk {
  display: inline-block;
  margin-left: -0.2em;
  margin-right: 0.5em;
  vertical-align: middle;
}

.spinner-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
}

.spinner-wrap:not(.is-active) {
  display: none;
}

.dot-spinner {
  --uib-size: 60px;
  --uib-speed: 0.9s;
  --uib-color: black;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
}

.dot-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.dot-spinner__dot::before {
  content: "";
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--uib-color);
  transform: scale(0);
  opacity: 0.5;
  -webkit-animation: pulse calc(var(--uib-speed) * 1.111) ease-in-out infinite;
  animation: pulse calc(var(--uib-speed) * 1.111) ease-in-out infinite;
}

.dot-spinner__dot:nth-child(2) {
  transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
  -webkit-animation-delay: calc(var(--uib-speed) * -0.875);
  animation-delay: calc(var(--uib-speed) * -0.875);
}

.dot-spinner__dot:nth-child(3) {
  transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
  -webkit-animation-delay: calc(var(--uib-speed) * -0.75);
  animation-delay: calc(var(--uib-speed) * -0.75);
}

.dot-spinner__dot:nth-child(4) {
  transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
  -webkit-animation-delay: calc(var(--uib-speed) * -0.625);
  animation-delay: calc(var(--uib-speed) * -0.625);
}

.dot-spinner__dot:nth-child(5) {
  transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
  -webkit-animation-delay: calc(var(--uib-speed) * -0.5);
  animation-delay: calc(var(--uib-speed) * -0.5);
}

.dot-spinner__dot:nth-child(6) {
  transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
  -webkit-animation-delay: calc(var(--uib-speed) * -0.375);
  animation-delay: calc(var(--uib-speed) * -0.375);
}

.dot-spinner__dot:nth-child(7) {
  transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
  -webkit-animation-delay: calc(var(--uib-speed) * -0.25);
  animation-delay: calc(var(--uib-speed) * -0.25);
}

.dot-spinner__dot:nth-child(8) {
  transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
  -webkit-animation-delay: calc(var(--uib-speed) * -0.125);
  animation-delay: calc(var(--uib-speed) * -0.125);
}

@-webkit-keyframes pulse {
  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

/*страница "обучение"*/
.medford-training__link {
  color: #989c9d;
}

.medford-training__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background-color: currentColor;
  transition: background-color 0.25 ease-in-out, transform 0.25 ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}

.medford-training__link:focus-visible::after {
  transform: scaleX(1);
}

.wp-block-column.medford-nums__content:not(:first-child) {
  margin-left: 0;
}

.medford-directions__title .medford-directions__arrow::before {
  margin-top: -3px;
}

.medford-directions__title .medford-directions__arrow::after {
  margin-bottom: -20px;
}

.medford-data-client {
  margin-bottom: 8px;
}

.medford-product__image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  aspect-ratio: 1 / 1;
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-delivery {
  margin-bottom: 60px;
  padding-bottom: 40px;
}

.product-delivery strong {
  font-weight: 500;
}

.medford-popup__item_product.medford-active {
  background-color: #fff;
}

.medford-catalog + .medford-indent {
  margin-bottom: 50px;
}

.medford-footer ol,
.medford-footer ul,
.medford-content ol,
.medford-content ul,
.nice-list {
  list-style-type: none;
}

.slick-track {
  display: flex;
}

.product-type-descr {
  padding: 30px 20px;
  font-size: 15px;
}

.product-type-descr ul,
.product-type-descr ol {
  padding-left: 40px;
  font-size: 14px;
  line-height: 2;
}

.medford-product__title-link {
  color: inherit;
  cursor: pointer;
  transition: color 0.3s linear;
}

.medford-product__title-link:hover {
  color: #3794cb;
}

.medford-catalog + .medford-type-descr {
  padding-top: 30px;
}

.medford-type-descr ul {
  padding-left: revert;
  margin: revert;
}

.medford-btn--theme-gray {
  background-color: #b6bec3;
  color: #fff;
  height: 54px;
  line-height: 34px;
  border-color: transparent;
  pointer-events: none;
}

.medford-btn--block_cat {
  background-color: #b6bec3;
  color: #fff;
  border-color: transparent;
  pointer-events: none;
}

.medford-form {
  overflow: visible;
}

.medford-description__text ul {
  padding-left: 40px;
  line-height: 1.85em;
}

.unvisible {
  display: none;
}

.medford-slider--product {
  opacity: 1;
}

.medford-slider--visible .medford-slider__item:first-child {
  opacity: 1;
}

.medford-checkbox__link {
  color: #767676;
}

.medford-description__price {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 44px;
  font-weight: 500;
}

.single-description__price {
  margin-bottom: 0;
}

.single-description__price-small {
  font-size: 24px;
}

.subscribe-update {
  display: flex;
  gap: 10px 20px;
  align-items: center;
  flex-wrap: wrap;
}

.medford-slider__new,
.medford-product__new {
  position: absolute;
  z-index: 1;
  color: #c32127;
  font-weight: 500;
  text-transform: uppercase;
}

.medford-slider__new {
  left: 0;
  padding: 20px;
}

.medford-product__new {
  top: 70px;
  right: 0;
  padding-right: 26px;
}

.device .medford-slider__container {
  overflow: hidden;
}

.agree {
  display: contents;
  padding: 0 5px;
}

.medford-input--xl input.custom-checkbox {
  position: absolute;
  top: calc(50% - 10px);
  z-index: 1;
  margin: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
}

.medford-input--xl input.custom-checkbox:hover {
  cursor: pointer;
}

.medford-input--xl input.custom-checkbox:hover + label::before {
  border-color: #14c1de;
}

.custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox:checked + label::before {
  border-color: #14c1de;
  background-image: url("../images/check.svg");
}

.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #14c1de;
  cursor: pointer;
}

.custom-checkbox:not(:disabled):active + label::before {
  background-color: #14c1de;
  border-color: #14c1de;
}

.custom-checkbox:focus:not(:checked) + label::before {
  border-color: #80bdff;
}

.custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}

.medford-card__section--theme-second .custom-checkbox + label {
  color: white;
}

.medford-card__section--theme-second .custom-checkbox + label .agree {
  color: #a3adb3;
}

.medford-card__section--theme-second .custom-checkbox + label .agree:hover {
  color: #14c1de;
}

@media screen and (any-hover: hover) {
  .medford-training__link:hover {
    color: #14c1de;
  }
}

.medford-training__link:active {
  color: #176690;
}

/*страница вебинаров*/
.webinars {
  min-width: 320px;
}

.webinars .medford-section__title {
  margin-bottom: 35px;
}

.webinars p {
  font-size: 18px;
  line-height: 22px;
}

/*слайдер вебинаров*/
.webinars .webinars__next-webinar-date,
.webinars .webinars__next-webinar-time {
  display: none;
}

.webinars-slider {
  margin-bottom: 50px;
  overflow: hidden;
}

.webinars-slider .slick-slide {
  padding: 0 20px;
  cursor: -webkit-grab;
  cursor: grab;
}

.webinars-slider .slick-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.webinars-slider__dots {
  margin: 10px auto;
  gap: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}

.webinars-slider .webinars-slider__dots li {
  display: inline-flex;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  background-color: #3794cb;
  overflow: hidden;
}

.webinars-slider .webinars-slider__dots li.slick-active {
  background-color: #000;
}

.webinars-slider .webinars-slider__dots li::before {
  display: none;
}

.webinars-slider__dots li button {
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 5px;
}

p.webinars__info {
  padding: 46px 34px;
  margin-bottom: 50px;
}

.mindray-webinars {
  margin-bottom: 50px;
  padding: 46px 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e3e8ea;
}

.mindray-webinars__descr {
  width: calc((100% - 40px) / 2);
  padding: 20px 30px;
  background-color: #f6f8f9;
  margin-bottom: 0;
}

.mindray-webinars__list {
  width: calc((100% - 40px) / 2);
  margin-bottom: 0;
}

.content-page .mindray-webinars__list {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
}

.content-page .mindray-webinars__list li {
  padding-left: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.content-page .mindray-webinars__list li:before {
  display: none;
}

.webinars__announcement {
  padding: 46px 34px;
  margin-bottom: 25px;
  background-color: #14c1de;
  color: #fff;
}

.webinars__announcement p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
}

.webinars__registration-btn {
  margin: 0 auto 50px;
  display: block;
}

/*стили для видео*/
.webinars__video-descr {
  font-size: 18px;
  line-height: 22px;
}

.webinars__videos {
  margin: 0 auto 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  list-style-type: none;
}

.good-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000;
  transition: transform 0.3s ease-in-out;
}

.good-video.display-none {
  display: none;
}

.good-video.collapsed {
  transform: scale(0);
}

.video--enabled {
  cursor: pointer;
}

.good-video__media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.good-video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
  padding: 0;
  font-size: 0;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: none;
}

.video--enabled .good-video__button {
  display: block;
}

.good-video__button-svg {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.good-video__button-shape {
  fill: #212121;
  fill-opacity: 0.8;
  transition: fill-opacity 0.25s ease-in-out, fill 0.25s ease-in-out;
}

.good-video__button-icon {
  fill: #fff;
}

@media screen and (any-hover: hover) {
  .good-video:hover .good-video__button-shape {
    fill: #ff0000;
    fill-opacity: 1;
  }
}

.good-video__button:focus-visible .good-video__button-shape {
  fill: #ff0000;
  fill-opacity: 1;
}

.webinars__show-more-btn {
  display: block;
  margin: 0 auto 50px;
}

.webinars__show-more-btn.display-none {
  display: none;
}

/* ворма регистрации на вебинары*/
.webinars-form {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: -ms-grid;
  display: grid;
  max-width: 680px;
  margin: 0 auto 50px;
  padding: 40px 50px;
  gap: 25px;
  background-color: #14c1de;
  border-radius: 10px;
}

.webinars .webinars-form__input {
  width: 100%;
  height: auto;
  padding: 7px 15px 3px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: 0.25s ease-in-out;
  transition-property: background-color, border-color;
}

.webinars-form label {
  position: relative;
}

.just-validate-error-label {
  position: absolute;
  top: 31px;
}

.webinars-form__input:focus-visible {
  border-color: #176690;
}

.webinars__modal {
  position: fixed;
  z-index: 99;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  transform: scale(0);
  opacity: 0;
  transition: 0.3s ease-in-out;
  transition-property: transform, opacity;
}

.webinars__modal.is-active {
  transform: scale(1);
  opacity: 1;
}

.webinars__modal:not(.is-active) .webinars-form {
  display: none;
  visibility: hidden;
}

@media screen and (any-hover: hover) {
  .webinars-form__input:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.webinars-form__btn {
  -ms-grid-column-align: center;
  justify-self: center;
  background-color: #176690;
  border: 2px solid transparent;
}

.webinars-form__btn:focus-visible {
  border-color: #fff;
}

.webinars__subscribe-text {
  font-weight: 600;
  text-align: center;
}

.webinars__subscribe-link {
  display: block;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* правки "О нас" */
.page-template-pageabout-us .medford-section {
  margin-bottom: 0;
}

.page-template-pageabout-us .medford-section--top {
  overflow: hidden;
}

.slider-history .medford-slider__link--prev {
  left: 20px;
}

.slider-history .medford-slider__link--next {
  right: 20px;
}

.gallery-slick-slider .slick-list,
.sertif-slick-slider .slick-list,
.employee-slick-slider .slick-list,
.page-template-pageabout-us .slick-list {
  overflow: hidden;
}

.page-template-pageabout-us .medford-slider {
  margin-bottom: 0;
}

.page-template-pageabout-us .medford-section__title {
  margin-bottom: 2.5rem;
}

.medford-about__container_hero {
  align-items: center;
}

.medford-about__image {
  margin-bottom: 0;
}

.page-template-pageabout-us p {
  margin-top: 0;
}

.medford-mission__title {
  word-break: normal;
}

.slider-history .medford-story-item {
  max-width: unset;
  margin-top: 0;
  padding-right: 0;
}

.slider-history .medford-slider__item {
  padding-left: 32px;
  padding-right: 32px;
}

.slider-history .slick-list {
  margin-left: -12px;
  margin-right: -36px;
}

.medford-mission__icon {
  position: relative;
  overflow: hidden;
}

.medford-mission__item:not(:last-child) .medford-mission__icon::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  width: 24px;
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  -webkit-animation: shiny 4s ease-in-out infinite;
  animation: shiny 4s ease-in-out infinite;
}

.medford-mission__item:nth-child(2) .medford-mission__icon::after {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.medford-mission__item:nth-child(3) .medford-mission__icon::after {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.medford-mission__item:nth-child(4) .medford-mission__icon::after {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}

.medford-mission__item:nth-child(5) .medford-mission__icon::after {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.medford-mission__item:nth-child(6) .medford-mission__icon::after {
  -webkit-animation-delay: 3.75s;
  animation-delay: 3.75s;
}

.medford-mission__item:nth-child(7) .medford-mission__icon::after {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

@-webkit-keyframes shiny {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  80% {
    transform: scale(1);
    opacity: 0.5;
  }

  81% {
    transform: scale(1) translateX(50%);
    opacity: 0.85;
  }

  100% {
    transform: scale(1.2) translateX(100px);
    opacity: 0;
  }
}

@keyframes shiny {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  80% {
    transform: scale(1);
    opacity: 0.5;
  }

  81% {
    transform: scale(1) translateX(50%);
    opacity: 1;
  }

  100% {
    transform: scale(1.2) translateX(100px);
    opacity: 0;
  }
}

.page-template-pageabout-us .medford-section--accent {
  padding-top: 104px;
  padding-bottom: 104px;
}

.page-template-pageabout-us .medford-section--accent::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 200vw;
  transform: translateX(-50%);
  background-color: #14c1de;
}

.page-template-pageabout-us .medford-nums {
  margin-top: 48px;
}

.medford-nums__item > .wp-block-columns {
  width: 100%;
  gap: 2px;
}

.medford-nums__num {
  flex-grow: 0;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.medford-nums__num p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.page-template-pageabout-us .medford-info--card {
  margin: 0;
  padding: 30px 48px;
}

.medford-directions {
  margin: 0 -8px;
}

.medford-directions__item {
  position: relative;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
}

/* .medford-directions__item:nth-child(n) .directions__link::before {
  background-image: url("https://medford.pro/wp-content/uploads/2022/08/team-group.jpg");
} */
.medford-directions .col:nth-child(7n + 1) .directions__link::before {
  background-color: #00ad51;
}

.medford-directions .col:nth-child(7n + 2) .directions__link::before {
  background-color: #fa830b;
}

.medford-directions .col:nth-child(7n + 3) .directions__link::before {
  background-color: #f72e41;
}

.medford-directions .col:nth-child(7n + 4) .directions__link::before {
  background-color: #13c1e3;
}

.medford-directions .col:nth-child(7n + 5) .directions__link::before {
  background-color: #352c63;
}

.medford-directions .col:nth-child(7n + 6) .directions__link::before {
  background-color: #c5010d;
}

.directions__link {
  font-family: "Normalidad Wide", sans-serif;
  color: #fff;
  text-shadow: 0 0 2px black 0 0 3px black 0 0 4px black;
  font-weight: 600;
  line-height: 1.2;
  font-size: 2.2rem;
  transition: all 0.35s ease-in-out;
}

.directions__link::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  outline: 2px solid transparent;
  outline-offset: -2px;
  border-radius: 20px;
  background: #444 no-repeat center / cover;
  transition: 0.35s ease-in-out;
  transition-property: outline-color, -webkit-filter;
  transition-property: filter, outline-color;
  transition-property: filter, outline-color, -webkit-filter;
}

.medford-directions__item:hover {
  cursor: pointer;
}

.medford-directions__item:hover .directions__link {
  font-size: 1.5rem;
}

.directions__link:focus-visible::before {
  outline-color: #14c1de;
}

/* header dropdowns */
.medford-header__nav {
  position: relative;
  z-index: 1;
  max-width: 500px;
  width: 100%;
  justify-content: space-between;
}

.dropdown-control-js {
  position: relative;
}

.dropdown-control-js .sub-menu {
  position: absolute;
  z-index: 2;
  top: 150%;
  left: 50%;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #14c1de;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.dropdown-control-js .sub-menu::bafore {
  content: "";
  height: 10px;
  width: 100%;
}

.dropdown-control-js:first-child .sub-menu {
  left: -15px;
  transform: none;
}

.sub-menu .medford-header__item {
  margin: 0;
}

.sub-menu .medford-header__item a:not(:hover) {
  color: #000;
}

.dropdown-control-js .dropdown-js.dropdown-js_open {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) scaleY(1);
}
.dropdown-control-js:first-child .dropdown-js.dropdown-js_open {
  left: -15px;
  transform: none;
}

.dropdown-control-js .dropdown-js::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 0;
  height: 13px;
  width: 100%;
}

/* стили типового аккордеона */
.feather__list {
  list-style-type: none;
}

.feather__item {
  padding-block: 30px;
  border-bottom: 1px solid #e4e8ea;
}

.feather__item.accordeon-active .feather__decor::after {
  transform: rotate(90deg) scaleX(0);
}

.feather__question {
  display: flex;
  align-items: center;
  text-align: start;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  flex-shrink: 0;
}

.feather__decor {
  position: relative;
  flex-shrink: 0;
  margin-right: 20px;
  width: 21px;
  height: 2px;
  background-color: #5fbfda;
}

.feather__decor::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #5fbfda;
  transition: transform 0.25s ease-in-out;
  transform: rotate(90deg);
}

.feather__answer {
  padding: 10px 104px 18px 45px;
}

.feather__text {
  margin-top: 0;
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
}

@media (max-width: 568px) {
  #productview #pv_head_wrapper .pv_head_ico {
    bottom: 80px !important;
  }
  .our-mission .col .text-md-md {
    font-size: 14px;
  }

  .medford-description__price,
  .single-description__price-small {
    display: block;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .gallery-slick-slider .slick-track,
  .employee-slick-slider .slick-track {
    left: -20px;
  }

  .sertif-slick-slider .slick-track {
    left: -20px;
  }
}

@media (min-width: 769px) {
  .mob-show {
    display: none;
  }
}

@media (min-width: 1025px) {
  .medford-directions__item:not(:hover) .directions__link::before {
    -webkit-filter: blur(2px) grayscale(25%);
    filter: blur(2px) grayscale(25%);
  }

  .dropdown-control-js .medford-header__link:hover {
    color: #14c1de;
  }

  .dropdown-control-js.dropdown-js_open > .medford-header__link,
  .dropdown-control-js:hover > .medford-header__link {
    z-index: 3;
    color: #000;
  }

  .dropdown-control-js:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }

  .medford-progress__sub.medford-active {
    padding-top: 80px;
  }
}

@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column.medford-nums__num {
    flex-basis: unset;
    flex-grow: unset;
  }

  .course__description {
    font-size: 1.3rem;
  }

  section.our-mission-section .medford-container.medford-container--xl.medford-container--scroll {
    overflow-y: hidden;
  }
}

@media only screen and (max-width: 1400px) {
  .medford-header__section--logo {
    margin-right: 15px;
  }

  .medford-header__section--right {
    justify-content: center;
    width: 100%;
  }

  .medford-header .medford-search .medford-btn {
    padding-inline: 15px;
  }

  .medford-about__title {
    font-size: 3.5rem;
  }

  .medford-nums__num {
    font-size: 75px;
    line-height: 122px;
  }

  .medford-header__phones {
    position: static;
    flex-grow: 1;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 1460px) {
  .new-year-first {
    padding: 0 44px 120px 44px;
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media (max-width: 1440px) {
  .team-info-banner .medford-banner__image--doc {
    margin-left: 238px;
  }

  .medford-mission {
    display: none;
  }
}

@media (max-width: 1280px) {
  .home .medford-header__phones {
    right: 85px;
  }

  .team-info-banner .medford-banner__image--doc {
    margin-left: 145px;
  }

  .team-info-section .medford-banner__image--doc img {
    padding: 0;
  }

  .page-template-pageabout-us .medford-nums .parts-3 > .col {
    width: 50%;
    min-width: 50%;
  }

  .awards-section__container {
    -ms-grid-columns: 1fr max-content;
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
  }
}

@media only screen and (max-width: 1024px) {
  .medford-header__nav {
    max-width: unset;
    width: auto;
    justify-content: flex-start;
  }

  .medford-header__section--logo {
    padding-top: 10px;
    order: 2;
  }

  .medford-header__section--right {
    position: absolute;
    inset: 0;
  }

  .medford-search__form--mobile .medford-btn--xl .medford-icon {
    height: 100%;
  }

  .medford-search__form--mobile .tt-menu {
    max-height: calc(100vh - 100px);
    min-width: unset;
    overflow-y: auto;
  }

  .team-member__hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-info-section {
    -ms-grid-columns: 420px 1fr;
    grid-template-columns: 420px 1fr;
    max-width: 100%;
    margin-left: 0;
  }

  .team-member__hero .medford-banner__image--doc {
    display: block;
    transform: none;
  }

  .menu-item-has-children > .medford-header__link {
    display: flex;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    padding: 0.8rem;
  }

  .menu-item-has-children > .medford-header__link::after {
    content: "";
    margin-left: 15px;
    height: 15px;
    width: 15px;
    flex-shrink: 0;
    color: inherit;
    transform: translateY(-4px) rotate(135deg);
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transition: transform 0.25s ease-in-out;
  }

  .menu-item-has-children.is-active > .medford-header__link::after {
    transform: translateY(4px) rotate(-45deg);
  }

  .dropdown-control-js .sub-menu {
    position: static;
    max-height: 0;
    padding-block: 0;
    transform: scaleY(0);
    transition-property: opacity, transform;
  }

  .dropdown-control-js.is-active > .medford-header__link {
    background-color: #14c1de;
  }

  .dropdown-control-js.is-active .sub-menu {
    max-height: unset;
    padding: 15px;
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }

  .medford-footer__item {
    width: auto;
  }

  .mindray-webinars {
    flex-direction: column;
  }

  .mindray-webinars__descr,
  .mindray-webinars__list {
    width: 100%;
  }

  .search_form_ajax .medford-group {
    flex-direction: column;
  }

  .search_form_ajax .medford-btn {
    margin-top: 0;
  }

  .medford-logo {
    z-index: 90;
  }

  .medford-slider--team {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 35px;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }

  .medford-slider--team .medford-slider__nav {
    display: none;
  }

  .medford-slider--team .medford-slider__item img {
    max-width: 100%;
    max-height: 370px;
  }

  .medford-footer .medford-logo__name {
    display: block;
    margin-bottom: 40px;
  }

  .medford-slider--extra .medford-slider__link--next {
    right: -50px;
  }

  .medford-slider--extra .medford-slider__link--prev {
    left: -50px;
  }

  .page-template-pageabout-us .medford-section--accent {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .medford-directions {
    flex-wrap: wrap !important;
  }

  .medford-directions .parts-3 > .col {
    margin-bottom: 10px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
    min-width: 50% !important;
    width: 50% !important;
  }

  .medford-directions__item {
    border: none;
  }

  .directions__link {
    font-size: 20px;
  }

  .dropdown-control-js .dropdown-js.dropdown-js_open {
    transform: scaleY(1);
  }

  .dropdown-control-js.dropdown-control-js_open .medford-header__link::after {
    transform: translateY(4px) rotate(-45deg);
  }

  .slider-wrap {
    overflow: auto visible;
  }
}

/* для модального свайпера на странице товара */
#popup-product {
  width: calc(100% - 100px);
  max-width: 1350px;
}

#popup-product .medford-slider__link.medford-slider__link--prev {
  margin-left: -24px;
}

#popup-product .medford-slider__link.medford-slider__link--next {
  margin-right: -24px;
}

/* для страницы товара */

.single-products .medford-slider__image_popup img {
  margin: 0 auto;
}

.single-products .medford-slider__container {
  overflow: hidden;
}

.single-products .medford-description__section {
  margin-top: 0;
  margin-bottom: 24px;
}

.single-products .medford-product--inner > div:last-child {
  margin-top: 24px;
}

.single-product__btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}

.single-product__btns a {
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .medford-header__phones {
    display: none;
    pointer-events: none;
  }

  .mob-phone {
    display: block;
  }

  .small-video__wrapp {
    margin-top: 20px;
    padding: 0;
    background-color: transparent;
    max-height: none;
    overflow: unset;
    width: 100%;
  }

  .video-item.video-big .medford-banner__play {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    max-height: 50px;
    min-height: 50px;
    margin-left: -20px;
  }

  .video-item.video-big .medford-banner__play:before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #14c1de;
    border-right: 0;
    margin-left: -3px;
  }

  .video-small .video-info p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    padding-top: 10px;
    margin-bottom: 5px;
  }

  .video-small .video-info span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
  }

  .video-item.video-small {
    display: none;
  }

  .video-item.video-small:first-child {
    display: block;
  }

  .show-more__video {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #2ab5bb;
    border: 1px solid #2ab5bb;
    box-sizing: border-box;
    width: 100%;
    border-radius: 4px;
    padding: 19.5px;
    margin-top: 20px;
  }

  .new-year-first img {
    width: 60%;
  }

  .team-info-banner .medford-banner__image--doc img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    padding: 20px 25px;
    position: relative;
  }

  .team-info-banner .medford-banner__image {
    display: block;
    margin-left: 0;
    top: 0;
    left: 0;
    position: relative;
  }

  .medford-company-review__content {
    margin-top: 15px;
    padding: 0;
  }

  .medford-company-review__content:before {
    display: none;
  }

  .medford-slider--reviews.teams-review-slider .medford-slider__item:before {
    border-left-color: #eef2f4;
  }

  .medford-about__title {
    font-size: 36px;
  }

  .medford-about__text {
    font-size: 16px;
  }

  .medford-about__container {
    display: block;
  }

  .medford-about__content {
    margin-right: 0;
  }

  .medford-about__image {
    max-width: 100%;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }

  .medford-story-item__year {
    font-size: 36px;
  }

  .medford-story-item__title,
  .medford-story-item__text {
    font-size: 16px;
  }

  .medford-nums {
    margin-top: 30px;
  }

  .medford-nums__item {
    display: block;
  }

  .medford-nums__num {
    margin-right: 10px;
    font-size: 62px;
    line-height: 1;
    flex-basis: auto;
    flex-grow: 0;
  }

  .medford-nums__content {
    padding: 0;
  }

  .medford-nums__title,
  .medford-nums__text {
    font-size: 14px;
    display: inline;
  }

  .medford-work {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .medford-work__item {
    max-width: none;
    font-size: 20px;
  }

  .medford-info {
    margin-top: 30px;
  }

  .medford-info__title {
    font-size: 20px;
  }

  .medford-info__text {
    font-size: 16px;
  }

  .medford-member-info__title {
    font-size: 20px;
  }

  .medford-member-info__title--lg {
    font-size: 26px;
  }

  .medford-member-info__title--sm {
    font-size: 16px;
  }

  .medford-member-info__list li {
    font-size: 16px;
  }

  .medford-member-info__list li:before {
    top: 6px;
  }

  .medford-member-info__section--fill {
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .medford-member-info__note,
  .medford-member-info__text {
    font-size: 16px;
  }

  .medford-testimonial {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .medford-testimonial:before {
    margin-bottom: 10px;
  }

  .medford-testimonial__text {
    font-size: 16px;
  }

  .medford-testimonial__name {
    font-size: 20px;
  }

  .medford-testimonial__note {
    font-size: 16px;
  }

  .medford-about__col-image.wp-block-column:not(:first-child) {
    margin-left: 0;
  }

  .medford-section__title--lg {
    font-size: 26px;
  }

  .medford-story-item__year {
    font-size: 36px;
  }

  .medford-story-item__text,
  .medford-story-item__title {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .webinars-slider .slick-slide {
    padding: 10px;
  }

  .new-year-first img {
    width: 75%;
  }

  .feather__answer {
    padding: 10px 104px 18px 45px;
  }

  .medford-description__price,
  .single-description__price-small {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .size-20-16,
  .size-20-16 li {
    font-size: 16px;
  }

  .medford-header__container {
    padding-block: 16px;
  }

  .single-products .single-product__btns {
    margin-bottom: 0;
  }

  .single-product__btns {
    justify-content: space-between;
    padding: 20px 30px;
    gap: 12px;
  }

  .single-product__btns a {
    border: 1px solid #e3e8ea;
    font-size: 0.875rem;
  }

  .medford-description--offer {
    padding-bottom: 0;
  }

  .team-info-section {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .team-info-section__data {
    display: -ms-grid;
    display: grid;
  }

  .team-member__hero .medford-banner__title {
    margin: 0;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .team-member__hero .medford-banner__image--doc {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: center;
    justify-self: center;
    width: min(100%, 400px);
  }

  .webinars .medford-section__title {
    margin-bottom: 20px;
  }

  .webinars-slider,
  .mindray-webinars,
  .webinars__registration-btn,
  .webinars__show-more-btn {
    margin-bottom: 30px;
  }

  .webinars__videos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .webinars__subscribe-text {
    margin-bottom: 12px;
  }

  .medford-section__title {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .medfor__title-terms {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .medford__text {
    font-size: 16px;
    line-height: 120%;
  }

  .medford-banner__title {
    max-width: 450px;
    font-size: 24px;
    text-align: left;
  }

  .medford-btn--block {
    width: 100%;
  }

  .medford__text_center {
    text-align: left;
    font-size: 16px;
    line-height: 120%;
  }

  .medford-description:before {
    width: auto;
  }

  .page-template-pageabout-us .medford-info--card {
    padding: 20px 32px;
  }

  .mindray-webinars {
    padding: 0;
    border: none;
  }

  .medford-header__head .medford-header__info:last-child {
    margin-top: 15px;
  }

  .license-contact-slider .medford-slider--images {
    margin-top: 1.55em;
  }

  .medford-video__play {
    left: 20px;
    top: 10px;
  }

  .page-template-vacancies .medford-banner--top {
    padding-top: 20px;
  }

  .medford-container--xl {
    padding: 0 22px;
  }

  .medford-map {
    margin-top: 0;
    margin-bottom: 45px;
  }

  .medford-socials__item {
    position: relative;
    left: -3px;
  }

  .medford-features__icon img {
    max-height: 44px;
    max-width: 44px;
  }

  .medford-features__icon {
    margin-bottom: 10px;
  }

  .our-team-section .medford-numbers__item {
    background-color: transparent;
    border: none;
  }

  .our-team-section .medford-numbers .parts-collapse-md > .col {
    min-width: 50% !important;
    width: 50% !important;
  }

  .our-team-section .medford-numbers__text {
    font-size: 14px;
    line-height: 17px;
  }

  .our-team-section .medford-numbers__num {
    font-size: 50px;
    line-height: 62px;
  }

  .our-team-section .medford-numbers__item {
    margin-bottom: 10px;
  }

  .medford-numbers__item {
    margin-bottom: 10px;
  }

  .tabs-partner .medford-title {
    display: none;
  }

  .tabs-partner .medford-tabs__nav--images img {
    width: 60px;
    max-width: 100px;
  }

  .medford-tabs__content .parts-row {
    flex-direction: column;
    align-items: baseline;
  }

  .max-width80 {
    max-width: 140px;
  }

  .medford-features--purchase .medford-features__check {
    bottom: 0;
  }

  .medford-form--subscription {
    max-width: 100%;
    padding-bottom: 0;
  }

  .medford-form--subscription .medford-form__container--mobile {
    display: flex;
  }

  .medford-form--subscription .medford-form__container--mobile .medford-input {
    display: flex;
    flex: 1 0 40%;
  }

  .medford-form--subscription
    .medford-form__container--mobile
    .medford-input
    input {
    height: 2.75rem;
  }

  .medford-form--subscription .medford-form__container--mobile .medford-btn {
    flex: 1 0 30%;
    display: flex;
    width: 30%;
    padding: 0 15px;
    justify-content: center;
    line-height: 2.625rem;
  }

  .medford-banner--top .medford-banner__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .medford-banner__title {
    line-height: 1.25em;
  }

  .medford-banner .medford-banner__container img:not(.service-logo) {
    max-width: 66px !important;
  }

  .medford-banner__divider {
    height: 16px;
  }

  .medford-banner__container .text-mute {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
  }

  .our-mission .col .medford-indent {
    /* height: 65px; */
    margin-bottom: 15px;
  }

  /* .our-mission img:first-child {
    width: 40px;
    height: 40px;
  }

  .our-mission .col:nth-child(5) img {
    width: 40px;
    height: 80px;
  }

  .our-mission .col {
    flex: 1 0 175px;
  }

  .our-mission .col:nth-child(2) {
    flex: 1 0 130px;
  }

  .our-mission .col:nth-child(3) {
    flex: 1 0 185px;
  }

  .our-mission .col:nth-child(5) {
    flex: 1 0 150px;
  }

  .our-mission .col:nth-child(6) {
    flex: 1 0 150px;
  }

  .our-mission .col:nth-child(7) {
    flex: 1 0 150px;
  }

  .our-mission .col:nth-child(8) {
    flex: 1 0 150px;
  }

  .our-mission .col svg {
    right: -36px;
  }

  .our-mission .col:nth-child(2) svg {
    right: -39px;
  }

  .our-mission .col:nth-child(4) svg {
    right: -20px;
  }

  .our-mission .col:nth-child(7) svg {
    right: -42px;
  } */

  .our-mission-section .medford-container--scroll {
    padding-bottom: 20px;
    margin-left: 22px;
    padding-left: 0;
  }

  .our-mission-section .medford-container--scroll::-webkit-scrollbar {
    width: 70px;
    height: 2px;
  }

  .our-mission-section .medford-container--scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 0;
  }

  .our-mission-section .medford-container--scroll::-webkit-scrollbar-thumb {
    background: #176690;
    border-radius: 0;
  }

  .our-mission-section .bottom-line {
    margin-top: -2px;
  }

  .medford-slider--team p.text-demi {
    display: block !important;
    font-size: 12px;
  }

  .medford-slider--team .medford-tabs__slider {
    display: none !important;
  }

  .medford-slider--team .medford-tabs__link {
    border-bottom: 2px solid transparent;
  }

  .medford-slider--team .medford-tabs__link.medford-active {
    border-bottom-color: #3794cb;
  }

  .medford-section__subtitle br {
    display: none;
  }

  .logo-subtitle img {
    margin-right: 11px;
    display: inline-block;
    max-width: 110px;
  }

  .license-title {
    margin-top: 15px;
  }

  .single-title-mobile {
    padding: 25px 20px 0 20px;
  }

  .medford-search .logo-subtitle img {
    max-width: 118px !important;
    margin-right: 25px;
  }

  .medford-search .logo-subtitle img:last-child {
    max-width: 95px !important;
    margin: 0;
  }

  .catalog-header {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #585b5b;
    display: flex;
    align-items: center;
  }

  .catalog-header svg {
    margin-right: 10px;
  }

  .medford-banner--main .medford-banner__container {
    padding-bottom: 40px;
  }

  .mobile-show_more {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .mobile-show_more svg {
    border: 1px solid #cecece;
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0 11px;
    margin-bottom: 10px;
  }

  .mobile-show_more button {
    border: none;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #585b5b;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .medford-tabs .medford-list-container--scroll {
    display: flex;
    align-items: center;
  }

  .medford-breadcrumbs-section {
    display: none;
  }

  .team-occupation {
    font-size: 14px;
    line-height: 17px;
  }

  .medford-company-review__text {
    font-size: 0.875rem;
    max-height: 65px;
    margin-bottom: 2rem;
    overflow: hidden;
  }

  .team-info-banner .medford-slider__more {
    top: 70%;
    opacity: 1;
    pointer-events: all;
  }

  .team-info-banner
    .medford-slider__more.medford-active
    + .medford-company-review__text {
    max-height: none;
    margin-bottom: 0;
  }

  .team-info-banner .medford-slider__more.medford-active {
    display: none;
  }

  .medford-section__title--lg {
    font-size: 26px;
  }

  .medford-directions {
    gap: 20px;
  }

  .medford-directions .parts-3 > .col {
    min-width: unset !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .medford-directions__item {
    aspect-ratio: unset;
    padding: 0;
    border-radius: unset;
    background: none;
  }

  .directions__link {
    font-size: 20px;
    color: #000;
    border-bottom: 1px solid #14c1de;
  }

  .directions__link::before {
    display: none;
  }

  .awards-section__container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .likes {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .faq__item {
    padding-block: 15px;
  }

  .faq__question {
    font-size: 20px;
    line-height: 140%;
  }

  .faq__answer {
    padding-right: 6px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  .mob-hide {
    display: none;
  }

  .mob-show {
    display: block;
  }

  .cookies {
    max-width: 290px;
  }

  .cookies br {
    display: block;
  }

  .cookies__txt {
    font-size: 11px;
    line-height: 16px;
  }

  .cookies__btn {
    width: 50px;
  }

  .single-post .medford-breadcrumbs__current {
    display: none;
  }

  .single-post
    .medford-breadcrumbs
    .medford-breadcrumbs__item:last-of-type
    a:before,
  .single-post
    .medford-breadcrumbs
    .medford-breadcrumbs__item:last-of-type
    a:after {
    display: none !important;
  }

  .single-post .wp-block-image.size-large {
    margin-right: 0;
    margin-left: 0;
  }

  .single-post iframe {
    width: 100%;
  }

  .more-txt {
    display: inline-block !important;
  }

  .max-width200 {
    max-width: 100%;
  }

  .more-block p:last-child {
    display: none;
  }

  .hide-desck {
    display: block !important;
  }

  .hide-desck img {
    max-width: 75px;
    position: relative;
    top: -30px;
  }

  .medford-breadcrumbs.top {
    position: relative;
    top: 35px;
  }

  .small-video__wrapp {
    max-height: none !important;
  }

  .medford-tabs__slider {
    display: none;
  }

  .medford-slider--team .medford-tabs__nav {
    justify-content: space-between;
  }

  .page-template-vacancies .medford-slider--team {
    margin-left: -22px;
    margin-right: -22px;
    padding-left: 20px;
  }

  .page-template-vacancies .medford-slider--team .medford-tabs__nav {
    justify-content: space-between;
  }

  .medford-product__container {
    margin-bottom: 20px;
  }

  .medford-catalog {
    margin-left: 0;
    margin-right: 0;
  }

  .filter_ajax_res .medford-list-container--scroll {
    padding-left: 0;
  }

  .medford-catalog.medford-list-container--scroll {
    overflow-x: scroll;
  }

  .medford-product__header img {
    height: 23px;
  }

  .medford-category__title {
    font-size: 1rem;
  }

  .medford-category__content {
    padding-left: 1.3rem;
  }

  .medical-equ-list__item {
    padding: 10px 22px;
    min-height: 60px;
    font-size: 14px;
    line-height: 20px;
  }

  .tabs-partner .medford-tabs-p .medford-tabs__item--spaced {
    padding-right: 0;
  }

  .tabs-partner .max-width80 {
    margin-bottom: 2rem;
  }

  .wp-block-separator.is-style-wide {
    max-width: 90%;
    width: 100%;
  }

  .medford-features--vacancies .medford-features__item {
    margin-right: 43px;
  }

  .medford-tabs-p .medford-tabs__link {
    font-size: 18px;
    line-height: 22px;
  }

  .slider-certificate .slick-initialized .slick-slide {
    margin-right: 8px;
    margin-left: 8px;
    min-height: 180px;
    padding: 12px;
  }

  #popup-product {
    width: calc(100% - 20px);
  }

  .slider-certificate .medford-slider__link--next {
    right: 0;
    margin-right: -14px;
  }

  body:not(.single-products) .medford-slider__link {
    margin-left: -15px;
    margin-right: 8px;
  }

  .slider-certificate .slick-initialized .slick-active {
    opacity: 0.5;
    cursor: pointer;
    pointer-events: all;
  }

  .slider-certificate .slick-active a {
    position: relative;
  }

  .slider-certificate .slick-active a:after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("https://medford.pro/wp-content/uploads/2020/09/magnifier_huge.png");
    background-position: center center;
    background-repeat: no-repeat;
    top: 46%;
    left: 40%;
  }

  .slider-certificate
    .slick-initialized
    .slick-slide.slick-current.slick-active
    + .slick-active {
    opacity: 0.5;
    cursor: pointer;
    pointer-events: all;
  }

  .medford-tabs-p .medford-tabs__item--spaced {
    padding-top: 35px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form-review-company {
    padding: 15px;
  }

  .rating-item label {
    width: 45px;
    height: 45px;
    margin-right: 6px;
  }

  .mob-hide {
    display: none;
  }

  .new-year-first img {
    display: none;
  }

  .new-year-first:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/show.png");
  }

  .new-year-first {
    position: relative;
    flex-direction: column;
  }

  .new-year-first img {
    width: 75%;
    top: 0;
    z-index: -1;
  }

  .new-year-title {
    font-size: 56px;
  }

  .page-template-new-year .medford-banner__play {
    right: 15%;
    bottom: -35px;
  }

  .team-info-banner .medford-banner__image--doc img {
    width: 100%;
  }

  .not-review__title {
    font-size: 16px;
  }

  .next-step-popup_btn {
    display: block;
  }

  .next-step-popup_content {
    display: none;
  }

  #reviewDevice .next-step-popup_btn .js-step-next {
    width: 100%;
    max-width: 100%;
  }

  .next-step-popup_content.medford-active {
    display: block;
  }

  #reviewDevice .medford-card__title {
    font-size: 24px;
    line-height: 30px;
  }

  #reviewDevice .medford-card__title.text-xxl {
    font-size: 16px;
    line-height: 19px;
  }

  #reviewDevice .popup-device {
    font-size: 16px;
    line-height: 19px;
    margin-top: -10px;
  }

  #reviewDevice .fa-star-o:before {
    width: 35px;
    height: 35px;
  }

  #review_product_slider {
    display: none;
  }

  #reviewDevice .medford-btn {
    max-width: 100%;
    width: 100%;
  }

  .page-template-new-year br {
    display: none;
  }

  .logged-user-popup {
    left: auto;
    right: 20px;
  }

  .logged-user__wrapp > a,
  .user-location_wrapp .js-popup-open {
    font-size: 16px;
  }

  body .user-location_wrapp {
    padding-left: 22px;
    width: 100%;
    justify-content: space-between;
    padding-right: 16px !important;
  }

  .geo-city {
    padding: 0;
  }

  .geo-city span {
    width: auto;
  }

  .user-city_wrapp.active .user-city_popup {
    display: block;
    left: 20px;
  }

  .subscribe-telegram__title {
    font-size: 15px;
    line-height: 19px;
  }

  .subscribe-telegram__txt {
    font-size: 12px;
    line-height: 14px;
  }

  .subscribe-telegram__btn {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #2da5e1;
    background-color: transparent;
    text-align: left;
    padding: 0;
  }

  .subscribe-telegram__item:first-child {
    flex: 0 0 70%;
  }

  .subscribe-telegram__item:last-child {
    flex: 0 0 70%;
  }

  .subscribe-telegram__img {
    width: 160px;
    position: relative;
    left: -59px;
    top: 16px;
  }

  .subscribe-telegram__btn:hover {
    background-color: transparent;
    color: #0091c9;
  }

  .subscribe-telegram.active {
    transform: translate(20px);
    right: auto;
    left: auto;
    max-width: 90%;
  }

  .bottom-pay__wrapp::after {
    position: absolute;
    top: 0;
    right: 0;
  }

  .bottom-pay__btn a,
  .cost a {
    max-width: 130px;
    margin: 0 auto;
    width: 100%;
    height: 40px;
    line-height: 40px;
  }

  .bottom-pay__btn a {
    max-width: 180px;
  }

  .bottom-pay__wrapp {
    padding: 90px 30px;
  }

  .bottom-pay__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .bottom-pay__info {
    margin-bottom: 20px;
  }

  .bottom-pay__info--title {
    font-size: 12px;
    line-height: 100%;
  }

  .bottom-pay__info--price {
    font-size: 18px;
    line-height: 100%;
  }

  .basic-info__item {
    margin-top: 10px;
  }

  .spikers__list--item {
    margin-right: 0;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .cost {
    width: 100% !important;
    top: auto !important;
    height: 65px;
    position: fixed !important;
    left: 0 !important;
    z-index: 999;
    bottom: 0;
    padding: 10px 20px;
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .cost a {
    max-width: 130px;
  }

  .cost a span {
    display: none;
  }

  .cost a .letter-transform {
    text-transform: capitalize;
    display: inline-block;
  }

  .cost__title {
    font-size: 12px;
    text-align: left;
  }

  .cost__price {
    font-size: 14px;
    text-align: left;
  }

  .day-info__title {
    font-size: 16px;
  }

  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
  }

  .woocommerce h2,
  .woocommerce-checkout h3 {
    font-size: 1.25rem;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }

  .product-remove {
    display: none !important;
  }

  .shirt {
    padding: 15px;
  }

  #order_review {
    max-width: 100%;
  }

  #place_order {
    margin-top: 15px;
    padding: 15px;
  }

  .container-cabinet-info .info-cabinet {
    flex-direction: column;
  }

  .info-cabinet .col-right .medford-btn {
    max-width: 100%;
  }

  .cabinets .medford-tabs__link {
    padding-bottom: 10px;
  }

  .cabinets .medford-tabs__container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .medford-cabinets__sub .medford-product__title {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
  }

  .medford-product__price {
    margin-bottom: 10px;
  }

  .medford-cabinets__sub .medford-product__bg {
    padding-bottom: 60%;
    background-size: contain !important;
  }

  .medford-cabinets__sub .medford-product {
    min-width: 130px;
  }

  .js-add-cabinet,
  .js-remove-cabinet {
    width: 100%;
    max-width: none;
    border-radius: 0;
    z-index: 3;
  }

  .cabinets label .medford-icon {
    position: absolute;
    right: 15px;
    top: 25px;
  }

  .cabinets .medford-types__item.medford-active label .medford-icon {
    color: #fff;
    transform: rotate(180deg);
  }

  .cabinets #deviceManufactured {
    display: flex;
    justify-content: space-between;
  }

  .cabinets #deviceManufactured .medford-types__item {
    flex: 0 0 48%;
    justify-content: center;
  }

  .row-btn-cabinet {
    width: 100%;
  }

  .row-btn-cabinet > .col {
    width: 100%;
  }

  .cabinets .medford-product__header,
  .cabinets .medford-cabinets__sub .medford-product__title,
  .cabinets .medford-product__price {
    padding-left: 10px;
    padding-right: 10px;
  }

  .first-section .medford-section__title {
    font-size: 22px;
    line-height: 120%;
  }

  .cabinets__btns {
    flex-direction: column;
    border: none;
  }

  .cabinets__btns .medford-form__field {
    width: 100%;
    padding: 0 15px;
  }

  .cabinets__btns .medford-input--xl .medford-selectbox__field {
    max-width: none;
  }

  .d-hiden {
    display: block;
  }

  .unisender-template .medford-section .medford-container {
    padding-left: 0;
    padding-right: 0;
  }

  .unisender-template .medford-section .mob-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .unisender-template p {
    margin: 20px;
  }

  .unisender-template .bg-gray p,
  .unisender-template .bg-blue p {
    margin: 20px 0;
  }

  .wp-block-buttons a {
    font-size: 12px;
  }

  .container-form:after,
  .container-form:before {
    display: none;
  }

  .form-amo-wrapp .medford-card {
    padding: 0;
    margin-top: 0;
  }

  .container-form {
    padding: 20px;
  }

  .part-banner-top {
    min-height: 220px;
    background-size: contain;
    background-repeat: repeat;
    display: flex;
    align-items: flex-end;
  }

  .container-form .medford-card__section {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
  }

  .part-banner-top .medford-banner__title {
    color: #fff;
  }

  .part-banner-top .medford-card__section {
    background-color: transparent;
  }

  .medford-promotion__content {
    padding: 20px;
  }

  .medford-promotion__container {
    flex-direction: column;
  }

  .promotion_title {
    margin-top: 10px;
  }

  .medford-promotion__link {
    margin-top: 15px;
  }

  .promotion_title_img {
    font-size: 18px;
  }

  .expirions_date_img {
    font-size: 16px;
  }

  .medford-promotion__image {
    max-width: 100%;
  }

  .promotion_title_img {
    margin-top: 10px;
  }

  .medford-selection .medford-product__image img {
    margin: auto;
  }

  .our-mission-section .parts-space-xxl:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 490px) {
  .webinars p {
    font-size: 14px;
    line-height: 1.2;
  }

  .mindray-webinars__descr {
    padding: 10px 15px;
  }

  .webinars-slider .slick-slide {
    padding: 0;
  }

  .webinars__videos {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cabinets .medford-tabs__nav {
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0 24px;
  }

  .medford-tabs__link {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cabinets__btns {
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .page-template-pageabout-us .medford-section--accent {
    padding-top: 30px;
  }

  .page-template-pageabout-us .medford-nums .parts-3 > .col {
    width: 100%;
    min-width: 100%;
  }

  .page-template-pageabout-us .medford-nums__item .wp-block-columns {
    flex-wrap: nowrap !important;
    align-items: center !important;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column.medford-nums__num {
    flex-basis: auto !important;
  }

  .medford-nums__num {
    font-size: 48px;
  }

  .medford-directions .parts-3 > .col {
    min-width: 100% !important;
  }

  .medford-directions > .parts-row {
    gap: 10px;
  }

  .directions__link {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .not-review__title {
    font-size: 12px;
  }
}

@media (min-width: 968px) and (max-width: 1280px) {
  .medical-equ-list__item {
    min-height: 75px;
  }
}

@media (min-width: 968px) and (max-width: 1024px) {
  .medical-equ-list__item {
    padding: 10px 15px;
    min-height: 60px;
    margin-bottom: 13px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.team-template-default img {
  max-width: 100%;
}

/* для баннера над хидером на главной */

.medford-page--main .medford-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.medford-header__banner {
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.medford-header__banner-link {
  display: inline-block;
  width: 1000px;
  height: 150px;
  background-image: url("../images/banner-header-1000.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.captcha-container {
  position: relative;
  max-width: 300px;
  border-radius: 15px;
}

.captcha-container::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 15px;
  border: 1px solid transparent;
  transition: border-color 0.2s linear;
}

.captcha-container_error::before {
  border-color: #d2232a;
}

@media (min-width: 968px) and (max-width: 1280px) {
  .medford-header__banner-link {
    width: 700px;
    height: 100px;
  }
}

@media (min-width: 320px) and (max-width: 967px) {
  body {
    /*padding-top: 140px;*/
    padding-top: 60px;
  }

  .medford-header__banner {
    padding-top: 10px;
  }

  .medford-header__banner-link {
    width: 300px;
    height: 50px;
  }
}

section.club-hero,
section.club-main,
section.club-program {
  background-color: #000;
  color: #fff;
}

/* message roistat */
.roistat-multiwidget-pulsator-holder {
  display: none !important;
}
