@font-face {
    font-display: swap;
    font-family: oswald;
    src: url(fonts/Oswald-Medium.ttf);
}

@font-face {
    font-display: swap;
    font-family: oswald-heavy;
    src: url(fonts/Oswald-Heavy.ttf);
}

@font-face {
    font-display: swap;
    font-family: oswald-medium;
    src: url(fonts/Oswald-Medium.ttf);
}

@font-face {
    font-display: swap;
    font-family: opensans;
    src: url(fonts/OpenSans.ttf);
}

@font-face {
    font-display: swap;
    font-family: opensans-semibold;
    src: url(fonts/OpenSans-SemiBold.ttf);
}

@font-face {
    font-display: swap;
    font-family: opensans-bold;
    src: url(fonts/OpenSans-Bold.ttf);
}

body {
    overflow-x: hidden;
    position: relative;
}

#content {
    line-height: 26px;
    color: #333;
    font-size: 16px;
    font-family: 'opensans';
}

#menu-glavnoe-menyu>li:last-child,
#menu-glavnoe-menyu-1>li:last-child {
    max-width: 90px;
    text-align: center;
}

#menu-glavnoe-menyu>li:last-child a,
#menu-glavnoe-menyu-1>li:last-child a {
    padding-left: 23px;
    padding-right: 23px;
    background: #07864c;
}

.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}

.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

.homecontent iframe {
    margin: 0 auto 20px;
    display: block;
}

.mess_custom_block {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    left: 20px;
    bottom: 50px;
    width: 270px;
    background: rgba(51, 51, 51, 0.94);
    color: #fff;
    border-radius: 20px;
    font-size: 17px;
    line-height: 24px;
    padding: 14px;
    z-index: 20000000000;
    transition: all 0.2s;
    text-align: center;
}

.mess_custom_block.active {
    opacity: 1;
    pointer-events: auto;
}

.mess_custom_block:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid rgba(51, 51, 51, 0.94);
}

.mess_custom_block_header {
    display: inline;
}

.mess_custom_block_text a {
    color: #28b37a;
    display: block;
}

.mess_custom_block_text a:hover {
    text-decoration: underline;
}

.mess_custom_block_text {
    display: inline;
}

.audio-block {
    margin-bottom: 40px;
}

.audio-block .audio-title {
    position: relative;
    text-align: center;
    margin: 40px 0 60px;
}

.audio-block .audio-title:before {
    content: '';
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #a5a7a8;
}

.audio-block .audio-title span {
    position: relative;
    padding: 0 20px;
    font-family: oswald;
    font-size: 24px;
    background: #edeff1;
}

.audio-block .audio-controls {
    text-align: center
}

.audio-block .audio-controls .controls-title {
    text-align: center;
    font-size: 18px;
}

.audio-block .audio-controls audio {
    display: block;
    margin: 10px auto 60px;
    border: 1px solid #a5a7a8;
    border-radius: 54px;
}

.audio-block .audio-controls audio:focus {
    outline: none;
}

.addition-description {
    position: absolute;
    top: 22px;
    left: 211px;
    font-size: 24px;
    width: 187px;
    color: #007442;
    line-height: 34px;
    font-family: oswald-medium;
}

h1,
h2 {
    font-family: oswald;
}

.navbar-nav>li {
    position: relative;
}

.navbar-nav>li .sub-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
    min-width: 260px;
    z-index: 300;
    pointer-events: none;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.navbar-nav>li:hover>.sub-menu,
.navbar-nav>li>.sub-menu>li:hover>.sub-menu {
    opacity: 1;
    pointer-events: auto;
}

.navbar-nav>li>.sub-menu>li>.sub-menu {
    left: 260px;
    top: 0;
}

.navbar-nav>li>.sub-menu>li>.sub-menu {
    min-width: 450px;
}

.navbar-nav>li>.sub-menu>li>.sub-menu>li {
    float: left;
    width: 50%;
    border-right: 1px solid #20a468;
}

.navbar-nav>li .sub-menu li {
    list-style-type: none;
    border-bottom: 1px solid #20a468;
    color: #fff;
    background: #07864c;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    position: relative;
}

.navbar-nav>li .sub-menu li:hover {
    background: #0999b0;
}

.navbar-nav>li .sub-menu li:last-child {
    border: none;
}

.navbar-nav>li .sub-menu li a,
.navbar-nav>li .sub-menu li span {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 12px 15px;
}

.sidebar-right-link img {
    max-width: 300px;
    height: auto;
}

.sidebar-right-link span {
    font-size: 20px;
    display: block;
}

.thumblink img {
    border: 10px solid #e5e5e5;
    margin-bottom: 10px;
}

.thumblink a {
    color: #000;
    font-weight: bold;
}

.thumblink a:hover {
    color: #007442;
}

.thumblink {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
}

.uslu {
    text-transform: uppercase;
    text-align: left;
    padding: 14px 10px 14px 70px;
    max-height: 64px;
    min-height: 64px;
    margin: 20px 0;
}

.bugs {
    background: url(images/bug.png) left top no-repeat;
}

.homeme {
    background: url(images/dom.png) left top no-repeat;
}

.hotel {
    background: url(images/hotel.png) left top no-repeat;
}

.fan {
    background: url(images/fan.png) left top no-repeat;
}

.trash {
    background: url(images/trash.png) left top no-repeat;
}

.rip {
    background: url(images/rip.png) left top no-repeat;
}

.pazl {
    background: url(images/puzzle.png) left top no-repeat;
}

.fartuk {
    background: url(images/fartuk.png) left top no-repeat;
    padding: 6px 10px 6px 70px;
}

.eda {
    background: url(images/eda.png) left top no-repeat;
    padding: 6px 10px 6px 70px;
}

.griby {
    background: url(images/griby.png) left top no-repeat;
}

.fubla {
    background: url(images/fubla.png) left top no-repeat;
    padding: 6px 10px 6px 70px;
}

.car {
    background: url(images/car.png) left top no-repeat;
}

.byt {
    background: url(images/byt.png) left top no-repeat;
}

.fumi-1 {
    background: url(images/icons/fumi-1.png) left top no-repeat;
}

.fumi-2 {
    background: url(images/icons/fumi-2.png) left top no-repeat;
}

.fumi-3 {
    background: url(images/icons/fumi-3.png) left top no-repeat;
}

.fumi-4 {
    background: url(images/icons/fumi-4.png) left top no-repeat;
}

.fumi-5 {
    background: url(images/icons/fumi-5.png) left top no-repeat;
}

.uslu:hover {
    background-position: 0px -64px;
}

.uslu.fumi-1:hover,
.uslu.fumi-2:hover,
.uslu.fumi-3:hover,
.uslu.fumi-4:hover,
.uslu.fumi-5:hover {
    background-position: 0;
}

