@import url("/public/css/content.css");


html, body {
    font-size: 14px;
    font-family: Roboto, Arial;
    margin: 0;
    padding: 0;
    line-height: 19px;
    color: #000;
}

html {
    height: 100%;
}

body {
    background: #ffffff;
}

.main-page .page-title {
    margin: 0 0 12px 0;
    text-shadow: 0 1px 0 #fff;
}

.page-container {
    height: 100%;
    margin: 0;
    padding: 0;
}

.page-wrapper {
    position: relative;
    min-height: 100%;
}

body.-loading {
    opacity: 0;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}

* html .page-wrapper {
    height: 100%;
}

.page-buffer .mobile-cap {
    display: none;
}

.mobile-menu-wrapper {
    display: none;
}

.page-buffer .cap .contacts-block {
    position: absolute;
    top: 30px;
    left: 2px;
}

.page-buffer .cap .contacts-block .link {
    position: relative;
    text-decoration: none;
    color: #fff;
    margin: 4px 30px 4px 0;
    border-radius: 4px;
    padding: 2px;
    border: 1px solid rgba(0, 0, 0, 0);
    float: left;
}

.page-buffer .cap .contacts-block .link .contact-word:before {
    content: "";
    position: absolute;
    left: 25px;
    top: 0;
    bottom: -3px;
    right: -8px;
    border-radius: 8px;
    box-shadow: inset 0 -1px 0 0px #75b8e2, inset 0px 3px 20px -6px rgba(0, 32, 53, 0.6);
    text-shadow: 0 -1px 0 #044b79;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}

.page-buffer .cap .contacts-block .link:hover .contact-word:before {
    opacity: 1;
}

.page-buffer .cap .contacts-block .phone .icon {
    left: 2px;
    top: -1px;
}

.page-buffer .cap .contacts-block .icon {
    position: absolute;
    left: 0px;
    top: -2px;
    font-size: 20px;
    text-shadow: 1px 6px 12px rgba(0, 30, 49, 0.12);
    -webkit-transition: color 200ms ease-out;
    transition: color 200ms ease-out;
}

.page-buffer .cap .contacts-block .link:hover .icon {
    color: #ffeb3b;
}

.page-buffer .cap .contacts-block .contact-text {
    position: relative;
    display: block;
}

.page-buffer .cap .contacts-block .contact-word {
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding-left: 32px;
    margin-bottom: 8px;
    text-shadow: 0 -1px 0 #196a9e;
}

.page-buffer .cap .contacts-block .contact-data {
    position: relative;
    font-size: 15px;
    color: #ffeb3b;
    display: block;
}

.page-buffer .cap .contacts-block .email .contact-data {
    letter-spacing: 0.02em;
}

.page-buffer .cap {
    position: relative;
    z-index: 110;
    background: #30353c;
    background: #ffffff;
}

.page-buffer .cap-inner {
    position: relative;
    height: 174px;
}

.cap-inner .cap-top {
    position: relative;
    min-height: 96px;
}

.cap-inner .cap-bottom {
    position: relative;
}

.cap-table-wrapper {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.cap-table-wrapper .cap-cell {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 0px 6px;
}

.cap .feedback-container {
    position: relative;
    max-width: 200px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    min-height: 67px;
}

.cap .feedback-container .directormail {
    color: #ffffff;
    font-size: 14px;
    position: relative;
    display: inline-block;
    border-radius: 3px;
    padding: 8px 10px;
    background: #ffb619;
    text-decoration: none;
    top: 5px;
    margin: 0 0 1px 0;
    text-align: center;
}

.cap .feedback-btn {
    position: relative;
    display: block;
    background: #ffb619;
    text-align: center;
    text-decoration: none;
    padding: 8px 6px;
    color: #fff;
    border-radius: 3px;
}

.cap .callme-btn {
    text-decoration: none;
    color: #6d6d6d;
    font-size: 15px;
    position: relative;
    margin: 7px 0 0 0;
    display: inline-block;
}

.cap .callme-btn .icon {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    top: -1px;
    left: -1px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #333333;
}

.cap .callme-btn .callme-label {
    position: relative;
    display: inline-block;
}

.cap .callme-btn .callme-label:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: dashed 1px #6d6d6d;
}

.cap .callme-btn:hover .callme-label {
    color: #5ac441;
}

.cap .callme-btn:hover .callme-label:before {
    border-bottom: dashed 1px #5ac441;
}

.cap .logo-wrapper {
    z-index: 1;
    width: 200px;
}

.cap .logo {
    position: relative;
    display: inline-block;
    padding-left: 80px;
    text-decoration: none;
    color: inherit;
    margin: 20px 0;
}

.cap .logo-icon {
    background: url(/public/img/logo.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    left: 10px;
}

.cap .logo-label {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #3c3c3c;
    text-transform: uppercase;
    margin: 4px 0;
}

.cap .logo-registered {
    background: #fff;
    font-size: 13px;
    position: absolute;
    right: -4px;
    top: -3px;
    border-radius: 10px;
    padding: 3px;
}

.cap .logo-label-row {
    display: block;
}

.page-buffer .content {
    position: relative;
}

.page-buffer .content .block-header {
    position: relative;
}

.page-buffer .content .page-title {
    display: inline-block;
    position: relative;
    margin-top: 0;
}

.page-buffer .content-columns {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.page-buffer .content-columns .column {
    display: table-cell;
    padding: 0 10px;
    vertical-align: top;
}

.page-buffer .content-columns .left-column {
    width: 280px;
    padding-left: 0;
}

.main-page .page-buffer .content-columns .left-column {
    display: none;
}

.page-buffer .content-columns .left-coumn-wrapper {
    z-index: 10;
}

.page-buffer .content-columns .left-column h2 {
    font-size: 16px;
    margin-top: 40px;
}

.page-buffer .content-columns .column:empty {
    display: none;
}

.page-buffer .content-columns .column:empty + .center-column {
    padding-left: 0;
}

.page-buffer .content-columns .center-column {
    padding-right: 0;
}

.left-submenu {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    position: relative;
}

.left-submenu li:first-child a {
    border-top: 1px solid #ebeef1;
}

.left-submenu a {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0px 0;
    padding: 11px 30px 11px 10px;
    text-decoration: none;
    color: #807161;
    -webkit-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
    border-bottom: 1px solid #ebeef1;
}

.left-submenu .icon {
    position: absolute;
    right: 10px;
    color: #7b8e9a;
}

.left-submenu a.active, .left-submenu a:hover {
    background: #4bb933;
    color: #fff;
}

.left-submenu a.active .icon, .left-submenu a:hover .icon {
    color: #fff;
}

.left-submenu.-addon-submenu {
    margin-left: 5px;
}

.left-submenu.-addon-submenu:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    height: 100%;
    width: 4px;
    background: #f9b519;
}

.left-block {
    max-height: 9999px;
    padding: 10px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
    transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
    position: relative;
}

.left-block.-hidden {
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
    transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
}

.left-block .left-block-title {
    font-size: 14px;
    display: inline-block;
    margin: 20px 4px 16px 4px;
    font-size: 17px;
}

.left-cat-list {
    padding: 0;
}

.left-block.left-cat-list, .left-block.recently-viewed-items-container {
    border-top: 0;
}

.left-block .search-block .search-input-container {
    position: relative;
}

.left-block .search-block .quicksearch {
    position: relative;
    border-radius: 6px;
    border: 1px solid #fdd749;
    padding: 6px 35px 6px 4px;
}

.left-block .search-block .search-go {
    position: absolute;
    text-decoration: none;
    background: #fddc4f;
    color: #555;
    padding: 7px 8px 8px 8px;
    border-radius: 0 6px 6px 0;
    box-shadow: inset 0px -10px 8px -2px rgba(255, 199, 55, 0.78), inset -1px 1px 0px 0px #ffc737;
    top: 5px;
    right: 0px;
    -webkit-transition: all 120ms ease-out;
    transition: all 120ms ease-out;
}

.left-block .search-block .search-go:hover {
    box-shadow: inset 0px -10px 8px -2px #f72b74, inset -1px 1px 0px 0px #d22765;
    background: #ff4b8c;
    color: #fff;
}

.left-block .search-block .search-go:active {
    box-shadow: inset 0 4px 6px -4px #75022c, inset 0 -2px 2px -2px rgba(255, 255, 255, 0.64);
}

.left-cat-list .left-categories-list {
    position: relative;
}

.left-cat-list .left-category {
    position: relative;
}

.left-cat-list a {
    text-decoration: none;
}

.left-cat-list .category-name {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0px 0;
    padding: 11px 30px 11px 10px;
    text-decoration: none;
    color: #333;
    -webkit-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
    border-bottom: 1px solid #ebeef1;
}

.left-cat-list .left-category:first-child .category-name {
    border-top-width: 1px;
}

.left-cat-list .category-name:hover, .left-cat-list .category-name.active {
    -webkit-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
    background: #5ac441;
    color: #fff;
}

.left-cat-list .subcategory .category-name {
    -webkit-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
}

.left-cat-list .subcategory .category-name:hover {
    z-index: 2;
}

.left-cat-list .left-categories-sublist {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
    transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
}

.left-cat-list .left-categories-sublist.-visible {
    top: 0;
    left: 260px;
    visibility: visible;
    opacity: 1;
}

.left-cat-list .categories-table-wrapper {
    position: relative;
}

.left-cat-list .subcategory .category-name {
    display: table;
    width: 100%;
    margin: 6px 0;
    table-layout: fixed;
    vertical-align: middle;
}

.left-cat-list .subcategory .left-category-img {
    position: absolute;
    display: table-cell;
    width: 40px;
    height: 40px;
    -webkit-transition: all 140ms ease-out;
    transition: all 140ms ease-out;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-size: 23px;
    text-align: center;
    line-height: 40px;
    display: none;
}

.left-cat-list .subcategory .left-category-img .no-photo {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #adacac;
    background: #fff;
}

.left-cat-list .subcategory .cat-item-name {
    position: relative;
    display: table-cell;
    width: 230px;
    vertical-align: middle;
    padding-left: 20px;
}

.left-cat-list .left-categories-last-list {
    margin-left: 10px;
    background: #66fb9c;
}

.left-cat-list .trigger {
    position: absolute;
    top: 0;
    margin: 6px 0 0 0;
    text-align: center;
    cursor: pointer;
    z-index: 5;
    font-size: 20px;
    line-height: 28px;
    height: 28px;
    width: 28px;
    -webkit-transition: all 500ms cubic-bezier(0.59, 1.64, 0.435, 0.84);
    transition: all 500ms cubic-bezier(0.59, 1.64, 0.435, 0.84);
    right: 0;
    color: #7b8e9a;
    border-radius: 100%;
}

.left-cat-list .category-name.active + .trigger {
    background: #5ac441;
    color: #fff;
}

.left-cat-list .trigger:hover {
    color: #fff;
    background: #5ac441;
}

.left-cat-list .trigger.-expand {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    background: #5ac441;
    color: #fff;
}

.left-cat-list .trigger.-expand + .left-categories-sublist {
    max-height: 9999px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
    transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
}

.cap .contact-block {
    z-index: 2;
}

.cap .cart-block {
    text-align: right;
}

.cap .cap-action-block {
    width: 200px;
}

.cap .contact-block .contact-element {
    color: #333333;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    display: inline-block;
    margin: 5px 0;
    top: 6px;
    white-space: nowrap;
}

.cap .contact-block .contact-element.phone-block {
    top: 9px;
}

.cap .phone-info {
    font-size: 13px;
    letter-spacing: 0.18em;
    color: #262524;
    margin-bottom: -20px;
    line-height: 11px;
}

.cap .cap-action-block .contact-element:before,
.cap .contact-block .contact-element:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: -6px;
    top: -5px;
    border-radius: 16px;
    box-shadow: 0 0 0 1px #ffb619, 0 6px 9px -2px rgba(208, 171, 91, 0.51);
    padding: 4px 4px 4px 13px;
    opacity: 0;
    -webkit-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
}

.cap .cap-action-block .city.contact-element:hover:before,
.cap .contact-block .city.contact-element:hover:before {
    opacity: 1;
}

.cap .contact-element.city {
    color: #6d6d6d;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.cap .city-select-corner {
    color: #333;
    position: relative;
    top: 0px;
    width: 22px;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #5ac441;
    display: inline-block;
    margin: 0 0 0 6px;
}

.cap .cities-list {
    width: 250px;
    -webkit-transition: top 200ms ease-out, opacity 200ms ease-out;
    transition: top 200ms ease-out, opacity 200ms ease-out;
    position: absolute;
    max-height: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2), 0 6px 9px -2px rgba(208, 171, 91, 0.51);
    overflow: hidden;
    top: 50px;
    opacity: 0;
    background: #ffffff;
    right: 0;
}

