.header-wrapper.headerNew {
    box-shadow: 0 0 0 0;
}

.header-new__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header-new__logo img {
    height: 46px;
}
.adress-grafic {
    font-size: 13px;
    color: #4D4D4D;
}
.header-new-site {
    background: #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    position: relative;
    z-index: 99;
}

.header-desktop__top {
    padding: 30px 0;
}

.header-new__logo {
    flex-shrink: 0;
    margin-right: 20px;
}
.header-promo {
    width: 95px;
    padding-left: 15px;
    position: relative;
    margin-left: 30px;
}

.header-promo a {
    font-size: 11px;
    color: #2E2E2E;
    display: block;
}

.header-promo a span.newpromo {
    color: #D62E51;
    font-style: italic;
    padding-left: 5px;
    text-decoration: none;
}

.header-promo img {
    position: absolute;
    left: 0;
    top: 4px;
}
.header-promo a span {
    text-decoration: underline;
}
.header-new_buttons {
    margin-left: 30px;
}

a.button-new {
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
    padding: 0 10px;
    line-height: 34px;
    transition: 0.2s;
}

.button-new.button-fill {
    background: #D62E51;
    color: #fff;
    margin-right: 10px;
    border: 1px solid #D62E51;
}

.button-new.button-border {
    border: 1px solid #D62E51;
    position: relative;
    /* padding-left: 32px; */
}
.button-new.button-border span:before {
	background: url('assets/img/brilliant.svg');
	content:"";
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
}
.header-number__one a {
    color: #3E3E3E;
    font-size: 14px;
}

.header-number__one {
    line-height: 20px;
}
.header-number__one a:hover {
    color: #D62E51;
	text-decoration: underline;
}
.header-new__numbers {
    margin-left: 20px;
}

.header-new__flex.container:after {
    display: none;
}
a.button-border:hover {
    background: #d62e51;
    color: #fff;
}
a.button-border:hover span:before {
	background: url('assets/img/brilliant.svg');
	background-position: 0px -15px;
}
a.button-fill:hover {
    border: 1px solid #D62E51;
    background: #fff;
    color: #D62E51;
}
.header-new__menu .header-nav > li {
    height: 50px;
    position: relative;
    padding: 0!important;
}
.header-new__menu .header-nav > li > a {
    height: 50px;
    color: #525252!important;
    font-size: 14px;
    font-weight: 400!important;
}
.header-new__menu .header-nav > li > a:hover {
	color: #fff!important;
}
.header-new__menu .menu-item-type-post_type.menu-item-object-page a:hover,
.header-new__menu .menu-item.menu-item-type-custom.menu-item-object-custom a:hover {
	height: 50px!important;
}
.header-new__menu ul.header-nav > li > ul.nav-dropdown.nav-dropdown-simple > li:hover a {
    height: auto!important;
}
/*
.header-new__menu .nav-dropdown {
    top: 50px!important;
}
*/
.header-new__search input[type='search'] {
    border-radius: 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    background: transparent;
    color: #AEAEAE!important;
    border-bottom: 1px solid #AEAEAE;
    padding-left: 0;
    max-width: 130px;
}
.header-new__search .flex-col:nth-last-child(1) {
    order: -1;
    border-bottom: 1px solid #AEAEAE;
    padding: 0;
    margin: 0;
}
.header-new__search .flex-col:nth-last-child(1) button {
    opacity: 0.5;
    padding-left: 0;
}
.header-new__search .live-search-results {
    position: absolute;
    background: #fff;
    width: 300px;
    right: 0;
    box-shadow: 0px 0px 15px -10px #000;
    top: 40px;
}
.header-new__menu ul.nav-dropdown.nav-dropdown-simple li {
    white-space: normal;
	width: 220px;
    padding: 0!important;
}
.header-new__menu .header-nav > li > ul.nav-dropdown > li {
    padding: 0 15px;
}
.header-new__menu ul.header-nav > li > ul.nav-dropdown.nav-dropdown-simple > li a {
    padding: 10px 15px!important;
}
.header-mobile {display:none;}
.header-mobile__numbers {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    background: #D62E51;
}