.sakara {
    background: linear-gradient(#5bc2d7, #0999b0);
    background: -moz-linear-gradient(#5bc2d7, #0999b0);
    background: -o-linear-gradient(#5bc2d7, #0999b0);
    background: -webkit-linear-gradient(#5bc2d7, #0999b0);
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    moz-border-radius: 8px 8px 0 0;
    padding: 12px 15px;
    text-align: center;
    webkit-border-radius: 8px 8px 0 0;
}

.sakara a {
    color: #fff;
}

.widget.widget_text {
    margin-bottom: 10px;
    z-index: 1;
}

.advantages_aside {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.advantages_aside li {
    border: 1px solid #2DCC70!important;
    padding: 0!important;
    margin: 0 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
}

.advantages_aside li:last-child {
    margin: 0
}

.advantages_aside li .li_img {
    float: left;
    width: 60px;
    height: 60px;
    margin: 0 5px 0 0;
    padding: 5px
}

.advantages_aside li .li_img img {
    width: 50px;
    height: 50px;
    border: none
}

.advantages_aside li .li_text {
    display: block;
    padding: 10px;
    font-size: 15px;
    line-height: 20px
}

.advantages_aside li a.li_text {
    padding: 13px 10px;
    color: #da1416;
}

.advantages_aside {
    padding: 0 15px!important;
}

.advantages_aside li:before {
    display: none !important;
}

.sidebar-right-title {
    font-size: 20px;
    text-align: center;
    padding: 5px 5px 12px 5px;
    font-weight: bold;
}

.sakara-new {
    border-radius: 8px;
    moz-border-radius: 8px;
    webkit-border-radius: 8px;
}

.footer-slide {
    width: auto!important;
}

.footer-slide-table {
    display: table;
    vertical-align: middle;
}

.footer-slide-table-cell {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}

.footer-slide-table .footer-slide-table-cell img {
    margin: 0;
    padding: 0;
}

.footer-arrow {
    color: #0c9050;
    font-size: 80px;
    position: absolute;
    top: 0;
    margin-top: 0;
    z-index: 20000;
    line-height: 62px;
    width: 50px;
    cursor: pointer;
    background: #fff;
    text-align: center;
}

.footer-arrow-right {
    right: 0;
}

.footer-arrow-left {
    left: 0;
}

.post-article {
    padding: 10px 15px 49px;
    border: 1px solid #3cb2c8;
    margin-bottom: 20px;
}

.post-article-link {
    background: linear-gradient(#14a459, #027946);
    background: -moz-linear-gradient(#14a459, #027946);
    background: -o-linear-gradient(#14a459, #027946);
    background: -webkit-linear-gradient(#14a459, #027946);
    border: 1px solid #068349;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px #59bb81;
    color: #fff;
    moz-border-radius: 5px;
    moz-box-shadow: inset 0 0 0 1px #59bb81;
    padding: 6px 35px;
    text-transform: uppercase;
    webkit-border-radius: 5px;
    webkit-box-shadow: inset 0 0 0 1px #59bb81;
    width: auto;
    float: right;
    margin: 2px 0;
    color: #fff!important;
}

.post-article-link:hover {
    background: linear-gradient(#47bead, #0b8074);
    background: -moz-linear-gradient(#47bead, #0b8074);
    background: -o-linear-gradient(#47bead, #0b8074);
    background: -webkit-linear-gradient(#47bead, #0b8074);
    border: 1px solid #178277;
    box-shadow: inset 0 0 0 1px #78cfbb;
    moz-box-shadow: inset 0 0 0 1px #78cfbb;
    webkit-box-shadow: inset 0 0 0 1px #78cfbb;
}

.related-articles {
    padding: 20px 0;
    margin: 40px 0;
    border-top: 1px solid #000;
}

.related-articles ul li a:nth-child(1) {
    color: #1f1f1f;
    font-size: 15px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    display: inline-block;
    font-weight: bold;
}

.related-articles ul li>a:nth-child(1):hover {
    color: #48b8cc;
    text-decoration: underline;
}

.related-articles ul.related-list li {
    padding-bottom: 50px;
}

.related-articles ul li p {
    margin: 0;
}

.related-articles-title {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
    background: #007442;
    padding: 9px 12px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

body .modalb,
body .modal-2 {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999999999;
    -webkit-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

body .modalb.active,
body .modal-2.active {
    display: block;
}

.modal-2 input[type="submit"] {
    display: block;
    float: none;
    margin: 0 auto 10px;
}

.modal-2 .modal-window-body {
    padding: 30px 50px;
}

.modal-2 input[type="text"] {
    width: 100%;
}

.modal-window {
    background-color: #e2f4de;
    width: 100%;
    max-width: 650px;
    position: relative;
    margin: 4% auto;
    border-radius: 7px;
}

.modal-window-close {
    font-size: 24px;
    color: #4dbad0;
    width: 26px;
    height: 26px;
    background: #fff;
    position: absolute;
    top: -26px;
    right: -26px;
    z-index: 99999999999;
    cursor: pointer;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
}

.modal-window-header {
    background: linear-gradient(#5bc2d7, #0999b0);
    background: -moz-linear-gradient(#5bc2d7, #0999b0);
    background: -o-linear-gradient(#5bc2d7, #0999b0);
    background: -webkit-linear-gradient(#5bc2d7, #0999b0);
    padding: 30px 80px;
    text-align: center;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.modalb input[type="text"] {
    border: 1px solid #b9e3c2;
    padding: 6px 12px;
    color: #0d0d0d;
    font-size: 14px;
    font-weight: 300;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.modalb input[type="submit"] {
    width: 180px;
    margin: 0 auto 45px;
    display: block;
}

.modal-window-body-subtext {
    color: #0d0d0d;
    text-align: center;
}

.modalb ::-webkit-input-placeholder {
    color: #0d0d0d;
}

.modalb ::-moz-placeholder {
    color: #0d0d0d;
}


/* Firefox 19+ */

.modalb :-moz-placeholder {
    color: #0d0d0d;
}


/* Firefox 18- */

.modalb :-ms-input-placeholder {
    color: #0d0d0d;
}

.modalb .text-name {
    display: inline-block;
    width: 47%;
    margin-right: 5%;
    vertical-align: top;
}

.modalb .text-phone {
    display: inline-block;
    width: 47%;
    vertical-align: top;
}

.modal-window-body {
    padding: 30px 80px;
}

.modal-window-body-text {
    color: #0d0d0d;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
}

.fffcolor {
    color: #FFF;
    font-size: 15px;
}

.box-5-1 {
    border: none;
    box-shadow: none;
    margin-top: 10px;
    top: 130px;
    z-index: 10;
}

.zagolovok {
    color: #30ADC3;
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center;
}

.drvfegresyvhres {
    height: 57px;
}

.boxtwoo {
    height: 24px;
}

.borg {
    border: #D1FFBE;
}

.boxyyt {
    margin-top: 0;
}

.box-5 {
    margin-top: 30px;
}

.box-5-2 {
    font-size: 20px;
    margin-top: 80px;
    text-align: left;
}

.box-5-3 {
    font-size: 20px;
    text-align: left;
}

.box-5-4 {
    font-size: 20px;
    text-align: left;
}

.box-5-5 {
    font-size: 20px;
    margin-top: 80px;
    text-align: left;
}

.headf {
    color: #409671;
    cursor: default;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.hhh {
    color: #444;
    cursor: default;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.contatex {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 auto;
    padding-bottom: 12px;
    width: 100%;
    color: #007442;
    font-weight: bold;
}

.shield img {
    margin: 10px 10px;
}

.dutovki-p {
    display: block;
    margin: -10px auto -10px auto;
}

.dutovki-p img {
    border: none;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 95%;
}

.menuq ul li {
    padding: 0 0 0;
}

.widget_franshiza {
    background: #e7f9f1;
    border: 1px solid #d1e9de;
    position: relative;
}

.widget_franshiza:before {
    background: url(images/widget-first-top.png) no-repeat;
    content: '';
    display: block;
    height: 40px;
    position: absolute;
    right: 40px;
    top: -40px;
    width: 143px;
}

.widget_franshiza:after {
    background: url(images/widget-first-right.png) no-repeat;
    bottom: 5px;
    content: '';
    display: block;
    height: 100px;
    position: absolute;
    right: -23px;
    width: 23px;
    z-index: -1;
}

.widget_franshiza:nth-child(3):before {
    background: url(images/widget-second-top.png) no-repeat;
    height: 30px;
    left: 5px;
    top: -30px;
    width: 100px;
}

.widget_franshiza:nth-child(3):after {
    background: url(images/widget-second-bottom.png) no-repeat;
    bottom: -45px;
    height: 99px;
    position: absolute;
    right: -10px;
    width: 131px;
    z-index: -1;
}

.widget_franshiza:nth-child(3) {
    margin-bottom: 15px;
}

.widget_franshiza h3 {
    background: linear-gradient(#5bc2d7, #0999b0);
    background: -moz-linear-gradient(#5bc2d7, #0999b0);
    background: -o-linear-gradient(#5bc2d7, #0999b0);
    background: -webkit-linear-gradient(#5bc2d7, #0999b0);
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    moz-border-radius: 8px 8px 0 0;
    padding: 12px 15px;
    text-align: center;
    webkit-border-radius: 8px 8px 0 0;
}

.shortstory-services .shortstory-services-img {
    border: none;
    height: 200px;
    margin-right: 10px;
    width: 526px;
    object-fit: contain;
    object-position: center;
}

.breadcr {
    position: relative;
    z-index: 100;
    margin-bottom: 20px;
}

.shortstory-services h3 a {
    color: #3FB5CA;
    display: block;
    font: 16px Roboto, sans-serif;
    font-weight: 700;
    margin-bottom: -10px;
    margin-top: -10px;
}

.noli {
    margin-top: -20px;
}

shortstory-services img {
    border: none;
}

.phonett {
    clear: both;
    font-size: 16px;
    padding-left: 40px;
}

.fiop {
    color: #007442;
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
}

.rasp {
    margin-bottom: 20px;
}

.shield {
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 90%;
}

.shield:before,
.shield:after {
    clear: both;
    display: table;
}

a.green {
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .08);
    color: #fff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 5px;
    moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .08);
    moz-transition: background-color 0.1s linear;
    o-transition: background-color 0.1s linear;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    transition: background-color 0.1s linear;
    webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .08);
    webkit-transition: background-color 0.1s linear;
    width: 240px;
}

a.green {
    background-color: rgba(43, 153, 91, .89);
    border: 1px solid rgba(33, 126, 74, .93);
}

a.green:hover {
    background-color: rgb(75, 183, 141);
}

a.reddy {
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .08);
    color: #fff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 5px;
    moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .08);
    moz-transition: background-color 0.1s linear;
    o-transition: background-color 0.1s linear;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    transition: background-color 0.1s linear;
    webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .08);
    webkit-transition: background-color 0.1s linear;
    width: 240px;
}

a.reddy {
    background-color: rgba(153, 43, 43, .7);
    border: 1px solid rgba(160, 85, 77, .89);
}

a.reddy:hover {
    background-color: rgba(183, 75, 75, .84);
}

a.yellow {
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .08);
    color: #fff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 5px;
    moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .08);
    moz-transition: background-color 0.1s linear;
    o-transition: background-color 0.1s linear;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    transition: background-color 0.1s linear;
    webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .08);
    webkit-transition: background-color 0.1s linear;
    width: 240px;
}

a.yellow {
    background-color: rgba(85, 107, 47, .89);
    border: 1px solid rgba(128, 128, 0, .93);
}

a.yellow:hover {
    background-color: rgb(107, 142, 35);
}

a.yel {
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .08);
    color: #fff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 5px;
    moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .08);
    moz-transition: background-color 0.1s linear;
    o-transition: background-color 0.1s linear;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    transition: background-color 0.1s linear;
    webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .08);
    webkit-transition: background-color 0.1s linear;
    width: 240px;
}

a.yel {
    background-color: rgba(76, 143, 204, 1);
    border: 1px solid rgb(56, 130, 199);
}

a.yel:hover {
    background-color: rgba(96, 155, 210, 1);
}

a.yelow {
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .08);
    color: #fff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 5px;
    moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .08);
    moz-transition: background-color 0.1s linear;
    o-transition: background-color 0.1s linear;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    transition: background-color 0.1s linear;
    webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .08);
    webkit-transition: background-color 0.1s linear;
    width: 240px;
}

a.yelow {
    background-color: rgba(76, 143, 204, 1);
    border: 1px solid rgb(56, 130, 199);
}

a.yelow:hover {
    background-color: rgba(96, 155, 210, 1);
}

a.blue {
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .08);
    color: #fff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 5px;
    moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .08);
    moz-transition: background-color 0.1s linear;
    o-transition: background-color 0.1s linear;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    transition: background-color 0.1s linear;
    webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .08);
    webkit-transition: background-color 0.1s linear;
    width: 240px;
}

a.blue {
    background-color: rgba(48, 172, 194, .93);
    border: 1px solid rgba(75, 161, 199, .81);
}

a.blue:hover {
    background-color: rgba(48, 172, 194, .81);
}

.features-table {
    background: #fafafa;
    background-image: -moz-linear-gradient(top, #fff, #eaeaea, #fff);
    background-image: -webkit-gradient(linear, center bottom, center top, from(#fff), color-stop(.5, #eaeaea), to(#fff));
    border: 0;
    border-collapse: separate;
    border-color: rgba(31, 162, 214, .2);
    border-spacing: 0;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .2);
    color: #2a2a2a;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 15px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .2);
    width: 100%;
}

a.dark-green {
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .08);
    color: #fff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 5px;
    moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .08);
    moz-transition: background-color 0.1s linear;
    o-transition: background-color 0.1s linear;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    transition: background-color 0.1s linear;
    webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .08);
    webkit-transition: background-color 0.1s linear;
    width: 240px;
    background-color: rgba(0, 116, 66, .89);
    border: 1px solid rgba(33, 126, 74, .93);
}

a.dark-green:hover {
    background-color: rgb(43, 153, 91);
}

.features-table td {
    border-bottom: 1px solid #cdcdcd;
    box-shadow: 0 1px 0 white;
    display: table-cell;
    height: 50px;
    moz-box-shadow: 0 1px 0 white;
    padding: 0 12px;
    text-align: center;
    vertical-align: middle;
    webkit-box-shadow: 0 1px 0 white;
}

.features-table span {
    font-weight: 700;
}

.features-table tbody td {
    text-align: center;
}

.features-table td.grey {
    background: rgba(144, 144, 144, .15);
}

.features-table td.green {
    background: #e7f3d4;
    background: rgba(184, 243, 85, .3);
}

.features-table td.blue {
    background: #e7f9f1;
}

.features-table td:nowrap {
    white-space: nowrap;
}

.features-table thead td {
    border-top: 1px solid #eaeaea;
    font-size: 110%;
    font-weight: 700;
    moz-border-radius-topleft: 5px;
    moz-border-radius-topright: 5px;
}

.features-table tfoot td {
    border-bottom: 1px solid #dadada;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 110%;
    font-weight: 400;
    moz-border-radius-bottomleft: 5px;
    moz-border-radius-bottomright: 5px;
}

.price-table-wrap {
    overflow: auto;
}

.price-table-new {
    width: 100%;
    background: #F9F9F9;
    border-spacing: 0;
    border-collapse: separate;
    margin: 25px 0 15px;
    font-family: 'opensans';
    min-width: 800px;
}

.price-table-new thead {
    background: #E8F9F1;
}

.price-table-new thead td {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

.price-table-new thead td:first-of-type {
    border-top-left-radius: 8px;
}

.price-table-new thead td:last-of-type {
    border-top-right-radius: 8px;
}

.price-table-new td {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 13px 0;
    text-align: center;
}

.price-table-new td:first-of-type {
    border-left: 1px solid #CCCCCC;
    font-family: 'opensans-semibold';
    padding-left: 24px;
    text-align: left;
}

.price-table-new tbody tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 8px;
}

.price-table-new tbody tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 8px;
}

#gallery_table {
    height: 105px;
    margin: 0 auto;
    outline: 0 solid black;
    width: 710px;
}

#gallery_table td {
    padding-left: 40px;
    text-align: left;
}

.slidone {
    margin-left: -80px;
    margin-top: 90px;
}

.slidto {
    margin-left: 0;
    margin-top: 80px;
}

.slidtri {
    margin-left: -80px;
    margin-top: 70px;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    height: auto;
    max-width: 100%;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

html {
    background: url(images/background-bottom.jpg) center bottom no-repeat;
    background-color: #fff;
    background-size: 100% auto;
}

body {
    background-color: transparent;
    background-size: 100% auto;
}

h1.title {
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 0;
    z-index: 100;
    font-family: oswald;
    line-height: 40px;
    margin-bottom: 30px;
}

h2 {
    font-size: 26px;
    margin: 15px 0 15px 0;
    padding: 0;
    z-index: 100;
}

h2.title {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    z-index: 100;
}

h3 {
    font-size: 16px;
    margin: 5px 0 0;
    padding-top: 0;
    z-index: 100;
}

.hhtitle {
    color: #007442;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
    z-index: 100;
}

.alignleft {
    float: left;
    margin: 10px 25px 10px 0;
}

.alignright {
    float: right;
    margin: 10px 0 10px 25px;
}

.aligncenter {
    display: block;
    margin: 10px auto;
}

#masthead {
    padding: 15px 0 0 0;
    position: relative;
}

#masthead .container {
    background: url(images/man.png) no-repeat;
    background-position: 30% bottom;
}

.logo img {
    margin-bottom: 15px;
    margin-top: 13px;
}

#masthead .phone_alloka {
    position: relative;
    padding-left: 34px;
	display: inline-block;
}

#masthead .phone_alloka:before {
    position: absolute;
    content: '';
    left: 0;
    background-image: url(/images/icons/phone2.png);
    top: calc(50% - 11px);
    width: 22px;
    height: 22px;
}

.header-email {
    color: #333333;
    font-size: 16px;
    font-family: opensans-semibold;
}

.phone .inner {
    margin-bottom: 25px;
}

.phone .vk-link {
    margin-bottom: 10px;
}

.phone .vk-link a,
.linkyt {
    margin-bottom: 7px;
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    font-family: opensans-bold;
}

.phone .vk-link span {
    color: #4C75A3;
}

.linkyt span {
    color: #C30000;
}

#masthead address {
    margin: 0px;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    font-family: 'opensans';
}

#masthead address>div {
    position: relative;
    padding-left: 25px;
}

#masthead address div.addr {
    margin-bottom: 13px;
}

#masthead address .addr:before,
#masthead address .schedule:before {
    position: absolute;
    content: '';
    background-image: url(/images/icons/addr.png);
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
}

#masthead address .schedule:before {
    background-image: url(/images/icons/schedule.png);
    width: 16px;
    height: 16px;
}

.leaves-top {
    background: url(images/leaves-top.png) no-repeat;
    height: 64px;
    left: 50%!important;
    margin-left: -242px;
    position: absolute!important;
    top: 0!important;
    width: 484px;
    z-index: -1;
}

.leaves-bottom {
    background: url(images/leaves-bottom.png) no-repeat;
    bottom: 0!important;
    height: 81px;
    left: 50%!important;
    margin-left: -93px;
    position: absolute!important;
    top: auto!important;
    width: 187px;
}


/*teach*/

.post.notitlepost h1.title {
    display: none;
}

.banner-teach {
    display: flex;
    width: 100%;
    border-radius: 19px;
    background: #005933;
}

.banner-teach .left-block {
    width: 50%;
    padding: 55px 30px 35px 30px;
    display: flex;
    flex-direction: column;
    color: white;
}

.banner-teach .left-block a {
    margin-top: auto;
    margin-left: auto;
    text-transform: uppercase;
    font-family: opensans-semibold;
    padding: 8px 23px;
    color: white;
    text-decoration: none;
    background: #3fb2c6;
    box-shadow: inset 0 0 0 1px #48a4c7;
    border-radius: 5px;
}

.banner-teach .left-block div {
    font-family: opensans;
    font-size: 18px;
}

.banner-teach .left-block h3 {
    font-family: oswald;
    font-size: 38px;
    color: white;
}

.banner-teach .right-block {
    width: 50%;
}

.banner-teach .right-block img {
    width: 100%;
}

.banner-teach.subpage-banner .right-block img {
    height: 100%;
}

.banner-teach.subpage-banner .left-block {
    padding: 20px 30px 17px 30px;
}

.banner-teach.subpage-banner h3 {
    font-size: 25px;
}

.banner-teach.subpage-banner .left-block div {
    font-size: 15px;
}

.zagl-text {
    margin-top: 75px;
    margin-bottom: 50px;
    text-align: center;
    font-family: oswald-heavy;
    font-size: 26px;
    color: #007442;
}

.know-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.know-item {
    width: 47%;
    display: flex;
    margin-bottom: 30px;
}

.know-item .item-text {
    margin: auto 0;
    font-family: opensans-bold;
    color: #007442;
}

.know-item:nth-child(odd) {
    margin-right: 30px;
}

.know-item:before {
    content: none !important;
}

.know-item .item-img {
    min-width: 68px;
    margin-right: 10px;
}