.cap .cities-list:before {
    position: absolute;
    z-index: 10;
    top: -6px;
    right: 9px;
    content: "";
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid #f5f5f5;
    border-left: 6px solid rgba(0, 0, 0, 0);
}

.cap .cities-list.-visible {
    max-height: 600px;
    top: 40px;
    opacity: 1;
    overflow: visible;
}

.cap .cities-list .city-select {
    padding: 7px 13px;
    -webkit-transition: all 160ms ease-out;
    transition: all 160ms ease-out;
    color: #333;
}

.cap .cities-list .city-select:hover {
    background: #5ac441;
    color: #fff;
}

.cap .city-phone, .cap .city-name {
    display: inline-block;
    position: relative;
}

.cap .city-name[data-city-length="1"], .cap .city-name[data-city-length="2"], .cap .city-name[data-city-length="3"], .cap .city-name[data-city-length="4"], .cap .city-name[data-city-length="5"], .cap .city-name[data-city-length="6"], .cap .city-name[data-city-length="7"], .cap .city-name[data-city-length="8"], .cap .city-name[data-city-length="9"], .cap .city-name[data-city-length="10"] {
    font-size: 17px;
}

.cap .city-name {
    font-size: 14px;
}

.cap .city-phone {
    color: inherit;
    text-decoration: none;
    font-size: 17px;
    position: relative;
}

.cap .-hidden {
    display: none;
}

.cap .city-name:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: dashed 1px #6d6d6d;
}

.cap .cap-action-block .contact-element .icon,
.cap .contact-block .contact-element .icon {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    top: -1px;
    right: 8px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #333333;
}

