@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;
}