.know-item .item-img img {
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-button-prev.swiper-button-white {
    background-image: url("images/left.png") !important;
    left: -27px;
}

.swiper-button-next.swiper-button-white {
    background-image: url("images/right.png") !important;
    right: -27px;
}

.swiper-button-next,
.swiper-button-prev {
    background-size: 16px 26px !important;
    top: 19% !important;
    height: 155px !important;
    background-color: rgba(255, 255, 255, 0.3);
}

.gallery-top .swiper-slide {
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-thumbs .swiper-slide {
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-thumbs {
    height: 100px;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 180px;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery {
    display: flex;
    flex-direction: row-reverse;
}

.white-box-gal {
    width: 50%;
    margin-right: 10px;
    margin-top: auto;
}

.gallery .gal {
    width: 49%;
    position: relative;
}

.slider-teach {
    position: relative;
}

.slider-teach .gal-descr {
    background: #005933;
    /* position: absolute;
    width: 120%;
    right: -218px; */
    color: white;
    padding: 20px 90px;
    font-size: 20px;
    font-family: opensans-semibold;
    /* top: 35px */
}

.teach-notice {
    display: flex;
    padding: 25px 40px;
    background: #e2f4de;
    margin: 60px 0;
}

.teach-notice .notice-image {
    width: 20%;
    margin-right: 25px;
}

.teach-notice .notice-text {
    font-size: 18px;
    color: #005933;
    font-family: opensans;
}

.form-bonus {
    background: url("images/formimg.png");
    padding-top: 175px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.block-text-form {
    background: #005933;
    color: white;
    position: relative;
    padding: 15px 30px 15px 50px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.block-text-form .form-zagl {
    font-size: 36px;
    font-family: oswald-heavy;
    text-shadow: #005933 3px 3px 0, #005933 -3px -3px 0, #005933 -3px 3px 0, #005933 3px -3px 0;
    position: absolute;
    top: -35px;
}

.block-text-form .podzagl {
    font-size: 28px;
    font-family: oswald-heavy;
    margin-bottom: 10px;
}

.block-text-form .form-block .left-text {
    font-family: opensans;
    font-size: 18px;
    width: 30%;
}

.block-text-form .form-block .right-form {
    width: 70%;
}

.block-text-form .form-block {
    display: flex;
}

.block-text-form .form-block .mail-bonus {
    display: flex;
}

.block-text-form .form-block .mail-bonus span {
    width: 32%;
    margin-right: 10px;
}

.block-text-form .form-block .mail-bonus span input {
    width: 100%;
    margin-bottom: 0;
    color: black;
    font-family: opensans-semibold;
}

.block-text-form .form-block .mail-bonus .bonus-send {
    width: 32%;
    background: #3fb2c6;
    box-shadow: inset 0 0 0 1px #48a4c7;
    font-family: opensans-semibold;
}

.block-text-form .form-block .mail-bonus .ajax-loader {
    display: none;
}

.course-plus {
    display: flex;
    flex-wrap: wrap;
}

.course-item {
    width: 23%;
    margin: auto;
    display: flex;
    flex-direction: column;
    color: black;
}

.course-item .course-img {
    margin: 0 auto 30px auto;
    height: 85px;
}

.course-item .course-img img {
    height: 100%;
}

.course-item .course-text {
    text-align: center;
    font-size: 18px;
    font-family: opensans;
}

.tarif {
    display: flex;
    flex-wrap: wrap;
    color: black;
    flex-direction: row;
    align-items: baseline;
}

.tarif.active {
    align-items: baseline;
}

.tarif .tarif-item {
    width: 30%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 11px -5px rgba(0, 89, 51, 0.5), -1px 2px 11px -5px rgba(0, 89, 51, 0.5);
    -moz-box-shadow: 1px 1px 11px -5px rgba(0, 89, 51, 0.5), -1px 2px 11px -5px rgba(0, 89, 51, 0.5);
    box-shadow: 1px 1px 11px -5px rgba(0, 89, 51, 0.5), -1px 2px 11px -5px rgba(0, 89, 51, 0.5);
}

.tarif .tarif-head {
    padding: 30px 20px;
    background: url("images/big-bug.png") no-repeat 100%;
    background-position: top;
    display: flex;
    flex-direction: column;
}

.tarif .tarif-name {
    font-family: oswald-medium;
    font-size: 32px;
    margin: 15px auto;
    text-align: center;
    width: 100%;
}

.tarif .tarif-description {
    font-family: opensans;
    font-size: 14px;
    text-align: center;
}

.tarif .tarif-price {
    font-family: oswald-medium;
    font-size: 42px;
    padding: 15px 0;
    text-align: center;
    color: white;
    background: #005933;
}

.tarif .tarif-price span {
    font-size: 24px;
}

.tarif .tarif-rassrochka {
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: opensans;
    font-size: 18px;
    background: #e2f4de;
    color: #005933;
}

.tarif .tarif-advant {
    padding: 20px 20px 20px 38px;
    font-size: 14px;
    font-family: opensans;
}

.tarif .tarif-advant.wout-rassr {
    margin-top: 46px !important;
}

.tarif .tariff-all {
    margin-left: auto;
    font-size: 16px;
    font-family: opensans-semibold;
    color: #b2b2b2;
    text-transform: uppercase;
    margin-right: 20px;
    cursor: pointer;
}

.tarif .tarif-advant-hidden {
    display: none;
    padding: 0 20px 20px 38px;
    font-size: 14px;
    font-family: opensans;
}

.tarif .tariff-all a,
.tarif .tariff-all a:hover {
    color: #b2b2b2;
}

.tarif .take-course {
    border: none;
    text-transform: uppercase;
    font-family: opensans-semibold;
    padding: 8px 45px;
    color: white;
    text-decoration: none;
    background: #3fb2c6;
    box-shadow: inset 0 0 0 1px #48a4c7;
    border-radius: 5px;
    margin: 40px auto 30px auto;
}

.geography {
    display: flex;
}

.profile-map {
    width: 25%;
    margin: auto auto auto 0;
}

.profile-map .profile-item {
    display: none;
}

.profile-map .profile-item .first-block {
    display: flex;
    flex-direction: column;
    padding: 15px;
    -webkit-box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.5), -1px 2px 7px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 7px -5px rgba(0, 00, 0, 0.5), -1px 2px 7px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.5), -1px 2px 7px -5px rgba(0, 0, 0, 0.5);
}

.profile-map .profile-pic {
    margin: 20px auto;
    height: 67px;
}

.profile-map .profile-pic img {
    height: 100%;
    border-radius: 35px;
}

.profile-map .profile-name {
    margin: 5px 0;
    font-family: opensans-bold;
    font-size: 18px;
}

.profile-map .profile-course {
    margin: 10px 0;
    font-family: opensans;
    font-size: 16px;
}

.profile-map .profile-course span {
    font-family: opensans-semibold;
}

.profile-map .profile-mesg {
    font-family: opensans;
    font-size: 14px;
    margin-bottom: 20px;
}

.profile-map .profile-name,
.profile-map .profile-course,
.profile-map .profile-mesg {
    text-align: center;
}

.map {
    width: 73%;
}

.map .map-block .st0 {
    fill: #aaf2ef;
}

.map .map-block .st2 {
    fill: #005933;
}

#layer2,
#layer3,
#layer2_1_ {
    cursor: pointer;
}

.faq .faq-item {
    margin-left: 90px;
    margin-bottom: 48px;
}

.faq .f-question {
    padding: 7px 0 7px 40px;
    background: #3fb2c6;
    color: white;
    font-size: 20px;
    position: relative;
    cursor: pointer;
    font-family: opensans-bold;
}

.faq .fq-answer {
    display: none;
    margin-top: 30px;
    margin-left: 5px;
    padding: 25px 120px 25px 35px;
    background: #e2f4de;
    font-size: 18px;
    font-family: opensans;
    position: relative;
}

.faq .f-question::before {
    cursor: pointer;
    content: '';
    background: url("images/question-mark.png") 100% no-repeat;
    background-color: #3fb2c6;
    position: absolute;
    width: 80px;
    height: 80px;
    background-position: center;
    left: -70px;
    top: -20px;
    border-radius: 40px;
}

.faq .fq-answer::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 15px solid #e2f4de;
    position: absolute;
    top: -15px;
}

.callback-form {
    display: flex;
}

.callback-form .homecallback {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.modal-sm {
    width: 425px;
}

.course-form-modal {
    padding: 30px;
}

.ytLoader {
    height: 316px;
    padding: 0 20px;
    position: relative;
}

.ytLoader .cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.ytLoader .playBtn {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.grecaptcha-badge {
    display: none;
}

.wpmenucart-icon-shopping-cart-0:after {
    content: 'Корзина';
    font-size: 12pt;
    font-style: normal;
    color: #000;
}

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

.mini-menu {
    display: inline-block;
    margin-bottom: 2px;
    padding: 0;
}

.mini-menu li {
    display: inline-block;
    list-style-type: none;
    margin-left: 6px;
    vertical-align: top;
}

.mini-menu a {
    background-image: url(images/icons/icons-default.png);
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 0);
    display: block;
    font-size: 0;
    height: 15px;
    width: 17px;
}

.mini-menu a:hover {
    background-image: url(images/icons/icons-hover.png);
}

.mini-menu .home a {
    background-position: 0 -30px;
}

.mini-menu .contact a {
    background-position: -30px -30px;
}

.mini-menu .site-map a {
    background-position: -60px -30px;
}

.social-network {
    display: block;
    padding: 0;
}

.social-network:before {
    background-image: url(images/icons/icons-hover.png);
    content: '';
    display: none;
}

.social-network li {
    display: inline-block;
    list-style-type: none;
    margin-left: 3px;
}

.social-network i {
    background-image: url(images/icons/icons-default.png);
    background-repeat: no-repeat;
    display: block;
    height: 25px;
    width: 25px;
}

.social-network i:hover {
    background-image: url(images/icons/icons-hover.png);
}

i.vkontakte {
    background-position: 0 0;
}

i.odnoklassniki {
    background-position: -30px 0;
}

i.facebook {
    background-position: -60px 0;
}

i.plus {
    background-position: -90px 0;
}

.navbar-garantmed {
    background: linear-gradient(#5bc2d7, #0999b0);
    background: -moz-linear-gradient(#5bc2d7, #0999b0);
    background: -o-linear-gradient(#5bc2d7, #0999b0);
    background: -webkit-linear-gradient(#5bc2d7, #0999b0);
    border: 0;
    border-radius: 8px;
    moz-border-radius: 8px;
    webkit-border-radius: 8px;
}

.navbar-header {
    background: linear-gradient(#3cb3a2, #0c7e74);
    background: -moz-linear-gradient(#3cb3a2, #0c7e74);
    background: -o-linear-gradient(#3cb3a2, #0c7e74);
    background: -webkit-linear-gradient(#3cb3a2, #0c7e74);
    border-radius: 8px 0 0 8px;
    moz-border-radius: 8px 0 0 8px;
    webkit-border-radius: 8px 0 0 8px;
}

.navbar-brand {
    background: linear-gradient(#5bc2d7, #0999b0);
    background: -moz-linear-gradient(#5bc2d7, #0999b0);
    background: -o-linear-gradient(#5bc2d7, #0999b0);
    background: -webkit-linear-gradient(#5bc2d7, #0999b0);
    border-radius: 8px 0 0 8px;
    display: block;
    height: 50px;
    moz-border-radius: 8px 0 0 8px;
    padding: 11px 0 0 0;
    position: relative;
    webkit-border-radius: 8px 0 0 8px;
    width: 50px;
}

.navbar-brand:hover,
.navbar-brand.active {
    background: linear-gradient(rgba(22, 172, 92, 0), rgba(0, 117, 67, 0));
    background: -moz-linear-gradient(rgba(22, 172, 92, 0), rgba(0, 117, 67, 0));
    background: -o-linear-gradient(rgba(22, 172, 92, 0), rgba(0, 117, 67, 0));
    background: -webkit-linear-gradient(rgba(22, 172, 92, 0), rgba(0, 117, 67, 0));
}

.navbar-brand>img {
    margin: 0 auto;
}

.navbar-nav {
    background: linear-gradient(#3cb3a2, #0c7e74);
    background: -moz-linear-gradient(#3cb3a2, #0c7e74);
    background: -o-linear-gradient(#3cb3a2, #0c7e74);
    background: -webkit-linear-gradient(#3cb3a2, #0c7e74);
}

.navbar-nav>li>a,
.navbar-nav>li>span {
    background: linear-gradient(#5bc2d7, #0999b0);
    background: -moz-linear-gradient(#5bc2d7, #0999b0);
    background: -o-linear-gradient(#5bc2d7, #0999b0);
    background: -webkit-linear-gradient(#5bc2d7, #0999b0);
    color: #fff;
    font-weight: 300;
    position: relative;
    text-transform: uppercase;
}


/*.navbar-nav>li:nth-child(9)>a, .navbar-nav>li:nth-child(9)>span {
	color: red;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
} */

.navbar-nav>li:nth-child(9)>a {
    background: #07864c;
}

.navbar-nav>li>a:before,
.navbar-nav>li>a:after,
.navbar-brand:before,
.navbar-brand:after,
.navbar-nav>li>span:before,
.navbar-nav>li>span:after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
}

.navbar-nav>li>a:before,
.navbar-brand:before,
.navbar-nav>li>span:before {
    background: #0a7d90;
    right: 0;
}

.navbar-nav>li>a:after,
.navbar-brand:after,
.navbar-nav>li>span:after {
    background: #0cacc6;
    right: -1px;
}

.navbar-nav>li:last-child>a:before,
.navbar-nav>li:last-child>a:after {
    display: none;
}

.navbar-nav>li>a:hover,
.navbar-nav>li.current-menu-item>a,
.navbar-nav>li.active>a,
.navbar-nav>li>span {
    background: linear-gradient(rgba(22, 172, 92, 0), rgba(0, 117, 67, 0));
    background: -moz-linear-gradient(rgba(22, 172, 92, 0), rgba(0, 117, 67, 0));
    background: -o-linear-gradient(rgba(22, 172, 92, 0), rgba(0, 117, 67, 0));
    background: -webkit-linear-gradient(rgba(22, 172, 92, 0), rgba(0, 117, 67, 0));
    color: #fff;
}

.navbar-toggle {
    background: linear-gradient(rgba(22, 172, 92, 1), rgba(0, 117, 67, 1));
    background: -moz-linear-gradient(rgba(22, 172, 92, 1), rgba(0, 117, 67, 1));
    background: -o-linear-gradient(rgba(22, 172, 92, 1), rgba(0, 117, 67, 1));
    background: -webkit-linear-gradient(rgba(22, 172, 92, 1), rgba(0, 117, 67, 1));
    border: 1px solid #fff;
}

.navbar-toggle:hover {
    background: linear-gradient(rgba(22, 172, 92, 0), rgba(0, 117, 67, 0));
    background: -moz-linear-gradient(rgba(22, 172, 92, 0), rgba(0, 117, 67, 0));
    background: -o-linear-gradient(rgba(22, 172, 92, 0), rgba(0, 117, 67, 0));
    background: -webkit-linear-gradient(rgba(22, 172, 92, 0), rgba(0, 117, 67, 0));
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-collapse {
    border-top: 0;
    padding: 0;
}

.nav>li>a,
.nav>li>span {
    padding: 14px 2px;
}

.nav>li>span {
    display: block;
}

#home-cat .item {
    height: 198px;
    margin: 10px auto;
    position: relative;
    width: 274px;
}

#home-cat .item:hover img {
    moz-transform: translateY(-10px);
    ms-transform: translateY(-10px);
    o-transform: translateY(-10px);
    transform: translateY(-10px);
    webkit-transform: translateY(-10px);
}

#home-cat .item-title {
    bottom: 30px;
    color: #fff;
    display: table;
    height: 35px;
    left: -10px;
    position: absolute;
    text-align: center;
    width: 294px;
}

#home-cat .item-title:before,
#home-cat .item-title:after {
    border-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    top: -10px;
    width: 0;
}

#home-cat .item-title:before {
    border-width: 0 0 10px 13px;
    left: 0;
}

#home-cat .item-title:after {
    border-width: 10px 0 0 13px;
    right: 0;
}

#home-cat .item-title.color1 {
    background: linear-gradient(#3cb3a2, #0c7e74);
    background: -moz-linear-gradient(#3cb3a2, #0c7e74);
    background: -o-linear-gradient(#3cb3a2, #0c7e74);
    background: -webkit-linear-gradient(#3cb3a2, #0c7e74);
}

#home-cat .item-title.color1:before {
    border-color: transparent transparent #04663c transparent;
}

#home-cat .item-title.color1:after {
    border-color: transparent transparent transparent #04663c;
}

#home-cat .item-title.color2 {
    background: linear-gradient(#4fc7b5, #0a7d73);
    background: -moz-linear-gradient(#4fc7b5, #0a7d73);
    background: -o-linear-gradient(#4fc7b5, #0a7d73);
    background: -webkit-linear-gradient(#4fc7b5, #0a7d73);
}

#home-cat .item-title.color2:before {
    border-color: transparent transparent #04663c transparent;
}

#home-cat .item-title.color2:after {
    border-color: transparent transparent transparent #04663c;
}

#home-cat .item-title.color3 {
    background: linear-gradient(#8fc44a, #637d09);
    background: -moz-linear-gradient(#8fc44a, #637d09);
    background: -o-linear-gradient(#8fc44a, #637d09);
    background: -webkit-linear-gradient(#8fc44a, #637d09);
}

#home-cat .item-title.color3:before {
    border-color: transparent transparent #506604 transparent;
}

#home-cat .item-title.color3:after {
    border-color: transparent transparent transparent #506604;
}

#home-cat .item-title.color4 {
    background: linear-gradient(#8fc44a, #637d09);
    background: -moz-linear-gradient(#8fc44a, #637d09);
    background: -o-linear-gradient(#8fc44a, #637d09);
    background: -webkit-linear-gradient(#8fc44a, #637d09);
}

#home-cat .item-title.color4:before {
    border-color: transparent transparent #044966 transparent;
}

#home-cat .item-title.color4:after {
    border-color: transparent transparent transparent #044966;
}

#home-cat .item-title.color5 {
    background: linear-gradient(#5bc2d7, #0999b0);
    background: -moz-linear-gradient(#5bc2d7, #0999b0);
    background: -o-linear-gradient(#5bc2d7, #0999b0);
    background: -webkit-linear-gradient(#5bc2d7, #0999b0);
}

#home-cat .item-title.color5:before {
    border-color: transparent transparent #042766 transparent;
}

#home-cat .item-title.color5:after {
    border-color: transparent transparent transparent #042766;
}

#home-cat .item-title.color6 {
    background: linear-gradient(#48c148, #097c09);
    background: -moz-linear-gradient(#48c148, #097c09);
    background: -o-linear-gradient(#48c148, #097c09);
    background: -webkit-linear-gradient(#48c148, #097c09);
}

#home-cat .item-title.color6:before {
    border-color: transparent transparent #04663c transparent;
}

#home-cat .item-title.color6:after {
    border-color: transparent transparent transparent #04663c;
}

#home-cat .item-title h3 {
    color: #fff;
    display: table-cell;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    vertical-align: middle;
}

.cat-border {
    height: 198px;
    width: 274px;
}

.cat-border {
    background: url(images/cat-border.png) no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.widget {
    border-radius: 8px;
    margin-bottom: 10px;
    moz-border-radius: 8px;
    position: relative;
    webkit-border-radius: 8px;
}

.widget_nav_menu {
    background: #e7f9f1;
    border: 1px solid #d1e9de;
    position: relative;
}

.widget_nav_menu:before {
    background: url(images/widget-first-top.png) no-repeat;
    content: '';
    display: block;
    height: 40px;
    position: absolute;
    right: 40px;
    top: -40px;
    width: 143px;
}

.widget_nav_menu:after {
    background: url(images/widget-first-right.png) no-repeat;
    bottom: 5px;
    content: '';
    display: block;
    height: 100px;
    position: absolute;
    right: -23px;
    width: 23px;
    z-index: -1;
}

.widget_nav_menu:nth-child(3):before {
    background: url(images/widget-second-top.png) no-repeat;
    height: 30px;
    left: 5px;
    top: -30px;
    width: 100px;
}

.widget_nav_menu:nth-child(3):after {
    background: url(images/widget-second-bottom.png) no-repeat;
    bottom: -45px;
    height: 99px;
    position: absolute;
    right: -10px;
    width: 131px;
    z-index: -1;
}

.widget_nav_menu:nth-child(3) {
    margin-bottom: 15px;
}

.widget_nav_menu h3 {
    background: linear-gradient(#5bc2d7, #0999b0);
    background: -moz-linear-gradient(#5bc2d7, #0999b0);
    background: -o-linear-gradient(#5bc2d7, #0999b0);
    background: -webkit-linear-gradient(#5bc2d7, #0999b0);
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    moz-border-radius: 8px 8px 0 0;
    padding: 12px 15px;
    text-align: center;
    webkit-border-radius: 8px 8px 0 0;
}

.widget ul {
    margin: 0;
    padding: 10px 30px 10px 45px;
}

.widget ul li {
    border-bottom: 1px solid #cfe2d1;
    list-style: none;
    padding: 5px 0;
    position: relative;
}

.widget ul li span {
    color: #48b8cc;
}

.widget ul li:last-child {
    border-bottom: none;
}

.widget ul li:before {
    background: url(images/icons/list-style.png) center center no-repeat;
    content: '';
    display: block;
    height: 20px;
    left: -26px;
    position: absolute;
    width: 13px;
}

.widget ul#menu-dezinsekciya li:nth-child(1):before {
    background: url(images/clop.png) center center no-repeat;
}

.widget ul#menu-dezinsekciya li:nth-child(2):before {
    background: url(images/mite.png) center center no-repeat;
}

.widget ul#menu-dezinsekciya li:nth-child(3):before {
    background: url(images/roach.png) center center no-repeat;
}

.widget ul#menu-dezinsekciya li:nth-child(4):before {
    background: url(images/fly.png) center center no-repeat;
}

.widget ul#menu-dezinsekciya li:nth-child(5):before {
    background: url(images/mosquito.png) center center no-repeat;
}

.widget ul#menu-dezinsekciya li:nth-child(6):before {
    background: url(images/bloch.png) center center no-repeat;
}

.widget ul#menu-dezinsekciya li:nth-child(7):before {
    background: url(images/ant.png) center center no-repeat;
}

.widget ul#menu-dezinsekciya li:nth-child(8):before {
    background: url(images/bee.png) center center no-repeat;
}

.widget ul#menu-dezinsekciya li:nth-child(9):before {
    background: url(images/osa.png) center center no-repeat;
}

.widget ul#menu-dezinsekciya li:nth-child(10):before {
    background: url(images/mol.png) center center no-repeat;
}

.widget ul#menu-dezinsekciya li:nth-child(11):before {
    background: url(images/bark-beetle.png) center center no-repeat;
}

.widget ul#menu-dezinsekciya li:nth-child(12):before {
    background: url(/wp-content/uploads/2018/08/zhuk.png) center center no-repeat;
}

.widget ul#menu-dezinsekciya li:nth-child(13):before {
    background: url(/wp-content/uploads/2018/08/moshka.png) center center no-repeat;
}

.widget ul#menu-deratizaciya li:nth-child(1):before {
    background: url(images/mouse.png) center center no-repeat;
}

.widget ul#menu-deratizaciya li:nth-child(2):before {
    background: url(images/rat.png) center center no-repeat;
}

.widget ul#menu-deratizaciya li:nth-child(3):before {
    background: url(images/krot.png) center center no-repeat;
}

.widget ul#menu-deratizaciya li:nth-child(4):before {
    background: url(images/rodent.png) center center no-repeat;
}

.widget ul#menu-dezinfekciya li:nth-child(1):before {
    background: url(images/herb.png) center center no-repeat;
}

.widget ul#menu-dezinfekciya li:nth-child(2):before {
    background: url(images/borzhevik.png) center center no-repeat;
}

.widget ul#menu-dezinfekciya li:nth-child(3):before {
    background: url(images/mildew.png) center center no-repeat;
}

.widget ul#menu-dezinfekciya li:nth-child(4):before {
    background: url(images/microorganisms.png) center center no-repeat;
}

.widget ul#menu-dezinfekciya li:nth-child(5):before {
    background: url(images/transport.png) center center no-repeat;
}

.widget ul#menu-dezinfekciya li:nth-child(6):before {
    background: url(images/rural-house.png) center center no-repeat;
}


/*.widget ul li:hover:before
{
	ms-transform: rotate(180deg);
	transform: rotate(180deg);
	webkit-transform: rotate(180deg);
}*/

.widget ul li a {
    display: block;
}

.widget ul li a:hover {
    text-decoration: none;
}

.widget.promo {
    text-align: center;
}

.widget.promo h3 {
    background: linear-gradient(#15a75a, #027845, #15a75a);
    background: -moz-linear-gradient(#15a75a, #027845, #15a75a);
    background: -o-linear-gradient(#15a75a, #027845, #15a75a);
    background: -webkit-linear-gradient(#15a75a, #027845, #15a75a);
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    margin: 0;
    padding: 12px 15px;
    text-align: center;
}

.widget.news {
    font-size: 12px;
}

.widget.news .item {
    border-bottom: 1px dashed #444;
    margin-bottom: 15px;
}

.widget.news h3 {
    font-size: 16px;
    padding-bottom: 0;
    text-transform: uppercase;
}

.widget.news time {
    color: #8dab83;
    display: block;
}

.widget.news a {
    display: block;
    padding: 1px 0 3px;
    text-decoration: underline;
}

.widget.news p {
    margin-bottom: 7px;
}

#content {
    margin-top: 15px;
}

.post {
    clear: both;
    padding-bottom: 50px;
}

.post img {
    max-width: 100%;
}

.post p {
    margin: 0 0 5px;
    padding: 5px 0;
    text-align: justify;
}

.post ul {
    margin: 0;
    padding: 0 0 0 25px;
}

.post ul li {
    list-style: none;
    padding: 0 0 10px;
    position: relative;
}

body .metaslider .flexslider .flex-direction-nav li {
    position: unset;
}

.post ul li:before {
    background: url(images/icons/post-list-style.png) no-repeat;
    content: '';
    display: block;
    height: 8px;
    left: -16px;
    position: absolute;
    top: 7px;
    width: 8px;
}

ul.uldez li:before {
    background: url(images/icons/ligalka.png) no-repeat;
    content: '';
    display: block;
    height: 16px;
    left: -21px;
    position: absolute;
    top: 4px;
    width: 16px;
}

.post.archive h1.title {
    margin-bottom: 0;
}

.post time {
    color: #8dab83;
    display: block;
}

.archive-header {
    min-height: 45px;
    padding-bottom: 5px;
}

.table {
    color: #696969;
    width: 100%;
}

.table td {
    border: 1px solid #037c46;
    padding: 10px 15px!important;
}

.table thead {
    background: #037c46;
    color: #fff;
}

.table thead td {
    border-right: 1px solid #b5d8c9;
}

.table thead td:last-child {
    border-right: 1px solid #037c46;
}

.table tbody td {
    vertical-align: middle!important;
}

.price-table tr td:first-child,
.price-table tr td:last-child {
    text-align: center;
}

.price-table tr td:last-child {
    font-weight: 700;
}

.contacts {
    margin-bottom: 5px;
}

.contact-name {
    color: #037c46;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 15px;
	margin-top:30px;
}

.contact-address,
.contact-email,
.contact-grafic {
    max-width: 580px;
    padding-bottom: 15px;
    padding-left: 35px;
    margin-top: 30px;
    text-align: left;
    width: 100%;
}

.contact-address {
    background: url(images/icons/point.png) 0 1px no-repeat;
}

.contact-phone {
    background: url(images/icons/phone.png) 0 1px no-repeat;
    max-width: 580px;
    padding-bottom: 15px;
    padding-left: 35px;
    text-align: left;
    width: 100%;
}

.contact-email {
    background: url(images/icons/email.png) 0 1px no-repeat;
}

.contact-grafic {
    background: url(images/icons/grafic.png) 3px 0 no-repeat;
}

.contact-form h2 {
    clear: both;
    font-size: 22px;
    margin-bottom: 30px;
    z-index: 100;
}

.conttext {
    color: #22A5BC;
    font-size: 16px;
    padding-bottom: 13px;
    padding-left: 10px;
}

.contact-form {
    background: #f7fefb;
    border: 3px solid #62c196;
    border-radius: 8px;
    box-sizing: border-box;
    margin: 10px auto;
    moz-border-radius: 8px;
    moz-box-sizing: border-box;
    padding: 0 45px 20px;
    position: relative;
    text-align: center;
    webkit-border-radius: 8px;
    webkit-box-sizing: border-box;
    width: 100%;
}

.contact-form:before,
.contact-form:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
}

.contact-form:before {
    background: url(images/contact-form-before.png) no-repeat;
    height: 117px;
    right: -35px;
    top: -20px;
    width: 114px;
}

.contact-form:after {
    background: url(images/contact-form-after.png) no-repeat;
    bottom: -10px;
    height: 112px;
    left: -45px;
    width: 64px;
}

.contact-form input[type="text"],
.contact-form input[type="tel"] {
    width: 47%;
}

.contact-form input[type="submit"] {
    margin: 0 auto;
}

.contact-form input[type="tel"] {
    margin-left: 27px;
}

.contact-form textarea {
    width: 100%;
}

.contact-form textarea {
    margin-bottom: 10px;
    resize: none;
}

#yamap {
    background: #e7f9f1;
    border: 1px solid #248d5e;
    border-radius: 8px;
    height: 380px;
    moz-border-radius: 8px;
    overflow: hidden;
    position: relative;
    webkit-border-radius: 8px;
    z-index: 1;
}

#map {
    border-radius: 8px;
    moz-border-radius: 8px;
    overflow: hidden;
    webkit-border-radius: 8px;
}

.map-title {
    background: rgba(37, 67, 54, .6);
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    left: 0;
    moz-border-radius: 8px 8px 0 0;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    top: 0;
    webkit-border-radius: 8px 8px 0 0;
    width: 100%;
}

.order-form {
    background: #eef9f2 url(/images/form-bg-new.png) center center no-repeat;
    border: 2px solid #DDECE4;
    border-radius: 8px;
    margin-bottom: 25px;
    margin-top: 15px;
    moz-border-radius: 8px;
    padding: 43px 60px 36px;
    position: relative;
    webkit-border-radius: 8px;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box {
    background: #fff;
    border: 2px dashed #dadada;
    border-radius: 5px;
    box-sizing: border-box;
    min-height: 365px;
    transition: all 0.2s ease;
}

.custom_block_phone {
    font-family: oswald-medium;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 9px;
    display: block;
}

.box:hover {
    border: 2px solid #525C7A;
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .75);
    moz-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .75);
    webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .75);
}

.box div {
    padding-top: 0;
}

.product_cat_title a {
    color: #007442;
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    margin: 10px 0;
    padding: 5px 0;
}

.product_cat_title a:hover {
    color: #48b8cc;
}

.product_cat_title {
    text-align: center;
}

.product_cat_text {
    font-size: 14px;
}

body.woocommerce ul.products li.product a img,
body.woocommerce ul.products li.product a img,
body.woocommerce div.product div.images img {
    margin: 0 auto 10px;
}

body.woocommerce ul.products li.product a img,
body.woocommerce ul.products li.product a img,
body.woocommerce div.product div.images img {
    width: 100%;
}

body.woocommerce div.product div.images img {
    width: auto;
}

body.woocommerce ul.products li.product a img {
    max-width: 60px;
}

body.woocommerce ul.products li.product .woocommerce-loop-category__title,
body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce ul.products li.product h3 {
    font-size: 18px;
}

body.woocommerce ul.products li.product .woocommerce-loop-category__title:hover,
body.woocommerce ul.products li.product .woocommerce-loop-product__title:hover,
body.woocommerce ul.products li.product h3:hover {
    color: #48b8cc;
}

body.woocommerce ul.products li.product .price,
body.woocommerce div.product p.price,
body.woocommerce div.product span.price {
    color: #48b8cc;
    font-size: 20px;
    font-weight: 700;
}

body.woocommerce ul.products li.product .price {
    text-align: center;
}

body.woocommerce ul.products li.product .button {
    background-color: #82bb42;
    background-image: linear-gradient(to bottom, #9fd256, #6fac34);
    background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
    border-bottom-color: rgba(0, 0, 0, .4);
    border-color: rgba(0, 0, 0, .2);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

body .woocommerce #payment #place_order,
body .woocommerce-page #payment #place_order {
    border: none!important;
    box-shadow: none!important;
    padding: 15px;
}

body .woocommerce .col2-set .col-1,
body .woocommerce-page .col2-set .col-1 {
    width: 100%;
}

body .woocommerce form .form-row {
    display: block;
    float: none;
    max-width: 300px;
    right: auto;
    width: 100%;
}

.woocommerce #payment .form-row {
    float: right;
}

body .woocommerce-checkout #payment div.form-row {
    padding-right: 0;
}

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

.home iframe {
    max-width: 100%!important;
}

body .woocommerce-checkout #payment ul.payment_methods,
body .col-2 {
    display: none;
}

body.woocommerce div.product form.cart .button {
    padding: 12px;
}

body.woocommerce div.product form.cart .button:hover,
body .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover {
    background-color: #0999b0;
}

body .woocommerce-error::before,
body .woocommerce-info::before,
body .woocommerce-message::before,
body .woocommerce-customer-details {
    display: none;
}

body .woocommerce ul.order_details {
    margin-bottom: 10px;
    padding: 0;
}

body .woocommerce ul.order_details li {
    margin-right: 10px;
}

body .woocommerce ul.order_details li:before {
    display: none;
}

.post .woocommerce-error {
    list-style-type: none;
    padding-top: 10px;
}

body.woocommerce .woocommerce-breadcrumb {
    color: #444;
}

body.woocommerce .woocommerce-breadcrumb a {
    color: #007442;
}

body.woocommerce .woocommerce-breadcrumb a:hover {
    color: #48b8cc;
}

body.woocommerce-page ul.products li.product {
    display: inline-block;
    float: none;
    height: auto;
    margin: 5px 15px 10px!important;
    max-width: 160px;
    width: 100%;
}

body.woocommerce ul.products li.product .button {
    display: block;
    margin: 15px auto 0;
    text-align: center;
    width: 100%;
}

body.woocommerce ul.products li.product .button:active {
    background-color: #76b430;
    background-image: none;
    border-color: rgba(0, 0, 0, .2);
    border-top-color: rgba(0, 0, 0, .4);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .2);
    color: #fff;
}