.cap .cart-block {
    z-index: 2;
}

.cap .cart-block .popup-list {
    width: 290px;
    -webkit-transition: top 200ms ease-out, opacity 200ms ease-out;
    transition: top 200ms ease-out, opacity 200ms ease-out;
    position: absolute;
    max-height: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2), 0 6px 9px -2px rgba(134, 208, 91, 0.31);
    overflow: hidden;
    top: 70px;
    opacity: 0;
    background: #e2e2e2;
    right: 0;
}

.cap .cart-block .popup-list:before {
    position: absolute;
    z-index: 10;
    top: -6px;
    right: 80px;
    content: "";
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid #f5f5f5;
    border-left: 6px solid rgba(0, 0, 0, 0);
}

.cap .cart-block .cart-link:hover + .popup-list,
.cap .cart-block .popup-list:hover {
    max-height: 320px;
    top: 50px;
    opacity: 1;
    overflow: visible;
    z-index: 1;
}

.cap .cart-block .catalog-entry {
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    margin: 10px 10px 0 0;
    color: inherit;
}

.cap .cart-block .catalog-entry .icon {
    margin: 0 5px 0 0;
    color: #42ad28;
}

.cap .cart-block .cost-data .total {
    display: block;
    position: relative;
    padding: 10px;
    text-align: right;
}

.cap .cart-block .cost-data .total-label {
    display: inline-block;
    position: relative;
}

.cap .cart-block .cost-data .total-result {
    position: relative;
    display: inline-block;
}

.cap .cart-block .cost-data .go-to-cart {
    display: block;
    position: relative;
    padding: 10px 10px;
    background: #ffffff;
}

.cap .cart-block .cost-data .btn {
    padding: 14px 20px 14px 20px;
    display: block;
    text-align: center;
    background: #5ac441;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
}

.cap .cart-block .cost-data .btn:hover {
    background: #408a2f;
}

.cart-block[data-items-count="0"] .cost-data, .cart-block[data-items-count="0"] .popup-list {
    display: none !important;
}

.cap .cart-block .count-empty {
    display: none;
}

.cart-block[data-items-count="0"] .count-empty {
    display: inline-block;
}

.cap .cart-block .cart-icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 2px;
    right: 8px;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #5ac441;
}

.cap .cart-block .cart-icon:before {
    font-family: "FontAwesome";
    content: "\f07a";
}

.cap .cart-block .data {
    position: relative;
    cursor: pointer;
    height: 38px;
    display: block;
    text-decoration: none;
    color: inherit;
    text-align: right;
}

.cap .cart-block .data-wrapper {
    position: relative;
    text-align: right;
    display: inline-block;
}

.cap .cart-block.-opened .data {
    border-radius: 0 0 5px 5px;
}

.cap .cart-block .count-data {
    position: relative;
    display: inline-block;
    top: 2px;
}

.cap .cart-block .count-label {
    font-size: 14px;
    margin-right: 5px;
    color: #5ac441;
}

.cap .cart-block .cost-data {
    position: relative;
    text-decoration: none;
    color: inherit;
    border-top: 1px solid #efeeee;
    display: block;
    width: 100%;
    background: #ffffff;
}

.cap .cart-block .cost {
    font-size: 18px;
    margin-right: 6px;
    margin-left: 3px;
    position: relative;
}

.cap .cart-block .currency {
    font-size: 12px;
}

.cap .cart-block .cart-items-list {
    position: relative;
    margin: 0;
    list-style: none;
    display: block;
    overflow: hidden;
    background: #f5f5f5;
    padding: 10px;
}

.cap .cart-block .cart-items-item {
    position: relative;
    display: block;
    height: 50px;
    margin: 0 0 10px 0;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.cap .cart-block .cart-list {
    overflow-y: scroll;
    color: #666;
    position: relative;
    max-height: 300px;
}

.cap .cart-block.-opened .cart-items-list {
    max-height: 300px;
    padding-bottom: 0;
}

.cap .cart-block.-opened {
    box-shadow: 0 6px 18px -6px rgba(0, 0, 0, 0.32);
    max-height: 400px;
}

.cap .cart-block .cart-items-item.-removed {
    overflow: hidden;
    max-height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    background: #ffe186;
}

.cap .cart-block .item-photo {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 0 1px #efeeee;
}

.cap .cart-block .item-photo .no-photo {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 52px;
}

.cap .cart-block .item-photo .photo {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.cap .cart-block .item-name {
    font-size: 13px;
    position: relative;
    margin-right: 15px;
    margin-left: 55px;
    height: 36px;
    color: #333;
    overflow: hidden;
}

.cap .cart-block .item-price {
    font-size: 13px;
    position: relative;
    margin-top: 1px;
    margin-left: 55px;
}

.cap .cart-block .remove-item {
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    color: #9d3eff;
}

.cap .cart-block .remove-item:hover {
    color: #fb9e9e;
}

.cap .contact {
    position: relative;
}

.cap .around-the-clock .icon {
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    left: -15px;
    top: -10px;
    color: #5ac441;
}

.cap .around-the-clock {
    position: relative;
    margin-top: 15px;
}

.cap .around-the-clock .time-word {
    display: inline-block;
}

.cap .around-the-clock .time {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.left-block .recently-viewed-items-list .item {
    width: 130px;
}

.left-block .recently-viewed-items-list .item {
    display: inline-block;
    overflow: hidden;
    border-radius: 1px;
}

.left-block .recently-viewed-items-list .item-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.left-block .recently-viewed-items-list .item-image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.left-block .recently-viewed-items-list .item-image img {
    height: 100%;
    display: inline-block;
}

.left-block .recently-viewed-items-list .item-name {
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 8px;
    color: #fff;
    background: rgba(0, 0, 0, 0.62);
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
    text-align: center;
}

.left-block .recently-viewed-items-list .item-link:hover .item-name {
    opacity: 1;
}

.js-simple-slider-btn {
    font-size: 39px;
    line-height: 34px;
    position: absolute;
    top: 50%;
    left: -20px;
    width: 33px;
    height: 33px;
    text-align: center;
    margin-top: -15px;
    cursor: pointer;
    color: #414142;
    border-radius: 100%;
    z-index: 1;
}

.js-simple-slider-btn-next {
    left: inherit;
    right: -20px;
}

.cap .search-block {
    position: absolute;
    z-index: 2;
    left: 0;
    display: none;
    width: 180px;
    height: 40px;
}

.cap .search-block input {
    position: relative;
    width: 180px;
    padding: 6px 35px 6px 8px;
    color: #161616;
    border: 1px solid #204f30;
    border-radius: 6px;
    background: #fefefe;
    box-shadow: inset 2px 3px 7px 0 rgba(22, 22, 22, 0.31);
}

.cap .search-block .search-go {
    line-height: 18px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 10px 3px;
    text-decoration: none;
    opacity: 0.5;
    color: #1c452a;
    -webkit-transition: opacity 120ms ease-out;
    transition: opacity 120ms ease-out;
}

.cap .search-block input:focus + .search-go, .cap .search-block .search-go:hover {
    opacity: 1;
}

.page-content {
    margin: 0 0 30px 0;
    padding: 0 0 14px 0;
}

.page-content:empty {
    display: none;
}


.page-content > .content-block > p:first-child {
    margin-top: 0;
}

.page-footer {
    position: relative;
    z-index: 1;
    background: #30353c;
    color: #fff;
    box-sizing: border-box;
}

.page-footer .mobile-footer-info {
    display: none;
}

.footer-container .pages-list {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 30px 0 12px 0;
}

.footer-container .pages-list .page-column {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
    -webkit-box-align: start;
    align-items: flex-start;
}

.footer-container .pages-list .page-column .title {
    color: #f6aa01;
    padding: 10px 0 6px 0px;
    text-transform: capitalize;
    font-size: 17px;
    display: -webkit-inline-box;
    display: inline-flex;
    border-bottom: 1px solid #f6aa01;
    text-decoration: none;
}

.footer-container .pages-list .inner-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
    -webkit-box-flex: 1;
    flex: 1;
    margin-top: 20px;
}

.footer-container .pages-list .inner-list > div {
    line-height: 2;
}

.footer-container .pages-list .inner-list .page {
    text-decoration: none;
    color: #fff;
    display: -webkit-inline-box;
    display: inline-flex;
    padding: 5px 0px;
}

.footer-container .pages-list .inner-list .page:hover {
    text-decoration: underline;
}

.footer-container .cities-list-container {
    position: relative;
    padding: 40px 0 30px 0;
}

.footer-container .cities-list-container .title {
    font-size: 23px;
    font-weight: 100;
    color: #f9b519;
}

.footer-container .cities-list {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 28px 0 12px 0;
}

.footer-container .cities-list:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: -19px;
    background: #3e454f;
    background: #f9b519;
}

.footer-container .cities-list .cities-column {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
    -webkit-box-align: start;
    align-items: flex-start;
}

.footer-container .cities-list .city {
    text-decoration: none;
    color: #fff;
    display: -webkit-inline-box;
    display: inline-flex;
    padding: 5px 0px;
}

.footer-container .cities-list .city-phone {
    color: #c1c1c1;
    margin-right: 5px;
    font-size: 13px;
}

.block-header {
    background: #F3F5F8;
    padding: 60px 0;
}

.block-header .content h1.page-title {
    font-weight: 600;
    font-size: 50px;
    color: #000;
    line-height: 59px;
    margin: 0;
    z-index: 1;
}

.block-header .page-preview {
    position: absolute;
    right: -103px;
    top: -46px;
    z-index: 0;
}

.center {
    position: relative;
    width: 1140px;
    margin: 0 auto;
}

.main-menu-container {
    position: relative;
    border-bottom: 4px solid #ffb619;
}

#main-menu {
    position: relative;
}

