/*
Theme Name: Buh
Theme URI: https://mad.by/
Description:
Author: Dmitry
Author URI:
Version: 1.0
*/

/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,700&subset=cyrillic');*/
.irrelevant-info {
	display: flex;
	justify-content: center;
	margin: 40px auto;
	font-size: 24px;
	color: #e50e0e;
}
.page-404 {
    min-height: 55vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
html,
body,
div,
footer,
header,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
form,
label,
img,
iframe,
table,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

details,
figcaption,
figure,
nav,
section,
article,
aside,
footer,
header {
    display: block;
    background: -moz-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -webkit-gradient(linear, 0deg, color-stop(0, ffffff), color-stop(100%, E3EEF5));
    background: -webkit-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -o-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -ms-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    box-shadow: 0 5px 28px -12px rgba(0,0,0,0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=135, Color=#000000);
    /* -webkit-border-radius: 20px; */
    -moz-border-radius: 0px;
    /* border-radius: 0px; */
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    background: -webkit-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -o-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -ms-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    box-shadow: 0 5px 28px -12px rgba(0,0,0,0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=135, Color=#000000);
    /* -webkit-border-radius: 20px; */
    -moz-border-radius: 0px;
    /* border-radius: 0px; */
    box-shadow: 0 5px 28px -12px rgba(0,0,0,1);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=135, Color=#000000);
}

a:active,
a:focus,
button,
input,
textarea {
    outline: none;
}

.clearfix::after {
    content: '';
    clear: both;
    display: block;
}

/* -------------------------------------- Owl Carousel */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;

    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.txt-algn
{
	text-align:center;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;

    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    -o-transition: transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-theme .owl-nav {
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    width: 30px;
    display: block;
    top: 50%;
    height: 57px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -45px;
    opacity: 0.30;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 1;
}

.owl-prev {
    background: url('images/left.png') no-repeat;
    background-size: contain;
    background-position: center;
    left: 30px;
}

.owl-next {
    background: url('images/right.png') no-repeat;
    background-size: contain;
    background-position: center;
    right: 30px;
}

.owl-theme .owl-nav .disabled {
    opacity: 0;
    cursor: default;
}

.owl-theme .owl-dots {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #000;
    display: block;
    transition: background 0.2s ease-in-out;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #99c45a;
}

/* ---------------------------------------- Modal */

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 495px;
    min-width: 300px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

/* Content styles */

.md-content {
    position: relative;
    color: #4c545f;
    background: #333;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
    border-top: 3px solid #99c45a;
    background: #fbfdfe;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 0px;
    background: -moz-linear-gradient(top, #fbfdfe 0%, #f9fbfd 32%, #e3edf5 100%);
    background: -webkit-linear-gradient(top, #fbfdfe 0%,#f9fbfd 32%,#e3edf5 100%);
    background: linear-gradient(to bottom, #fbfdfe 0%,#f9fbfd 32%,#e3edf5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfdfe', endColorstr='#e3edf5',GradientType=0 );
}

.md-content h3 {
    margin: 0;
    padding: 30px 30px 0 30px;
    text-align: center;
    font-size: 2em;
    color: #fff;
    border-radius: 3px 3px 0 0;
}

.md-modal .md-content .div_h3 {
    margin: 0;
    padding: 30px 30px 0 30px;
    text-align: center;
    font-size: 1.8em;
    color: #4c545f;
    border-radius: 3px 3px 0 0;
	font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.md-content > div {
    padding: 15px 50px 30px 50px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
}

@media screen and (max-width: 768px) {
    .md-content h3 {
        font-size: 28px;
    }

    .md-content > div {
        padding: 5px 20px 30px 20px;
    }
}

/* Effect 3: Slide from the bottom */

.md-effect-3 .md-content {
    transform: translateY(20%);
    opacity: 0;
    transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
    transform: translateY(0);
    opacity: 1;
}

.md-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: url('images/close.png') no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.md-close:hover {
    background: url('images/close-green.png') no-repeat;
    background-position: center;
    background-size: contain;
}

@media screen and (max-width: 768px) {
    .md-close {
        width: 20px;
        height: 20px;
    }
}

/* --------------------------------- Mobile menu */

.nav {
    width: 300px;
    min-width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    right: -320px;
    padding: 20px 0;
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
    background: #333;
    z-index: 2000;
}

.nav-toggle {
    display: none;
    position: absolute;
    right: 315px;
    top: 37px;
    margin: 0 25px 0 0;
    height: 22px;
    padding: 0 16px;
    background: url('images/humburg.png') right top no-repeat;
    background-size: cover;
    color: #fff;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1;
    z-index: 2001;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.nav-toggle img {
    padding-left: 10px;
}

[id='nav-toggle'] {
    position: absolute;
    display: none;
}

[id='nav-toggle']:checked ~ .nav > .nav-toggle {
    left: auto;
    right: 3px;
    top: 20px!important;
    background: none;
    padding-right: 0;
}

[id='nav-toggle']:checked ~ .nav {
    position: fixed;
    right: 0;
    box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}

[id='nav-toggle']:checked ~ .nav > .nav-toggle:after {
    content: '\2715';
    padding-left: 10px;
}

body {
    -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
    to {
        padding: 0;
    }
}

@media screen and (min-width: 320px) {
    html,
    body {
        margin: 0;
        overflow-x: hidden;
    }
}

@media screen and (max-width: 320px) {
    html,
    body {
        margin: 0;
        overflow-x: hidden;
    }
    .nav {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.nav > ul {
    display: block;
    margin: 10% 0 0 0;
    padding: 0;
    list-style: none;
}

.nav > ul > li {
    line-height: 2;
    opacity: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
    transition: opacity .5s .1s, -webkit-transform .5s .1s;
    -o-transition: opacity .5s .1s, transform .5s .1s;
    transition: opacity .5s .1s, transform .5s .1s;
    transition: opacity .5s .1s, transform .5s .1s, -webkit-transform .5s .1s;
}

[id='nav-toggle']:checked ~ .nav > ul > li {
    width: 100%;
    opacity: 1;
    transform: translateX(0);
}

.nav > ul > li:nth-child(2) {
    -webkit-transition: opacity .5s .2s, -webkit-transform .5s .2s;
    transition: opacity .5s .2s, -webkit-transform .5s .2s;
    -o-transition: opacity .5s .2s, transform .5s .2s;
    transition: opacity .5s .2s, transform .5s .2s;
    transition: opacity .5s .2s, transform .5s .2s, -webkit-transform .5s .2s;
}

.nav > ul > li:nth-child(3) {
    -webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s;
    transition: opacity .5s .3s, -webkit-transform .5s .3s;
    -o-transition: opacity .5s .3s, transform .5s .3s;
    transition: opacity .5s .3s, transform .5s .3s;
    transition: opacity .5s .3s, transform .5s .3s, -webkit-transform .5s .3s;
}

.nav > ul > li:nth-child(4) {
    -webkit-transition: opacity .5s .4s, -webkit-transform .5s .4s;
    transition: opacity .5s .4s, -webkit-transform .5s .4s;
    -o-transition: opacity .5s .4s, transform .5s .4s;
    transition: opacity .5s .4s, transform .5s .4s;
    transition: opacity .5s .4s, transform .5s .4s, -webkit-transform .5s .4s;
}

.nav > ul > li:nth-child(5) {
    -webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
    transition: opacity .5s .5s, -webkit-transform .5s .5s;
    -o-transition: opacity .5s .5s, transform .5s .5s;
    transition: opacity .5s .5s, transform .5s .5s;
    transition: opacity .5s .5s, transform .5s .5s, -webkit-transform .5s .5s;
}

.nav > ul > li:nth-child(6) {
    -webkit-transition: opacity .5s .6s, -webkit-transform .5s .6s;
    transition: opacity .5s .6s, -webkit-transform .5s .6s;
    -o-transition: opacity .5s .6s, transform .5s .6s;
    transition: opacity .5s .6s, transform .5s .6s;
    transition: opacity .5s .6s, transform .5s .6s, -webkit-transform .5s .6s;
}

.nav > ul > li:nth-child(7) {
    -webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
    transition: opacity .5s .7s, -webkit-transform .5s .7s;
    -o-transition: opacity .5s .7s, transform .5s .7s;
    transition: opacity .5s .7s, transform .5s .7s;
    transition: opacity .5s .7s, transform .5s .7s, -webkit-transform .5s .7s;
}

.nav > ul > li:nth-child(8) {
    -webkit-transition: opacity .5s .8s, -webkit-transform .5s .8s;
    transition: opacity .5s .8s, -webkit-transform .5s .8s;
    -o-transition: opacity .5s .8s, transform .5s .8s;
    transition: opacity .5s .8s, transform .5s .8s;
    transition: opacity .5s .8s, transform .5s .8s, -webkit-transform .5s .8s;
}

.nav > ul > li > a {
    display: inline-block;
    position: relative;
    padding: 0 25px;
    font-family: "Arial", sans-serif;
    font-size: 18px;
    color: #fff;
    width: 100%;
    text-decoration: none;
    -webkit-transition: color .5s ease, padding .5s ease, background .5s ease;
    -o-transition: color .5s ease, padding .5s ease, background .5s ease;
    transition: color .5s ease, padding .5s ease, background .5s ease;
}

.nav > ul > li > a:hover,
.nav > ul > li > a:focus {
    color: #99c45a;
    padding-left: 15px;
    opacity: 1!important;
    background-color: #fff!important;
}

/* ---------------------------------- РћР±С‰РёРµ СЃС‚РёР»Рё */

body {
    max-width: 1920px;
    margin: 0 auto;
}

.overflow {
    position: relative;
    overflow: hidden;
}

.img img {
    display: block;
    width: 100%;
    height: auto;
}

/* ------------------------------------------- РћР±С‰РёРµ СЃС‚РёР»Рё */

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto', sans-serif;
    color: #333;
}

h1, .h1 {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
	text-transform: uppercase;
}

h2, .h2{
    font-size: 28px;
    text-align: center;
	text-transform: uppercase;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

p,
li {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #333;
}

a {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #99c45a;
}

a.btn {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    display: inline-block;
    background: #99c45a;
    color: #fff;
    border: 1px solid #99c45a;
    border-radius: 25px;
    padding: 8px 18px;
    min-width: 160px;
    text-align: center;
    background-image: linear-gradient(103deg, #aedd73, #76b83f), linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5));
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

a.btn:hover {
    color: #333;
    border: 1px solid #333;
    background: #fff;
}

.wrap {
    max-width: 1300px;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
}

@media screen and (max-width: 560px) {
    h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .wrap {
        padding: 20px 15px;
    }

    p,
    li {
        font-size: 16px;
    }

    a {
        font-size: 16px;
    }
}

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

.cntr {
    text-align: center;
}

/* -------------------------------------- Content */

.content p {
    line-height: 1.5;
    margin-bottom: 15px;
}

.price p {
	margin: 0;
}

.content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}

.content p + p > img,
.content h2 + p > img,
.content h3 + p > img,
.content h4 + p > img,
.content h5 + p > img {
    margin-top: 20px;
}

.content h2,
.content h3,
.content h4,
.content h5 {
    text-align: left;
    margin: 0 0 10px 0;
}

.content h2,
.content h3 {
    line-height: 1;
}

.content p + h2,
.content p + h3,
.content p + h4,
.content p + h5 {
    margin: 15px 0 15px 0;
}

.content a {
    line-height: 1.5;
    text-decoration: underline;
}

.content a:hover {
    text-decoration: none;
}

.content ul {
    margin-bottom: 15px;
    margin-left: 10px;
}

.content ul li {
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
}

.content ul li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
}

.content ol {
    padding-left: 20px;
}

.content ol li {
    line-height: 1.5;
    position: relative;
    list-style: decimal;
}

.content table {
    min-width: 440px;
    width: 100%;
    margin: 15px auto 30px;
}

.content .wrap__table {
    overflow-x: auto;
}

.content table td {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    border: 1px solid #9fabb7;
    padding: 10px;
}

/* Modal */

.md-modal .wpcf7 br {
    display: none!important;
}

.md-modal .wpcf7 div.wpcf7-response-output {
    margin: 1em 0;
}

.md-modal .wpcf7 form {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.md-modal .wpcf7 form input[type="text"],
.md-modal .wpcf7 form input[type="tel"],
.md-modal .wpcf7 form input[type="email"],
.md-modal .wpcf7 form textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #252525;
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
    border: 1px solid #555;
    border-radius: 2px;
    width: 100%;
    margin: 10px 0;
    outline: none;
}

.md-modal .wpcf7 form textarea {
    resize: none;
}

.md-modal .wpcf7 form input[type="submit"] {
	width: 198px;
    min-height: 45px;
    background: #99c45a;
    border: none;
	border: 1px solid #99c45a;
	margin-top: 5px;
    color: #fff;
    font-size: 18px;
	cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
	border-radius: 25px;
    padding: 8px 18px;
	background-image: linear-gradient(103deg, #aedd73, #76b83f), linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5));
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.md-modal .wpcf7 form input[type="submit"]:hover {
    color: #333;
    border: 1px solid #333;
    background: #fff;
}

.md-modal .wpcf7 form input[type="text"]::-webkit-input-placeholder,
.md-modal .wpcf7 form input[type="tel"]::-webkit-input-placeholder,
.md-modal .wpcf7 form input[type="email"]::-webkit-input-placeholder,
.md-modal .wpcf7 form textarea::-webkit-input-placeholder {color: #525252;}

.md-modal .wpcf7 form input[type="text"]::-moz-placeholder,
.md-modal .wpcf7 form input[type="tel"]::-webkit-input-placeholder,
.md-modal .wpcf7 form input[type="email"]::-moz-placeholder,
.md-modal .wpcf7 form textarea::-moz-placeholder {color: #525252;}

.md-modal .wpcf7 form input[type="text"]:-moz-placeholder,
.md-modal .wpcf7 form input[type="tel"]::-webkit-input-placeholder,
.md-modal .wpcf7 form input[type="email"]:-moz-placeholder,
.md-modal .wpcf7 form textarea:-moz-placeholder {color: #525252;}

.md-modal .wpcf7 form input[type="text"]:-ms-input-placeholder,
.md-modal .wpcf7 form input[type="tel"]::-webkit-input-placeholder,
.md-modal .wpcf7 form input[type="email"]:-ms-input-placeholder,
.md-modal .wpcf7 form textarea:-ms-input-placeholder {color: #525252;}

/* -------------------------------------- Header */

.header__up {
    padding: 20px 30px!important;
}

.header__up .logo {
    display: block;
    max-width: 160px;
}

.header__up .timeWork {
    margin: 0 30px 0 120px;
}

.timeWork p {
    font-size: 16px;
    margin-bottom: 7px;
}

.timeWork i {
    padding-right: 8px;
    text-align: right;
    color: #99c45a;
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: center;
}

.contact a.tel,
.contact a.mail {
    display: inline-block;
    font-size: 24px;
}

.contact .flex a.tel {
    margin-left: 15px;
}

.contact a.mail {
    margin-bottom: 7px;
}

.contact .flex a {
    display: block;
    margin-left: 10px;
}

.contact .flex a img {
    display: block;
    width: 28px;
}

.contact .flex a.whatsapp img {
    width: 30px;
}

.contact i {
    min-width: 20px;
    padding-right: 10px;
    text-align: right;
    color: #99c45a;
}

.soc.flex {
    justify-content: center;
}

/* Menu */

.header__down {
    box-shadow: 0 1px 8px 2px rgba(0, 0, 0, 0.07);
    background: -moz-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -webkit-gradient(linear, 0deg, color-stop(0, ffffff), color-stop(100%, E3EEF5));
    background: -webkit-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -o-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -ms-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=135, Color=#000000);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-top: 1px solid #99c45a;
}

.header__menu {
    padding: 0 30px;
}

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

.header__menu ul li a {
    font-size: 18px;
    display: inline-block;
    padding: 10px 20px;
    border-left: 1px solid #eee;
}

.header__menu ul li:first-child a {
    border: none;
}

.header__menu ul li.current-menu-item > a {
    background: #99c45a;
    color: #fff;
    border-color: #99c45a;
    background-image: linear-gradient(103deg, #aedd73, #76b83f), linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5));
}

/* 2-th level */

.menu li ul.sub-menu {
    display: block;
    position: absolute;
    left: -9999px;
    z-index: 3;
}

.menu li ul.sub-menu li {
    display: block;
    height: 0;
}

.menu > li.menu-item-has-children:hover > ul.sub-menu {
    position: absolute;
    left: auto;
    border-top: 2px solid #99c45a;
}

.menu > li.menu-item-has-children:hover > ul.sub-menu > li {
    height: 34px;
}

.menu li ul.sub-menu li.menu-item-has-children {
    position: relative;
}

ul.sub-menu li {
    background: white;
    border-bottom: 1px #99c45a;
    border-bottom-style: dotted;
}

ul.sub-menu li a {
    border: none;
    display: block;
    font-size: 14px;
    padding: 10px 20px;
    color: #333;
}

ul.sub-menu li:hover {
    background: #99c45a;
    background-image: linear-gradient(103deg, #aedd73, #76b83f), linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5));
}

ul.sub-menu li:hover > a {
    color: #fff;
}

@media screen and (max-width: 1160px) {
    .header__up .timeWork {
        margin: 0 30px;
    }
}

@media screen and (max-width: 900px) {
    header {
        border-bottom: 1px solid #eee;
    }

    .header__up {
        padding: 15px 90px 20px 30px!important;
    }

    .nav-toggle {
        display: block;
    }

    .header__up .timeWork {
        display: none;
    }

    .header__down {
        display: none;
    }

    .menu li ul.sub-menu {
        display: none;
    }
}

@media screen and (max-width: 680px) {
    .header__up {
        flex-direction: column;
        padding: 15px 15px 15px!important;
    }

    .header__up .logo {
        font-size: 24px;
        margin: 0 0 10px 0;
    }

    .contact {
        align-items: center;
    }
    
    .contact a {
        font-size: 19px;
    }

    .nav-toggle {
        top: 25px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 460px) {
    .contact > .flex {
        flex-direction: column;
        justify-content: center;
    }
    
    .soc.flex {
        margin-bottom: 7px;
    }
}

/* ------------------------------------- Footer */

footer {
    border-top: 1px solid #99c45a;
        background: #fbfdfe;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 0px;
    background: -moz-linear-gradient(top, #fbfdfe 0%, #f9fbfd 32%, #e3edf5 100%);
    background: -webkit-linear-gradient(top, #fbfdfe 0%,#f9fbfd 32%,#e3edf5 100%);
    background: linear-gradient(to bottom, #fbfdfe 0%,#f9fbfd 32%,#e3edf5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfdfe', endColorstr='#e3edf5',GradientType=0 );

}

footer .wrap > .flex {
    align-items: flex-start;
    margin-bottom: 30px;
}

footer nav ul li {
    text-align: center;
    margin-bottom: 5px;
}

footer ul li.current-menu-item > a {
    color: #99c45a;
}

footer .timeWork {
    text-align: center;
}

footer .timeWork a.logo {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

footer .contact {
    width: 33.33%;
}

footer .contact > * {
    margin-bottom: 7px;
}

footer .copyright {
    text-align: center;
    display: block;
    width: 40%;
    margin: 0px auto 0px;
    padding-top: 20px;
    border-top: 1px solid #99c45a;
}

footer .menu_footer {
	width: 66%;
	display: inline-block;
}

footer .menu_footer ul:nth-child(1) {
	width: 40%;
}

footer .menu_footer ul:nth-child(2) {
	width: 34%;
}

footer .menu_footer ul:nth-child(3){
	width: 24%;
}

footer .menu_footer ul:nth-child(3) li a {
	text-align: center;
	display: block;
}

footer .menu_footer ul {
	display: inline-block;
	vertical-align: top;
}

footer .menu_footer ul li.main_li a{
	font-size:17px;
	text-decoration: underline;
	display:block;
}

footer .menu_footer ul li.main_li a:hover {
	text-decoration:none;
}

footer .menu_footer ul li {
	margin-bottom:5px;
	vertical-align:top;
}

footer .menu_footer ul li a {
	font-size:14px;
}

footer .menu_footer ul li.main_li {
	margin-bottom:10px;
}

@media screen and (max-width: 1180px) {
    footer .wrap > .flex > * {
        width: auto;
    }
}

@media screen and (max-width: 1060px) {
    footer .wrap > .flex {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 20px;
    }
    
    .menu_footer {
        margin-bottom: 20px;
    }
    
    footer .contact {
        align-items: center;
    }

    footer .timeWork a.logo {
        font-size: 24px;
    }
}

/* ---------------------------------------- Breadcrumbs */

.breadcrumbs {
	display: flex;
    margin-bottom: 20px;
    border-bottom: solid 1px #EEEEEE;
    padding-bottom: 20px;
}

@media screen and (max-width: 560px) {
    .breadcrumbs {
        margin-bottom: 20px;
    }
}

.breadcrumbs li a {
    color: #c4c4c4;
    margin-right: 7px;
}

.breadcrumbs li a:hover {
    color: #333;
}

.breadcrumbs li::after {
    content: '\003E';
    margin-right: 7px;
}

.breadcrumbs li:last-child::after {
    content: '';
}

/* -------------------------------------- Home */

.slider .item {
    min-height: 550px;
    display: flex;
    align-items: center;
}

.slider__C {
    max-width: 560px;
    padding: 20px 75px;
    text-align: center;
}

.slider__C h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.slider__C p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 30px;
}

@media screen and (max-width: 725px) {
    .slider .item {
        min-height: 400px;
    }

    .slider__C h3 {
        font-size: 28px;
    }

    .slider__C p {
        font-size: 16px;
    }
}

@media screen and (max-width: 540px) {
    .slider__C {
        padding: 20px 40px;
    }

    .slider__C h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .slider__C p {
        margin-bottom: 15px;
    }

    .owl-theme .owl-nav [class*='owl-'] {
        width: 20px;
        height: 40px;
        margin-top: -35px;
    }

    .owl-prev {
        left: 7px;
    }

    .owl-next {
        right: 7px;
    }
}

/* Home content */

.home h2 {
    margin-bottom: 30px;
}

.home__wrap .content {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

@media screen and (max-width: 560px) {
    .home__wrap .content {
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    .home h2 {
        margin-bottom: 20px;
    }
}

/* Tarif */

.tarif {
    justify-content: center;
    align-items: stretch;
    margin: 0 -15px 25px;
    flex-wrap: wrap;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.tarif__item {
    position: relative;
    width: calc(33.33% - 30px);
    margin: 0 15px 50px;
    padding: 15px;
    border: 1px solid #333;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
}

.tarif__item .div_h3 {
    display: inline-block;
    margin: 0 15px 15px 0;
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #333;
}
.home .main_div_h2
{
	margin-bottom: 30px;
	    font-size: 36px;
    text-align: center;
	    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #333;
	text-align:center;
}

.tarif__item .div_h3 a {
    font-size: 26px;
    text-transform: uppercase;
}
.wrap.home__wrap h3
{
	text-align:center;
}

.tarif__item span {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    color: #99c45a;
    margin-bottom: 15px;
}

.tarif__item p {
    margin-bottom: 25px;
    line-height: 1.5;
    text-align: justify;
}

.tarif__item .wrap__btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -46px;
}

.tarif__item .wrap__btn a.btn {
    margin: 0 10px 10px;
    min-width: 160px;
    box-sizing: border-box;
}

.feedback_form_pp span.wpcf7-form-control-wrap.your-name:after, .feedback_form_pp span.wpcf7-form-control-wrap.tel-247:after {
    content: "*";
    width: 1px;
    height: 1px;
    color: red;
    margin: 10px 0px 0px -26px;
    position: absolute;
    right: 25px;
    bottom: 13px;
}

@media screen and (max-width: 1080px) {
    .tarif__item {
        width: calc(50% - 30px);
    }
}

@media screen and (max-width: 720px) {
    .tarif__item {
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 560px) {
    .tarif {
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .tarif__item {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 360px) {
    .tarif__item h3 a {
        font-size: 24px;
    }

    .tarif__item span {
        font-size: 20px;
    }
}

/* Adv */

.adv {
    justify-content: center;
    align-items: stretch;
    margin: 0 -15px 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.adv__item {
    width: calc(20% - 30px);
    margin: 0 15px 30px;
    padding: 15px;
    border: 1px solid #333;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
}

.adv__item i {
    font-size: 56px;
    color: #99c45a;
    margin-bottom: 15px;
}

.adv__item h4 {
    margin-bottom: 15px;
}
.adv__item .div_h4 {
    margin-bottom: 15px;
	font-size: 24px;
	 font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #333;
}
.adv p {
    line-height: 1.5;
}

@media screen and (max-width: 1080px) {
    .adv__item {
        width: calc(33.33% - 30px);
    }
}

@media screen and (max-width: 720px) {
    .adv__item {
        width: calc(50% - 30px);
    }
}

@media screen and (max-width: 560px) {
    .adv {
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .adv__item {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 460px) {
    .adv__item {
        width: calc(100% - 30px);
    }
}

/* Calc */

.calc {
    align-items: flex-start;
    margin-bottom: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.calc__left {
    width: calc(100% - 390px);
    margin-right: 30px;
}

.radio__wrap {
    margin-bottom: 30px;
}

.radio__wrap h5 {
    margin-bottom: 15px;
}
.radio__wrap .div_h5 {
    margin-bottom: 15px;
    margin-top: 10px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #333;
}
.calc__right .div_h5 {
    display: inline-block;
    margin-right: 10px;
	font-size: 18px;
		font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #333;
}
.calc__left .radio {
    display: none;
}
.docmonth .div_h5 {
    margin-bottom: 30px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #333;
	text-align:center;
}

.calc__left .radio + label {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
}

.calc__left .radio:not(checked) + label::after,
.calc__left .radio:not(checked) + label::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 17px;
    border-radius: 50%
}

.calc__left .radio:not(checked) + label::before {
    width: 12px;
    height: 12px;
    background: #CDD1DA;
}

.calc__left .radio:not(checked) + label::after {
    width: 12px;
    height: 12px;
    background: #A2CA67;
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

.calc__left .radio:checked + label::after {
    opacity: 1
}

.calc__left .fl {
    display: inline-block;
    margin-right: 20px;
}

.docmonth {
    text-align: center;
}

.docmonth h5 {
    margin-bottom: 30px;
}

.rangeslider,
.rangeslider__fill {
    background: #e6e6e6;
    display: block;
    height: 20px;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.rangeslider {
    position: relative;
    margin: 15px 0 20px 0;
    background: -moz-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -webkit-gradient(linear, 0deg, color-stop(0, ffffff), color-stop(100%, E3EEF5));
    background: -webkit-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -o-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -ms-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=135, Color=#000000);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #e3eef5;
}

.rangeslider--disabled {
    filter: alpha(Opacity=40);
    opacity: .4
}

.rangeslider__fill {
    position: absolute;
    background: #A2CA67;
    background-image: linear-gradient(103deg, #aedd73, #76b83f), linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5));
}

.rangeslider__handle {
    background: #fff;
    border: 1px solid #99c45a;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -10px;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, .1)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(0, 0, 0, .13)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .13), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, .13), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, .13), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(0, 0, 0, .13), rgba(255, 255, 255, 0));
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.rangeslider__handle:active {
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, .12)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12));
    background-image: -o-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12));
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12))
}

input[type=range]:focus+.rangeslider .rangeslider__handle {
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
    box-shadow: 0 0 8px rgba(255, 0, 255, .9)
}

.liniycount {
    margin-bottom: 15px;
}

.liniycount span {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #99c45a;
}

.liniycount span:nth-child(1) {
    margin-left: 12px;
}

.liniycount span:nth-child(2) {
    margin-left: 7px;
}

.liniycount span:nth-child(3) {
    margin-left: 8px;
}

.liniycount span:last-child {
    margin-right: 7px;
}

.personal_div {
    text-align: center;
    text-decoration: underline;
}

.calc__right {
    width: 360px;
}

.calc__right h5 {
    display: inline-block;
    margin-right: 10px;
}

.calc__right p#sizeValue_right {
    font-size: 24px;
    color: #99c45a;
    display: inline-block;
    margin-bottom: 15px;
}

.calc__right p {
    font-size: 14px;
    color: #9b9b9b;
    margin-bottom: 20px;
}
.div_h3_main
{
	text-align: center;
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
    color: #333;
	margin-bottom:10px;
}

@media screen and (max-width: 860px) {
    .calc {
        flex-direction: column;
        align-items: center;
    }

    .calc__left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

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

@media screen and (max-width: 560px) {
    .calc__left {
        margin-bottom: 20px;
    }

    .calc {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

/* Reviews */

.slider__rewiews .item {
    margin: 30px 100px;
}

.slider__rewiews .item p {
    line-height: 1.5;
}

@media screen and (max-width: 640px) {
    .slider__rewiews .owl-prev {
        left: 0;
    }

    .slider__rewiews .owl-next {
        right: 0;
    }

    .slider__rewiews .item {
        margin: 20px 60px;
    }
}

@media screen and (max-width: 540px) {
    .slider__rewiews .owl-prev {
        left: -7px;
    }

    .slider__rewiews .owl-next {
        right: -7px;
    }

    .slider__rewiews .item {
        margin: 0 25px;
    }
}

/* ------------------------------------------- About */

.offers {
    align-items: stretch;
    margin: 0 -15px;
}

.offer__item {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
    padding: 15px 15px 0;
    box-sizing: border-box;
    border: 1px solid #e3eef5;
    text-align: center;
    border-radius: 5px;
    background: -moz-linear-gradient(top, #fbfdfe 0%, #f9fbfd 32%, #e3edf5 100%);
    background: -webkit-linear-gradient(top, #fbfdfe 0%,#f9fbfd 32%,#e3edf5 100%);
    background: linear-gradient(to bottom, #fbfdfe 0%,#f9fbfd 32%,#e3edf5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfdfe', endColorstr='#e3edf5',GradientType=0 );
    box-shadow: 0 5px 28px -12px rgba(0, 0, 0, 1);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=135, Color=#000000);

}

.offer__item i {
    font-size: 65px;
    color: #99c45a;
    margin-bottom: 5px;
}

@media screen and (max-width: 1080px) {
    .offer__item {
        width: calc(50% - 30px);
    }
}

@media screen and (max-width: 720px) {
    .offer__item {
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 560px) {
    .offer__item {
        margin-bottom: 20px;
    }
}

/* ---------------------------------------- Archive */

.archive__wrap {
    padding-bottom: 0;
}

.archive__flex {
    justify-content: center;
    align-items: stretch;
    margin: 0 -15px;
}

.archive__item {
    position: relative;
    width: calc(33.33% - 30px);
    margin: 0 15px 50px;
    padding: 15px 15px 25px;
    text-align: center;
    border: 1px solid #e3eef5;
    box-sizing: border-box;
    border-radius: 0px;
    background: -moz-linear-gradient(top, #fbfdfe 0%, #f9fbfd 32%, #e3edf5 100%);
    background: -webkit-linear-gradient(top, #fbfdfe 0%,#f9fbfd 32%,#e3edf5 100%);
    background: linear-gradient(to bottom, #fbfdfe 0%,#f9fbfd 32%,#e3edf5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfdfe', endColorstr='#e3edf5',GradientType=0 );
    box-shadow: 0 5px 20px -12px rgba(0, 0, 0, 1);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=135, Color=#000000);
}

.archive__item h3 {
    font-size: 26px;
    margin-bottom: 15px;
}

.archive__item .div_h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: sans-serif;
    font-weight: 500;
    color: #333;
}

.archive__item p {
    margin-bottom: 15px;
}

.archive__item a.btn {
    position: absolute;
    left: 50%;
    margin-left: -99px;
    bottom: -20px;
}

@media screen and (max-width: 1080px) {
    .archive__item {
        width: calc(50% - 30px);
    }
}

@media screen and (max-width: 720px) {
    .archive__item {
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 560px) {
    .archive__item {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 360px) {
    .archive__item h3 {
        font-size: 24px;
    }
}

/* ---------------------------------------- Akcii */

.archive__item-akcii h3 {
    margin-bottom: 15px;
}

.archive__item-akcii p {
    line-height: 1.5;
    margin-bottom: 25px;
}

/* ---------------------------------------- Single Price */

.content {
    padding-bottom: 10px;
}

.arr__table {
    display: none;
}

.price {
    margin-bottom: 30px;
    overflow-x: auto;
    background: -webkit-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -o-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -ms-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    box-shadow: 0 5px 28px -12px rgba(0,0,0,1);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=135, Color=#000000);
    /* -webkit-border-radius: 20px; */
    -moz-border-radius: 0px;
    /* border-radius: 0px; */
}

.row {
    min-width: 440px;
    flex-wrap: nowrap;
    align-items: stretch;
    border: 1px solid #333;
    border-top: none;
}

.row:first-child {
    border-top: 1px solid #333;
}

.col {
    padding: 15px;
    border-right: 1px solid #333;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.col:last-child {
    border-right: none;
}

.col_1 {
    min-width: 640px;
}
@media screen and (max-width: 1160px) {
    .col_1 {
        min-width: 550px;
    }
}

@media screen and (max-width: 1024px) {
    .col_1 {
        min-width: 450px;
    }
}

@media screen and (max-width: 860px) {
    .col_1 {
        min-width: 350px;
    }
}

@media screen and (max-width: 720px) {
    .col {
        padding: 10px;
    }

    .col p {
        font-size: 16px;
    }
}

@media screen and (max-width: 680px) {
    .col_1 {
        min-width: 250px;
    }
}

@media screen and (max-width: 560px) {
    .price {
        margin-bottom: 20px;
    }

    .single .content {
        padding: 0;
    }
}

@media screen and (max-width: 540px) {
    .col_1 {
        min-width: 200px;
    }

    .col p {
        word-break: break-word;
    }
}

@media screen and (max-width: 470px) {
    .arr__table {
        display: block;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        text-align: center;
        background: #99c45a;
        color: #fff;
    }
}

/* ------------------------------------------- News */

.cat__news {
    padding-bottom: 0;
}

.cat__item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.cat__item:last-child {
    padding-bottom: 0;
    border: none;
}

.cat__img {
    width: 250px;
    height: 250px;
    margin-right: 30px;
    float: left;
}

.cat__content {
    width: calc(100% - 330px);
    float: left;
}

.cat__content h3,
.cat__content p {
    margin-bottom: 15px;
}

@media screen and (max-width: 860px) {
    .cat__img {
        margin: 0 auto 20px auto;
        float: none;
    }

    .cat__content {
        width: 100%;
        float: none;
        text-align: center;
    }
}


/* ------------------------------------------- Contacts */

.contacts__wrap {
    padding-bottom: 15px;
}

.flex-contacts {
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.contacts {
    min-width: 380px;
}

.contacts > div {
    justify-content: flex-start;
    margin-bottom: 15px;
    text-align: left;
}

.contacts div i {
    font-size: 48px;
    margin-right: 15px;
    min-width: 48px;
    color: #99c45a;
    text-align: center;
}

.contacts .flex p {
    margin-bottom: 0;
    margin-right: 5px;
}

.contacts .flex img {
    margin-bottom: 0;
}

.contacts .flex:nth-child(2) a {
    display: block;
    margin-left: 10px;
}

.contacts .flex a img {
    display: block;
    width: 28px;
}

.contacts .flex a.whatsapp img {
    width: 30px;
}

.contacts div p span {
    display: inline-block;
}

/* Form */

.wrap__form {
    max-width: 900.5px;
    border: 1px solid #99c45a;
    margin-left: 40px;
    padding-top: 20px;
    background: -webkit-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -o-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -ms-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    box-shadow: 0 5px 28px -12px rgba(0,0,0,0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=135, Color=#000000);
    /* -webkit-border-radius: 20px; */
    -moz-border-radius: 0px;
    border-radius: 5px;
}

.wrap__form > p {
    margin-bottom: 5px;
    margin-left: 5px;
}

.flex-contacts p {
    text-indent: 0;
}

#wpcf7-f4-o1 br,
.ajax-loader {
    display: none!important;
}

#wpcf7-f4-o1 div.wpcf7-response-output {
    margin: 1em 0;
}

#wpcf7-f4-o1 form {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

#wpcf7-f4-o1 form input[type="text"],
#wpcf7-f4-o1 form input[type="tel"],
#wpcf7-f4-o1 form input[type="email"],
#wpcf7-f4-o1 form textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #252525;
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
    border: 1px solid #555;
    border-radius: 2px;
    width: 95%;
    margin: 10px 0;
    outline: none;
}

#wpcf7-f4-o1 form textarea {
    resize: none;
}

#wpcf7-f4-o1 form input[type="submit"] {
	width: 198px;
    min-height: 45px;
    background: #99c45a;
    border: none;
	border: 1px solid #99c45a;
	margin-top: 5px;
    color: #fff;
    font-size: 18px;
	cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
	border-radius: 25px;
    padding: 8px 18px;
	background-image: linear-gradient(103deg, #aedd73, #76b83f), linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5));
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

#wpcf7-f4-o1 form input[type="submit"]:hover {
    color: #333;
    border: 1px solid #333;
    background: #fff;
}

#wpcf7-f4-o1 form input[type="text"]::-webkit-input-placeholder,
#wpcf7-f4-o1 form input[type="tel"]::-webkit-input-placeholder,
#wpcf7-f4-o1 form input[type="email"]::-webkit-input-placeholder,
#wpcf7-f4-o1 form textarea::-webkit-input-placeholder {color: #525252;}

#wpcf7-f4-o1 form input[type="text"]::-moz-placeholder,
#wpcf7-f4-o1 form input[type="tel"]::-webkit-input-placeholder,
#wpcf7-f4-o1 form input[type="email"]::-moz-placeholder,
#wpcf7-f4-o1 form textarea::-moz-placeholder {color: #525252;}

#wpcf7-f4-o1 form input[type="text"]:-moz-placeholder,
#wpcf7-f4-o1 form input[type="tel"]::-webkit-input-placeholder,
#wpcf7-f4-o1 form input[type="email"]:-moz-placeholder,
#wpcf7-f4-o1 form textarea:-moz-placeholder {color: #525252;}

#wpcf7-f4-o1 form input[type="text"]:-ms-input-placeholder,
#wpcf7-f4-o1 form input[type="tel"]::-webkit-input-placeholder,
#wpcf7-f4-o1 form input[type="email"]:-ms-input-placeholder,
#wpcf7-f4-o1 form textarea:-ms-input-placeholder {color: #525252;}

form.wpcf7-form.feedback_form_pp {
    width: 77%;
    background: #e8e8e8;
    border: solid 1px #c0c0c0;
    text-align: center;
    padding-top: 6px;
    margin: 0px auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
     background: -moz-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -webkit-gradient(linear, 0deg, color-stop(0, ffffff), color-stop(100%, E3EEF5));
    background: -webkit-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -o-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -ms-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=135, Color=#000000);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 5px;
}

.feedback_form_pp .h1{
    font-size: 28px;
    text-transform: unset;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 26px;
}
.feedback_form_pp .top_form_buttons input{
    padding: 8px;
    width: 240px;
    margin: 0px 10px;
}
.feedback_form_pp .top_form_buttons select{
    padding: 8px;
    width: 260px;
    margin: 0px 10px;
}
.feedback_form_pp textarea#big_text_form {
    width: 83.9%;
    height: 71px;
    margin-top: -7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
    margin-left: 0px;
    padding: 9px;
}
.feedback_form_pp input.wpcf7-form-control.wpcf7-submit{
	width: 198px;
    min-height: 45px;
    background: #99c45a;
    border: none;
	border: 1px solid #99c45a;
	margin-top: 5px;
    color: #fff;
    font-size: 18px;
	cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
	border-radius: 25px;
    padding: 8px 18px;
	background-image: linear-gradient(103deg, #aedd73, #76b83f), linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5));
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.feedback_form_pp input.wpcf7-form-control.wpcf7-submit:hover{
    color: #333;
    border: 1px solid #333;
    background: #fff;
}

.feedback_form_pp span.wpcf7-not-valid-tip {
    position: absolute;
    display: inline-block;
    margin: -18px 0px 0px -264px;
    width: 250px;
    font-family: monospace;
}
div#calc h3 {
    text-align: center;
}

div#calc {
    padding: 50px 0px 0px 0px;
}

@media screen and (max-width: 900px)
{
footer .menu_footer
{
	width:100%;
}
footer .flex .contact
{
	margin: 20px auto 0;
}
}
@media screen and (max-width: 768px) {
    .flex-contacts {
        flex-wrap: wrap;
    }

    .contacts {
        text-align: center;
        min-width: 100%;
    }

    .wrap__form {
        margin-left: 0;
    }

    .feedback_form_pp .top_form_buttons input, .feedback_form_pp .top_form_buttons input, .feedback_form_pp{
        width: 85% !important;
        margin: 2px 0px;
    }

    .feedback_form_pp .top_form_buttons select{
        width: 91% !important;
    }
}
@media screen and (max-width: 500px)
{
	footer .menu_footer ul:nth-child(1), footer .menu_footer ul:nth-child(2),
	 footer .menu_footer ul:nth-child(3)
	{
		width:49%;
	}
	footer .menu_footer ul:nth-child(3) li a
	{
		text-align:left;
	}
	footer .copyright
	{
		width:80%;
	}

}
.uslug_wrap .wrap h1{
	color:#fff;
	text-align:left;
	font-size: 36px;
	text-transform: none;
	font-weight: bold;
}
.uslug_wrap .wrap .price_new{
	color:#fff;
	font-size: 32px;
	border-bottom: solid 2px;
	display: inline-block;
    font-style: italic;
}

.tarif_block .top_name_h1 {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #333;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.tarif_block .three_blocks {
    width: 100%;
}

.tarif_block .item_tarif_block {
    display: inline-block;
    margin: 0px 0px 30px 0px;
    max-width: 392px;
    min-width: 371px;
    text-align: center;
    background: #fbfdfe;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: -moz-linear-gradient(top, #fbfdfe 0%, #f9fbfd 32%, #e3edf5 100%);
    background: -webkit-linear-gradient(top, #fbfdfe 0%,#f9fbfd 32%,#e3edf5 100%);
    background: linear-gradient(to bottom, #fbfdfe 0%,#f9fbfd 32%,#e3edf5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfdfe', endColorstr='#e3edf5',GradientType=0 );
    box-shadow: 0 5px 28px -12px rgba(0, 0, 0, 1);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=135, Color=#000000);
}

.tarif_block .top_text_tb.blue_tb {
    background: url(/wp-content/themes/buh/images/top_blue.png) no-repeat top center;
}

.tarif_block .top_text_tb.green_tb {
    background: url(/wp-content/themes/buh/images/top_green.png) no-repeat top center;
}

.tarif_block .top_text_tb.orange_tb {
    background: url(/wp-content/themes/buh/images/top_orange.png) no-repeat top center;
}

.tarif_block .top_text_tb {
    min-height: 102px;
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.tarif_block {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}

.tarif_block .top_big_text_tb {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 18px;
}

.tarif_block .top_bottom_small_text {
    font-size: 24px;
}

.tarif_block .tarifs_itams {
    width: 345px;
    margin: 0px auto;
    margin-top: 24px;
    text-align: left;
    font-size: 16px;
}

.tarif_block ul li {
    font-size: 16px;
    border-bottom: dotted 1px #cccfd1;
    padding: 6px 0px 5px 18px;
}

.tarif_block ul li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0px;
    width: 13px;
    height: 10px;
    background: url(/wp-content/themes/buh/images/galka.png) no-repeat;
}

.tarif_block ul {
    margin-left: 0px;
}

.tarif_block .small_text_price_tb {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.tarif_block .price_tb {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
}

.tarif_block a.button_tarif_go {
    background: #fff;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 60px;
    color: #fff;
    margin: 15px 0px 34px 0px;
    display: inline-block;
    border-radius: 50px;
}

.tarif_block a.button_tarif_go.green_button_tb {
    background: #99c45a;
}

.tarif_block a.button_tarif_go.blue_button_tb {
    background: #58b2c0;
}

.tarif_block a.button_tarif_go.orange_button_tb {
    background: #e9840d;
}

.tarif_block .item_tarif_block {
    margin: 0px 0.5% 30px 0.5%;
}

.tarif_block .tarif_price {
    margin-top: -8px;
    display: inline-block;
}

@media screen and (max-width: 410px) {
    .tarif_block .item_tarif_block{
        min-width: 285px;
    }
    .tarif_block .tarifs_itams{
        width: 275px;
    }
    .tarif_block a.button_tarif_go{
        font-size: 14px;
    }
    
    .uslug_wrap {
        display: none;
    }
}

.slider__rewiews_new {
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
}

.slider__rewiews_new.new_slider .bottom_text_otzyv {
    margin: 20px 10px;
    padding: 17px;
    background: -moz-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -webkit-gradient(linear, 0deg, color-stop(0, ffffff), color-stop(100%, E3EEF5));
    background: -webkit-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -o-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -ms-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=135, Color=#000000);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 280px;
}

.slider__rewiews_new.new_slider .owl-theme .owl-nav [class*='owl-']{
    margin-top: 0px;
}

.slider__rewiews_new.new_slider .owl-prev {
    margin-top: 0px;
    left: -45px;
}

.slider__rewiews_new.new_slider .owl-next {
    margin-top: 0px;
    right: -45px;
}

.slider__rewiews_new.new_slider .item p {
    font-size: 15px;
}

.slider__rewiews_new.new_slider .left_image_otsl > img{
    width: 79px;
    height: 79px;
}

.slider__rewiews_new .left_image_otsl {
    display: inline-block;
    vertical-align: middle;
}

.slider__rewiews_new .right_name {
    display: inline-block;
    vertical-align: middle;
    margin-left: 19px;
}

.slider__rewiews_new .name_aftor_otsl {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.slider__rewiews_new .top_block_name_and_data {
    padding-left: 30px;
}

.slider__rewiews_new .data_aftor_otsl {
    padding-top: 3px;
}

.slider__rewiews_new.new_slider .bottom_text_otzyv:before {
    content: "";
    width: 21px;
    position: absolute;
    margin: -30px 0px 0px 33px;
    height: 13px;
}

.new_slider_wp .bx-wrapper{
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.new_slider_wp .bx-wrapper .bx-prev {
    left: -30px !important;
    background: url(/wp-content/themes/buh/images/left.png) no-repeat 0 0px !important;
    background-size: 100% !important;
    width: 30px !important;
    display: block !important;
    top: 50% !important;
    height: 57px !important;
    cursor: pointer !important;
    position: absolute !important;
    z-index: 99 !important;
    margin-top: 25px !important;
    opacity: 0.30 !important;
    -webkit-transition: opacity 0.2s ease-in-out !important;
    -o-transition: opacity 0.2s ease-in-out !important;
    transition: opacity 0.2s ease-in-out !important;
    cursor: pointer!important;
}

.new_slider_wp .bx-wrapper .bx-prev:hover {
    opacity: 1 !important;
}

.new_slider_wp .bx-wrapper .bx-next {
    right: -30px !important;
    background: url(/wp-content/themes/buh/images/right.png) no-repeat 0px 0px !important;
    background-size: 100% !important;
    width: 30px !important;
    display: block !important;
    top: 50% !important;
    height: 57px !important;
    cursor: pointer !important;
    position: absolute !important;
    z-index: 99 !important;
    margin-top: 25px !important;
    opacity: 0.30 !important;
    -webkit-transition: opacity 0.2s ease-in-out !important;
    -o-transition: opacity 0.2s ease-in-out !important;
    transition: opacity 0.2s ease-in-out !important;
    cursor: pointer !important;
}

.new_slider_wp .bx-wrapper .bx-next:hover {
    opacity: 1 !important;
}

.new_slider_wp .bx-viewport, .new_slider_wp .bx-wrapper{
    height: 470px !important;
}

@media screen and (max-width: 1300px) {
    .new_slider_wp {
        width: 835px;
        margin: 0px auto;
    }
}

@media screen and (max-width: 880px) {
    .new_slider_wp {
        width: 420px;
    }
}

@media screen and (max-width: 450px) {
    .new_slider_wp {
        width: auto;
    }
}

@media screen and (max-width: 410px) {
    .slider__rewiews_new .top_block_name_and_data {
        padding-left: 0px;
    }
    .slider__rewiews_new .right_name{
        margin-left: 10px;
    }
}

.item_priem {
    display: inline-block;
    vertical-align: top;
    width: 193px;
    margin: 10px 10px;
    height: 300px;
    text-align: center;
    padding: 15px;
    background: -moz-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -webkit-gradient(linear, 0deg, color-stop(0, ffffff), color-stop(100%, E3EEF5));
    background: -webkit-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -o-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    background: -ms-linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(0deg, #ffffff 0, #E3EEF5 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    box-shadow: 0 5px 28px -12px rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=135, Color=#000000);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.priem_block {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin: 45px 0px;
}

.top_img_logo_priem img {
    margin-top: 10px;
}

.bottom_h1_priem {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0px;
    color: #333333;
}

.bottom_text_priem {
    font-size: 18px;
    font-weight: 100;
}

.slider__C .slider_h3
{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
	font-family: 'Roboto',sans-serif;
}
.calc .div_h3_main
{
    text-align: center;
    display: block;
    width: 100%;
}
.calc
{
     border-top: 1px solid #eee;
     padding-top: 30px;
}
.div_h2_main{
	text-align: center;
    margin-bottom: 30px;
    line-height: 1;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    color: #333;
}
@media screen and (max-width: 560px){
	.div_h2_main{margin-bottom: 20px;}
}
.div_h3_class{
	text-align: center;
    margin: 15px 0 15px 0;
    line-height: 1;
    font-size: 28px;
    font-family: 'Roboto',sans-serif;
    color: #333;
}
.div_h3_news{
	margin-bottom: 15px;
    font-size: 28px;
    font-family: 'Roboto',sans-serif;
    color: #333;
}