body section.related:before {
    clear: both;
    content: "";
    display: table;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
    border-bottom: 1px solid #5bc2d7;
    border-left: 2px solid #5bc2d7;
    border-radius: 5px;
    border-right: 1px solid #5bc2d7;
    border-top: 2px solid #5bc2d7;
    box-shadow: inset 1px 1px 0 #cfcfcf;
    font-size: 16px;
    font-style: normal;
    height: 38px;
    margin-bottom: 15px;
    moz-border-radius: 5px;
    padding: 0 12px;
    webkit-border-radius: 5px;
}

#MyID {
    display: block;
    float: right;
}

#fav,
#fav1 {
    background: linear-gradient(#14a459, #027946);
    background: -moz-linear-gradient(#14a459, #027946);
    background: -o-linear-gradient(#14a459, #027946);
    background: -webkit-linear-gradient(#14a459, #027946);
    border: 1px solid #068349;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px #59bb81;
    color: #fff;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    max-width: 220px;
    moz-border-radius: 5px;
    moz-box-shadow: inset 0 0 0 1px #59bb81;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
    webkit-border-radius: 5px;
    webkit-box-shadow: inset 0 0 0 1px #59bb81;
    width: 100%;
    width: auto;
}

#cart-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 24px;
    margin-top: -10px;
}

#cart-menu .wpmenucart-contents {
    display: inline-block;
    position: relative;
}

#cart-menu .wpmenucart-contents .cartcontents {
    position: absolute;
    top: 6px;
    left: 29px;
    overflow: hidden;
    background: #0999b0;
    color: #fff;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    pointer-events: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

#cart-menu .wpmenucart-contents i {
    font-size: 50px;
}