#main-menu > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    white-space: nowrap;
}

#main-menu > ul > li {
    position: relative;
    display: inline-block;
    white-space: normal;
}

#main-menu > ul > li > a {
    display: block;
    margin: 0;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 1;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    padding: 30px 11px;
    position: relative;
    color: #333;
}

#main-menu > ul > li > a .icon {
    font-size: 13px;
    margin: 0 6px 0 0;
}

#main-menu > ul > li .corner {
    margin-left: 3px;
    font-size: 10px;
}

#main-menu > ul > li > a:hover, #main-menu > ul > li > a.active {
    background: #ffb619;
    color: #fff;
    box-shadow: inset 0 9px 8px -9px #ca921a;
}

#main-menu > ul > li > a.pestkontrol {
    background: #9baf39;
    color: #fff;
}

#main-menu > ul > li > a.pestkontrol:hover {
    background: #ffb619;
    box-shadow: inset 0 9px 8px -9px #ca921a;
}


#main-menu > ul ul {
    position: absolute;
    z-index: 90999;
    left: 0;
    overflow: hidden;
    min-width: 230px;
    max-height: 0;
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    text-align: left;
    opacity: 0;
    color: #4e4e4e;
    border-radius: 1px;
    box-shadow: 0 5px 18px -2px #b9b9b9;
}

#main-menu > ul ul a {
    padding: 7px 30px;
    display: block;
    color: #292929;
    text-decoration: none;
    font-size: 13px;
}

#main-menu ul ul li.menu-index-0 > a {
    margin-top: 20px;
}

#main-menu > ul ul > li:last-child a {
    margin-bottom: 20px;
}

#main-menu > ul ul a:hover, #main-menu > ul ul a.active {
    color: #fff;
    background: #4bb933;
    box-shadow: 6px 0 11px -3px rgba(75, 185, 51, 0.5), -6px 0 11px -3px rgba(75, 185, 51, 0.5);
}

#main-menu > ul > li > ul:before {
    position: absolute;
    z-index: 10;
    top: -6px;
    left: 18px;
    content: "";
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid rgba(0, 0, 0, 0);
}

#main-menu > ul > li > ul > li {
    position: relative;
}

#main-menu > ul > li:hover > ul {
    overflow: visible;
    max-height: 900px;
    margin: 0 0 0 0;
    opacity: 1;
    background: #ffffff;
}

#main-menu > ul > li > ul > li > ul {
    margin: 0 0 0 -10px;
    left: 100%;
    top: -20px;
}

#main-menu > ul > li > ul > li:hover > ul {
    overflow: visible;
    max-height: 900px;
    margin: 0 0 0 0;
    opacity: 1;
    background: #ffffff;
}

.main-menu-container.stick {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    height: 96px;
    -webkit-transition: -webkit-box-shadow 300ms ease-out;
    -webkit-transition: box-shadow 300ms ease-out;
    transition: box-shadow 300ms ease-out;
    background: #fff;
    min-height: 80px !important;
}

.stick-top-line-wrapper {
    display: none;
}

.main-menu-container.stick .stick-cap-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 50px;
}

.main-menu-container.stick .stick-cap-inner .directormail {
    color: #ffffff;
    font-size: 14px;
    position: relative;
    display: inline-block;
    border-radius: 3px;
    padding: 7px 16px;
    background: #ffb619;
    text-decoration: none;
    text-align: center;
}

.main-menu-container.stick .stick-cap-inner .pusher {
    -webkit-box-flex: 1;
    flex: 1;
}

.main-menu-container.stick .stick-top-line-wrapper {
    display: block;
    position: relative;
    height: 50px;
}

.main-menu-container.stick .stick-logo {
    background: url(/public/img/logo.png) no-repeat center center;
    background-size: contain;
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 30px 0 10px;
}

.main-menu-container.stick .stick-top-line-wrapper .phone-block {
    color: #333333;
    text-decoration: none;
    font-size: 17px;
    display: block;
    white-space: nowrap;
}

.main-menu-container.stick .phone-info {
    font-size: 11px;
    color: #5a5a5a;
    letter-spacing: 0.28em;
}

.main-menu-container.stick .stick-top-line-wrapper .phone-block .icon {
    margin: 0 9px 0 0;
}

.main-menu-container.stick .around-the-clock {
    margin: 3px 0 0 0;
}

.main-menu-container.stick .contact-element:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: -6px;
    top: -5px;
    border-radius: 16px;
    box-shadow: 0 0 0 1px #ffb619, 0 6px 9px -2px rgba(208, 171, 91, 0.51);
    padding: 4px 4px 4px 13px;
    opacity: 0;
    -webkit-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
}

.main-menu-container.stick .city.contact-element:hover:before {
    opacity: 1;
}