.header-mobile__numbers a {
    color: #fff;
    font-size: 16px;
}
.new-burger {
    transition: 0.2s;
    transform: rotate(0deg);
}
.new-burger span {
    display: block;
    width: 37px;
    height: 2px;
    background: #3F3F3F;
    border-radius: 100px;
}
.new-burger span:nth-child(2) {
	margin: 0;
}
.header-mobile__burger a {
    display: flex;
    width: 37px;
    height: 37px;
    padding: 5px 0px;
    flex-wrap: wrap;
    align-items: center;
}

.header-mobile__primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px;
}
a.new-burger.current-lightbox-clicked {
    opacity: 1!important;
    transform: rotate(90deg)!important;
}
a.new-burger.current-lightbox-clicked span {
	background: #d62e51;
}
.header-mobile__bottom .header-mobile__buttons {
    padding: 5px 15px 25px 15px;
    display: flex;
    justify-content: space-between;
}

.header-mobile__buttons a.button-new {
    font-size: 10px;
    line-height: 30px;
}
.view768 {display:none;}
.header-mobile__bottom .header-mobile__buttons a {
    width: 100%;
    text-align: center;
}

.header-mobile__bottom .header-mobile__buttons a span {
    position: relative;
    padding-left: 22px;
}
.mobilemenu {
    position: fixed;
    background: #F5F5F5;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 180px 20px 20px 20px;
    z-index: 999;
    overflow-y: auto;
    left: -100%;
    transition: 0.2s;
}
.mobilemenu .social-icons a {
    background: #d62e51;
    border-color: #d62e51;
}

.mobilemenu .social-icons a i {
    color: #fff;
}
.mobilemenu li.html.custom.html_top_right_text,
.mobilemenu li.html.custom.html_topbar_right {
    display: none;
}
.mobilemenu .form-flat input:not([type="submit"]) {
    border-radius: 6px;
    background: #fff;
    border-color: #ECECEC;
    height: 40px;
    padding: 0 15px 0 35px;
}

.mobilemenu button.submit-button {
    opacity: 0.3;
}
.mobilemenu .searchform .flex-col:nth-last-child(1) {
    order: -1;
    margin-left: 0!important;
    position: absolute;
    left: 5px;
    top: 5px;
}
.mobilemenu .nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: #525252;
    font-size: 14px;
    font-weight: 400!important;
    font-family: "Open Sans", sans-serif!important;
    letter-spacing: 0;
}
li.checkups-mobile {
    display: none;
}

.mobilemenu li.checkups-mobile {
    display: block;
    border-top: 0!important;
}

.checkups-mobile__promo a span {
    color: #525252;
}

.checkups-mobile__promo a span.newpromo {
    color: #e8004d;
    font-size: 11px;
    position: absolute;
    font-style: italic;
    top: -3px;
    right: 0;
}

.checkups-mobile__promo img {
    width: 20px;
}

.checkups-mobile__promo a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 30px;
    position: relative;
}

.checkups-mobile__promo {
    padding: 10px;
}
a.new-burger.burger-rotate {
    transform: rotate(90deg);
}

a.new-burger.burger-rotate span {
    background: #d62e51;
}
body.burger-show .mobilemenu {
    left: 0;
}
html.no-scroll {
    overflow: hidden;
}
.header-new_buttons a.button-border.button-new span {
    position: relative;
    padding-left: 22px;
}
li.adress-mobileMenu {display:none;}
.mobilemenu li.adress-mobileMenu {
    padding: 20px 10px 10px 10px;
    display: block;
}
li.header-social-icons {
	border-top: 0!important;
}
li.header-social-icons a {
    margin-right: 5px!important;
}
.mobilemenu .h-adress {
    margin-bottom: 5px;
}
.pum-container {
    border-radius: 6px!important;
    padding: 80px 40px 40px!important;
}

.pum-title.popmake-title {
    text-transform: uppercase;
    font-size: 20px;
    color: #525252;
}
.modalForm_heading-text {
    font-size: 12px;
    color: #616161;
    text-align: center;
    margin: 10px 0 20px 0;
}
.modalForm_body {
    max-width: 290px;
    margin: 0 auto;
}
.modalForm_body input {
    border-radius: 6px!important;
    border: 1px solid #BDBDBD;
    box-shadow: 0 0 0 0;
    line-height: 47px;
    height: 47px;
    font-size: 12px;
    padding: 0 15px;
}
.modalForm_body textarea {
    border-radius: 6px;
    border: 1px solid #BDBDBD;
    box-shadow: 0 0 0 0;
    font-size: 12px;
    padding: 10px 15px;
}
.modalForm_send {
    position: relative;
}