.plaha {
    display: inline-block;
    width: 16%;
    margin: 14px;
    text-align: center;
    -webkit-box-shadow: 0px 2px 11px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 11px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 11px 0px rgba(50, 50, 50, 0.75);
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    padding: 24px 0 19px 0;
}

.plaha img {
    margin-bottom: 30px;
    height: 26px;
    width: auto;
}
.plaha.rats img {
	height:auto;
	margin: 0 auto;
}
.plaha.rats {
	padding: 1px 5px 19px 5px;
}
.plaha:hover {
    border: 1px solid #007442;
    padding: 23px 0 18px 0;
    color: #007442;
}
.plaha.rats:hover {
	padding: 0 4px 18px 4px;
}
.table-block {
    overflow-x: auto;
}
.rats-links {
	text-align:center;
	display: flex;
    justify-content: center;
}
.mobile {
    display: none;
}

.order-form__left {
    color: rgb(51 51 51 / 80%);
    font-size: 18px;
    line-height: 26px;
    font-family: 'opensans-semibold';
    position: relative;
}

.order-form__left:after {
    position: absolute;
    content: '';
    right: 0;
    width: 2px;
    top: 18px;
    bottom: 18px;
    background-color: #007442;
}

.order-form__left .phone {
    display: block;
    position: relative;
    margin: 14px 0 24px 40px;
    color: #007442;
    font-size: 28px;
    line-height: 36px;
    font-family: 'oswald-medium';
    padding-left: 37px;
    width: max-content;
}

.order-form__left .phone:before {
    position: absolute;
    content: '';
    left: 0;
    top: calc(50% - 11px);
    width: 22px;
    height: 22px;
    background-image: url(/images/icons/phone2.png);
}

.order-form .order-title {
    color: #007442;
    font-size: 26px;
    font-family: 'oswald-medium';
    text-transform: uppercase;
    text-align: center;
    line-height: 34px;
    margin-bottom: 5px;
}

.order-form .order-desc {
    color: #007442;
    font-size: 18px;
    font-family: 'opensans-semibold';
    text-align: center;
}

.order-form .data-lock {
    font-size: 12px;
    text-align: center;
    font-family: 'opensans';
}

.order-form form {
    float: left;
    margin: 15px 0 0 0;
    width: 100%;
}

.order-form input[type="text"],
.order-form input[type="email"],
.order-form input[type="tel"],
.order-form input[type="number"] {
    max-width: 250px;
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    margin-bottom: 20px;
    padding-left: 24px;
}

.order-form input[type="submit"] {
    display: inherit;
    margin: 0 auto 15px auto;
    width: 240px !important;
    display: inline-block !important;
}

.order-arrow {
    background: url(images/order-arrow.png) no-repeat;
    height: 30px;
    position: absolute;
    right: 90px;
    top: 93px;
    width: 70px;
}

.page-id-1142 .order-arrow {
    top: 35px;
}

footer {
    background: url(images/footer-line.png) top center no-repeat;
    padding: 10px 0 10px;
}

.footer-menu {
    display: table;
    list-style: none;
    margin: 0;
    margin-bottom: 13px;
    padding: 0;
    width: 100%;
}

.footer-menu>li {
    display: table-cell;
    text-align: center;
}

.footer-menu>li>a {
    text-decoration: underline;
    text-transform: uppercase;
}

.footer-menu>li>a:hover {
    text-decoration: none;
}

.copyright {
    padding-bottom: 10px;
}

.copyright div {
    font-size: 12px;
}

footer address {
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0 13px;
}

footer .mini-menu li:first-child {
    margin-left: 0;
}

footer .phone {
    font-size: 14px;
    padding: 0;
}

.working-time {
    font-size: 12px;
    padding-bottom: 10px;
}

footer .social-network li:first-child {
    margin-left: 0;
}

#carousel {
    margin: 5px 0 50px;
}

.owl-carousel .owl-wrapper:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.owl-carousel {
    display: none;
    ms-touch-action: pan-y;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
    border: 6px solid #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .3), 0 40px 30px -30px rgba(0, 0, 0, .3);
    moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .3), 0 40px 30px -30px rgba(0, 0, 0, .3);
    overflow: hidden;
    position: relative;
    webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .3), 0 40px 30px -30px rgba(0, 0, 0, .3);
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    moz-transition: height 500ms ease-in-out;
    ms-transition: height 500ms ease-in-out;
    o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
    webkit-transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    bottom: 0;
    height: 1px;
    khtml-user-select: none;
    left: 0;
    moz-user-select: none;
    ms-user-select: none;
    user-select: none;
    webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    webkit-user-select: none;
    width: 100%;
}

.grabbing {
    cursor: url(images/grabbing.png) 8 8, move;
}

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

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

.owl-controls .owl-buttons div {
    background-image: url(images/icons/icons-default.png);
    background-repeat: no-repeat;
    bottom: 50%;
    color: rgba(255, 255, 255, 0);
    display: block;
    display: inline;
    font-size: 0;
    height: 36px;
    margin-bottom: -18px;
    opacity: .2;
    position: absolute;
    width: 36px;
    zoom: 1;
}

.owl-carousel:hover .owl-controls .owl-buttons div {
    opacity: 1;
}

.owl-controls .owl-prev {
    background-position: 0 -60px;
    left: 20px;
}

.owl-controls .owl-prev:hover {
    background-image: url(images/icons/icons-hover.png);
}

.owl-controls .owl-next {
    background-position: -60px -60px;
    right: 20px;
}

.owl-controls .owl-next:hover {
    background-image: url(images/icons/icons-hover.png);
}

.owl-controls.clickable .owl-buttons div:hover {
    text-decoration: none;
}

.owl-item.loading {
    background: url(images/AjaxLoader.gif) no-repeat center center;
    min-height: 150px;
}

.owl-caption {
    font-size: 24px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.owl-caption h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    z-index: 100;
}

.owl-caption p {
    font-size: 24px;
    font-weight: 600;
}

.owl-caption .owl-btn {
    background: url(images/icons/arrow-btn.png) center left no-repeat;
    display: block;
    min-height: 24px;
    padding-left: 50px;
    text-decoration: underline;
}

.owl-caption .textPos,
.textPos3 {
    margin-left: -420px;
}

.owl-caption .textPos2 {
    margin-left: -180px;
}

input:focus,
textarea:focus {
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
    border-bottom: 1px solid #5bc2d7;
    border-left: 2px solid #5bc2d7;
    border-radius: 5px;
    border-right: 1px solid #5bc2d7;
    border-top: 2px solid #5bc2d7;
    box-shadow: inset 1px 1px 0 #cfcfcf;
    font-size: 16px;
    font-style: normal;
    height: 38px;
    margin-bottom: 15px;
    moz-border-radius: 5px;
    padding: 0 12px;
    webkit-border-radius: 5px;
}

textarea {
    border-bottom: 1px solid #e4ece7;
    border-left: 1px solid #5bc2d7;
    border-radius: 5px;
    border-right: 1px solid #e4ece7;
    border-top: 1px solid #5bc2d7;
    box-shadow: inset 1px 1px 0 #cfcfcf;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    moz-border-radius: 5px;
    moz-box-shadow: inset 1px 1px 0 #cfcfcf;
    padding: 6px 12px;
    webkit-border-radius: 5px;
    webkit-box-shadow: inset 1px 1px 0 #cfcfcf;
}