.main-menu-container.stick .contact-element.city {
    color: #6d6d6d;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    margin: 0 35px;
}

.main-menu-container.stick .free-phone .fa {
    margin-right: 9px;
}

.main-menu-container.stick .city-select-corner {
    color: #333;
    position: relative;
    top: 0;
    width: 22px;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #5ac441;
    display: inline-block;
    margin: 0 0 0 6px;
}

.main-menu-container.stick .city .icon {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    top: -1px;
    right: 8px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #333333;
}

.main-menu-container.stick .cities-list {
    width: 250px;
    -webkit-transition: top 200ms ease-out, opacity 200ms ease-out;
    transition: top 200ms ease-out, opacity 200ms ease-out;
    position: absolute;
    max-height: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2), 0 6px 9px -2px rgba(208, 171, 91, 0.51);
    overflow: hidden;
    top: 50px;
    opacity: 0;
    background: #ffffff;
    right: 0;
}

.main-menu-container.stick .cities-list:before {
    position: absolute;
    z-index: 10;
    top: -6px;
    right: 9px;
    content: "";
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid #f5f5f5;
    border-left: 6px solid rgba(0, 0, 0, 0);
}

.stick-main-menu-wrapper {
    position: relative;
    border-top: 1px solid #e6e2e2;
    box-shadow: inset 0 7px 10px -7px rgba(117, 98, 58, 0.17);
    background: whitesmoke;
}

.main-menu-container.stick #main-menu {
    margin-top: 0;
    /* top: 50px; */
}

.main-menu-container.stick #main-menu > ul > li > a {
    padding: 13px 11px;
}

.page-footer .footer-top {
    background: #fff;
    color: #5f5f5f;
}

.page-footer .foot-map {
    height: 350px;
    background: #dcdcdc;
}

.foot-map .gm-style-cc {
    display: none;
}

.page-footer .footer-top-content {
    height: 105px;
    padding-bottom: 10px;
    display: none;
}

.footer-top-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #fff;
}

.footer-top-wrapper > div {
    display: table-cell;
    padding-top: 20px;
    position: relative;
    vertical-align: middle;
}

.footer-top-wrapper .footer-top-left {
    text-align: right;
}

.footer-top-wrapper .footer-top-left .delivery {
    font-size: 30px;
    position: relative;
}

.footer-top-wrapper .footer-top-left .delivery:before {
    content: "\f0d1";
    position: absolute;
    font-family: FontAwesome;
    right: -70px;
    font-size: 50px;
    top: -9px;
    text-shadow: 0 1px 1px #115888;
}

.footer-top-separator {
    width: 330px;
}

.footer-top-separator .separator {
    width: 1px;
    background: #56b7fb;
    position: absolute;
    height: 60px;
    top: 30px;
    left: 50%;
}

.footer-top-wrapper .footer-top-right .phone-word {
    font-size: 20px;
}

.footer-top-wrapper .footer-top-right .phone-number {
    font-size: 30px;
    position: relative;
}

.footer-top-wrapper .footer-top-right .phone-number:before {
    content: "\f098";
    position: absolute;
    font-family: FontAwesome;
    left: -70px;
    font-size: 50px;
    top: -9px;
    text-shadow: 0 1px 1px #115888;
}

.footer-top-wrapper .footer-top-right .times {
    color: #aed8f9;
}

.page-footer .footer-bottom {
    position: relative;
}

.page-footer .footer-bottom:before {
    content: "";
    background: #525353;
    height: 1px;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-footer .footer-copyright {
    padding: 10px 0;
    font-size: 15px;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: left;
    margin-left: 27px;
}

.page-footer .footer-legal {
    font-size: 14px;
    color: #ababab;
}

.page-footer .footer-bottom-content {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.page-footer .footer-bottom-content .developer {
    display: inline-block;
    background: url(/public/img/via-profit-logo-white.svg) no-repeat center center;
    background-size: contain;
    width: 190px;
    height: 56px;
    margin: 20px 0;
}

.page-footer .footer-bottom-content .seo {
    display: inline-block;
    background: url(/public/img/acton-logo-white.svg) no-repeat center center;
    background-size: contain;
    width: 190px;
    height: 46px;
    margin: 20px 0 20px 20px;
}

.page-footer .footer-developer a:hover {
    color: #fdfdfd;
}

#infotip-compare-box, #infotip-cart-box {
    display: none;
}

.cap .cart {
    position: absolute;
    z-index: 2;
    top: 32px;
    right: 0;
    display: none;
    padding-right: 10px;
    cursor: pointer;
    color: #fff;
}

.cap .cart .data {
    min-width: 80px;
}

.cap .cart .order {
    position: absolute;
    top: -18px;
    right: -20px;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    -webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;
    transition: background 0.2s, -webkit-transform ease-out 0.1s;
    transition: transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s;
    border-radius: 100%;
    background: #fff;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #eaeaea, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #eaeaea, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #eaeaea, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #eaeaea, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
}

.cap .cart .order:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    padding: 0;
    content: "";
    pointer-events: none;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
}

.cap .cart .order:hover {
    color: #fff;
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
    background-color: #448c5c;
}

.cap .cart .order:hover:after {
    -webkit-animation: sonarEffect 0.8s ease-out 75ms;
    animation: sonarEffect 0.8s ease-out 75ms;
}

.cap .cart .count-word {
    margin-left: 5px;
}

.cap .cart .count-data {
    font-size: 14px;
}

.cap .cart .cost {
    font-size: 18px;
    font-weight: normal;
    color: #fc6216;
}

.cap .cart .currency {
    font-size: 10px;
    margin-left: 5px;
}

.cap .cart .cost.-loading + .currency {
    opacity: 0;
}