.modalForm_send input {
    width: 100%;
    border: 0;
    text-transform: none;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.modalForm_privacy {
    font-size: 12px;
    color: #A4A4A4;
    text-align: center;
}
.header-mobile__buttons a.button-new span {
    padding-left: 22px;
    position: relative;
}
.modalForm_privacy a {
    font-size: 12px;
}
button.pum-close.popmake-close {
    margin: 0!important;
}
span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-bottom: 10px;
}
button.copy-close {
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 12px;
    display: block;
    line-height: normal;
    min-height: auto;
    border: 0;
    width: 50px;
    height: 50px;
    text-align: center;
}
.question-popup {
    display: none;
    max-width: 290px;
    margin: 0 auto;
    padding-bottom: 30px;
}
section.seritem ul li a {
    font-size: 14px;
}
.visiblePopup {}
body.popquest .visiblePopup {
    display: none;
}

body.popquest .question-popup {
    display: block;
}
.question-popup__heading {
    text-transform: uppercase;
    font-size: 20px;
    color: #525252;
    text-align: center;
    margin-bottom: 30px;
}

.question-popup__close button {
    background: #ffffff;
    color: #D62E51;
    border-radius: 6px;
    line-height: 45px;
    border-color: #D62E51;
}
.question-popup__close button:hover {
	background:#D62E51;
	color: #fff;
}
.question-popup__next button {
    background: #D62E51;
    color: #fff;
    border-radius: 6px;
    line-height: 45px;
}
.question-popup__next button:hover {
	background: #fff;
	color:#D62E51;
	border-color: #D62E51;
}
.question-popup__buttons button {
    width: 100%;
    text-align: center;
    margin: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    transition: 0.2s;
}

.question-popup__close {
    margin-bottom: 15px;
}
.nav-dropdown {
    min-width: auto;
}
.nav-box>li>a {
    padding: 0 10px;
}
#sendMessage {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0009;
    z-index: 99999;
    display: block;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}

body.sendMsg #sendMessage {
	opacity:1;
	visibility: visible;
}

.sendMessage__modal {
    background: #fafafa;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 80px 40px 50px!important;
    border-radius: 6px;
    position: relative;
    top: 100px;
}

button.sendMessage__close {
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 12px;
    display: block;
    line-height: normal;
    min-height: auto;
    border: 0;
    width: 50px;
    height: 50px;
    text-align: center;
}

.sendMessage__modal-title {
    text-transform: uppercase;
    font-size: 20px;
    color: #D62E51;
    margin-bottom: 30px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: none!important;
}
.modalForm_radio input {
    height: auto;
    margin: 0;
}
.modalForm_radio label {
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}

.modalForm_radio .wpcf7-radio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 10px;
}

.modalForm_radio .wpcf7-list-item {
    margin-right: 0px!important;
}

.modalForm_radio {
    margin-bottom: 15px;
}

/* для элемента input c type="radio" */
.wpcf7-list-item label>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.wpcf7-list-item label>span {
  display: inline-flex;
  align-items: baseline;
  user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.wpcf7-list-item label>span::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #EAEAEA;
  border-radius: 50%;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: relative;
  top: 2px;
  background: #EAEAEA;
}

.wpcf7-list-item label>input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #b3d7ff;
}

.wpcf7-list-item label>input:not(:disabled):active+span::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.wpcf7-list-item label>input:focus+span::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.wpcf7-list-item label>input:focus:not(:checked)+span::before {
  border-color: #80bdff;
}


.wpcf7-list-item label>input:checked+span::before {
  border-color: #e8004d;
  background-color: #e8004d;
}

.wpcf7-list-item label>input:disabled+span::before {
  background-color: #e9ecef;
}
.header-new__search input[type=search] {
    height: 30px;
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid #aeaeae;
}