input[type="submit"],
input[type="reset"],
.button {
    background: linear-gradient(#14a459, #027946);
    background: -moz-linear-gradient(#14a459, #027946);
    background: -o-linear-gradient(#14a459, #027946);
    background: -webkit-linear-gradient(#14a459, #027946);
    border: 1px solid #068349;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px #59bb81;
    color: #fff;
    moz-border-radius: 5px;
    moz-box-shadow: inset 0 0 0 1px #59bb81;
    padding: 6px 35px;
    text-transform: uppercase;
    webkit-border-radius: 5px;
    webkit-box-shadow: inset 0 0 0 1px #59bb81;
    width: auto;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover {
    background: linear-gradient(#47bead, #0b8074);
    background: -moz-linear-gradient(#47bead, #0b8074);
    background: -o-linear-gradient(#47bead, #0b8074);
    background: -webkit-linear-gradient(#47bead, #0b8074);
    border: 1px solid #178277;
    box-shadow: inset 0 0 0 1px #78cfbb;
    moz-box-shadow: inset 0 0 0 1px #78cfbb;
    webkit-box-shadow: inset 0 0 0 1px #78cfbb;
}

::-webkit-input-placeholder {
    color: #8dab83;
}

:-moz-placeholder {
    color: #8dab83;
}

::-moz-placeholder {
    color: #8dab83;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #8dab83;
    font-family: "Noto Sans", sans-serif;
}

.wpcf7-not-valid-tip {
    display: none!important;
}

.wpcf7-not-valid {
    border-bottom: 1px solid #E52721!important;
    border-left: 1px solid #E52721!important;
    border-right: 1px solid #E52721!important;
    border-top: 1px solid #E52721!important;
    box-shadow: inset 1px 1px 0 rgba(229, 39, 33, .4)!important;
}

div.wpcf7-response-output {
    border: 0;
    margin: 0;
    moz-transition: all 0s;
    o-transition: all 0s;
    padding: 0;
    padding-bottom: 20px;
    text-align: center;
    transition: all 0s;
    webkit-transition: all 0s;
}

div.wpcf7-validation-errors {
    color: red;
}

div.wpcf7-mail-sent-ok {
    color: #007442;
}

div.wpcf7 img.ajax-loader {
    border: none;
    box-shadow: none;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    position: fixed;
    top: 50%;
    vertical-align: middle;
}

.wpcf7-form p {
    margin: 0;
    padding: 0;
}

.invalid .popup-container,
.sent .popup-container {
    display: block!important;
}

.popup-container {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.popup-fon {
    background: rgba(255, 255, 255, .9);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 101;
}

.close {
    background: #710000;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    moz-border-radius: 50%;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    webkit-border-radius: 50%;
    width: 30px;
    z-index: 103;
}

.close:hover {
    background: #710000;
    color: #fff;
}

.close-btn {
    cursor: pointer;
    margin: 0 auto;
    padding: 6px 15px;
    text-align: center;
    width: 100px;
}

.popup-block {
    background: #eef9f2 url(images/form-bg.png) center center no-repeat;
    border: 1px solid #a4cdb8;
    border-radius: 8px;
    left: 50%;
    moz-border-radius: 8px;
    padding: 20px 10px 10px;
    position: absolute;
    top: 40px;
    webkit-border-radius: 8px;
    z-index: 102;
}

.popup-size {
    margin-left: -150px;
    width: 300px;
}

#home-cat .item img,
.widget ul li a,
input[type="submit"],
.owl-carousel .owl-controls .owl-buttons div {
    moz-transition: all 0.3s;
    o-transition: all 0.3s;
    transition: all 0.3s;
    webkit-transition: all 0.3s;
}

.widget ul li:before {
    moz-transition: all 0.6s;
    o-transition: all 0.6s;
    transition: all 0.6s;
    webkit-transition: all 0.6s;
}

.form-container {
    width: 500px;
}

.greenupper {
    text-transform: uppercase;
    color: #007442;
    font-size: 11pt;
    margin-bottom: 20px;
}

select.vred {
    width: 100%;
    padding: 8px 12px;
    background: #e7f9f1;
    border: 1px solid #cdead9;
    border-radius: 5px;
    margin-top: 5px;
}

.selected {
    display: inline-block;
    width: 48%;
}

.summa {
    width: 48%;
    float: right;
}

.summall {
    background: #e7f9f1;
    border: 1px solid #cdead9;
    border-radius: 5px;
    text-align: center;
    margin-top: 5px;
    height: 120px;
    font-size: 23pt;
    font-weight: bold;
    color: #007442;
    padding: 35px 0
}

.calculon {
    margin-top: 20px;
}

.post ul.vxodit li:before {
    content: none;
}

ul.vxodit {
    list-style: none;
    padding: 0;
    display: inline-block;
    width: 100%;
}

ul.vxodit li {
    float: left;
    text-align: center;
    width: 32.5%;
    vertical-align: top;
    padding: 0 16px;
}

ul.vxodit li img {
    margin-bottom: 18px;
}

.preparats {
    border: 1px solid #cdead9;
    border-radius: 5px;
    padding: 30px 254px 16px 24px;
    margin-top: 20px;
    margin-bottom: 35px;
    background-image: url(/wp-content/uploads/2016/06/kanistra.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.preparats p {
    text-align: left;
}

.preparats.jobers {
    background-image: url(/wp-content/uploads/2016/06/jober.png);
}

.serti-slider,
.obrab-slider {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.serti-arrow,
.obrab-arrow {
    font-size: 55px;
    top: 50%;
    margin-top: -28px;
    opacity: 0.5;
    position: absolute;
    cursor: pointer;
    color: #0c9050;
}

.serti-arrow-right,
.obrab-arrow-right {
    right: -30px;
}

.serti-arrow-left,
.obrab-arrow-left {
    left: -30px;
}

.slick-initialized .slick-slide {
    margin: 0 10px;
}

.aroundimg {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 33px;
}

.aroundform {
    position: relative;
    text-align: center;
}

.form-zaxvat-title {
    position: inherit;
    background: #fcfcfc;
    padding: 0px 26px;
    z-index: 1;
    display: inline-block;
    font-size: 23pt;
    color: #159fb6;
    font-weight: bold;
}

.form-zaxvat-wrapper {
    border: 4px solid #159fb6;
    margin: 0 auto;
    padding: 26px 20px 21px;
    margin-top: -21px;
    margin-bottom: 50px;
}

.h1-title-black-nobold {
    font-size: 14pt;
    line-height: 1.2;
}

.uk-text-bold {
    font-weight: bold;
}

.polya {
    justify-content: space-between;
    display: flex;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 80%;
}

.ext-callback-field-name,
.ext-callback-field-phone {
    width: 54%;
}

.ext-callback-field-name input,
.ext-callback-field-phone input {
    border: 1px solid #d1e9de !important;
    width: 90%;
    height: 36px !important;
    font-size: 100%;
    padding: 0 10px;
    background: #ecfaf4;
    color: #000;
}

.form-zaxvat-button-block {
    background: #fff;
    padding: 0 32px;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -124px;
}

.form-article input[type="submit"].feedback-button {
    background: -webkit-linear-gradient(#58c0d5, #2ca9bf);
    border: 1px solid #169fb6;
}

.form-zaxvat-button-block:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #159fb6;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 0;
}

.form-zaxvat-button-block:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #159fb6;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 0;
}

#fav,
#fav1 {
    padding: 6px 20px;
}

.bannerdog {
    color: #414141;
    font-size: 13pt;
    background: url(/wp-content/uploads/2016/11/list.jpg) left center no-repeat;
    padding-left: 214px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bannerdogtitle {
    font-size: 18pt;
    font-weight: bold;
    color: #007442;
}

.bannerdog span {
    font-size: 23pt;
    font-weight: bold;
    color: #149fb6;
    line-height: 1;
}

.bannerdog ul {
    list-style-image: url(/wp-content/uploads/2016/11/murker.png);
    padding-left: 18px;
}

.fix-menu {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    background: linear-gradient(#5bc2d7, #0999b0);
    background: -moz-linear-gradient(#5bc2d7, #0999b0);
    background: -o-linear-gradient(#5bc2d7, #0999b0);
    background: -webkit-linear-gradient(#5bc2d7, #0999b0);
    top: -100px;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}

.fix-menu.active {
    top: 0;
}

.fix-menu .navbar-garantmed {
    margin-bottom: 0;
    border-radius: 0;
    moz-border-radius: 0;
    webkit-border-radius: 0;
}

.fix-menu .navbar-header,
.fix-menu .navbar-brand {
    border-radius: 0;
    moz-border-radius: 0;
    webkit-border-radius: 0;
}

#popup__toggle1 {
    bottom: 20px;
    right: -30px;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    display: none;
}

.img-circle {
    background-color: #29AEE3;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #29AEE3;
    width: 150px;
    height: 150px;
    bottom: -25px;
    right: 10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #29AEE3;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: 35px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    bottom: 14px;
    right: 49px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
}

.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    background-image: url(https://unichtozhenie-dezcenter.ru/wp-content/uploads/2018/06/telephone-32.png);
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.img-circle:hover {
    opacity: 1;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}

@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(-8deg);
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
    }
}

@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }
    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1;
    }
    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: .5;
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}

@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
    }
    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;
    }
}

@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

.footer-schetchik-1 {
    float: right;
    display: inline;
}

.footer-schetchik-2 {
    margin-left: 3px;
    float: right;
    display: inline-block;
}

.cf2658 {
    width: 100%;
    background: #eef9f2;
    padding: 20px 20px 20px 10px;
    border: 1px solid #a4cdb8;
    border-radius: 8px;
    margin: 30px 0px;
}

.cf2658 .name,
.cf2658 .tel,
.cf2658 .email {
    float: left;
    margin-left: 10px;
    width: 31%;
}

.cf2658 .name input,
.cf2658 .tel input,
.cf2658 .email input {
    width: 100%;
    height: 35px;
}

.cf2658 .comment {
    margin-left: 10px;
    width: 100%;
}

.cf2658 .comment textarea {
    width: 96.5%;
    height: 50px;
}

.cf2658 .submit {
    text-align: center;
    margin-top: 20px;
}


/*TAB*/

ul#myTab {
    border: 0;
}

ul#myTab,
ul#myTab li {
    padding: 0;
    text-align: center;
}

ul#myTab li:before {
    display: none;
}

ul#myTab a {
    padding: 10px 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    font-size: 15px;
}

ul#myTab li.active a {
    background: #007442;
    color: #fff;
    border: 0;
}

ul#myTab a:hover,
ul#myTab a:focus {
    background-color: rgba(0, 116, 66, 0.5);
    color: #fff;
}

.tab-pane table {
    width: 100%;
}

.tab-pane table td {
    text-align: center;
    border: 1px solid #d6d6d6;
    box-shadow: 2px 2px 4px -2px #cccccc;
}

.tab-pane table tr.tr-first td {
    padding: 20px 10px;
    font-size: 14px;
    color: #4d4d4d;
}

.tab-pane table tr.tr-second td {
    padding: 40px 10px;
    font-size: 16px;
    color: #48b8cc;
}

.related-pages.fixed {}

#toTop {
    width: 90px;
    text-align: center;
    padding: 15px;
    position: fixed;
    bottom: 20px;
    left: 110px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    background: linear-gradient(#5bc2d7, #0999b0);
    font-weight: bold;
    border-radius: 10px;
}

.navigation ol {
    list-style: none;
    font-size: 18px;
    margin-bottom: 30px;
}

.navigation a {
    display: block;
}

.justwidget.sided.justwidget_hidden {
    bottom: auto !important;
    top: 500px !important;
    left: 150px !important;
    right: auto !important;
}

.justwidget--asst-pic {
    width: 76px !important;
    height: 76px !important;
}

.justwidget--asst.right .justwidget--asst-pic-waves {
    right: -11px !important;
}

.justwidget--asst-pic-waves {
    border: 39px solid #4a90e2 !important;
    bottom: -77px !important;
}

.boban {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.boban img {
    width: 100%;
}

.bobanslogan {
    color: #fff;
    position: absolute;
    width: 63%;
    border-radius: 17px;
    font-family: oswald;
    font-size: 23px;
    text-align: center;
    line-height: 1.3;
    padding: 15px 0;
    text-transform: uppercase;
    background: rgb(11, 154, 176);
    background: -moz-linear-gradient(270deg, rgb(11, 154, 176) 30%, rgb(90, 193, 214) 70%);
    background: -webkit-linear-gradient(270deg, rgb(11, 154, 176) 30%, rgb(90, 193, 214) 70%);
    background: -o-linear-gradient(270deg, rgb(11, 154, 176) 30%, rgb(90, 193, 214) 70%);
    background: -ms-linear-gradient(270deg, rgb(11, 154, 176) 30%, rgb(90, 193, 214) 70%);
    background: linear-gradient(0deg, rgb(11, 154, 176) 30%, rgb(90, 193, 214) 70%);
}

.homecontent h1,
.homecontent h2,
.dezinsec,
.contenta h2,
.deratiz {
    position: relative;
    margin-left: 90px;
    display: inline-block;
    background: #fff;
    padding: 5px 15px;
}

.homecontent h1:before,
.dezinsec:before {
    content: url(images/bugivugi.png);
    position: absolute;
    top: -5px;
    left: -94px;
}

.deratiz:before {
    content: url(images/raticon.png);
    position: absolute;
    top: -1px;
    left: -91px;
}

.rating:before {
    content: url(images/rating.png);
    position: absolute;
    top: -12px;
    left: -91px;
}

.mechi:before {
    content: url(images/mechi.png);
    position: absolute;
    top: -12px;
    left: -95px;
}

.homecontent h3 {
    display: inline-block;
    background: #007442;
    color: #fff;
    font-family: oswald;
    font-size: 15pt;
    padding: 2px 33px 4px 0;
    border-radius: 17px 0 0 17px;
/*     position: absolute; */
    top: 10px;
    left: 0;
}

.homecontent h3:before {
    color: #007442;
    background: #fff;
    border-radius: 35px;
    display: inline-block;
    padding: 0 7px;
    margin: 2px 20px 0px 4px;
}

.homecontent h3.homeh31:before {
    content: '1';
}

.homecontent h3.homeh32:before {
    content: '2';
}

.homecontent h3.homeh33:before {
    content: '3';
}

.homecontent h3.homeh34:before {
    content: '4';
}

.klopoprice:before {
    content: url(images/mone.png);
    position: absolute;
    top: -16px;
    left: -94px;
}

.whereklops:before {
    content: url(images/domclopa.png);
    position: absolute;
    top: -16px;
    left: -94px;
}

.corporat:before {
    content: url(images/perehotel.png);
    position: absolute;
    top: -16px;
    left: -94px;
}

.mainmetods:before {
    content: url(images/ssshit.png);
    position: absolute;
    top: -16px;
    left: -94px;
}

.metods:before {
    content: url(images/shit.png);
    position: absolute;
    top: -16px;
    left: -94px;
}

.clean:before {
    content: url(images/clean.png);
    position: absolute;
    top: -16px;
    left: -94px;
}

.cleanok:before {
    content: url(images/cleanok.png);
    position: absolute;
    top: -16px;
    left: -94px;
}

.openp {
    border-top: 1px solid #d9eae3;
    border-left: 1px solid #d9eae3;
    border-right: 1px solid #d9eae3;
    height: 42px;
    margin-top: -35px;
    margin-left: 25px;
    margin-right: 65px;
}

.closep {
    border-bottom: 1px solid #d9eae3;
    border-left: 1px solid #d9eae3;
    border-right: 1px solid #d9eae3;
    height: 20px;
    margin-bottom: 40px;
    margin-left: 25px;
    margin-right: 65px;
}

.homecontent p,
.homecontent li,
.contenta p,
.contenta li {
    font-family: opensans;
    font-size: 12pt;
}

p.metod {
    display: inline-block;
    width: 100%;
}

.homeh3 {
    position: relative;
    margin-top: 50px;
}

.homecallback {
    border: 1px solid #007442;
    border-radius: 15px;
    background: url(images/formfon.png) center no-repeat;
    background-size: cover;
    padding: 30px 50px 10px 50px;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 70px;
}

.homecallbackleft {
    display: inline-block;
    width: 64%;
    vertical-align: top;
}

.homecallbackright {
    display: inline-block;
    width: 34%;
    vertical-align: top;
}

.homecallbacktitle {
    color: #007442;
    font-family: oswald;
    font-size: 22pt;
}

.homecallbacktext {
    color: #000;
    font-size: 13pt;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 23px;
}

.disclame {
    margin-top: 60px;
}

.homecallback input[type="text"],
.homecallback input[type="tel"],
.homecallback input[type="email"] {
    width: 100%;
    border: 2px solid #007442;
    margin-bottom: 30px;
}

.homecallback:before {
    background: url(images/form-before.png) no-repeat;
    height: 49px;
    left: 23%;
    margin-left: -98px;
    top: -49px;
    width: 197px;
}

.homecallback:after {
    background: url(images/form-after.png) no-repeat;
    bottom: -51px;
    height: 51px;
    right: 40%;
    width: 167px;
    z-index: -100;
}

.homecallback:before,
.homecallback:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -100;
}

.homecallback input[type="submit"] {
    float: right;
}

.homecontent #yamap,
.contenta #yamap {
    margin: 30px 0;
}

.overmap {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(60, 65, 68, 0.6);
    text-align: center;
    color: #fff;
    font-size: 13pt;
    padding: 7px;
}

.front-map .ymap-container {
    background: url('images/index.png') #fff no-repeat;
}

.ymap-container {
    background-position: left center;
    /*box-shadow: 0 0 2em  0 rgba(0,0,0,.2);*/
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
}


/*Индикатор загрузки, который показывается до загрузки карты*/

.loader {
    color: #000;
    position: absolute;
    box-sizing: border-box;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 8;
    transition: opacity .7s ease;
    background-color: rgba(0, 0, 0, 0.55);
    opacity: 0;
}

.loader:after,
.loader:before {
    box-sizing: border-box;
}

.loader.is-active {
    top: 0;
    opacity: 1;
}

.loader-default:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    border: solid 8px #fff;
    border-left-color: transparent;
    border-radius: 50%;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes blink {
    from {
        opacity: .5;
    }
    to {
        opacity: 1;
    }
}

@keyframes blink {
    from {
        opacity: .5;
    }
    to {
        opacity: 1;
    }
}

.linkyt img {
    margin-right: 6px;
}

.comments-block__wrapper .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 0;
}

#comments {
    background: #edeff1;
    padding: 60px 0;
}

#comments .comments-title {
    margin: 45px 0;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

#comments .comment-list {
    list-style-type: none;
    padding: 0;
    margin-bottom: 60px;
}

#comments .comment-list .comment {
    padding: 25px 0 0;
    margin-bottom: 25px;
    border-top: 1px solid #a5a7a8;
}

#comments .comment-meta {
    background: transparent;
    padding: 0;
}

#comments .comment-list .comment .comment-meta,
#comments .comment-list .comment .reply {}

#comments .comment-list .comment .comment-body {
    position: relative;
    padding-left: 120px;
    min-height: 97px;
}

#comments .comment-list .comment .comment-author img {
    display: none;
}

#comments .comment-list .comment p {
    line-height: 1.8;
    margin-bottom: 0;
}

#comments .comment-list .comment cite {
    color: #000;
    font-size: 16px;
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
}

#comments .comment-list .comment .says {
    display: none !important;
}

#respond {
    box-shadow: 0px 2px 8.37px 0.63px rgba(0, 0, 0, 0.5);
    border: 17px solid #007442;
    padding: 20px 30px 20px;
    background: #fff;
    text-align: center;
}

#respond #reply-title {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 40px;
    text-align: center;
}

#respond ::-webkit-input-placeholder,
#respond ::-moz-placeholder,
#respond :-ms-input-placeholder,
#respond:-moz-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000;
    font-size: 14px;
    margin-bottom: 25px;
}

#respond input:not([type="checkbox"]):not([type="submit"]) {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #000000;
    width: 100%;
    max-width: 338px;
    font-size: 14px;
    border: 2px solid #007442;
    padding: 10px 60px;
    margin: 0 9px 23px;
}

#respond textarea {
    color: #000000;
    width: calc(100% - 18px);
    margin: 0 9px 23px;
    font-size: 14px;
    border: 2px solid #007442;
    padding: 10px 60px;
}

#respond input[type="checkbox"] {
    width: 16px;
    margin: 0;
    height: 16px;
    top: 50%;
    overflow: hidden;
    background: #fff;
    position: absolute;
    margin-top: -7px;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#respond input[type="submit"],