.bread-crumbs-block {
    display: flex;
    list-style: none;
    max-height: 48px;
    margin: 0;
    color: #7c6f6c;
    font-size: 13px;
    padding: 0 0 24px 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.bread-crumbs-block::-webkit-scrollbar {
    width: 0;
}

.bread-crumbs-block a {
    color: #3c9529;
    text-decoration: none;
}

.bread-crumbs-block .fa-home {
    margin-right: 6px;
}

.bread-crumbs-block a:hover {
    color: #353535;
}

.bread-crumbs-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bread-crumbs-block li {
    display: inline-flex;
    align-items: center;
    align-content: center;
    margin: 0;
    flex-shrink: 0;
}

.bread-crumbs-block .crumb-arrow {
    display: inline-block;
    margin: 0 6px;
    cursor: default;
    color: #6B6B6B;
    text-shadow: none;
}

.bread-crumbs-block .home-link {
    display: flex;
    align-items: center;
}

.bread-crumbs-block .crumb.home {
    margin-left: 10px;
}

.bread-crumbs-block .crumb.active {
    color: #6b6b6b;
}

.cap .cart .stick {
    right: 30px;
    left: inherit !important;
    height: 40px;
    padding: 10px;
    opacity: 0.8;
    color: #204f30;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.46), 0 30px 15px -19px rgba(0, 0, 0, 0.28);
}

.cap .cart .stick .order {
    color: #fc6216;
    box-shadow: 0 0 6px -2px #444, -6px 5px 15px -3px rgba(74, 74, 74, 0.29);
}

.cart .stick .cost.-loading {
    text-indent: -9999px;
}

.cart .stick .cost.-loading + .currency {
    opacity: 0;
}

.cart .stick .cost.-loading:after {
    position: absolute;
    width: 25px;
    height: 25px;
    content: "";
    background: url(/public/img/spinner.gif);
}

.page-footer .feedback-form {
    position: absolute;
    top: 20px;
    right: 0;
    width: 395px;
}

.page-footer .feedback-form .field {
    margin: 10px 0;
}

.page-footer .feedback-form label > span {
    font-size: 12px;
    line-height: 20px;
    float: left;
    width: 125px;
    margin-right: 10px;
    text-transform: uppercase;
}

.page-footer .feedback-form input[type="text"], .page-footer .feedback-form textarea {
    font-size: 12px;
    position: relative;
    width: 260px;
    margin-top: 0;
}

.page-footer .feedback-form textarea {
    height: 40px;
}

.page-footer .feedback-form .button-field {
    margin-top: -14px;
    text-align: right;
}

.page-footer .feedback-form .validation-error {
    position: absolute;
    top: 0;
    left: -295px;
    padding: 3px 12px;
    white-space: nowrap;
    opacity: 0;
    color: #353535;
    border: 1px solid #e4e4e4;
    -webkit-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
    border-radius: 2px;
    background: #fff;
    box-shadow: 3px 4px 14px -2px rgba(0, 0, 0, 0.32);
}

.page-footer .feedback-form .validation-error:before {
    font-family: FontAwesome;
    position: absolute;
    top: -6px;
    left: -40px;
    padding: 10px;
    content: "\f071";
    color: #fff;
    border-radius: 100%;
    background-color: #fda00f;
    box-shadow: 0 4px 14px -2px rgba(0, 0, 0, 0.32);
}

.page-footer .feedback-form .validation-error.-visible {
    opacity: 1;
}

.page-footer .feedback-form input .error {
    border: 1px solid #ee5d25 !important;
}

.confirm-box-header {
    margin: 0 0 14px 0;
    font-size: 17px;
}

.confirm-box-container button:active {
    top: inherit;
}

.confirm-box-container button {
    margin: 0 5px;
}

body .top-scroller {
    position: fixed;
    z-index: 9999;
    right: 50px;
    bottom: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 340ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 340ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    color: #ffffff;
    background: #4bb933;
    border-radius: 100%;
}

.top-scroller:hover {
    background: #ffb619;
}

.top-scroller.-visible {
    bottom: 60px;
    opacity: 1;
}

.jsplash-wrapper .new-website-popup {
    border: 3px dashed #c263d2;
}

.page-content ul {
    list-style: disc;
    padding: 0 0 0 32px;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 20px 0;
}

.page-content ol {
    list-style: none;
    font-size: 15px;
    line-height: 20px;
    counter-reset: list1;
    margin: 14px 0 20px 0;
}

.page-content ul li, .page-content ol li {
    position: relative;
    margin-bottom: 6px;
}


.page-content ul li ul {
    list-style: none;
    padding: 6px 0 0 11px;
}

.page-content ul li ul li:before {
    width: 11px;
    height: 6px;
    top: 7px;
}

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

.page-content ol > li:before {
    position: absolute;
    right: 100%;
    color: #4caf50;
    margin-right: -12px;
}

.page-content ol > li:before {
    content: counter(list1) ".";
    counter-increment: list1;
}

.page-content ol li ol {
    list-style: none;
    padding: 6px 0 0 20px;
    counter-reset: list2;
}

.page-content ol ol li {
    padding-left: 14px;
}

.page-content ol li ol > li:before {
    content: counter(list1) "." counter(list2) ".";
    counter-increment: list2;
}

.page-content table {
    border-collapse: collapse;
    margin-bottom: 25px;
    border: 0;
    border-left: 1px solid #ebedf1;
    border-top: 1px solid #ebedf1;
    text-align: left;
    background: #fff;
    border-radius: 4px;
}

.page-content table th {
    border: 1px solid #ebedf1;
    font-weight: normal;
    font-size: 21px;
    padding: 10px 20px;
    background: #ebedf1;
    color: #333;
    line-height: 18px;
    border-right-width: 2px;
}

.page-content table td {
    border: 1px solid #ebedf1;
    padding: 6px 8px;
}

.page-content table thead tr {
    background: #5ac441;
}

.page-content table thead td {
    border-color: #5ac441;
    color: #fff;
}

.page-content table p, .page-content table h1, .page-content table h2, .page-content table h3, .page-content table h4 {
    background-color: inherit;
    box-shadow: inherit;
}

.page-content table tbody > tr {
    -webkit-transition: background 160ms ease-out;
    transition: background 160ms ease-out;
}

.page-content table tbody > tr:nth-child(2n) {
    background: #fff5f5;
}

.page-content table tbody > tr:hover {
    background: #f5f3f3;
}

.callme-btn-fixed {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    position: fixed;
    display: block;
    top: 230px;
    border-radius: 26px;
    padding: 10px 10px 10px 50px;
    z-index: 200;
    background: #ffb619;
    box-shadow: 0 7px 18px -6px rgba(202, 140, 9, 0.6);
    -webkit-transition: all 640ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 640ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    right: 50px;
}

.callme-btn-fixed .icon {
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    top: 1px;
    left: 1px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    padding: 6px;
    background: #64c74c;
    border-radius: 100%;
    -webkit-animation: pulse 1.6s infinite;
    animation: pulse 1.6s infinite;
}

.callme-btn-fixed .callme-label {
    position: relative;
    display: inline-block;
}

.price-btn-fixed {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    position: fixed;
    display: block;
    right: -200px;
    top: 210px;
    border-radius: 26px;
    padding: 10px 10px 10px 38px;
    z-index: 200;
    background: #64c74c;
    box-shadow: 0 7px 18px -6px rgb(129, 190, 54);
    opacity: 0;
    -webkit-transition: all 640ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 640ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.price-btn-fixed.-visible {
    opacity: 1;
    right: 50px;
}

.price-btn-fixed .icon {
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    top: 1px;
    left: 1px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    padding: 6px;
    background: #64c74c;
    border-radius: 100%;
}

.price-btn-fixed .price-label {
    position: relative;
    display: inline-block;
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 3px 1px 4px -1px rgb(103, 187, 82);
    }

    80% {
        box-shadow: 3px 1px 4px -1px rgba(54, 162, 18, 0.46), 0 0 0 10px rgba(255, 0, 0, 0);
    }

    100% {
        box-shadow: 3px 1px 4px -1px rgba(187, 82, 138, 0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 3px 1px 4px -1px rgb(103, 187, 82);
    }

    80% {
        box-shadow: 3px 1px 4px -1px rgba(54, 162, 18, 0.46), 0 0 0 10px rgba(255, 0, 0, 0);
    }

    100% {
        box-shadow: 3px 1px 4px -1px rgba(187, 82, 138, 0);
    }
}

.callme-btn-fixed:hover {
    color: #ffffff;
}

.price-btn-fixed:hover {
    color: #ffffff;
}

.page-footer .footer-call-block {
    padding: 20px 0;
}

.page-footer .call-block {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.page-footer .call-block .cell {
    display: table-cell;
    vertical-align: text-bottom;
}

.page-footer .call-block .foot-message {
    font-size: 18px;
    margin: 12px 0;
}

.page-footer .call-block .foot-message:first-child {
    text-transform: uppercase;
    font-size: 22px;
    color: #333;
}

.page-footer .call-block .call-btn-cell {
    width: 230px;
    text-align: right;
    vertical-align: middle;
}

.page-footer .call-block .callme-btn {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    padding: 10px 20px 10px 40px;
    background: #ffb619;
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #ffb619;
}

.page-footer .call-block .callme-btn .icon {
    position: absolute;
    left: 10px;
    font-size: 20px;
}

.page-footer .foot-cities-list .phone {
    color: #c1c1c1;
    margin-right: 5px;
    font-size: 13px;
}

.content-cities-list {
    position: relative;
    margin: 20px 20px;
}

.content-cities-list:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 4px;
    background: #f9b619;
    height: 100%;
}

.content-cities-list .cities-list-pre-text {
    font-size: 17px;
    margin: 0 0 20px 0;
    font-weight: normal;
    line-height: 22px;
    text-transform: uppercase;
}

.content-cities-list .cities-list-table {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.content-cities-list .cityes-list-chunk {
    position: relative;
    display: table-cell;
    width: 50%;
}

.cityes-list-chunk-separator {
    position: relative;
    display: table-cell;
    width: 20px;
}

.content-cities-list .city-data {
    position: relative;
    margin: 10px 0;
    font-size: 15px;
    -webkit-box-flex: 33%;
    flex: 33%;
}

.content-cities-list .city-separator {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    opacity: 0.3;
}

.content-cities-list .city-phone {
    white-space: nowrap;
}

.spoiler {
    font-size: 16px;
    position: relative;
    margin: 10px 0;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(4, 47, 89, 0.12) inset;
    overflow: hidden;
}

.spoiler > .spoiler-title {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 10px 10px 29px;
    cursor: pointer;
    color: #fff;
    border-radius: 3px 3px 0 0;
    background: #4bb933;
}

.spoiler > .spoiler-title:before {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -9px;
    content: "\f0da";
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    color: #fff;
    font-size: 20px;
}

.spoiler.-opened > .spoiler-title:before {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.spoiler > .spoiler-content {
    overflow: hidden;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    position: relative;
    max-height: 0px;
    -webkit-transition: max-height 240ms ease-out, padding 240ms ease-out;
    transition: max-height 240ms ease-out, padding 240ms ease-out;
}

.spoiler.-opened > .spoiler-content {
    -webkit-transition: max-height 600ms ease-out, padding 600ms ease-out;
    transition: max-height 600ms ease-out, padding 600ms ease-out;
}

.spoiler.-opened > .spoiler-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    max-height: 500px;
    overflow: auto;
    padding: 10px 10px 1px 10px;
}

.g-map-container {
    width: 100%;
}

.page-footer .free-phone {
    display: none;
}

.privacy-cookies-info {
    position: fixed;
    background: rgb(255, 255, 255);
    box-shadow: 0px 7px 35px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    padding: 10px 0;
    bottom: -1px;
    z-index: 1000000;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

.privacy-cookies-inner {
    position: relative;
    max-width: 700px;
    padding-left: 50px;
}

.privacy-cookies-postline {
    color: gray;
    margin-top: 4px;
}

.privacy-cookies-close {
    position: absolute;
    font-size: 22px;
    left: 10px;
    top: 16px;
    text-decoration: none;
    font-family: "FontAwesome";
    font-feature-settings: "liga";
    z-index: 1;
}

.privacy-cookies-close:before {
    content: "\f00d";
}

.red {
    color: red;
}

body .content-block a[href$=".xlsx"], body .content-block a[href$=".xls"], body .content-block a[href$=".docx"], body .content-block a[href$=".rtf"], body .content-block a[href$=".doc"], body .content-block a[href$=".pptx"], body .content-block a[href$=".ppt"], body .content-block a[href$=".pdf"], body .content-block a[href$=".zip"], body .content-block a[href$=".rar"], body .content-block a[href$=".jpeg"], body .content-block a[href$=".jpg"], body .content-block a[href$=".png"] {
    padding-left: 35px;
    position: relative;
}

body .content-block a[href$=".xlsx"]:before, body .content-block a[href$=".xls"]:before, body .content-block a[href$=".docx"]:before, body .content-block a[href$=".rtf"]:before, body .content-block a[href$=".doc"]:before, body .content-block a[href$=".pptx"]:before, body .content-block a[href$=".ppt"]:before, body .content-block a[href$=".pdf"]:before, body .content-block a[href$=".zip"]:before, body .content-block a[href$=".rar"]:before, body .content-block a[href$=".jpeg"]:before, body .content-block a[href$=".jpg"]:before, body .content-block a[href$=".png"]:before {
    position: absolute;
    top: -14px;
    left: 4px;
    width: 29px;
    height: 38px;
    content: "";
    background: url(/public/img/filetypes.png) no-repeat;
}

body .content-block a[href$=".docx"]:before, body .content-block a[href$=".doc"]:before, body .content-block a[href$=".rtf"]:before {
    background-position: 0 0;
}

body .content-block a[href$=".xlsx"]:before, body .content-block a[href$=".xls"]:before {
    background-position: 0 -38px;
}

body .content-block a[href$=".pptx"]:before, body .content-block a[href$=".ppt"]:before, body .content-block a[href$=".csv"]:before {
    background-position: 0 -70px;
}

body .content-block a[href$=".pdf"]:before {
    background-position: 0 -76px;
}

body .content-block a[href$=".zip"]:before, body .content-block a[href$=".rar"]:before {
    background-position: 0 -114px;
}

body .content-block a[href$=".jpg"]:before, body .content-block a[href$=".png"]:before, body .content-block a[href$=".jpeg"]:before {
    background-position: 0 -152px;
}

.page-buffer .content span[data-c-tooltip] {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: #2381c9;
    color: #2381c9;
    cursor: pointer;
}

.c-tooltip-box {
    background: white;
    z-index: 10;
    border-radius: 4px;
    padding: 0 14px;
    box-shadow: 0 3px 20px rgb(0 0 0 / 29%);
    visibility: hidden;
    opacity: 0;
    max-width: 320px;
    transition: opacity 240ms ease-out;
}

.c-tooltip-box > p {
    margin: 0.4em 0;
}

.c-tooltip-box ul, .c-tooltip-box ol {
    padding-left: 20px;
}

.c-tooltip-box.-visible {
    visibility: visible;
    opacity: 1;
}

.c-tooltip-box[data-popper-placement^='top'] > .c-tooltip-arrow {
    bottom: -4px;
}

.c-tooltip-box[data-popper-placement^='bottom'] > .c-tooltip-arrow {
    top: -4px;
}

.c-tooltip-box[data-popper-placement^='left'] > .c-tooltip-arrow {
    right: -4px;
}

.c-tooltip-box[data-popper-placement^='right'] > .c-tooltip-arrow {
    left: -4px;
}

.c-tooltip-arrow, .c-tooltip-arrow::before {
    position: absolute;
    width: 8px;
    height: 8px;
    z-index: -1;
}

.c-tooltip-arrow::before {
    content: '';
    transform: rotate(45deg);
    background: #fff;
}

@media (max-width: 1140px) {
    .center {
        max-width: 95%;
        width: 100%;
    }

    #main-menu > ul > li > a {
        padding: 30px 7px;
    }
}

.city-selector-popup {
    position: absolute;
    width: 500px;
    display: none;
    transition: 0.5s ease-in-out;
    top: 75px;
    z-index: 5;
}

.city-selector-popup.opened {
    display: block;
}

.city-selector-popup__shape {
    display: flex;
}

.city-selector-popup__wrapper {
    background: #15181A;
    padding: 28px 60px 28px 32px;
    position: relative;
    color: #FFF;
    border-radius: 4px;
}

.city-selector-popup__close {
    position: absolute;
    top: 14px;
    right: 13px;
}

.city-selector-popup__container span {
    display: block;
    font-size: 18px;
    line-height: 30px;
}

.city-selector-popup__region {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 21px;
}

.city-selector-popup__button {
    padding: 16px 34px;
    background: #4BB933;
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    color: #FFF;
    margin-top: 29px;
    display: inline-block;
}

.city-selector-popup__shape {
    position: relative;
    left: 46px;
}

.city-selector-popup__close {
    display: flex;
}

.city-selector-popup__close:hover {
    cursor: pointer;
}

.city-selector-popup__button:hover {
    background: #4fda2f;
    color: #FFF;
}

.side-banner {
    background: #F3F5F8;
    border-radius: 10px;
    padding: 35px 39px;
    margin-bottom: 33px;
}

.side-banner .side-banner__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.side-banner .side-banner__img {
    position: relative;
    display: inline-block;
    margin-bottom: 26px;
}

.side-banner .side-banner__img img.icon {
    position: absolute;
    top: 0;
    left: -11px;
    z-index: 1;
}

.side-banner__text {
    margin-bottom: 26px;
    text-align: center;
}

.side-banner .side-banner__title {
    font-size: 18px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
}

.side-banner .side-banner__desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.side-banner__btn a {
    padding: 8px 11px;
    background: #4BB933;
    border-radius: 10px;
    color: #FFF;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-decoration: none;
}

.socials {
    display: flex;
    flex-direction: column;
}

.social-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    line-height: 24px;
}

.social-item:hover {
    text-decoration: none;
    color: #7d7d7d;
}

.social-item img {
    margin-right: 16px;
    width: 33px;
    height: 100%;
}

.content-wrapper {
    margin: 50px auto 0;
}

.footer-content {
    padding-top: 25px;
    display: flex;
    align-items: flex-start;
}

.footer-content__info {
    margin-right: 35px;
}

.footer-content__info-logo {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    width: max-content;
    text-decoration: none;
}

.footer-content__info-logo:hover {
    text-decoration: underline;
    color: #fff;
}

.footer-content__info-logo img {
    margin-right: 10px;
    max-width: 100%;
    width: 63px;
}

.footer-content__info-logo-text {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-transform: uppercase;
}

.footer-content__info-item {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

.footer-content__info-item img {
    margin-right: 20px;
    width: 10%;
    max-width: 20px;
    flex-shrink: 0;
}

.footer-content__info-item span,
.footer-content__info-item a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
}

.footer-content__info-item a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-content__info-item > div > a:last-child:not(:first-child) {
    margin-top: 5px;
}

.footer-content__info-social {
    margin-top: 40px;
}

.footer-container .pages-list.footer-content__sections {
    margin-top: 0;
    display: block;
    width: 100%;
    column-count: 3;
}

.footer-container .pages-list.footer-content__sections .page-column {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
}

.footer-content__sections .page {
    width: max-content;
}

@media (max-width: 991px) {
    .footer-container .pages-list.footer-content__sections {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .footer-container .pages-list.footer-content__sections {
        display: none;
    }

    .footer-content {
        padding-top: 40px;
    }

    .footer-content__info {
        margin: 0 25px;
        width: 100%;
    }

    .footer-content__info-logo {
        margin-bottom: 50px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    #main-menu > ul ul {
        min-width: 110px;
    }

    #main-menu > ul ul a {
        padding: 7px 10px;
    }

    .main-menu-container.stick #main-menu > ul > li > a {
        padding: 13px 7px;
    }
}

.paginator {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paginator ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.paginator ul li {
    margin: 0 5px;
}

.footer-form {
    margin-top: 50px;
    margin-bottom: 140px;
}

.footer-form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.footer-form_container {
    display: flex;
    background: #F3F5F8
}

.footer-form_form {
    padding: 42px 37px 42px 33px;
    flex: 1 0 auto;
}

.footer-form_title {
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 14px;
    color: #000;
}

.footer-form_form-row {
    display: flex;
    gap: 12px;
    margin-bottom: 22px;
}

.footer-form_img img {
    display: block;
    object-fit: cover;
    height: 100%;
}

.footer-form_info {
    font-size: 12px;
    line-height: 100%;
    color: #000;
    margin-bottom: 22px;
}

.footer-form_form form input[type=text] {
    background: #FFF;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 10px 18px;
    font-size: 18px;
}

.footer-form_form form input[type=text]:focus {
    border: solid 1px #C6C6C6;
}

.footer-form_form form input[type=submit] {
    background: #4BB933;
    border-radius: 0;
    font-size: 18px;
    line-height: 30px;
    color: #FFF;
    padding: 10px 31px;
}

.footer-form_form-consent span {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    opacity: 0.5;
    margin-left: 9px;
}

.footer-form_form-consent > label {
    display: flex;
}

.footer-form_form [type='checkbox']:not(:checked) + label,
.footer-form_form [type='checkbox']:checked + label {
    margin-top: 5px;
}

.footer-form_form [type='checkbox']:not(:checked) + label:before,
.footer-form_form [type='checkbox']:checked + label:before {
    width: 20px;
    height: 20px;
    border: solid 1px #ACACAC;
    background: #FFF;
    border-radius: 3px;
}

.footer-form_form [type='checkbox']:checked + label:before {
    background: #4BB933;
}

.footer-form_form [type='checkbox']:not(:checked) + label:after,
.footer-form_form [type='checkbox']:checked + label:after {
    content: url('data:image/svg+xml,<svg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.95831 10.4998L0.208313 5.74984L1.39581 4.56234L4.95831 8.12484L12.6041 0.479004L13.7916 1.6665L4.95831 10.4998Z" fill="white"/></svg>');
    top: 1px;
    left: 4px;
}

@media (min-width: 600px) and (max-width: 1024px) {
    .footer-form {
        margin-top: 170px;
    }
}

@media (max-width: 991px) {

    .footer-form_form-row {
        flex-direction: column;
    }

    .footer-form_img {
        flex: 1 0 auto;
    }

    .feedback-form {
        flex: 0 1 auto;
    }
}

@media (max-width: 600px) {
    .footer-form {
        padding: 0 15px;
    }

    .footer-form_container {
        flex-direction: column;
    }
    .footer-form_img img {
        height: 260px;
        width: 100%;
    }

    .footer-form_title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .footer-form_form form input[type=text] {
        line-height: 30px;
    }

    .footer-form_form-consent > label {
        display: flex;
    }

    .footer-form_form {
        padding: 28px 15px 50px;
    }

    .footer-form {
        margin-bottom: 60px;
    }
}