@media only screen and (min-width: 960px) and (max-width: 1239px) {
.section_wrapper, .container {
max-width: 100% !important;
padding-right: 20px !important;
padding-left: 20px !important;
}
.with_aside .content_wrapper {
max-width: 100% !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.section_wrapper, .container {
max-width: 100% !important;
padding-right: 20px !important;
padding-left: 20px !important;
}
.with_aside .content_wrapper {
max-width: 100% !important;
}
}
@media only screen and (max-width: 767px) {
.content_wrapper .section_wrapper, .container, .four.columns .widget-area {
max-width: 100% !important;
padding-left: 20px!important;
padding-right: 20px!important;
}
.column_heading .title br {
display: none;
}
}
@media only screen and (max-width: 560px) {
.content_wrapper .section_wrapper, .container, .four.columns .widget-area {
padding-left: 14px!important;
padding-right: 14px!important;
}
}
@media only screen and (max-width: 350px) {
.content_wrapper .section_wrapper, .container, .four.columns .widget-area {
padding-left: 10px!important;
padding-right: 10px!important;
}
}
.content_slider {
margin-bottom: 0;
} body {
font-family: 'RoadRadio';
color: #000000;
}
h1, h2, h3, h4, h5 {
font-family: 'RoadRadio';
}
h1 span, h2 span, h3 span, h4 span, h5 span {
font-family: 'RoadRadio';
}
h1 {
margin-bottom: 0;
}
h2, h3, h4, h5, h6 {
margin-bottom: 0;
}
body:not(.home) h2, body:not(.home) h3 {
margin: 30px 0 20px 0;
}
p, a, span, div, ul, li, input, textarea, h6 {
font-family: 'Lab Grotesque';
}
p {
font-weight: 400;
}
.p-0 {
margin: 0;
}
ul, li {
font-weight: 400;
color: #222222;
}
.entry-content ul, .entry-content ol {
margin-left: 20px;
}
#Wrapper,
#Content {
background: #fff;
}
.button,
.action_button {
font-family: 'Lab Grotesque' !important;
font-weight: bold !important;
}
.button-default .button .button_icon i {
color: inherit;
}
.button.has-icon .button_label {
line-height: 17px;
}
.button-custom .button { align-items: center;
margin-bottom: 0;
line-height: 15px;
}
.button-custom .button_size_3 {
transform: scale(1);
}
.button.button_size_2  i {
font-size: 17px;
}
.button-custom .button i:before {
margin: 0;
}
.button-custom .button_right .button_icon {
order: 1;
}
.button-custom .button.the-icon {
background: #FFFFFF !important;
box-shadow: 0px 2px 2px rgb(84 84 84 / 30%) !important;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
padding: 10px !important;
border-radius: 100px;
}
.content_slider.carousel a.button:hover,
.button-custom .button.the-icon:hover {
background: #008585 !important;
}
.content_slider.carousel a.button .button_icon {
opacity: 1 !important;
}
.button-custom .button.the-icon i:before {
content: "";
font-family: 'Font Awesome 5 Free';
font-size: 19px;
font-weight: 900;
width: auto;
color: #008585;
}
@media screen and (max-width: 767px) {
.button-custom .button.the-icon {
width: 34px;
height: 34px;
}
.button-custom .button.the-icon i:before {
font-size: 16px;
}
}
.button-custom .button.slider_prev i:before {
content: "\f053";
padding-right: 2px;
}
.button-custom .button.slider_next i:before {
content: "\f054";
padding-left: 2px;
}
.button-custom .content_wrapper .button.the-icon:hover i:before {
color: #fff;
}
.content_slider {
padding: 0 8px;
}
.content_slider .button.slider_prev {
left: -24px;
}
.content_slider .button.slider_next {
right: -24px;
}
.content_slider .content_slider_ul .slick-list {
border: 0;
} .mhb-col.left {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
flex-direction: column;
justify-content: center;
position: relative;
}
.mhb-col.center {
}
@media (max-width: 767px) {
.mhb-col.center {
margin: 0 10px;
}
}
.mhb-menu {
display: -webkit-flex;
display: -ms-flex;
display: flex;
align-items: center;
}
.mhb-menu .mobile-menu-toggle i::before {
font-weight: 600;
color: #222;
}
.mhb-menu .menu > .submenu.hover > a:first-child {
background: #f1f4f5;
transition: 50ms;
border-radius: 10px 10px 0px 0px !important;
}
.mhb-menu .menu > .submenu.hover .sub-menu {
border-radius: 0 10px 10px 10px;
}
.mhb-menu .menu li ul li a:hover {
background-color: transparent !important;
}
.mhb-menu .menu li ul li {
width: 240px !important;
}
.mhb-menu .menu li ul li {
line-height: 24px;
}
@media (min-width: 960px) {
.mhb-menu .menu > li > a.menu-toggle {
display: none;
}
}
@media (min-width: 768px) {
.mhb-menu .menu > li:first-child {
display: none;
}
}
.mhb-menu .menu.arrows > li.menu-item-has-children > a > span {
padding-right: 20px;
}
.mhb-menu .menu > li {
margin: 0 8px;
}
.mhb-menu .menu > li > a {
color: #000;
border-radius: 10px;
padding: 8px 14px;
}
.mhb-menu .menu > li > a {
color: #000000 !important;
}
.mhb-menu .menu > li > a:hover,
.mhb-menu .menu > li > a.active,
.mhb-menu .menu > li > a.start_active {
background: #f1f4f5;
color: #1894dc !important;
}
@media (min-width: 1024px) {
.mhb-menu .menu > li > a:hover {
background: #F1F5F5;
color: #008585;
}
}
.mhb-menu .menu > li > a > span {
padding: 0;
}
.mhb-extras .search form input {
height: 40px;
border-radius: 0;
}
.mhb-view.desktop .first-row .mhb-row-wrapper {
-webkit-transition: 200ms;
-o-transition: 200ms;
transition: 200ms;
}
.mhb-view.desktop .first-row .mhb-row-wrapper {
padding: 15px 0;
}
.mhb-view.tablet .first-row .mhb-row-wrapper {
padding: 20px 0;
}
.mhb-view.desktop .first-row .mhb-menu .menu > li > a > span {
line-height: 21px !important;
}
.mhb-view.desktop .second-row {
margin-bottom: 20px;
}
.mhb-view.desktop .second-row .mhb-col.left {
margin-left: -10px;
}
.mhb-view.desktop .first-row .mhb-row-wrapper {
padding-left: 10px;
padding-right: 10px;
}
.mhb-view.desktop .first-row .mhb-row-wrapper .mhb-col.left {
max-width: 25%;
}
.mhb-view.desktop .first-row .mhb-row-wrapper .mhb-col.left a img {
width: 100%;
height: auto !important;
}
.is-sticky .mhb-view.tablet .first-row .mhb-row-wrapper {
min-height: 45px;
padding: 10px 0;
-webkit-transition: 150ms;
-o-transition: 150ms;
transition: 150ms;
}
.is-sticky .mhb-view.mobile .first-row .mhb-row-wrapper {
-webkit-transition: 150ms;
-o-transition: 150ms;
transition: 150ms;
}
.is-sticky .mhb-view.mobile .first-row .mhb-logo a img {
width: 100%;
-webkit-transition: 150ms;
-o-transition: 150ms;
transition: 150ms;
}
.is-sticky .mhb-view.mobile .mhb-col.left {
width: 170px;
-webkit-transition: 150ms;
-o-transition: 150ms;
transition: 150ms;
}
.mhb-logo a {
display: -webkit-flex;
display: -ms-flex;
display: flex;
}
.label-logo {
font-size: 11px;
line-height: 14px;
display: flex;
align-items: center;
overflow: hidden;
margin-top: 6px;
opacity: 1;
height: 28px;
bottom: 0;
-webkit-transition: 200ms;
-o-transition: 200ms;
transition: 200ms;
}
.mhb-col.right .box-email {
display: flex;
flex-direction: column;
margin-right: 30px;
}
.mhb-col.right .box-email a {
color: #0095eb;
font-weight: 500;
font-size: 21px;
line-height: 25px;
color: #000;
}
.mhb-col.right .box-email span {
font-weight: 400;
font-size: 12px;
line-height: 14px;
color: #808080;
}
.mhb-col.right .box-phone {
display: flex;
flex-direction: column;
margin-right: 31px;
}
.mhb-col.right .box-phone .number {
font-weight: 500;
font-size: 21px;
line-height: 25px;
color: #000;
}
.mhb-col.right .box-phone .label {
font-weight: 400;
font-size: 12px;
line-height: 14px;
color: #808080;
}
.mob-tel {
display: inline-flex;
flex-wrap: wrap;
margin-top: 15px;
margin-bottom: 15px;
}
.mob-tel > * {
width: 100%;
}
.mob-tel b {
font-weight: 500;
font-size: 18px;
line-height: 22px;
color: #000;
margin-bottom: 2px;
}
.mob-tel i {
font-weight: 400;
font-size: 11px;
font-style: normal;
line-height: 13px;
color: #808080;
}
@media (max-width: 959px) {
.mhb-col.left {
max-width: 45%;
}
.mhb-logo a img {
height: auto !important;
max-height: 50px;
width: 100%;
}
.mhb-col.center .mhb-item {
margin: 0 5px;
}
.mhb-menu .menu {
height: 80vh;
overflow-y: scroll;
overflow-x: hidden;
}
.mhb-menu .menu li .menu-toggle:after {
font-weight: 800;
font-size: 18px;
}
.mhb-menu .menu li ul li {
width: 100% !important;
padding: 10px 20px;
}
.mhb-menu .menu li ul li a {
padding: 0 !important;
}
.mhb-menu .tabletMobile .menu li ul li a {
font-size: 14px;
}
.mhb-menu .menu .sub-menu li a span {
line-height: 24px!important;
}
.mhb-view.mobile .first-row .mhb-row-wrapper {
padding: 10px 0;
}
.mhb-menu .menu .menu-toggle:hover {
background: transparent !important;
}
.mhb-menu .menu li .menu-toggle,
.mhb-menu .tabletMobile .menu li .menu-toggle {
line-height: 38px;
}
.mhb-extras .search .search-icon:hover {
color: inherit;
}
.icon-call-mobile {
padding: 0 8px !important;
height: 32px;
border-radius: 8px;
display: inline-flex;
align-items: center;
color: #ffffff;
background-color: #40a8e4;
border-color: transparent;
}
.icon-call-mobile i:before {
margin: 0; }
} .is-sticky .mhb-placeholder {
height: 80px !important;
}
.is-sticky .mhb-view.desktop .first-row .mhb-row-wrapper {
padding: 0;
}
.is-sticky .label-logo { height: 0;
opacity: 0;
position: absolute;
bottom: 20px;
}
.is-sticky .mhb-view {
box-shadow: 0 5px 10px 0px rgb(210 210 210 / 10%);
}  form input:not([type="submit"]) {
font-weight: 500;
font-size: 16px;
background-color: #fff;
border-radius: 10px;
height: 50px;
padding: 12px 20px;
}
form input:not([type="submit"])::placeholder {
color: #CCCCCC;
}
input[name="your-name"] {
content: '';
background: url(//expertegida.ru/wp-content/themes/betheme-child/svg/user.svg);
background-position-y: center;
background-position-x: calc(100% - 20px);
background-repeat: no-repeat;
}
input[name="your-tel"] {
content: '';
background: url(//expertegida.ru/wp-content/themes/betheme-child/svg/tel.svg);
background-position-y: center;
background-position-x: calc(100% - 20px);
background-repeat: no-repeat;
}
input[name="your-email"] {
content: '';
background: url(//expertegida.ru/wp-content/themes/betheme-child/svg/mail.svg);
background-position-y: center;
background-position-x: calc(100% - 20px);
background-repeat: no-repeat;
}
.acceptance {
font-weight: 400;
font-size: 12px;
line-height: 14px;
color: rgb(255 255 255 / 40%);
text-align: left;
width: 100%;
}
.acceptance label {
display: flex;
align-items: center;
margin-top: 10px;
margin-bottom: 0;
}
.acceptance a {
color: rgb(255 255 255 / 40%);
text-decoration: none;
}
.acceptance a:hover {
text-decoration: underline;
}
.acceptance input {
display: none;
}
.acceptance .wpcf7-list-item-label {
display: flex;
align-items: center;
line-height: 20px;
cursor: pointer;
-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.acceptance input + span.wpcf7-list-item-label::before {
content: '';
background: url(//expertegida.ru/wp-content/themes/betheme-child/svg/no-check.svg);
background-repeat: no-repeat;
background-position: center;
display: block;
margin: 0;
margin-right: 10px;
min-width: 14px;
min-height: 14px;
}
.acceptance input:checked + span.wpcf7-list-item-label::before {
background: url(//expertegida.ru/wp-content/themes/betheme-child/svg/check.svg);
background-repeat: no-repeat;
background-position: center;
min-width: 14px;
min-height: 14px;
}
.acceptance .wpcf7-list-item-label {
line-height: 20px;
}
.acceptance .wpcf7-list-item {
margin-left: 0;
}
.wpcf7-spinner {
position: absolute;
right: 0;
top: calc(50% - 14px);
}  form.wpcf7-form {
max-width: 100% !important;
position: relative;
}
.fancybox-container .cf7serc_label,
form.wpcf7-form .cf7serc_label,
form.wpcf7-form .form-group.form_group_focus .cf7serc_label  {
display: none !important;
}
form.wpcf7-form .form-group {
margin-bottom: 0;
}  .button-call.action_button {
font-size: 14px;
line-height: normal !important;
padding: 0 24px !important;
height: 46px;
border-radius: 12px;
display: -webkit-flex;
display: -ms-flex;
display: flex;
align-items: center;
}
.button-call::before {
content: '';
background: url(//expertegida.ru/wp-content/themes/betheme-child/svg/call.svg);
background-repeat: no-repeat;
background-position: center;
background-size: auto;
display: block;
width: 12px;
height: 12px;
margin-right: 10px;
}
@media (max-width: 959px) {
.mhb-menu .menu,
.mhb-menu .tabletMobile .menu {
width: 300px !important;
top: calc(100% + 10px);
padding: 20px;
border-radius: 0px 0px 14px 14px;
box-shadow: 0px -1px 2px rgb(0 0 0 / 7%), 0px 30px 26px rgb(151 151 151 / 24%);
}
.mhb-menu .menu > li {
margin: 5px 0 !important;
}
.mhb-menu .menu > li > a {
display: inline-flex;
padding: 0 14px !important;
}
.mhb-menu .menu > li > a.active:not(.start_active):not(:hover) {
background: transparent !important;
color: #000 !important;
}
}
@media (max-width: 1200px) and (min-width: 960px) {
.button-call.button-call_head {
font-size: 0;
}
.button-call.button-call_head::before {
margin-right: 0;
}
}
@media (max-width: 767px) {
.mhb-menu .menu {
right: -20px;
padding: 10px 20px 20px 20px !important;
border-radius: 0px 0px 0px 14px !important;
}
.button-call.button-call_head {
margin-right: 50px;
padding: 0 12px !important;
height: 36px;
border-radius: 8px;
}
.button-call.button-call_head::before {
margin-right: 0;
}
} .head-container {
}
.head-container .mcb-wrap-inner {
overflow: hidden;
}
.head-image {
}
.head-image .mcb-column-inner {
display: flex;
justify-content: center;
align-items: center;
}
.head-prallax {
position: absolute;
z-index: 0;
}
.head-prallax p {
display: block;
width: 300px;
height: 300px;
}
@media screen and (max-width: 1320px) {
.head-prallax {
display: none;
}
}
.head-box-check { position: relative;
z-index: 1;
}
.head-box-check .mfn-inline-editor {
margin-left: -5px;
width: calc(100% + 10px);
}
.head-box-check .mfn-inline-editor .column {
padding: 0 5px;
}
.head-box-check .mfn-inline-editor .column .mcb-column-inner > div {
position: absolute;
right: 0;
bottom: 0;
}
@media screen and (max-width: 1199px) and (min-width: 960px) {
.head-box-check .mfn-inline-editor .mcb-column-inner {
height: 100px;
}
}
@media screen and (max-width: 959px) and (min-width: 768px) {
.head-box-check .mfn-inline-editor .column {
width: 50%;
margin-bottom: 10px;
}
}
@media screen and (max-width: 767px) {
.head-box-check .mfn-inline-editor .column {
margin-bottom: 10px;
}
}
.head-box-check .mfn-inline-editor .mcb-column-inner {
background: #ffffff;
padding: 25px 40px 25px 25px;
border-radius: 10px;
margin-bottom: 0;
margin: 0;
display: block;
justify-content: space-between;
box-shadow: 0px 30px 26px rgba(214, 214, 214, 0.25);
overflow: hidden;
}
.head-box-check .mfn-inline-editor .mcb-column-inner strong {
font-weight: 500;
}
.head-box-check p {
margin-bottom: 0;
position: relative;
z-index: 1;
}
.mcb-column-inner {
margin-left: 0;
margin-right: 0;
}
.mhb-item {
margin: 0;
}
#Header_wrapper, #Intro {
background: transparent !important;
}
@media screen and (max-width: 959) {
.head-box-check .mfn-inline-editor .mcb-column-inner {
padding: 20px 40px 20px 25px;
}
} .form-header {
display: flex;
flex-wrap: wrap;
position: relative;
margin: auto;
padding: 0 5px;
}
.form-header__form {
display: flex;
align-items: center;
width: 100%;
}
.form-header__input {
position: relative;
}
.form-header__input .label {
color: rgb(255 255 255 / 75%) !important;
font-weight: 500;
font-size: 12px;
line-height: 14px;
position: absolute;
top: -20px;
}
.form-header__item {
flex: 25%;
}
.form-header__item input {
font-size: 16px !important;
font-weight: 500 !important;
line-height: 20px !important;
border: 0 !important;
box-shadow: none !important;
border-radius: 0 !important;
}
.form-header__item:first-child input {
border-radius: 10px 0 0 10px !important;
}
.form-header__item:last-child input {
border-radius: 0 10px 10px 0 !important;
}
.form-header__input input {
padding: 15px 45px 15px 20px !important;
color: #000 !important;
}
.form-header__input:not(:first-child) input {
border-left: 1px solid #B1B1B1 !important;
}
.form-header__input input::placeholder {
color: #B1B1B1 !important
}
.form-header__button input {
font-weight: 700 !important;
background: #222222 !important;
margin-right: 0 !important;
padding: 0 20px !important;
height: 50px;
width: 100%;
-webkit-transition: 200ms;
-o-transition: 200ms;
transition: 200ms;
}
span.wpcf7-form-control-wrap {
margin-bottom: 0;
}
.form-header .wpcf7-spinner {
position: absolute;
top: 10px;
bottom: 0;
right: -60px;
}
@media (min-width: 1024px) {
.form-header__button:hover input {
background: #000000 !important;
}
}
@media (max-width: 959px) {
.form-header__form {
flex-wrap: wrap;
}
.form-header__item {
flex: 100%;
display: flex;
flex-wrap: wrap;
margin-bottom: 13px;
}
.form-header__button {
margin-top: 6px;
}
.form-header__item > * {
width: 100%;
}
.form-header__input .label {
position: unset;
margin-bottom: 8px;
}
.form-header .form-header__item input {
border-radius: 10px !important;
}
}  .player-box a {
position: relative;
}
.player-box a::before {
content: '';
display: block;
background: url(//expertegida.ru/wp-content/themes/betheme-child/svg/play.svg);
background-repeat: no-repeat;
background-position: center;
background-size: auto;
width: 79px;
height: 79px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
margin: auto;
-webkit-transition: 200ms;
-o-transition: 200ms;
transition: 200ms;
transform: scale(1);
}
.player-box a:hover::before {
transform: scale(1.2);
}
@media screen and (max-width: 420px) {
.player-box a::before {
background-size: 100%;
width: 60px;
height: 60px;
}
}  .service-box {
}
.service-box .mcb-wrap-inner {
background: #fff;
border-radius: 20px;
margin: 0px 8px 20px 8px;
}
.service-box .mcb-wrap-inner p {
font-size: 14px;
font-weight: 400;
line-height: 20px;
color: #676767;
}
.service-box .mcb-wrap-inner a.button {
font-size: 12px;
line-height: 16px;
border-radius: 10px;
padding: 11px 16px;
margin-bottom: 0;
display: inline-flex;
align-items: center;
}
.service-box .image_wrapper img {
max-width: inherit;
}
.service-box .column_image {
display: flex;
align-items: center;
overflow: hidden;
}
@media screen and (max-width: 767px) {
.service-box .column_image {
overflow: inherit;
}
.service-box .image_wrapper img {
width: 100%;
}
}  .form-flex {
display: flex;
justify-content: space-between;
}
.form-flex p {
margin-bottom: 0;
}
.form-flex__box {
width: calc(50% - 20px);
}
.form-flex__box:last-child {
width: calc(42% - 20px);
min-width: 454px;
padding-top: 34px;
display: -webkit-flex;
display: -ms-flex;
display: flex;
flex-wrap: wrap;
align-items: flex-end;
}
body:not(.cf7p-message) .form-flex__box .form-flex__checkbox .wpcf7-not-valid-tip {
top: -50px!important;
}
.form-flex__title {
font-weight: 700;
font-size: 18px;
line-height: 25px;
margin-bottom: 17px;
display: flex;
}
.form-flex__title::before {
content: '';
background: url(//expertegida.ru/wp-content/themes/betheme-child/svg/car.svg);
display: block;
width: 26px;
height: 26px;
margin-right: 14px;
}
.form-flex__checkbox {
display: flex;
}
.form-flex__checkbox {
margin-bottom: 30px;
}
.form-flex__checkbox {
display: -webkit-flex;
display: -ms-flex;
display: flex;
flex-wrap: wrap;
}
.form-flex__checkbox .wpcf7-list-item {
margin: 0;
width: calc(50% - 20px);
margin-right: 20px;
}
.form-flex__checkbox .wpcf7-list-item label {
cursor: pointer;
margin-bottom: 10px;
}
.form-flex__checkbox .wpcf7-list-item input[type="checkbox"] {
display: none;
}
.form-flex__checkbox .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label {
font-size: 16px;
font-weight: 400;
line-height: 25px;
color: #494949;
display: -webkit-flex;
display: -ms-flex;
display: flex;
align-items: center;
}
.form-flex__checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label {
font-weight: 500;
}
.form-flex__checkbox .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label::before {
content: '';
background: url(//expertegida.ru/wp-content/themes/betheme-child/svg/check-box-off.svg);
display: block;
width: 24px;
height: 24px;
margin-right: 14px;
}
.form-flex__checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
background: url(//expertegida.ru/wp-content/themes/betheme-child/svg/check-box-on.svg);
border-radius: 5px;
}
.form-flex__checkbox label {
display: flex;
align-items: center;
}
.form-flex__textarea textarea {
font-size: 18px !important;
line-height: 25px !important;
padding: 22px 33px !important;
height: 227px !important;
max-height: 227px !important;
}
.form-flex__textarea textarea::placeholder,
.form-flex__textarea textarea::placeholder  {
font-size: 18px;
line-height: 25px;
color: #CCCCCC;
}
.form-flex__contact {
width: 100%;
}
.form-flex__contact + p {
display: flex;
align-items: center;
margin-bottom: 10px;
width: 100%;
}
.form-flex__contact input {
font-size: 16px !important;
line-height: 22px !important;
padding: 15px 20px 15px !important;
}
.form-flex__contact input::placeholder {
font-size: 16px;
line-height: 22px;
color: #CCCCCC;
}
.form-flex__textarea textarea,
.form-flex__contact input {
background-color: #FFFFFF !important;
box-shadow: 0px 2px 2px #e2f0f0 !important;
border-radius: 12px !important;
border: 0 !important;
}
.form-flex__contact input {
height: 53px !important;
}
.form-flex input[type="submit"] {
font-size: 16px;
font-weight: 700;
line-height: 19px;
width: 100%;
margin-right: 0;
height: 53px;
}
.form-flex__input {
line-height: 16px;
margin-bottom: 16px;
}
.form-flex__input .label {
font-size: 13px;
font-weight: 500;
color: #494949;
margin-bottom: 8px;
display: block;
}
.form-flex__acceptance,
.form-flex__acceptance a {
color: #A9C0C0 !important;
}
.form-flex__acceptance .wpcf7-list-item-label::before {
opacity: 0.8;
}
.form-flex .wpcf7-spinner {
position: absolute;
}
.succes-form,
.wpcf7-response-output {
font-weight: 700;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
color: #008585;
margin: auto;
padding: 20px 0;
}
.form-succes-text-white .succes-form,
.form-succes-text-white .wpcf7-response-output {
color: #fff;
}
.form-succes-text-white .succes-form::before,
.form-succes-text-white .wpcf7-response-output::before {
color: #fff;
}
@media screen and (max-width: 959px) {
.form-flex {
flex-wrap: wrap;
}
.form-flex__box {
width: 100%;
}
.form-flex__box:last-child {
width: 100%;
min-width: 100%;
}
.form-flex__checkbox .wpcf7-list-item {
width: 100%;
}
}  .option-flex-box .column_attr {
display: flex;
flex-wrap: wrap;
align-content: space-between;
align-items: stretch;
height: 100%;
margin-bottom: 30px;
}
.option-flex-box .column_attr .mcb-column-inner {
margin-bottom: 0;
}
.option-flex-box .image_frame {
margin-bottom: 15px;
}
.option-flex-box h4 {
font-size: 18px;
line-height: 25px;
margin-bottom: 15px;
}
.option-flex-box p,
.option-flex-box ul li  {
font-size: 14px;
line-height: 21px;
color: #676767;
width: 100%;
}
.option-flex-box p {
margin-bottom: 0;
}
.option-flex-box b {
font-weight: 500;
}
.option-flex-box ul  {
margin-left: 16px;
margin-bottom: 0px;
}
.option-flex-box ul li  {
margin-top: 15px;
}
.option-flex-box ul li::marker {
color: #D9D9D9;
}
.option-flex-box .button {
text-align: center;
}  .clients_slider {
position: relative;
}
.clients_slider ul.slick-slider li img {
width: 100%;
max-width: 100px;
}
.blog_slider_header {
margin-bottom: 0;
}
.blog_slider_header .title {
text-align: center;
margin: 0;
margin-bottom: 18px;
display: none;
}
.clients_slider ul.slick-slider {
width: calc(100% + 24px);
margin-left: -12px;
max-width: initial;
}
ul.clients .client_wrapper {
margin: 0 12px;
}
ul.clients li .client_wrapper {
border-radius: 14px;
}
@media (max-width: 767px) {
ul.clients .client_wrapper {
margin: 0 6px;
}
}  .content_wrapper .button.the-icon {
position: absolute;
z-index: 1;
bottom: calc(50% - 24px);
}
.content_wrapper .button.slider_prev {
margin-left: -24px;
left: 0;
}
.content_wrapper .button.slider_next {
margin-right: -24px;
right: 0;
}
@media screen and (max-width: 767px) {
.content_wrapper .button.the-icon {
position: absolute;
z-index: 1;
bottom: calc(50% - 17px);
}
.content_wrapper .button.slider_prev {
margin-left: 15px;
left: 0;
}
.content_wrapper .button.slider_next {
margin-right: 15px;
right: 0;
}
}  .form-price {
width: 926px !important;
padding: 0 !important;
background: transparent !important;
overflow: initial !important;
margin: auto;
position: relative;
}
@media screen and (max-width: 1024px) {
.form-price {
width: 494px !important;
}
}
@media screen and (max-width: 500px) {
.form-price {
width: 100% !important;
}
}
.form-price + .wpcf7-response-output {
max-width: 926px !important;
width: 100% !important;
margin: auto !important;
padding: 10px !important;
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
color: #fff;
font-size: 16px;
background: #00000024;
border-radius: 0 0 20px 20px;
}
.form-price__block {
background: #008585;
padding: 56px 120px;
border-radius: 20px;
width: 100%;
display: flex;
justify-content: space-between;
}
.form-price__block > div {
width: 50%;
}
@media screen and (max-width: 1024px) {
.form-price__block {
padding: 26px 26px;
}
.form-price__block > div {
width: 100%;
}
}
.form-price__image::before {
content: '';
background: url(//expertegida.ru/wp-content/themes/betheme-child/img/list.png);
background-repeat: no-repeat; display: block;
width: 764px;
height: 549px;
position: absolute;
left: -192px;
top: calc(50% - 125px);
margin-top: -160px;
}
@media screen and (max-width: 1024px) {
.form-price__image {
display: none;
}
}
.form-price__title {
font-weight: 700;
font-size: 24px;
line-height: 29px;
color: #fff;
margin-bottom: 8px;
}
.form-price__subtitle {
font-size: 16px;
line-height: 22px;
color: #fff;
margin-bottom: 20px;
}
.form-price__contain {
max-width: 334px;
}
.form-price__input {
margin-bottom: 20px;
}
.form-price__input .label {
font-size: 12px;
font-weight: 500;
line-height: 14px;
color: #ffffffb3;
margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
.form-price__contain,
.form-price__input .form-group {
width: 100%;
max-width: 100%;
}
}
.form-price__input input {
font-weight: 500 !important;
font-size: 16px !important;
padding: 12px 20px !important;
height: 50px !important;
width: 100% !important;
border: 0 !important;
border-radius: 10px !important;
margin-bottom: 0;
background-color: #fff;
}
.form-price__item {
display: -webkit-flex;
display: -ms-flex;
display: flex;
flex-wrap: wrap;
position: relative;
}
.form-price__button {
margin-bottom: 10px;
}
.form-price__button input {
font-weight: 700 !important;
font-size: 16px !important;
line-height: 19px !important;
text-align: center;
background-color: #222 !important;
width: 100%;
height: 56px;
border-radius: 10px !important;
margin-right: 0 !important;
-webkit-transition: 200ms;
-o-transition: 200ms;
transition: 200ms;
}
.form-price__button input:hover {
background-color: #000 !important;
}
.form-price .wpcf7-list-item-label {
font-size: 10px !important;
line-height: 14px !important;
align-items: flex-start !important;
}
.form-price .acceptance input:checked + span.wpcf7-list-item-label::before {
background-size: 11px;
min-width: 11px;
min-height: 11px;
margin-top: 1px;
}
.form-price .acceptance input + span.wpcf7-list-item-label::before {
background-size: 9px;
min-width: 11px;
min-height: 13px;
}  .form-standart {
max-width: 494px !important;
width: 100% !important;
padding: 0 !important;
background: transparent !important;
overflow: initial !important;
margin: auto;
position: relative;
}
.form-standart + .wpcf7-response-output {
max-width: 494px !important;
width: 100% !important;
margin: auto !important;
padding: 10px !important;
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
color: #fff;
font-size: 16px;
background: #00000024;
border-radius: 0 0 20px 20px;
}
.form-standart__block {
background: #40a8e4;
padding: 26px 26px;
border-radius: 20px;
}
.form-standart__contain {
padding: 0;
}
.form-standart__title {
font-weight: 700;
font-size: 24px;
line-height: 29px;
color: #fff;
margin-bottom: 30px;
text-align: center;
}
@media screen and (max-width: 500px) {
.form-standart__block {
padding: 26px 26px;
}
.form-standart__contain {
padding: 0;
}
.form-standart__title {
font-size: 22px;
line-height: 24px;
margin-top: 20px;
margin-bottom: 15px;
}
}
.form-standart__input {
margin-bottom: 20px;
}
.form-standart__input .label {
font-size: 12px;
font-weight: 500;
line-height: 14px;
color: #ffffffb3;
margin-bottom: 8px;
}
.form-standart__input input {
font-weight: 500 !important;
font-size: 16px !important;
padding: 12px 20px !important;
height: 50px !important;
width: 100% !important;
border: 0 !important;
border-radius: 10px !important;
margin-bottom: 0;
background-color: #fff;
}
.form-standart__item {
display: -webkit-flex;
display: -ms-flex;
display: flex;
flex-wrap: wrap;
position: relative;
}
.form-standart__button {
margin-bottom: 10px;
}
.form-standart__button input {
font-weight: 700 !important;
font-size: 16px !important;
line-height: 19px !important;
text-align: center;
background-color: #222 !important;
width: 100%;
height: 56px;
border-radius: 10px !important;
margin-right: 0 !important;
-webkit-transition: 200ms;
-o-transition: 200ms;
transition: 200ms;
}
.form-standart__button input:hover {
background-color: #000 !important;
}
.form-standart .wpcf7-list-item-label {
font-size: 10px !important;
line-height: 14px !important;
align-items: flex-start !important;
}
.form-standart .acceptance input:checked + span.wpcf7-list-item-label::before {
background-size: 11px;
min-width: 11px;
min-height: 11px;
margin-top: 1px;
}
.form-standart .acceptance input + span.wpcf7-list-item-label::before {
background-size: 9px;
min-width: 11px;
min-height: 13px;
}  .fancybox-slide--html .fancybox-close-small {
background-color: transparent;
padding: 8px !important;
margin: 9px;
}
.fancybox-slide--html .fancybox-close-small svg path {
fill: #fff;
}
.wpcf7.fancybox-content {
padding: 0;
overflow: initial;
background: transparent;
}
.wpcf7.fancybox-content > button.fancybox-close-small {
display: none;
}   .text-light-box p {
font-size: 18px;
font-weight: 300;
line-height: 25px;
margin-bottom: 25px;
} .slider-border-radius-img .slick-slide img {
border-radius: 30px;
}
.no-p .mfn-visualeditor-content p {
display: none !important;
}
.display-none:not(.vb-item) {
display: none;
}
.system-color > a,
a.system-color,
.system-color > p,
p.system-color {
color: #00a9a8 !important;
}
.dark .column a {
color: #fff;
} ul.box-list-flex-icon,
.box-list-flex-icon ul {
list-style-type: none;
margin-left: 0;
}
ul.box-list-flex-icon li,
.box-list-flex-icon ul li {
display: flex;
padding: 5px 0;
}
ul.box-list-flex-icon li:not(:last-child),
.box-list-flex-icon ul li:not(:last-child) {
margin-bottom: 8px;
}
ul.box-list-flex-icon li i,
.box-list-flex-icon ul li i {
font-size: 18px;
margin-top: 2px;
margin-right: 13px;
} .button_weight {
height: 50px;
}
.no-max-width img {
max-width: inherit;
}
.text-white .mfn-inline-editor p,
.text-white .mfn-inline-editor h1,
.text-white .mfn-inline-editor h2,
.text-white .mfn-inline-editor h3,
.text-white .mfn-inline-editor h4 {
color: #fff;
} .error404,
.error404 #Content,
.error404 #Header_wrapper {
background: #F1F5F5;
}
.content-404 {
padding: 160px 0 200px 0;
}
.text-404 {
}
.text-404 h1 {
font-weight: 400;
font-size: 64px;
line-height: 90px;
color: #000000;
}
.text-404 h2 {
font-weight: 400;
font-size: 32px;
line-height: 45px;
color: #000000;
margin-bottom: 4px;
}
.text-404 p {
font-weight: 400;
font-size: 18px;
line-height: 25px;
color: #676767;
}
.text-404 .button {
margin-top: 15px;
}
@media screen and (max-width: 959px) {
.content-404 {
padding: 40px 0 40px 0;
}
.text-404 {
text-align: center;
margin-bottom: 20px;
}
.content-404 .mcb-wrap {
justify-content: center;
margin-bottom: 40px;
}
}@font-face {
font-family: 'RoadRadio';
src: url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio.eot);
src: local('RoadRadio'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio.eot?#iefix) format('embedded-opentype'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio.woff2) format('woff2'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio.woff) format('woff'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'RoadRadio';
src: url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio-Light.eot);
src: local('RoadRadio Light'), local('RoadRadio-Light'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio-Light.eot?#iefix) format('embedded-opentype'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio-Light.woff2) format('woff2'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio-Light.woff) format('woff'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio-Light.ttf) format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'RoadRadio';
src: url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio-Thin.eot);
src: local('RoadRadio Thin'), local('RoadRadio-Thin'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio-Thin.eot?#iefix) format('embedded-opentype'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio-Thin.woff2) format('woff2'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio-Thin.woff) format('woff'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio-Thin.ttf) format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'RoadRadio';
src: url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio-Black.eot);
src: local('RoadRadio Black'), local('RoadRadio-Black'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio-Black.eot?#iefix) format('embedded-opentype'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio-Black.woff2) format('woff2'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio-Black.woff) format('woff'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio-Black.ttf) format('truetype');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'RoadRadio';
src: url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio-Bold.eot);
src: local('RoadRadio Bold'), local('RoadRadio-Bold'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio-Bold.eot?#iefix) format('embedded-opentype'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio-Bold.woff2) format('woff2'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio-Bold.woff) format('woff'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/RoadRadio/RoadRadio-Bold.ttf) format('truetype');
font-weight: bold;
font-style: normal;
} @font-face {
font-family: 'Lab Grotesque';
src: url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-ThinItalic.eot);
src: local('Lab Grotesque Thin Italic'), local('LabGrotesque-ThinItalic'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-ThinItalic.eot?#iefix) format('embedded-opentype'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-ThinItalic.woff2) format('woff2'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-ThinItalic.woff) format('woff'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-ThinItalic.ttf) format('truetype');
font-weight: 100;
font-style: italic;
}
@font-face {
font-family: 'Lab Grotesque';
src: url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-MediumItalic.eot);
src: local('Lab Grotesque Medium Italic'), local('LabGrotesque-MediumItalic'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-MediumItalic.eot?#iefix) format('embedded-opentype'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-MediumItalic.woff2) format('woff2'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-MediumItalic.woff) format('woff'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-MediumItalic.ttf) format('truetype');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'Lab Grotesque';
src: url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Regular.eot);
src: local('Lab Grotesque Regular'), local('LabGrotesque-Regular'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Regular.eot?#iefix) format('embedded-opentype'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Regular.woff2) format('woff2'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Regular.woff) format('woff'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Regular.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lab Grotesque';
src: url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-LightItalic.eot);
src: local('Lab Grotesque Light Italic'), local('LabGrotesque-LightItalic'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-LightItalic.eot?#iefix) format('embedded-opentype'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-LightItalic.woff2) format('woff2'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-LightItalic.woff) format('woff'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-LightItalic.ttf) format('truetype');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'Lab Grotesque';
src: url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Medium.eot);
src: local('Lab Grotesque Medium'), local('LabGrotesque-Medium'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Medium.eot?#iefix) format('embedded-opentype'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Medium.woff2) format('woff2'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Medium.woff) format('woff'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Medium.ttf) format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Lab Grotesque';
src: url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Bold.eot);
src: local('Lab Grotesque Bold'), local('LabGrotesque-Bold'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Bold.eot?#iefix) format('embedded-opentype'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Bold.woff2) format('woff2'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Bold.woff) format('woff'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Bold.ttf) format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Lab Grotesque';
src: url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Thin.eot);
src: local('Lab Grotesque Thin'), local('LabGrotesque-Thin'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Thin.eot?#iefix) format('embedded-opentype'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Thin.woff2) format('woff2'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Thin.woff) format('woff'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Thin.ttf) format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Lab Grotesque';
src: url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Italic.eot);
src: local('Lab Grotesque Italic'), local('LabGrotesque-Italic'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Italic.eot?#iefix) format('embedded-opentype'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Italic.woff2) format('woff2'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Italic.woff) format('woff'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Italic.ttf) format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Lab Grotesque';
src: url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-BlackItalic.eot);
src: local('Lab Grotesque Black Italic'), local('LabGrotesque-BlackItalic'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-BlackItalic.eot?#iefix) format('embedded-opentype'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-BlackItalic.woff2) format('woff2'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-BlackItalic.woff) format('woff'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-BlackItalic.ttf) format('truetype');
font-weight: 900;
font-style: italic;
}
@font-face {
font-family: 'Lab Grotesque Mono';
src: url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesqueMono.eot);
src: local('Lab Grotesque Mono'), local('LabGrotesqueMono'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesqueMono.eot?#iefix) format('embedded-opentype'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesqueMono.woff2) format('woff2'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesqueMono.woff) format('woff'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesqueMono.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lab Grotesque';
src: url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-BoldItalic.eot);
src: local('Lab Grotesque Bold Italic'), local('LabGrotesque-BoldItalic'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-BoldItalic.eot?#iefix) format('embedded-opentype'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-BoldItalic.woff2) format('woff2'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-BoldItalic.woff) format('woff'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-BoldItalic.ttf) format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Lab Grotesque';
src: url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Light.eot);
src: local('Lab Grotesque Light'), local('LabGrotesque-Light'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Light.eot?#iefix) format('embedded-opentype'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Light.woff2) format('woff2'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Light.woff) format('woff'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Light.ttf) format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Lab Grotesque Mono';
src: url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesqueMono-Bold.eot);
src: local('Lab Grotesque Mono Bold'), local('LabGrotesqueMono-Bold'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesqueMono-Bold.eot?#iefix) format('embedded-opentype'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesqueMono-Bold.woff2) format('woff2'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesqueMono-Bold.woff) format('woff'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesqueMono-Bold.ttf) format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Lab Grotesque';
src: url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Black.eot);
src: local('Lab Grotesque Black'), local('LabGrotesque-Black'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Black.eot?#iefix) format('embedded-opentype'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Black.woff2) format('woff2'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Black.woff) format('woff'),
url(//expertegida.ru/wp-content/themes/betheme-child/fonts/LabGrotesque/LabGrotesque-Black.ttf) format('truetype');
font-weight: 900;
font-style: normal;
}.iexmodal{
display: none;
position: fixed;
z-index: 9990;
opacity: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
background-color: rgba(0,0,0,0.5);
cursor: pointer;
}
.iexmodal-opened{
overflow: hidden;
}
.iexmodal-outerscroll.iexmodal{
overflow-y: auto;
}
.iexmodal-alert.iexmodal{
right: auto;
bottom: auto;
overflow: visible;
}
.iexmodal-spinner {
display: none;
position: absolute;
width: 100px;
height: 100px;
left: 50%;
top: 50%;
margin-left: -50px;
margin-top: -50px;
-webkit-transition: opacity .2s ease;
transition: opacity .2s ease;
opacity: 0;
}
.iexmodal-loading .iexmodal-spinner{
display: block;
opacity: 1;
}
.iexmodal-spinner::after {
content: "";
display: block;
width: 90px;
height: 90px;
border-radius: 50%;
border-width: 5px;
border-style: solid;
border-color: #fff transparent #fff transparent;
-webkit-animation: rotateSpinner 1.2s linear infinite;
animation: rotateSpinner 1.2s linear infinite;
}
@keyframes rotateSpinner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes rotateSpinner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.iexmodal-popup {
position: fixed;
opacity: 0;
z-index: 9991; left: 50%;
top: 50%;
border-radius: 3px;
background-color: #fff;
-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
-webkit-appearance: none; }
.iexmodal-outerscroll .iexmodal-popup{
position: relative;
left: auto;
margin-left: auto;
margin-right: auto;
}
.iexmodal-alert .iexmodal-popup{
left: auto;
top: auto;
right: 10px;
bottom: 10px;
-webkit-box-shadow: 0 1px 23px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 23px 3px rgba(0, 0, 0, 0.2);
}
.iexmodal-fullscreen .iexmodal-popup{
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.iexmodal-outerscroll.iexmodal-fullscreen .iexmodal-popup{
top: auto;
right: auto;
left: auto;
bottom: auto;
min-height: 100%;
}
.iexmodal-overflow-y .iexmodal-popup{
top: 10px;
bottom: 10px;
}
.iexmodal-outerscroll.iexmodal-overflow-y .iexmodal-popup{
top: auto;
bottom: auto;
margin-top: 10px;
margin-bottom: 10px;
}
.iexmodal-overflow-x .iexmodal-popup{
left: 10px;
right: 10px;
}
.iexmodal-outerscroll.iexmodal-overflow-x .iexmodal-popup{
left: auto;
right: auto;
margin-left: 10px;
margin-right: 10px;
}
.iexmodal-top .iexmodal-popup{
top: 0;    
right: 0;
bottom: auto;
left: 0;
border-radius: 0 0 3px 3px;
}
.iexmodal-top.iexmodal-overflow-y .iexmodal-popup{
bottom: 10px;
}
.iexmodal-right .iexmodal-popup{
top: 0;
right: 0;
bottom: 0;
left: auto;
border-radius: 3px 0 0 3px;
}
.iexmodal-right.iexmodal-overflow-x .iexmodal-popup{
left: 10px;
}
.iexmodal-bottom .iexmodal-popup{
top: auto;
right: 0;
bottom: 0;
left: 0;
border-radius: 3px 3px 0 0;
}
.iexmodal-bottom.iexmodal-overflow-y .iexmodal-popup{
top: 10px;
}
.iexmodal-left .iexmodal-popup{
top: 0;
right: auto;
bottom: 0;
left: 0;
border-radius: 0 3px 3px 0;
}
.iexmodal-left.iexmodal-overflow-x .iexmodal-popup{
right: 10px;
}
.iexmodal-fullscreen .iexmodal-popup,
.iexmodal-top .iexmodal-popup,
.iexmodal-right .iexmodal-popup,
.iexmodal-bottom .iexmodal-popup,
.iexmodal-left .iexmodal-popup {
-webkit-box-shadow: none;
box-shadow: none;
}
.iexmodal-inner {
position: relative;
z-index: 9992;
overflow: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 20px;
cursor: default;
height: 100%;
} .iexmodal-inner-wrap::before,
.iexmodal-inner-wrap::after{
content: "";
display: block;
height: 1px;
}
.iexmodal-icon{
display: inline-block;
width: 1em;
height: 1em;
stroke: currentColor;
fill: currentColor;
}
.iexmodal-close-outer,
.iexmodal-close-inner{
position: absolute;
padding: 18px;
stroke-linecap: round;
cursor: pointer;
}
.iexmodal-close-outer{
right: 0;
top: 0;
font-size: 26px;
stroke-width: 2.3px;
color: #fff;
-webkit-transition: opacity .2s ease;
transition: opacity .2s ease;
opacity: 0;
}
.iexmodal-right .iexmodal-close-outer{
right: auto;
left: 0;
}
.iexmodal-loading .iexmodal-close-outer{
opacity: 1;
}
.iexmodal-close-inner{
z-index: 9993;
right: -5px;
top: -5px;
font-size: 18px;
stroke-width: 3px;
color: #000;
}
.iexmodal-right .iexmodal-close-inner{
right: auto;
left: -5px;
}
.iexmodal-close-outer .iexmodal-icon,
.iexmodal-close-inner .iexmodal-icon{
-webkit-transition: all .3s ease;
transition: all .3s ease;
transform-origin: center center;
}
.iexmodal-close-inner .iexmodal-icon{
opacity: 0.6;
}
.iexmodal-close-outer:hover .iexmodal-icon,
.iexmodal-close-inner:hover .iexmodal-icon{
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.iexmodal-close-inner:hover .iexmodal-icon{
opacity: 0.8;
}
.iexmodal-content{
display: none;
}
.iexmodal-debug-wrap{
word-wrap: break-word;
}
.iexmodal-debug-code{
max-height: 150px;
min-height: 60px;
overflow-x: hidden;
overflow-y: scroll;
background-color: #e8e8e8;
padding: 5px 6px;
font-family: monospace;
font-size: 13px;
line-height: 16px;
resize: vertical;
}
.iexmodal-debug-panel{
position: fixed;
z-index: 100000;
top: 0;
right: 0;
width: 100%;
height: 30%;
background-color: #fff;
white-space: pre;
font-family: monospace;
overflow: scroll;
box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
font-size: 12px;
line-height: 14px;
padding: 0 6px 6px;
}
@media (min-width: 500px) {
.iexmodal-debug-panel{
width: 60%;
}
}
@media (min-width: 1000px) {
.iexmodal-debug-panel{
width: 40%;
}
}   .ps {
overflow: hidden !important;
overflow-anchor: none;
-ms-overflow-style: none;
touch-action: auto;
-ms-touch-action: auto;
} .ps__rail-x {
display: none;
opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
-webkit-transition: background-color .2s linear, opacity .2s linear;
height: 15px; bottom: 0px; position: absolute;
}
.ps__rail-y {
display: none;
opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
-webkit-transition: background-color .2s linear, opacity .2s linear;
width: 15px; right: 0; position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
display: block;
background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
background-color: #eee;
opacity: 0.9;
} .ps__thumb-x {
background-color: #aaa;
border-radius: 6px;
transition: background-color .2s linear, height .2s ease-in-out;
-webkit-transition: background-color .2s linear, height .2s ease-in-out;
height: 6px; bottom: 2px; position: absolute;
}
.ps__thumb-y {
background-color: #aaa;
border-radius: 6px;
transition: background-color .2s linear, width .2s ease-in-out;
-webkit-transition: background-color .2s linear, width .2s ease-in-out;
width: 6px; right: 2px; position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
background-color: #999;
height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
background-color: #999;
width: 11px;
} @supports (-ms-overflow-style: none) {
.ps {
overflow: auto !important;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ps {
overflow: auto !important;
}
}  .ps .ps__rail-x{
display: none !important;
}
.ps .ps__rail-y{
opacity: 0.4 !important;
background-color: #ddd;
width: 8px;
transition: width .2s linear, background-color .2s linear;
-webkit-transition: width .2s linear, background-color .2s linear;
}
.ps .ps__thumb-y{
background-color: #000;
width: auto;
left: 2px;
right: 2px;
}
.ps .ps__rail-y:hover{
width: 12px;
background-color: #ddd;
}
.ps .ps__rail-y:hover > .ps__thumb-y{
background-color: #000;
left: 2px;
right: 2px;
width: auto;
}.b-pform-ico {
display: inline-block;
width: 1em;
height: 1em;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
line-height: 0;
} .b-pform__input, .b-pform__ico, .b-pform__star, .b-pform__button, .b-pform__confirmed-ico {
display: inline-block;
vertical-align: top;
}
.b-pform__popup, .b-pform__wrap, .b-pform__inner, .b-pform__title, .b-pform__item, .b-pform__label, .b-pform__optlabel, .b-pform__input, .b-pform__options, .b-pform__optlabel, .b-pform__legend, .b-pform__errtext, .b-pform__bt, .b-pform__success, .b-pform__confirmed, .b-pform__input_file, .b-pform__input_file, .b-pform__filebutton, .b-pform__fileplus, .b-pform__thanks, .b-pform__fail, .b-pform-tooltip {
font-family: 'Ubuntu', sans-serif;
font-size: 16px;
line-height: 18px;
color: #666;
-webkit-box-sizing: border-box;
box-sizing: border-box; -webkit-appearance: none;
}
.b-pform {
}
.b-pform_multistep { }
.b-pform_for_dark_bg {
}
.b-pform form {
display: block;
margin: 0;
padding: 0;
border: none;
}
.b-pform__wrap {
border: 1px solid #ccc;
border-radius: 3px;
background-color: #fff;
padding: 30px;
}
.iexmodal .b-pform__wrap {
border: none;
padding: 10px;
}
.b-pform__inner {
position: relative;
}
.b-pform__title {
position: relative;
color: #555;
font-size: 17px;
line-height: 19px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 35px;
}
.iexmodal .b-pform__title {
padding-right: 37px;
}
.b-pform_multistep .b-pform__title {
margin-bottom: 20px;
}
.b-pform__fail {
color: red;
margin-bottom: 13px;
margin-top: -10px;
}
.b-pform__info {
padding: 0 0 20px;
font-weight: bold;
}
.b-pform__item {
position: relative;
padding: 0 0 20px;
}
.b-pform__label {
display: block;
margin-bottom: 7px;
}
.b-pform__optlabel {
display: block;
position: relative;
font-weight: normal;
padding-left: 19px;
margin-bottom: 7px;
}
.b-pform__optlabel_single {
display: inline-block;
padding-left: 3px;
padding-top: 2px;
padding-bottom: 3px;
border-radius: 3px;
padding-right: 5px;
}
.b-pform__optlabel_policy {
font-size: 14px;
margin-right: -5px;
margin-bottom: 0;
}
.b-pform_for_dark_bg .b-pform__optlabel_policy {
color: #fff;
}
.b-pform__optlabel_remember {
margin-right: -5px;
margin-bottom: 0;
}
.b-pform__options .b-pform__optlabel:last-child {
margin-bottom: 0;
}
.b-pform__options input {
position: absolute;
left: 0;
top: 2px;
}
.b-pform__optlabel_single input {
margin-right: 3px;
vertical-align: middle;
margin-top: -2px;
}
.b-pform__input,
.b-pform__options,
.b-pform__filepreview .__item {
border-radius: 3px;
background: #fbfbfb;
border-style: solid;
border-width: 1px;
border-color: #ccc;
}
.b-pform__input,
.b-pform__options {
padding: 0 30px 0 9px;
}
.b-pform__input {
height: 37px;
width: 100%;
}
.b-pform__input::placeholder,
.b-pform__input::-webkit-input-placeholder {
opacity: 0.6;
}
.b-pform__options {
padding: 9px 15px 12px 10px;
line-height: 16px;
}
.b-pform__input:focus {
box-shadow: 0 0 0 2px #3399cc;
outline: 0 none;
}
.iexform-has-error {
box-shadow: 0 0 0 2px red !important;
}
textarea.b-pform__input {
height: 140px;
padding-top: 6px;
padding-bottom: 6px;
resize: vertical;
}
.b-pform__star {
background: #ffb746;
border-radius: 12px;
height: 6px;
width: 6px;
}
.b-pform__item .b-pform__star {
position: absolute;
top: 42px;
right: -12px;
}
.b-pform__legend .b-pform__star {
vertical-align: middle;
margin-right: 7px;
}
.b-pform__legend {
font-size: 14px;
margin-top: 15px;
}
.b-pform__errtext {
color: red;
line-height: 16px;
position: absolute;
right: 0;
top: 0;
}
.b-pform__buttons {
position: relative;
margin-top: 15px;
}
.b-pform_multistep .b-pform__buttons {
display: flex;
}
.b-pform__btcol {
}
.b-pform__btcol:nth-child(1),
.b-pform__btcol:nth-child(3) {
flex-grow: 0; }
.b-pform__btcol:nth-child(2) {
text-align: center;
flex-grow: 1; display: flex;
align-items: center; justify-content: center; }
.b-pform__bt {
position: relative;
border-width: 1px;
border-style: solid;
border-radius: 3px;
height: 47px;
line-height: 44px;
cursor: pointer;
box-sizing: content-box;
padding: 0;
width: 145px;
outline: 0 none;
transition: box-shadow 0.1s;
transition: -webkit-box-shadow 0.1s;
}
.iexmodal .b-pform_multistep .b-pform__bt {
width: auto;
}
.b-pform__bt .b-pform-ico {
font-size: 26px;
position: absolute;
top: 50%;
margin-top: -14px;
}
.b-pform__bt_prev .b-pform-ico {
left: 50%;
margin-left: -14px;
}
.b-pform__bt_next .b-pform-ico {
right: 9px;
}
.b-pform__bt_submit,
.b-pform__bt_next {
font-weight: bold;
text-transform: uppercase;
background: #66cc33;
border-color: #66cc33;
color: #fff;
}
.b-pform__bt_submit:hover,
.b-pform__bt_next:hover {
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
.b-pform__bt_close,
.b-pform__bt_prev {
background: #fff;
border-color: #ccc;
color: #7f7f7f;
}
.b-pform__authlinks {
height: 47px;
line-height: 24px;
}
.b-pform__authlinks a,
.b-pform__authlinks a:hover,
.b-pform__authlinks a:visited {
color: #666;
text-decoration: none;
font-size: 16px;
}
.b-pform__authlinks a:hover {
text-decoration: underline;
}
.b-pform__bt_close,
.b-pform__authlinks {
position: absolute;
top: 0;
right: 0;
}
.b-pform__bt_prev,
.b-pform__bt_next {
padding: 0 27px;
width: auto;
}
.b-pform__bt_prev {
text-transform: uppercase;
}
.b-pform__bt_next {
padding-right: 42px;
}
.b-pform__bt_close:hover,
.b-pform__bt_prev:hover {
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.b-pform__bt_file {
position: relative;
display: inline-block;
padding: 0 20px;
width: auto !important;
color: #fff;
background-color: #b3b3b3;
border-color: #b3b3b3;
font-weight: bold;
text-transform: uppercase;
font-size: 0.85em;
line-height: 47px;
}
.iexform-after-success {
align-items: center;
justify-content: center;
}
.iexform-before-success,
.iexform-after-success {
display: none;
}
.iexform-before-success.active {
display: block;
}
.iexform-after-success.active {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.b-pform__confirmed {
font-size: 17px;
line-height: 20px;
text-align: center;
padding: 30px 0;
color: #ffffff;
}
.b-pform_for_dark_bg .b-pform__confirmed {
color: #fff;
}
.b-pform__confirmed-ico {
background: url(//expertegida.ru/wp-content/plugins/iexforms-for-wp/iexForm/img/confirmed.png) no-repeat;
width: 114px;
height: 114px;
margin: 24px auto;
}
.b-pform__thanks {
font-size: 23px;
line-height: 24px;
font-weight: bold;
color: #ffffff;
margin-bottom: 7px;
}
.b-pform_for_dark_bg .b-pform__thanks {
color: #fff;
}
.b-pform__hintwrap {
position: relative;
}
.iexform-file-wrap .b-pform__hintwrap + .b-pform__hintwrap {
margin-top: 5px;
}
.b-pform__hint-ico {
position: absolute;
top: 7px;
right: 7px;
z-index: 20;
font-size: 22px;
line-height: 0;
color: #b3b3b3;
}
.iexform-file-wrap .b-pform__hint-ico {
right: 77px;
}
.b-pform__hint { }
.b-pform__plusbt {
display: block;
margin-top: 5px;
color: #666 !important;
text-decoration: underline;
outline: none !important;
}
.iexform-updating {
position: relative;
}
.iexform-updating:after {
display: none;
content: "";
position: absolute;
background: url(//expertegida.ru/wp-content/plugins/iexforms-for-wp/iexForm/img/spinner.gif) no-repeat scroll center center transparent;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.b-pform__filepreview {
--fileItemWidth: 124px;
--fileNameHeight: 23px;
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 10px;
}
.b-pform__filepreview .__item {
position: relative;
overflow: hidden;
height: 70px;
width: var(--fileItemWidth);
text-align: center;
color: #fff;
background-color: #b3b3b3;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
transition: box-shadow 0.4s;
}
.b-pform__filepreview .__name,
.b-pform__filepreview .__del {
position: absolute;
z-index: 1;
opacity: 0.5;
transition: opacity 0.4s;
}
.b-pform__filepreview .__name {
bottom: 0;
width: 100%;
text-align: center;
padding: 0 6px;
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 100%);
font-size: 12px;
line-height: var(--fileNameHeight);
height: var(--fileNameHeight);
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.b-pform__filepreview .__del {
cursor: pointer;
right: 2px;
top: 2px;
width: 20px;
height: 20px;
font-size: 8px;
border-radius: 10px;
background-color: rgba(0, 0, 0, .6);
}
.b-pform__filepreview .__item:hover .__del,
.b-pform__filepreview .__item:hover .__name {
opacity: 1;
}
.b-pform__filepreview .__del,
.b-pform__filepreview .__ext {
display: flex;
align-items: center;
justify-content: center;
}
.b-pform__filepreview .__ext {
height: calc(100% - var(--fileNameHeight) / 2);
}
.b-pform__filewrap {
display: none;
position: relative;
z-index: 1;
}
.b-pform__filewrap + .b-pform__filewrap {
margin-top: 5px;
}
.b-pform__filewrap .iexform-error-message {
margin-left: 1px;
margin-top: -20px;
}
.b-pform__input_file {
position: relative;
z-index: 0;
padding-right: 72px;
}
.b-pform__filebutton {
position: absolute;
z-index: 2;
top: 1px;
right: 1px;
bottom: 1px;
padding: 0 10px;
border: none;
color: #fff;
background-color: #b3b3b3;
font-weight: bold;
text-transform: uppercase;
font-size: 0.85em;
}
.b-pform__filewrap .b-pform__filebutton {
bottom: auto;
top: 0;
}
.b-pform__filereal {
position: absolute;
z-index: 3;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer;
}
.b-pform__step {
display: none;
}
.b-pform__step_curr {
display: block;
}
.b-pform__steptitle {
display: inline-block;
text-align: right;
margin-bottom: 24px;
font-weight: bold;
background-color: #b3b3b3;
padding: 5px 10px 6px 30px;
color: #fff;
margin-left: -30px;
}
.b-pform__stepbulls {
}
.b-pform__stepbulls i {
display: inline-block;
width: 12px;
height: 12px;
border: 2px solid #b3b3b3;
border-radius: 10px;
box-sizing: border-box;
cursor: pointer;
}
.b-pform__stepbulls i + i {
margin-left: 5px;
}
.b-pform__stepbulls i.curr {
background: #b3b3b3;
}
.b-pform__policy,
.b-pform__policy:hover,
.b-pform__policy:visited {
color: #555 !important;
}
.b-pform__policy,
.b-pform__policy:visited {
text-decoration: underline !important;
}
.b-pform__policy:hover {
text-decoration: none !important;
}
.b-pform_for_dark_bg .b-pform__policy,
.b-pform_for_dark_bg .b-pform__policy:hover,
.b-pform_for_dark_bg .b-pform__policy:visited {
color: #fff !important;
} .b-pform-tooltip {
cursor: pointer;
max-width: 100%;
padding: 2px 8px 3px;
color: #fff;
font-size: 14px;
line-height: 17px;
text-align: center;
border-radius: 4px;
}
.b-pform-tooltip-arrow,
.b-pform-tooltip-arrow::before {
position: absolute;
width: 6px;
height: 6px;
z-index: -1;
}
.b-pform-tooltip-arrow::before {
content: "";
transform: rotate(45deg);
left: -3px;
}
.b-pform-tooltip,
.b-pform-tooltip-arrow::before {
background-color: #a2a1a1;
}
.b-pform-tooltip.error,
.b-pform-tooltip.error .b-pform-tooltip-arrow::before {
background-color: red;
}
.b-pform-tooltip[data-popper-placement^="top"] .b-pform-tooltip-arrow {
bottom: -3px;
}
.b-pform-tooltip[data-popper-placement^="right"] .b-pform-tooltip-arrow {
left: 0;
}
.b-pform-tooltip[data-popper-placement^="bottom"] .b-pform-tooltip-arrow {
top: -3px;
}
.b-pform-tooltip[data-popper-placement^="left"] .b-pform-tooltip-arrow {
right: -6px;
}
.b-pform-tooltip.error.common {
margin: 0;
padding: 4px 10px;
border: none;
}
.b-pform-tooltip.error.common .b-pform-tooltip-arrow {
display: none;
} .b-pform-widget,
.b-pform-widget *,
.b-pform-widget *::after,
.b-pform-widget *::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: 'Ubuntu', sans-serif;
color: #fff;
}
.b-pform-widget {
position: fixed;
z-index: 999990;
right: 0;
top: 50%;
opacity: 0;
}
.b-pform-widget.--tab {
top: auto;
bottom: 0;
right: 20px;
}
.b-pform-widget__menu {
}
.b-pform-widget__option,
.b-pform-widget__option:hover,
.b-pform-widget__option:active {
display: block;
position: relative;
border-style: solid;
color: #fff !important;
border-color: #ec673c;
border-width: 1px 0 0 1px;
background-color: #d85328;
font-size: 14px;
line-height: 17px;
padding: 23px 20px 22px 58px;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
outline: none;
transition: background-color .2s;
}
.b-pform-widget.--tab .b-pform-widget__option {
padding-top: 18px;
padding-bottom: 18px;
}
.b-pform-widget__option:hover {
background-color: #ec673c;
}
.b-pform-widget__option:first-child {
border-top-left-radius: 13px;
}
.b-pform-widget.--tab .b-pform-widget__option:first-child {
border-top-right-radius: 13px;
border-bottom-left-radius: 0;
}
.b-pform-widget__option:last-child {
border-bottom-left-radius: 13px;
border-bottom-width: 1px;
}
.b-pform-widget__option .b-pform-ico {
position: absolute;
font-size: 24px;
top: 50%;
margin-top: -12px;
left: 18px;
}
.b-pform-widget__toggle,
.b-pform-widget__toggle:hover,
.b-pform-widget__toggle:focus {
display: block;
float: right;
position: relative;
box-sizing: border-box;
height: 28px;
line-height: 26px;
font-size: 15px;
font-weight: 400;
text-decoration: none;
color: #fff !important;
border-style: solid;
border-color: #ec673c;
border-width: 0 0 1px 1px;
border-bottom-left-radius: 10px;
background-color: #d85328;
outline: none;
padding: 0 10px 0 24px;
margin-top: -1px;
transition: background-color .2s;
}
.b-pform-widget__toggle .b-pform-ico {
position: absolute;
left: 4px;
top: 50%;
transform: translateY(-50%);
font-size: 20px;
}
.b-pform-widget.--collapsed .b-pform-widget__toggle .b-pform-ico {
transform: translateY(-50%) rotate(180deg);
} @media (max-width: 490px) {
.iexmodal .b-pform_multistep .b-pform__buttons {
text-align: center;
}
.b-pform_multistep .b-pform__bt,
.iexmodal .b-pform_multistep .b-pform__bt {
width: auto;
padding: 0 17px;
}
.b-pform_multistep .b-pform__bt_next,
.iexmodal .b-pform_multistep .b-pform__bt_next {
padding-right: 35px;
}
.b-pform_multistep .b-pform__bt_next .b-pform-ico {
right: 6px;
}
}
@media (max-width: 420px) {
.b-pform__bt {
box-sizing: border-box;
}
.b-pform:not(.b-pform_multistep) .b-pform__bt,
.iexmodal .b-pform:not(.b-pform_multistep) .b-pform__bt,
.b-pform__authlinks {
width: 100%;
padding: 0;
text-align: center;
}
.b-pform__bt_submit,
.iexmodal .b-pform__bt_submit {
margin-bottom: 15px;
}
.b-pform__bt_close,
.b-pform__authlinks {
position: static;
}
} .form-flex .form-flex__box textarea,
.form-flex .form-flex__box input {
width: 100%;
resize: none;
}
.form-flex-before-success.active {
display: flex !important;
}
.form-flex__box {
width: calc(50% - 20px);
}
.form-flex__box:last-child {
width: calc(42% - 20px);
min-width: 454px;
padding-top: 34px;
display: -webkit-flex;
display: -ms-flex;
display: flex;
flex-wrap: wrap;
align-items: flex-end;
}
.form-flex__title {
font-weight: 700;
font-size: 18px;
line-height: 25px;
margin-bottom: 17px;
display: flex;
}
.form-flex__title::before {
content: '';
background: url(//expertegida.ru/wp-content/plugins/iexforms-for-wp/iexForm/svg/car.svg);
display: block;
width: 26px;
height: 26px;
margin-right: 14px;
}
.form-flex__checkbox {
display: flex;
flex-direction: column;
margin-bottom: 30px;
}
@media (min-width: 960px) {
.form-flex__checkbox {
flex-direction: unset;
flex-wrap: wrap;
}
}
.form-flex .checkbox-item {
width: calc(50% - 20px);
margin-right: 20px;
margin-bottom: 10px;
cursor: pointer;
}
.form-flex .checkbox-item input {
display: none;
}
.form-flex .checkbox-label {
font-size: 16px;
line-height: 25px;
color: #494949;
display: flex;
align-items: center;
}
.form-flex .checkbox-label::before {
content: '';
background: url(//expertegida.ru/wp-content/themes/betheme-child/svg/check-box-off.svg);
width: 24px;
height: 24px;
margin-right: 14px;
display: block;
border-radius: 5px;
}
.checkbox-item input:checked + .checkbox-label {
font-weight: 500;
}
.checkbox-item input:checked + .checkbox-label::before {
background: url(//expertegida.ru/wp-content/themes/betheme-child/svg/check-box-on.svg);
}
.form-flex .form-flex__textarea textarea {
font-size: 18px !important;
line-height: 25px !important;
padding: 22px 33px !important;
height: 227px !important;
max-height: 227px !important;
}
.form-flex__textarea textarea::placeholder,
.form-flex__textarea textarea::placeholder {
font-size: 18px;
line-height: 25px;
color: #CCCCCC;
}
.form-flex__contact {
width: 100%;
}
.form-flex__contact + p {
display: flex;
align-items: center;
margin-bottom: 10px;
width: 100%;
}
.form-flex__contact input {
font-size: 16px !important;
line-height: 22px !important;
padding: 15px 20px 15px !important;
}
.form-flex__contact input::placeholder {
font-size: 16px;
line-height: 22px;
color: #CCCCCC;
}
.form-flex__textarea textarea,
.form-flex__contact input {
background-color: #FFFFFF !important;
box-shadow: 0px 2px 2px #e2f0f0 !important;
border-radius: 12px !important;
border: 0 !important;
}
.form-flex__contact input {
height: 53px !important;
}
.form-flex input[type="submit"] {
font-size: 16px;
font-weight: 700;
line-height: 19px;
width: 100%;
margin-right: 0;
height: 53px;
}
.form-flex__input {
line-height: 16px;
margin-bottom: 16px;
}
.form-flex__input .label {
font-size: 13px;
font-weight: 500;
color: #494949;
margin-bottom: 8px;
display: block;
}
.form-flex__acceptance {
margin-top: 15px;
}
.form-standart-popup {
max-width: 494px !important;
width: 100%;
min-height: 485px !important;
}
.form-standart-after-success {
background: #0070a1;
min-height: 485px !important;
}
.form-standart-after-success.active {
display: flex;
justify-content: center;
}
.form-standart__acceptance {
margin-top: 15px
}
.acceptance-item {
display: flex;
align-items: flex-start;
cursor: pointer;
}
.acceptance-item input {
position: absolute;
opacity: 0;
}
.acceptance-label {
display: flex;
align-items: flex-start;
line-height: 20px;
font-size: 14px;
}
.form-flex__button-submit  {
width: 100%;
}
.form-flex__button-submit button {
width: 100%;
height: 53px;
} .acceptance-label::before {
content: '';
background: url(//expertegida.ru/wp-content/themes/betheme-child/svg/no-check.svg) no-repeat center;
display: block;
margin-right: 10px;
margin-top: 2px;
min-width: 14px;
min-height: 14px;
filter: invert(70%);
opacity: 0.7;
}
.acceptance-item input:checked + .acceptance-label::before {
background: url(//expertegida.ru/wp-content/themes/betheme-child/svg/check.svg) no-repeat center;
}
.form-flex .wpcf7-spinner {
position: absolute;
}
.succes-form,
.wpcf7-response-output {
font-weight: 700;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
color: #008585;
margin: auto;
padding: 20px 0;
}
.form-succes-text-white .succes-form,
.form-succes-text-white .wpcf7-response-output {
color: #fff;
}
.form-succes-text-white .succes-form::before,
.form-succes-text-white .wpcf7-response-output::before {
color: #fff;
}
@media screen and (max-width: 959px) {
.form-flex {
flex-wrap: wrap;
}
.form-flex__box {
width: 100%;
}
.form-flex__box:last-child {
width: 100%;
min-width: 100%;
}
.form-flex__checkbox .wpcf7-list-item {
width: 100%;
}
} .form-header__button {
display: flex;
justify-content: center;
margin: 0 !important;
}
.form-header__button {
background-color: #222222 !important;
border-radius: 0 !important;
min-height: 50px;
}
.form-header__input input {
margin: 0;
}
.form-header__input .order-input {
width: 100%;
}
.form-policy {
color: #ffffff;
}
.form-standart-popup {
padding: 0 !important;
border-radius: 20px;
}
.form-standart__block {
background-color: #0070a1 !important;
}
.form-standart__button {
background-color: #222222 !important;
width: 100%;
justify-content: center;
}
.flex-form__options {
display: grid;
grid-template-columns: 1fr 1fr;
}
.form-acceptance,
.form-acceptance a {
color: #fff !important;
}
.form-acceptance .acceptance-label::before {
content: '';
background: url(//expertegida.ru/wp-content/themes/betheme-child/svg/no-check.svg) no-repeat center;
display: block;
margin-right: 10px;
margin-top: 2px;
min-width: 14px;
min-height: 14px;
filter: invert(0%) !important;
opacity: 1 !important;
}
.form-header__form {
margin-bottom: 8px !important;
}
.form-header__input input {
margin: 0 !important;
}
.form-header__headline {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #fff;
margin-bottom: 15px;
text-align: center;
}
.form-header__title {
text-align: center;
}
@media (min-width: 960px) {
.form-header__title {
font-size: 24px;
}
}
.form-header__subtle {
text-align: center;
}
.form-header__button {
border-radius: 10px !important;
}
@media (min-width: 960px) {
.form-header__button {
border-left: none !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
}
.form-flex__confirmed {
display: flex;
flex-direction: column;
color: #494949;
}
.form-flex__confirmed-title {
text-align: center;
font-size: 20px;
}
@media (min-width: 960px) {
.form-flex__confirmed-title {
font-size: 24px;
}
}
.form-flex__confirmed-text {
text-align: center;
}
.form-flex__wrapper {
display: flex;
flex-direction: column;
justify-content: space-between;
}
@media (min-width: 960px) {
.form-flex__wrapper {
flex-direction: row;
}
}