.form-submit input[type="submit"] {
    font-size: 10px;
    color: #fffefe;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    font-weight: bold;
    background: linear-gradient(#5bc2d7, #0999b0);
    display: block;
    width: 150px;
    line-height: 1;
    border: 1px solid #0999b0;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 auto 0;
    padding: 15px 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

#respond input[type="submit"]:hover,
.form-submit input[type="submit"]:hover {
    background-color: transparent;
    color: #0999b0;
}

.form-submit {
    padding: 20px 0;
    text-align: center;
}

#respond .comments-rules.active:before {
    background: #333;
}

.comments-rules {
    color: #000000;
    position: relative;
    padding-left: 24px;
    margin-bottom: 22px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}

#comments .comment-list .comment .comment-author:before {
    background: url(/wp-content/uploads/2018/12/photo.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 96px;
    height: 97px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    content: ''!important;
    display: inline-block;
    margin-right: 23px;
}

.iframe-wrapper {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 560px;
    height: 315px;
    vertical-align: top;
    text-align: center;
    padding: 30px 10px;
    color: #fff;
    display: block;
    font-size: 22px;
    z-index: 0;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    background: url(/wp-content/uploads/2015/01/complex.png) center center no-repeat;
    background-size: cover;
    position: relative;
}

.iframe-wrapper span {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.iframe-wrapper:after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
}

.bobanbutton {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 30px;
    color: #bd3131;
    font-size: 21px;
    font-weight: bold;
    text-align: right;
}

.bobanbutton a span {
    border-radius: 6px;
    padding: 9px 35px;
    font-weight: normal;
    color: #fff;
    background: #af5959;
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    margin-top: 10px;
    border: 1px solid #8c4747;
    box-shadow: 0px 1px 0px 0px #edadb4 inset;
}

.modal-dialog {
    margin-top: 200px;
}

.modal-header {
    background: linear-gradient(#5bc2d7, #0999b0);
    background: -moz-linear-gradient(#5bc2d7, #0999b0);
    background: -o-linear-gradient(#5bc2d7, #0999b0);
    background: -webkit-linear-gradient(#5bc2d7, #0999b0);
    padding: 30px 80px;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

button.close {
    font-size: 24px;
    color: #4dbad0;
    width: 26px;
    height: 26px;
    background: #fff;
    position: absolute;
    top: -26px;
    right: -26px;
    z-index: 99999999999;
    cursor: pointer;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
}

.modal-dialog input[type="text"],
.modal-dialog input[type="tel"] {
    width: 100%;
    border-bottom: 1px solid #5bc2d7;
    border-left: 2px solid #5bc2d7;
    border-radius: 5px;
    border-right: 1px solid #5bc2d7;
    border-top: 2px solid #5bc2d7;
    box-shadow: inset 1px 1px 0 #cfcfcf;
    font-size: 16px;
    font-style: normal;
    height: 38px;
    margin-bottom: 7px;
    margin-top: 7px;
}

.modal-dialog input[type="submit"] {
    height: 38px;
    width: auto;
    margin-bottom: 7px;
    margin-top: 7px;
}

.modal-dialog div.wpcf7 .ajax-loader {
    position: absolute;
    left: 50%;
    margin-left: -6px;
}

.modal-body {
    display: inline-block;
}

.ses-block {
    padding: 15px;
    display: inline-block;
    width: 100%;
}

.ses-block:hover {
    background: #ebf7f9;
}

.ses-block img {
    margin-right: 18px;
}

.ses-block span {
    display: inline-block;
    width: 72%;
    vertical-align: middle;
    color: #007442;
    font-weight: bolder;
    font-size: 15px;
}

.ses-form {
    height: 288px;
    background: url(images/ses-form.png) top center no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
}

.ses-form-text {
    background: #005933;
    position: absolute;
    width: 100%;
    color: #fff;
    bottom: 0;
    border-radius: 0 0 10px 10px;
    padding: 0 20px 20px 20px;
    font-size: 25px;
    line-height: 1.3;
}

.ses-form-text div {
    font-family: oswald;
    font-weight: bold;
    font-size: 36px;
    margin-top: -30px;
    text-shadow: 0 -4px 0 #005933, 0 -4px 0 #005933, 0 4px 0 #005933, 0 4px 0 #005933, -4px 0 0 #005933, 4px 0 0 #005933, -4px 0 0 #005933, 4px 0 0 #005933, -1px -4px 0 #005933, 1px -4px 0 #005933, -1px 4px 0 #005933, 1px 4px 0 #005933, -4px -1px 0 #005933, 4px -1px 0 #005933, -4px 1px 0 #005933, 4px 1px 0 #005933, -2px -4px 0 #005933, 2px -4px 0 #005933, -2px 4px 0 #005933, 2px 4px 0 #005933, -4px -2px 0 #005933, 4px -2px 0 #005933, -4px 2px 0 #005933, 4px 2px 0 #005933, -3px -4px 0 #005933, 3px -4px 0 #005933, -3px 4px 0 #005933, 3px 4px 0 #005933, -4px -3px 0 #005933, 4px -3px 0 #005933, -4px 3px 0 #005933, 4px 3px 0 #005933, -4px -4px 0 #005933, 4px -4px 0 #005933, -4px 4px 0 #005933, 4px 4px 0 #005933, -4px -4px 0 #005933, 4px -4px 0 #005933, -4px 4px 0 #005933, 4px 4px 0 #005933;
    letter-spacing: 3px;
}

.ses-form-text div.wpcf7 {
    margin: 0;
    position: relative;
}

.ses-form-text .ses-form-text-price {
    font-family: oswald;
    font-weight: bold;
    font-size: 33px;
    letter-spacing: 4px;
}

.ses-form-text input {
    border: 0;
    font-family: opensans;
    font-weight: normal;
    width: 32%;
    color: #669b85;
    margin: 0px 4px;
}

.ses-form-text input[type="submit"] {
    font-size: 16px;
    background: #3fb2c6;
    border: 0;
    height: 38px;
    width: auto;
    padding: 0 20px;
    text-shadow: 0px 1px 2px rgba(150, 150, 150, 1);
    color: #fff;
}

.ses-form-text .ajax-loader {
    position: absolute;
    top: 50%;
    margin-top: -2px;
}

.ses-form-text div.wpcf7-response-output {
    font-size: 14px;
    text-shadow: none;
    font-family: opensans;
    font-weight: normal;
    margin: 5px 0 0 0;
    padding: 0;
    color: yellow;
}

.ses-pdf {
    line-height: 1.8;
    margin: 20px 0 5px;
}

.ses-pdf-1 {
    background: #005933;
    color: #fff;
    padding: 11px 30px;
    font-size: 16px;
    font-weight: 600;
}

.ses-pdf-2 {
    background: #e2f4de;
    padding: 10px 25px;
    font-size: 16px;
}

.ses-pdf-2 ul {
    display: inline-block;
}

.ses-pdf-2 ul li:before {
    top: 11px;
}

.ses-pdf-2 a.blue {
    float: right;
    margin-top: 27px;
    width: auto;
    padding: 8px 26px;
}

.post .post-ses p {
    font-size: 15px;
}

.ses-2 {
    background: url(images/ses-2.png) top center no-repeat;
    background-size: cover;
    line-height: 1.8;
    margin: 40px 0px;
}

.ses-2-1 {
    font-size: 16px;
    font-weight: 600;
    color: #005933;
    padding: 28px 35px;
}

.ses-2-1-1 {
    border-left: 3px solid;
    padding-left: 14px;
}

.ses-2-2 {
    background: #005933;
    color: #fff;
    padding: 15px 35px;
    font-size: 17px;
    font-weight: 600;
}

.post ul.ses-ul {
    margin: 20px 0px;
    padding: 0;
}

.post ul.ses-ul li {
    background: #e2f4de;
    margin-bottom: 10px;
    font-weight: 600;
    list-style: none;
    content: none;
    padding: 10px 0 10px 35px;
}

.post ul.ses-ul li:before {
    content: url(images/docx.png);
    display: inline-block;
    top: 8px;
    left: 9px;
    background: none;
}

.expert-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.expert-item .expert-name {
    margin: 5px 0;
    font-family: opensans-bold;
    font-size: 18px;
}

.expert-item .expert-vac {
    margin: 10px 0;
    font-family: opensans;
    font-size: 16px;
}

.expert-item .expert-image {
    display: flex;
    width: 250px;
}

.expert-item .expert-image img {
    margin: 0 auto;
    width: 100%;
}

.expert-btn-modal {
    margin-top: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: opensans-semibold;
    padding: 8px 23px;
    color: white;
    text-decoration: none;
    background: #3fb2c6;
    box-shadow: inset 0 0 0 1px #48a4c7;
    border-radius: 5px;
}

.expert-btn-modal:hover {
    background: rgba(48, 172, 194, .81);
    color: white;
}

.comeback,
.zakazuslugi {
    background: linear-gradient(#14a459, #027946);
    background: -moz-linear-gradient(#14a459, #027946);
    background: -o-linear-gradient(#14a459, #027946);
    background: -webkit-linear-gradient(#14a459, #027946);
    border: 1px solid #068349;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px #59bb81;
    color: #fff;
    moz-border-radius: 5px;
    moz-box-shadow: inset 0 0 0 1px #59bb81;
    padding: 6px 35px;
    text-transform: uppercase;
    webkit-border-radius: 5px;
    webkit-box-shadow: inset 0 0 0 1px #59bb81;
    width: auto;
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
}

.zakazuslugi {
    float: right;
    margin-top: 0;
}

.zakazuslugi:hover {
    color: #fff;
}

.orderBlock {
    float: left;
    background: #E2F4DE;
    border-radius: 8px;
    padding: 30px 48px;
    text-align: center;
    position: relative;
    top: -70px;
}

.orderBlock img {
    max-width: 116px;
    display: block;
    margin: 0 auto 30px;
    filter: hue-rotate(75deg);
}

.orderBlock .zakazuslugi,
.btn-order,
.order-form input[type="submit"] {
    background: #EA5B5F;
    border-radius: 4px;
    font-size: 16px;
    width: 224px;
    line-height: 44px;
    box-shadow: none;
    border: 0;
    padding: 0;
    display: block;
    font-family: 'opensans-bold';
}

.btn-order {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.orderBlock .zakazuslugi:hover {
    background: #E21D23;
}

.service-content .content-top__left {
    max-width: 725px;
    float: left;
    margin-bottom: 70px;
    margin-right: 50px;
}

.service-content .content-main {
    clear: both;
}

.advantages {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 70px;
}

.item-adv {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    min-height: 250px;
    max-width: 345px;
    width: 100%;
    text-align: center;
    padding: 45px 60px 42px;
}

.item-adv__title {
    color: #444444;
    font-size: 16px;
    font-family: 'opensans-semibold';
    line-height: 24px;
    margin-top: 27px;
}

.block-why {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.block-why__left {
    max-width: 641px;
}

.block-why__green {
    background: #E2F4DE;
    border-radius: 8px;
    color: #007442;
    font-size: 18px;
    line-height: 30px;
    padding: 28px 28px 32px 32px;
    font-family: 'opensans-semibold';
    max-width: 424px;
}

.pincers {
    display: flex;
    justify-content: space-between;
}

.pincers img {
    max-width: 200px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.pincers__text h3 {
    font-size: 20px;
    font-family: 'oswald-medium';
    margin-bottom: 10px;
}

.faq-serv {
    margin-bottom: 50px;
}

.faq-serv h2 {
    background: initial;
}

.faq-serv>h2 {
    margin-left: 0;
}

.faq-serv .faq-item {
    margin-bottom: 10px;
    padding: 10px 30px;
    border-radius: 4px;
    border: 1px solid #E2F4DE;
    margin-left: 0;
    position: relative;
}

.faq-serv .faq-item.active {
    background: #E2F4DE;
}

.faq-serv .faq-item__quest {
    font-family: 'opensans-semibold';
    font-size: 18px;
    line-height: 26px;
    position: relative;
    cursor: pointer;
}

.faq-serv .faq-item__quest:after {
    position: absolute;
    content: '';
    right: 0;
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
    border: 2px solid #007442;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
}

.faq-serv .faq-item.active .faq-item__quest:after {
    transform: rotate(-135deg);
}

.faq-serv .faq-item.active .faq-item__answ {
    display: block;
    padding: 10px 35px 0 0;
}

.faq-serv .faq-item__answ {
    display: none;
}

.sertificates-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.sertificates-item {
    border: 3px solid #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);
    margin-right: 10px;
}

.sertificates-item:last-of-type {
    margin-right: 0;
}

.sertificates-item img {
    width: 211px;
    height: 303px;
    object-fit: contain;
    object-position: center;
}

.useful-pages-row {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

.useful-pages__item {
    max-width: 255px;
    border-radius: 8px;
}

.useful-pages__item:hover {
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.12);
}

.useful-pages__item img {
    max-height: 191px;
}

.useful-pages-title {
    display: block;
    font-family: 'opensans-semibold';
    line-height: 24px;
    padding: 15px 25px 14px;
    text-align: center;
    color: #333;
}

.products {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.product-item {
    max-width: 255px;
    min-height: 310px;
    margin-bottom: 25px;
    border: 1px solid #F1F1F1;
    border-radius: 8px;
    margin-right: 25px;
}

.product-item:nth-child(4n) {
    margin-right: 0;
}

.product-item img {
    width: 255px;
    height: 191px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 10px;
}

.product-item__info {
    padding: 10px 20px 31px 20px;
}

.product-item .title {
    font-family: 'opensans-semibold';
    line-height: 24px;
    margin-bottom: 16px;
}

.product-item__bottom {
    display: flex;
    justify-content: space-between;
}

.product-price {
    color: #EA5B5F;
    font-family: 'oswald-medium';
    font-size: 22px;
}

.product-item .btn-more {
    background: #007442;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'opensans-semibold';
    line-height: 36px;
    min-width: 114px;
    padding-left: 20px;
    padding-right: 20px;
}

.product-item .btn-more:hover {
    background: #37AD9D;
}

.product-content {
    display: flex;
    margin-bottom: 50px;
}

.product-content__left {
    margin-right: 50px;
}

.product-content__left img {
    width: 427px;
    max-width: 100%;
    height: 320px;
    object-fit: scale-down;
    object-position: center;
    border: 1px solid #F1F1F1;
}

.product-content__right .title {
    margin-bottom: 50px;
}

.product-content__right .amount {
    font-family: 'oswald-medium';
    font-size: 26px;
    margin-bottom: 15px;
    display: inline-block;
}

.product-content__right .woocommerce-Price-currencySymbol {
    font-size: 22px;
}

ul.list-flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 341px;
    justify-content: space-between;
}

ul.list-flex li {
    width: 120px;
    max-width: 50%;
}

.comment-metadata time {
    display: none;
}

.menu-fixed__phone{
    font-size: 22px;
    color: #fff;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 50px;
    font-family: 'oswald-medium';
    align-items: center;
    justify-content: space-between;
    display: none;
}
.menu-fixed__phone a{
    color: white;
    letter-spacing: 0.04em;
    margin-left: 10px;
}

/* media */

@media (min-width: 1500px) {
    .container {
        width: 1500px;
    }
    .navbar-nav>li>a,
    .navbar-nav>li>span {
        padding-left: 22px;
        padding-right: 22px;
    }
    .menu-fixed__phone{
        display: block;
    }
}

@media (min-width:1200px) {
    .navbar-nav>li>a,
    .navbar-nav>li>span {
        padding-left: 8px;
        padding-right: 8px;
    }
    .div-1 {
        float: left;
        width: 360px;
    }
    .div-2 {
        float: left;
        width: 250px;
    }
}

@media (max-width:1499px) {
    .ses-block span {
        width: 64%;
    }
    .ses-form-text {
        font-size: 21px;
    }
    .ses-form-text .ses-form-text-price {
        font-size: 26px;
    }
    .ses-form-text input {
        width: 30%;
    }
    .ses-form-text input[type="submit"] {
        font-size: 15px;
        padding: 0 8px;
    }
    .ses-pdf-2 a.blue {
        float: none;
        margin-top: 15px;
        width: 185px;
    }
    .banner-teach.subpage-banner .right-block img {
        object-fit: cover;
        height: 100%;
    }
    .addition-description {
        display: none;
    }
    .plaha {
        width: 20%;
    }
    .banner-teach .left-block {
        padding: 10px 30px 15px 30px;
    }
    .slider-teach .gal-descr {
        right: -172px;
        padding: 20px 55px;
    }
    .swiper-button-next.swiper-button-white {
        right: -25px;
    }
    .block-text-form .form-block .mail-bonus .bonus-send {
        padding: 6px 15px;
    }
    #masthead .container {
        background-position-x: 20%;
    }
    .service-content .content-top__left {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .orderBlock {
        top: 0;
        margin-bottom: 30px;
    }
    .advantages,
    .sertificates-row {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .item-adv,
    .sertificates-item,
    .useful-pages__item {
        margin-bottom: 20px;
    }
    .block-why,
    .useful-pages-row {
        flex-wrap: wrap;
    }
    .block-why__left {
        max-width: 100%;
    }
    .block-why__green {
        margin: auto;
    }
    .product-item:nth-child(3n) {
        margin-right: 0;
    }
    .product-item:nth-child(4n) {
        margin-right: 25px;
    }
}

@media (max-width: 1499px) and (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (max-width:1199px) {
    .bobanslogan {
        width: 84%;
    }
    .navbar-nav>li>a,
    .navbar-nav>li>span {
        font-size: 12px;
    }
    .ymap-container {
        background-position: center !important;
    }
    body.woocommerce-page ul.products li.product {
        max-width: 155px;
    }
    .plaha {
        width: 18%;
    }
	.plaha.rats {
        width: 23%;
    }
    .banner-teach .left-block h3 {
        font-size: 26px;
    }
    .banner-teach .left-block div {
        font-size: 14px;
    }
    .banner-teach .right-block {
        display: flex;
    }
    .banner-teach .right-block img {
        margin: auto;
    }
    .slider-teach .gal-descr {
        right: -120px;
        padding: 20px 15px;
        font-size: 15px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        height: 126px !important;
    }
    .block-text-form .form-zagl {
        font-size: 30px;
    }
    .block-text-form .podzagl {
        font-size: 22px;
    }
    .block-text-form .form-block {
        flex-direction: column;
    }
    .block-text-form .form-block .left-text {
        width: 100%;
    }
    .block-text-form .form-block .right-form {
        width: 100%;
    }
    .form-bonus {
        background-size: 100% 70%;
    }
    .tarif .tarif-item {
        width: 40%;
        margin-bottom: 15px;
    }
    .geography {
        flex-direction: column;
    }
    .profile-map {
        width: 100%;
    }
    .map {
        width: 100%;
    }
    .faq .faq-item {
        margin-left: 0;
    }
    .ssilki {
        flex-wrap: wrap;
    }
    .ssilki>div,
    .ssilki address {
        width: 100%;
        text-align: left;
    }
    #masthead {
        padding-bottom: 15px;
    }
    #masthead .container {
        background-position-x: 28%;
        background-position-y: center;
    }
    .orderBlock {
        float: none;
        clear: both;
        max-width: 320px;
        min-height: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .block-why__green {
        max-width: 100%;
    }
    .product-item:nth-child(2n) {
        margin-right: 0;
    }
    .product-item:nth-child(3n),
    .product-item:nth-child(4n) {
        margin-right: 25px;
    }
    .order-form {
        flex-wrap: wrap;
    }
    .order-form__left {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    .order-form__left:after {
        top: 100%;
        bottom: 0;
        right: 0px;
        left: 0px;
        height: 2px;
        width: auto;
    }
    .order-form__left .phone {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 14px;
    }
}

@media (max-width:991px) {
    .homecallbackright,
    .homecallbackleft {
        width: 100%;
    }
    .linkyt {
        margin-right: 0;
    }
    .ses-form-text input {
        width: 100%;
    }
    .ses-2 {
        background-size: auto;
    }
    .fix-menu {
        display: none;
    }
    .navbar-nav>li:hover>.sub-menu {
        display: none !important;
    }
    .navbar-nav {
        border-radius: 0 0 8px 8px;
        margin: 0 -15px;
        moz-border-radius: 0 0 8px 8px;
        webkit-border-radius: 0 0 8px 8px;
    }
    .navbar-nav li:last-child a {
        border-radius: 0 0 8px 8px;
        moz-border-radius: 0 0 8px 8px;
        webkit-border-radius: 0 0 8px 8px;
    }
    .navbar-collapse {
        padding: 0 15px;
    }
    .navbar-nav>li>a,
    .navbar-nav>li>span {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-nav>li>a:before,
    .navbar-nav>li>a:after,
    .navbar-nav>li>span:before,
    .navbar-nav>li>span:after {
        display: none;
    }
    .navbar-collapse.in {
        overflow-y: unset !important;
    }
    #menu-glavnoe-menyu>li:last-child,
    #menu-glavnoe-menyu-1>li:last-child {
        max-width: 100%;
        text-align: left;
    }
    .leaves-bottom {
        display: none!important;
    }
    .footer-menu>li a {
        font-size: 10px;
    }
    .navbar-header {
        border-radius: 8px;
        moz-border-radius: 8px;
        webkit-border-radius: 8px;
    }
    .navbar-nav>li>a,
    .navbar-nav>li>span {
        font-size: 9px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .contact-form input[type="text"],
    .contact-form input[type="tel"] {
        margin-left: 0!important;
        width: 100%!important;
    }
    .order-form {
        padding-left: 30px;
        padding-right: 30px;
    }
    .order-form input[type="submit"] {
        padding: 6px;
    }
    .plaha {
        width: 24%;
    }
    .banner-teach .left-block {
        padding: 20px 30px 25px 30px;
        width: 100%;
    }
    .banner-teach .right-block {
        display: none;
    }
    .know-item:nth-child(2n+1) {
        margin-right: 0;
    }
    .know-item {
        width: 100%;
    }
    .slider-teach .gal-descr {
        width: 100%;
        position: initial;
    }
    .gallery {
        flex-direction: column;
    }
    .gallery .gal {
        width: 100%;
    }
    .white-box-gal {
        width: 100%;
    }
    .teach-notice .notice-image {
        display: none;
    }
    .teach-notice .notice-text {
        font-size: 14px;
    }
    .block-text-form .form-zagl {
        font-size: 25px;
        top: -20px;
    }
    .block-text-form .podzagl {
        font-size: 18px;
    }
    .block-text-form .form-block .left-text {
        font-size: 14px;
    }
    .block-text-form .form-block .mail-bonus .bonus-send {
        padding: 6px 5px;
        font-size: 10px;
    }
    .course-item {
        width: 40%;
        margin-bottom: 15px;
    }
    .tarif .tarif-item {
        width: 48%;
    }
    #masthead .container {
        background: none;
    }
    .header-logo {
        text-align: center;
    }
    .ssilki {
        flex-direction: column;
        justify-items: center;
    }
    #masthead address,
    #masthead .phone .inner {
        display: flex;
        justify-content: space-between;
    }
    #masthead .phone .inner {
        align-items: center;
    }
    .pincers {
        flex-wrap: wrap;
    }
    .useful-pages-row,
    .pincers {
        justify-content: center;
    }
	.rats-links {
		flex-wrap: wrap;
	}
	.plaha.rats {
    	width: 44%;
	}
}

@media (max-width:768px) {
    #cart-menu {
        left: auto!important;
        right: 6%!important;
    }
    .box-5-1 {
        border: none;
        box-shadow: none;
        display: none;
        top: 130px;
        z-index: 10;
    }
    .box-5-2 {
        font-size: 20px;
        margin-top: 0;
        text-align: center;
        text-align: left;
    }
    .box-5-3 {
        font-size: 20px;
        margin-top: 0;
        text-align: center;
        text-align: left;
    }
    .box-5-4 {
        font-size: 20px;
        margin-top: 0;
        text-align: center;
        text-align: left;
    }
    .box-5-5 {
        font-size: 20px;
        margin-top: 0;
        text-align: center;
        text-align: left;
    }
    .drvfegresyvhres {
        height: 15px;
    }
    .boxtwoo {
        height: 0;
    }
    .mobfix {
        margin-top: -35px;
    }
    #masthead,
    #masthead .text-right {
        text-align: center;
    }
    #masthead {
        background-position: left bottom;
    }
    .widget.promo img {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .bobanslogan {
        width: 100%;
    }
    #toTop {
        bottom: 120px;
        right: 15px;
        left: auto;
        z-index: 99999;
    }
    #menu-glavnoe-menyu>li:last-child a,
    #menu-glavnoe-menyu-1>li:last-child a {
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
    }
    #menu-glavnoe-menyu>li:last-child,
    #menu-glavnoe-menyu-1>li:last-child {
        max-width: 100%;
        text-align: left;
    }
    .footer-button-wrapper #fav {
        float: none!important;
    }
    .widget_nav_menu:after {
        right: -15px;
    }
    footer {
        text-align: center;
    }
    footer br {
        display: none!important;
    }
    #fav,
    #fav1 {
        display: block;
        margin: 0 auto 10px;
    }
    .product-type-simple {
        height: auto!important;
    }
    body.woocommerce ul.products li.product:nth-child(2n),
    body.woocommerce-page ul.products li.product:nth-child(2n),
    body.woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n),
    body.woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
        clearfix: both!important;
        float: none;
    }
    .ssilki {
        text-align: center;
    }
    #navbar-mobile .sub-menu {
        display: none;
    }
    .alignnone {
        margin-left: auto;
        margin-right: auto;
    }
    .mobile {
        display: inline-block;
    }
    body aside.col-sm-4 {
        background: #fff;
        background-color: #fff;
        box-shadow: 3px 4px 20px rgba(0, 0, 0, .2);
        height: 100%;
        left: -380px;
        max-width: 260px;
        moz-transition: .25s ease-in-out;
        o-transition: .25s ease-in-out;
        overflow-y: auto;
        padding: 0;
        padding-bottom: 20px;
        position: fixed;
        top: 0;
        transition: .25s ease-in-out;
        webkit-transition: .25s ease-in-out;
        z-index: 500000000;
    }
    body aside.sidebar_open {
        left: 0;
    }
    body aside.sidebar_open img {
        margin: 0 auto 0;
        width: 80%;
    }
    .body_shadow {
        background: rgba(0, 0, 0, .6);
        display: none;
        height: 100%;
        left: 0;
        moz-transition: .25s ease-in-out;
        opacity: 0;
        o-transition: .25s ease-in-out;
        position: absolute;
        top: 0;
        transition: .25s ease-in-out;
        webkit-transition: .25s ease-in-out;
        width: 100%;
        z-index: 50000000;
    }
    .mobile_sidebar_toggler {
        background-color: #fff;
        border: 1px solid #007442;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        box-shadow: 3px 4px 20px rgba(0, 0, 0, .2);
        cursor: pointer;
        height: 200px;
        left: 0;
        moz-transition: .25s ease-in-out;
        opacity: .3;
        o-transition: .25s ease-in-out;
        position: fixed;
        top: 150px;
        transition: .25s ease-in-out;
        webkit-transition: .25s ease-in-out;
        width: 60px;
        z-index: 5000000000;
    }
    .mobile_sidebar_toggler.sidebar_open {
        left: 260px;
        opacity: 1;
    }
    #nav-icon_mobile {
        cursor: pointer;
        height: 35px;
        margin: 15px 5px 71px 5px;
        moz-transform: rotate(0deg);
        moz-transition: .5s ease-in-out;
        o-transform: rotate(0deg);
        o-transition: .5s ease-in-out;
        position: relative;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        webkit-transform: rotate(0deg);
        webkit-transition: .5s ease-in-out;
        width: 50px;
        z-index: 50000;
    }
    #nav-icon_mobile span {
        background: #007442;
        border-radius: 9px;
        display: block;
        height: 9px;
        left: 0;
        moz-transform: rotate(0deg);
        moz-transition: .25s ease-in-out;
        opacity: 1;
        o-transform: rotate(0deg);
        o-transition: .25s ease-in-out;
        position: absolute;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
        webkit-transform: rotate(0deg);
        webkit-transition: .25s ease-in-out;
        width: 100%;
    }
    #nav-icon_mobile span:nth-child(1) {
        top: 0;
    }
    #nav-icon_mobile span:nth-child(2) {
        top: 18px;
    }
    #nav-icon_mobile span:nth-child(3) {
        top: 36px;
    }
    #nav-icon_mobile.sidebar_open span:nth-child(1) {
        moz-transform: rotate(135deg);
        o-transform: rotate(135deg);
        top: 18px;
        transform: rotate(135deg);
        webkit-transform: rotate(135deg);
    }
    #nav-icon_mobile.sidebar_open span:nth-child(2) {
        left: -60px;
        opacity: 0;
    }
    #nav-icon_mobile.sidebar_open span:nth-child(3) {
        moz-transform: rotate(-135deg);
        o-transform: rotate(-135deg);
        top: 18px;
        transform: rotate(-135deg);
        webkit-transform: rotate(-135deg);
    }
    .sidebar_toggler_text {
        color: #007442;
        font-size: 30px;
        font-weight: 700;
        height: 30px;
        margin-left: -35px;
        moz-transform: rotate(-90deg);
        moz-transition: color .25s ease-in-out;
        o-transform: rotate(-90deg);
        o-transition: color .25s ease-in-out;
        padding: 5px;
        text-align: center;
        text-transform: uppercase;
        transform: rotate(-90deg);
        transition: color .25s ease-in-out;
        webkit-transform: rotate(-90deg);
        webkit-transition: color .25s ease-in-out;
        width: 110px;
    }
    .sakara,
    .widget {
        border-radius: 0;
        moz-border-radius: 0;
        webkit-border-radius: 0;
    }
    .widget {
        margin-bottom: 20px!important;
    }
    .widget_nav_menu:nth-child(3),
    .widget_nav_menu:nth-child(2),
    .widget_nav_menu:nth-child(1),
    .widget_nav_menu:nth-child(4) {
        margin-bottom: 0!important;
    }
    .widget_nav_menu:before,
    .widget_nav_menu:after {
        display: none!important;
    }
    .widget_nav_menu {
        border: none;
    }
    .zagolovok {
        font-size: 16px;
    }
    .su-box-style-default .features-table {
        width: 100%;
    }
    .products {
        text-align: center;
    }
    .order-form form,
    .order-form .data-lock {
        text-align: center;
    }
    .order-form input[type="submit"] {
        padding: 6px 35px;
    }
    .plaha {
        width: 51%;
    }
    .gallery .gal {
        width: 90%;
        margin: auto;
    }
    .gallery-top .swiper-slide {
        background-size: 100%;
    }
    .faq .faq-item {
        margin-left: 90px;
    }
    .faq-serv .faq-item {
        margin-left: 0;
    }
    .faq .fq-answer {
        padding: 25px 80px 25px 35px;
    }
    .gallery-thumbs .swiper-slide {
        background-size: 100%;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 40% !important;
    }
    .faq .f-question,
    .faq .fq-answer {
        font-size: 16px;
    }
    .yandex-share {
        display: block;
        float: none!important;
    }
    .footer-menu {
        display: none;
    }
    footer .phone,
    .working-time {
        text-align: left;
    }
    .contact-form:before,
    .contact-form:after {
        display: none!important;
    }
    img.klop {
        display: none;
    }
    .selected {
        width: 100%;
    }
    .summa {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    ul.vxodit li {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 28px;
    }
    .preparats {
        padding: 10px;
        background-image: none;
    }
    .preparats.jobers {
        background-image: none;
    }
    .polya {
        display: block;
        width: 100%;
    }
    .ext-callback-field-name,
    .ext-callback-field-phone {
        width: 100%;
    }
    .bannerdog {
        background: none;
        padding-left: 0;
    }
    .modalb .text-name,
    .modalb .text-phone {
        margin: 0 auto 10px;
        width: 100%;
        display: block;
        max-width: 100%;
    }
    .modal-window-header {
        padding: 30px 30px;
        font-size: 23px;
    }
    .modal-window-close {
        right: 10px;
        top: 10px;
    }
    .useful-pages-row {
        flex-direction: column;
        align-items: center;
    }
    .useful-pages__item {
        width: 75%;
        max-width: none;
    }
    .useful-pages__item img {
        max-height: none;
        width: 100%;
    }
    .products {
        justify-content: space-around;
    }
    .product-item:nth-child(n) {
        margin-right: 0;
    }
}

@media (max-width: 650px) {
    .expert-item {
        flex-direction: column;
    }
    .expert-item .expert-text p {
        text-align: center;
    }
}

@media (max-width: 576px) {
    #masthead address,
    #masthead .phone .inner {
        flex-direction: column;
    }
    #masthead address {
        align-items: center;
        margin-bottom: 20px;
    }
    #masthead address>div {
        text-align: center;
        width: initial;
    }
    .order-form {
        padding: 15px 10px;
    }
    .order-form input[type="submit"] {
        width: 100% !important;
        margin-bottom: 0;
    }
    .product-content {
        flex-wrap: wrap;
    }
    .product-content__left {
        margin: 0 auto 20px;
    }
	.plaha.rats {
        width: 100%;
    }
}

@media (max-width:560px) {
    .owl-caption {
        display: none;
    }
}

@media (max-width:550px) {
    body {
        min-width: auto!important;
    }
    .leaves-top,
    .order-form:before {
        display: none!important;
    }
    .logo {
        margin-left: 0!important;
    }
    .features-table tr td {
        font-size: 12px;
        padding: 3px 4px;
        white-space: normal;
    }
    .form-bonus {
        background: none;
        padding-top: 0;
    }
    .block-text-form {
        border-radius: 15px;
    }
    .block-text-form .form-zagl {
        position: initial;
    }
    .block-text-form .form-block .mail-bonus {
        flex-direction: column;
        margin-top: 10px;
    }
    .block-text-form .form-block .mail-bonus span {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
    }
    .block-text-form .form-block .mail-bonus .bonus-send {
        padding: 11px 11px;
        font-size: 13px;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }
    .useful-pages__item {
        width: 90%;
    }
    .block-why__green {
        padding: 15px;
    }
    .faq-serv .faq-item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:479px) {
    .mess_custom_block {
        display: none!important;
    }
}

@media (max-width: 450px) {
    .tarif .tarif-item {
        width: 80%;
    }
}

@media (max-width:425px) {
    #masthead {
        background: none;
    }
    #masthead,
    #masthead .text-right {
        text-align: center;
    }
    .logo {
        margin-left: 130px;
        text-align: center;
    }
    #masthead {
        background-position: left bottom;
    }
}