﻿.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@charset 'UTF-8';

.slick-loading .slick-list {
    background: #fff url(../frontend/templates/khimki/slick/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: "slick";
    font-weight: 400;
    font-style: normal;
    src: url(../frontend/templates/khimki/slick/fonts/slick.eot);
    src: url("../frontend/templates/khimki/slick/fonts/slick-1.eot") format("embedded-opentype"), url(../frontend/templates/khimki/slick/fonts/slick.woff) format("woff"), url(../frontend/templates/khimki/slick/fonts/slick.ttf) format("truetype"), url("../frontend/templates/khimki/slick/fonts/slick.svg") format("svg")
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}

@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
*:before,
*:after {
    box-sizing: border-box
}

div,
p,
form,
input,
a,
span,
button,
textarea {
    box-sizing: border-box
}

:focus,
:active {
    outline: none
}

a:focus,
a:active {
    outline: none
}

nav,
footer,
header,
aside {
    display: block
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

input,
button,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
    padding: 0;
    margin: 0
}

ul,
li,
ol {
    padding: 0;
    margin: 0;
    display: block
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
div {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

@font-face {
    font-family: "Gilroy";
    src: url(../frontend/templates/khimki/fonts/gilroy-bold.eot);
    src: local("☺"), url(../frontend/templates/khimki/fonts/gilroy-bold.woff) format("woff"), url(../frontend/templates/khimki/fonts/gilroy-bold.ttf) format("truetype"), url(../frontend/templates/khimki/fonts/gilroy-bold.svg) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Gilroy";
    src: url(../frontend/templates/khimki/fonts/gilroy-medium.eot);
    src: local("☺"), url(../frontend/templates/khimki/fonts/gilroy-medium.woff) format("woff"), url(../frontend/templates/khimki/fonts/gilroy-medium.ttf) format("truetype"), url(../frontend/templates/khimki/fonts/gilroy-medium.svg) format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Gilroy";
    src: url(../frontend/templates/khimki/fonts/gilroy-regular.eot);
    src: local("☺"), url(../frontend/templates/khimki/fonts/gilroy-regular.woff) format("woff"), url(../frontend/templates/khimki/fonts/gilroy-regular.ttf) format("truetype"), url(../frontend/templates/khimki/fonts/gilroy-regular.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Proxima-nova";
    src: url(../frontend/templates/khimki/fonts/proxima-nova-regular.eot);
    src: local("☺"), url(../frontend/templates/khimki/fonts/proxima-nova-regular.woff) format("woff"), url(../frontend/templates/khimki/fonts/proxima-nova-regular.ttf) format("truetype"), url(../frontend/templates/khimki/fonts/proxima-nova-regular.svg) format("svg");
    font-weight: 300;
    font-style: normal
}

.container {
    max-width: 1171px;
    margin: 0 auto;
    width: 100%;
    position: relative
}

@media (max-width:1183px) {
    .container {
        max-width: 992px;
        padding: 0 10px
    }
}

@media (max-width:992px) {
    .container {
        max-width: 768px
    }
}

@media (max-width:768px) {
    .container {
        max-width: 576px
    }
}

@media (max-width:576px) {
    .container {
        max-width: none;
        padding: 0 10px
    }
}

body {
    font-family: "Gilroy";
    font-size: 16px;
    overflow-x: hidden
}

.wrapper {
    width: 100%;
    min-height: 100%
}

.header {
    box-shadow: 0 0 6px #ea996b66;
    position: relative
}

.heading {
    background: #ff965a
}

.heading-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    width: 100%
}

.heading-wrap__menu {
    display: flex;
    align-items: center;
    width: auto;
    justify-content: space-between
}

.heading-wrap__menu li {
    display: flex;
    align-items: center;
    border-right: 1px dotted #fa6d47;
    padding-right: 32px;
    height: 30px
}

.heading-wrap__menu li a {
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    transition: all 0.3s ease
}

.heading-wrap__menu li a:hover {
    text-decoration: underline;
    transition: all 0.3s ease
}

.heading-wrap__menu li:not(:first-child) {
    padding-left: 31px
}

.heading-wrap__call {
    background: #fa6d47;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    width: 221px;
    height: 100%
}

.active-link {
    pointer-events: none;
    cursor: default;
    text-decoration: underline
}

.header-info {
    padding-top: 17px;
    padding-bottom: 28px;
    display: flex
}

.search {
    display: flex;
    align-items: center
}

.logo-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 350px;
    margin-right: 60px
}

.logo-wrap a {
    display: flex;
    align-items: center;
    color: #262626;
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
    width: 144px;
    justify-content: space-between
}

.logo-wrap a img {
    margin-right: 9px
}

.slogan {
    border-left: 1px solid #ffede2;
    color: #262626;
    font-size: 15px;
    line-height: 17px;
    width: 182px;
    padding-left: 21px;
    height: 36px
}

.search-form {
    position: relative
}

.search-form__input {
    border: 1px solid #ffdec9;
    border-radius: 36px;
    background: #fff;
    width: 300px;
    height: 45px;
    padding-left: 43px
}

.search-form__input::placeholder {
    color: #818181;
    font-size: 13px;
    font-weight: 400
}

.search-form__btn {
    outline: none;
    background: none;
    position: absolute;
    z-index: 10;
    top: 14px;
    left: 15px
}

.fast-contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 383px;
    margin-left: auto
}

.fast-block {
    display: flex;
    position: relative
}

.fast-block img {
    position: absolute;
    height: 19px;
    width: 16px;
    left: -11px;
    top: 2px
}

.fast-block:not(:last-child) {
    border-right: 1px solid #ffede2;
    padding-right: 41px
}

.fast-link {
    padding-left: 11px;
    display: flex;
    flex-direction: column
}

.fast-link a {
    color: #262626;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px
}

.fast-link span {
    color: #818181;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400
}

.feedback-price {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.menu-block {
    padding-bottom: 16px
}

.menu-category {
    display: flex
}

.menu-category a {
    color: #262626;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    transition: all 0.3s ease
}

.menu-category a img {
    padding-right: 13px
}

.menu-category a:hover,
.menu-category a.selected {
    color: #ff965a;
    transition: all 0.3s ease
}

.elem-block {
    border-top: 5px solid #ff965a;
    display: block;
    position: absolute;
    z-index: 100;
    background: #fff;
    top: 48px;
    width: 250%;
    left: -877px;
    min-height: 450px
}

.menu-santehnik {
    max-width: 497px;
    max-height: 350px
}

.dropdown-block {
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
    position: relative
}

.decore-item0::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #ff965a;
    position: absolute;
    top: 40px;
    left: 58px
}

.item-decote1::after {
    left: 58px
}

.item-decote2::after {
    left: 235px
}

.item-decote3::after {
    left: 420px
}

.item-decote4::after {
    left: 615px
}

.item-decote5::after {
    left: 797px
}

.item-decote6::after {
    left: 948px
}

.item-decote7::after {
    left: 1091px
}

.dropdown-decore1::after {
    left: 53px
}

.dropdown-decore2::after {
    left: 230px
}

.dropdown-decore3::after {
    left: 415px
}

.dropdown-decore4::after {
    left: 610px
}

.dropdown-decore5::after {
    left: 792px
}

.dropdown-decore6::after {
    left: 942px
}

.dropdown-decore7::after {
    left: 1085px
}

.main-menu {
    width: 62%;
    display: flex;
    flex-wrap: wrap;
    max-height: 123px;
    z-index: 20
}

.main-menu li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 50%
}

.main-menu li::before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #ff965a;
    margin-right: 10px
}

.main-menu a {
    color: #262626;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    max-width: 242px
}

.main-menu a:hover {
    color: #ff965a;
    transition: all 0.3s ease
}

.burger-menu {
    width: 32px;
    height: 25px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: none
}

.burger-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fa6d47;
    border-radius: 15px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out
}

.burger-menu span:nth-child(1) {
    top: 0
}

.burger-menu span:nth-child(2),
.burger-menu span:nth-child(3) {
    top: 11px
}

.burger-menu span:nth-child(4) {
    top: 22px
}

.burger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%
}

.burger-menu.open span:nth-child(2) {
    transform: rotate(45deg)
}

.burger-menu.open span:nth-child(3) {
    transform: rotate(-45deg)
}

.burger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

.category-mobile__arrow {
    display: none
}

.header-menu {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 90
}

.heading-mobile {
    display: none;
    margin-bottom: 15px
}

.burger-active {
    display: block;
    left: 0 !important;
    transition-duration: 0.5s !important
}

.discount-mobile-bj {
    display: none
}

.category-mobile__arrow {
    display: none
}

.category-wrapper {
    display: flex;
    align-items: center
}

.elem-items a {
    color: #262626;
    font-weight: 500;
    font-size: 14px
}

.elem-items {
    display: none
}

.item-menu:not(:nth-child(1)) {
    padding-left: 20px
}

.dropdown-menu {
    border-right: 1px dotted #ffede2;
    margin-right: 18px;
    position: relative
}

li.open .dropdown-menu.subcategories::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 13px solid #ff965a;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -7px
}

.dropdown-last {
    border-right: none
}

.menu-category li.open .dropdown-menu .category-mobile__arrow {
    transform: rotate(180deg)
}

.heading-table {
    display: none
}

.category-wrapper .open .elem-items {
    display: block
}

@media screen and (max-width:767.98px) {
    .category-wrapper li .elem-items {
        display: block;
        height: 0;
        overflow: hidden;
        transition-duration: 0.4s
    }
}

.body-static {
    overflow: hidden
}

.body-scroll {
    overflow-x: hidden
}

.shadow-open {
    width: 100%;
    height: 250%;
    background: rgba(43, 43, 43, .64);
    z-index: 50;
    position: absolute
}

.banner {
    background: #fff9f5;
    padding-top: 15px;
    padding-bottom: 53px
}

.banner-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.banner-block__bj {
    position: absolute;
    right: 0;
    top: 0
}

.banner-info {
    min-height: 360px;
    margin-top: 40px
}

.banner-info h1 {
    font-weight: 800;
    font-size: 44px;
    color: #262626;
    z-index: 10;
    position: relative;
    width: 410px
}

.banner-info p {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #262626;
    max-width: 484px;
    z-index: 10;
    position: relative;
    margin-top: 15px
}

.additional {
    display: flex;
    margin-top: 40px;
    width: 545px;
    justify-content: space-between
}

.additional-wrap {
    display: flex;
    align-items: center;
    color: #262626;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    max-width: 260px
}

.additional-wrap img {
    padding-right: 22px;
    width: 80px
}

.call-group {
    position: relative;
    z-index: 10
}

.call-master {
    margin-top: 50px;
    color: #262626;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center
}

.call-master__btn {
    width: 200px;
    height: 54px;
    margin-left: 30px;
    z-index: 10;
    position: relative
}

.call-master span {
    display: inline-block;
    margin-left: 5px
}

.orange-btn {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
    background: linear-gradient(90deg, #fa6d47 0%, #ff965a 100%);
    box-shadow: 0 4px 4px rgba(255, 111, 7, .2)
}

.plumber-window {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #2b2828c7;
    z-index: 100;
    display: none
}

.plumber-card {
    display: flex;
    background: #fff9f5;
    width: 400px;
    height: auto;
    min-height: 527px;
    border: 1px solid #ffede2;
    border-radius: 6px;
    flex-direction: column;
    padding: 37px 24px 39px 24px;
    margin: 0 auto;
    top: 35%;
    position: relative;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    margin-top: -75px
}

.plumber-card__close {
    width: 31px;
    height: 31px;
    position: absolute;
    top: -31px;
    right: -37px;
    background-color: #fff9f52e;
    border-radius: 3px
}

.plumber-card__close::after {
    position: absolute;
    right: 0;
    top: 15px;
    content: "";
    width: 32px;
    height: 2px;
    background-color: #fff;
    transition: transform 0.1s ease-in, top 0.1s linear 0.1s;
    transform: rotate(-45deg);
    border-radius: 20%
}

.plumber-card__close::before {
    position: absolute;
    right: 0;
    top: 15px;
    content: "";
    width: 32px;
    height: 2px;
    background-color: #fff;
    transition: transform 0.1s ease-in, top 0.1s linear 0.1s;
    transform: rotate(45deg);
    border-radius: 20%
}

.plumber-head {
    color: #818181;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 15px
}

.plumber-head h3 {
    color: #262626;
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 8px
}

.plumber-form {
    display: flex;
    flex-direction: column;
    align-items: center
}

.plumber-form__btn {
    width: 200px;
    height: 54px;
    margin: 21px 0 23px 0
}

.plumber-form input {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding-left: 20px;
    color: #818181;
    font-weight: 400;
    font-size: 13px
}

.plumber-form textarea {
    width: 100%;
    height: 90px;
    outline: none;
    color: #818181;
    font-weight: 400;
    font-size: 13px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    resize: none;
    padding-left: 20px;
    padding-top: 18px
}

.plumber-active {
    display: block
}

.body-modal {
    overflow: hidden !important
}

.smash-window {
    background: #ff965a;
    border-radius: 6px;
    width: 400px;
    height: 240px;
    min-height: 240px;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 31px 40px 48px 40px;
    text-align: center;
    font-family: "Proxima-nova";
    margin: 0 auto;
    top: 35%;
    position: relative;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0 auto;
    margin-top: -75px;
    z-index: 100
}

.smash-window__close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -31px;
    right: -37px
}

.smash-window__close::after {
    position: absolute;
    right: 0;
    top: 13px;
    content: "";
    width: 32px;
    height: 2px;
    background-color: #fff;
    transition: transform 0.1s ease-in, top 0.1s linear 0.1s;
    transform: rotate(-45deg);
    border-radius: 20%
}

.smash-window__close::before {
    position: absolute;
    right: 0;
    top: 13px;
    content: "";
    width: 32px;
    height: 2px;
    background-color: #fff;
    transition: transform 0.1s ease-in, top 0.1s linear 0.1s;
    transform: rotate(45deg);
    border-radius: 20%
}

.smash-window strong {
    font-weight: 800;
    font-size: 26px;
    color: #fff;
    margin-bottom: 8px
}

.smash-check {
    width: 58px;
    height: 58px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px
}

.smash-active {
    display: flex
}

.discount-window {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #2b2828c7;
    z-index: 100;
    display: none
}

.discount-active {
    display: block
}

.discount-card {
    width: 714px;
    height: 437px;
    background: #fff9f5;
    border: 1px solid #ffede2;
    border-radius: 6px;
    display: flex;
    margin: 0 auto;
    top: 35%;
    position: relative;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0 auto;
    margin-top: -75px
}

.discount-card img {
    position: absolute;
    top: 43px;
    left: -1px
}

.discount-card__close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -31px;
    right: -37px;
    background-color: #fff9f52e;
    border-radius: 3px
}

.discount-card__close::after {
    position: absolute;
    right: 0;
    top: 15px;
    content: "";
    width: 32px;
    height: 2px;
    background-color: #fff;
    transition: transform 0.1s ease-in, top 0.1s linear 0.1s;
    transform: rotate(-45deg);
    border-radius: 20%
}

.discount-card__close::before {
    position: absolute;
    right: 0;
    top: 15px;
    content: "";
    width: 32px;
    height: 2px;
    background-color: #fff;
    transition: transform 0.1s ease-in, top 0.1s linear 0.1s;
    transform: rotate(45deg);
    border-radius: 20%
}

.discount-wrapper {
    display: flex;
    flex-direction: column;
    width: 347px;
    margin-left: auto;
    padding: 37px 21px 0 0
}

.discount-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #818181;
    margin-bottom: 22px
}

.discount-title h3 {
    color: #262626;
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 8px
}

.discount-form {
    display: flex;
    flex-direction: column;
    color: #818181;
    font-weight: 400;
    font-size: 13px
}

.discount-form input {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding-left: 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px
}

.discount-form__btn {
    width: 200px;
    height: 54px;
    margin-top: 10px;
    margin-bottom: 23px
}

.services {
    padding: 72px 0 50px 0
}

.services h3 {
    color: #262626;
    font-weight: 800;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px
}

.services h3::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #ff965a;
    border-radius: 6px;
    margin-top: 18px
}

.card-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.card {
    border: 1px solid #ffede2;
    border-radius: 6px;
    width: 270px;
    height: 360px;
    text-align: center;
    padding: 19px 18px 29px 18px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease
}

.card:hover {
    border: 1px solid #e4c4b0;
    transition: all 0.3s ease
}

.card img {
    width: auto;
    max-height: 108px
}

.card__link {
    color: #4f4f4f;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: auto
}

.card__btn {
    width: 160px;
    height: 46px;
    margin-top: auto;
    color: #fff;
    font-weight: 700;
    font-size: 13px
}

.card::before {
    content: "";
    display: inline-block;
    background: #ffede2;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    position: absolute;
    top: -50%;
    z-index: -1
}

.card h4 {
    color: #262626;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px
}

.card span {
    color: #262626;
    font-weight: 500;
    font-size: 22px;
    margin-top: auto;
    margin-bottom: 10px
}

.card-info {
    margin-top: 20px
}

.card-price {
    color: #262626;
    font-weight: 500;
    font-size: 22px;
    margin-top: auto;
    margin-bottom: 10px
}

.card-footer {
    height: 97px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: auto
}

.card-cap {
    background: #fff9f5;
    border: 1px solid #ffede2;
    border-radius: 6px;
    width: 270px;
    height: 360px;
    text-align: center;
    padding: 31px 20px 28px 12px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease
}

.card-cap:hover {
    border: 1px solid #e4c4b0;
    transition: all 0.3s ease
}

.card-cap__btn {
    width: 160px;
    height: 46px;
    margin-top: auto
}

.cap-wrapper {
    margin-top: 15px;
    text-align: center
}

.cap-wrapper p {
    color: #4f4f4f;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    width: 210px;
    margin-top: 9px
}

.cap-wrapper h5 {
    color: #262626;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    width: 170px;
    text-align: center;
    margin: 0 auto
}

.cap-wrapper a {
    color: #262626;
    font-weight: 700;
    font-size: 15px
}

.card-mob__btn {
    font-size: 12px;
    color: #fff;
    width: 123px;
    height: 36px;
    display: none
}

.masters-mibile__btn {
    width: 160px;
    height: 46px;
    margin: 0 auto;
    margin-top: 25px;
    display: none
}

.advantages {
    background: #fff9f5;
    padding: 73px 0 60px 0
}

.advantages h3 {
    color: #262626;
    font-weight: 800;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 22px
}

.advantages h3::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #ff965a;
    border-radius: 6px;
    margin-top: 18px
}

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

.skills {
    width: 370px;
    height: 160px;
    background: #fff;
    border: 1px solid #ffede2;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 28px 25px 30px 36px;
    margin-bottom: 30px
}

.skills img {
    width: 95px
}

.skills-text {
    color: #4f4f4f;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    padding-left: 30px
}

.skills-text h5 {
    color: #262626;
    font-weight: 700;
    font-size: 18px
}

.command {
    padding: 90px 0 10px 0
}

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

.num-wrap {
    display: flex;
    color: #262626;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px
}

.num-wrap h3 {
    color: #262626;
    font-weight: 800;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 14px
}

.num-wrap h3::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #ff965a;
    border-radius: 6px;
    margin-top: 17px
}

.num-text {
    max-width: 224px;
    margin-right: 83px
}

.num-text strong {
    color: #262626;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px
}

.num-card {
    width: 370px;
    height: 380px;
    border: 1px solid #ffede2;
    border-radius: 6px
}

.number-title {
    background: #fff9f5;
    border-radius: 6px 6px 0 0;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #262626;
    font-weight: 700;
    font-size: 18px
}

.descript-block {
    display: flex;
    align-items: center;
    width: 772px;
    justify-content: space-between
}

.descript {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 40px;
    border-top: 1px solid #ffede2
}

.num-descrip {
    color: #262626;
    font-weight: 700;
    font-size: 16px;
    width: 125px
}

.loader {
    position: relative;
    float: left;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
    width: 150px;
    height: 150px
}

.loader-bg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    border: 5px solid #ffede2;
    display: flex;
    align-items: center;
    justify-content: center
}

.spinner-holder-one {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 50%;
    height: 50%;
    background: transparent;
    box-sizing: border-box
}

.spinner-holder-two {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
    box-sizing: border-box
}

.loader-spinner {
    width: 200%;
    height: 200%;
    border-radius: 50%;
    border: 5px solid #ff965a;
    box-sizing: border-box
}

.animate-0-25-a {
    transform: rotate(90deg);
    transform-origin: 100% 100%
}

.animate-0-25-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%
}

.animate-25-50-a {
    transform: rotate(180deg);
    transform-origin: 100% 100%
}

.animate-25-50-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%
}

.animate-50-75-a {
    transform: rotate(270deg);
    transform-origin: 100% 100%
}

.animate-50-75-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%
}

.animate-75-100-a {
    transform: rotate(0deg);
    transform-origin: 100% 100%
}

.animate-75-100-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%
}

.text {
    text-align: center;
    font-size: 20px;
    color: #262626;
    font-weight: 700
}

.blue .loader-bg {
    border-color: rgba(255, 255, 255, .1);
    box-shadow: inset 2px 2px 20px 0 rgba(0, 0, 0, .1) !important
}

.blue .text {
    font-size: 20px;
    color: #3ba8b6 !important;
    font-weight: 400 !important
}

.blue .loader-spinner {
    border-color: #3ba8b6;
    font-weight: 400 !important
}

.blue.circle-loaded-75 .text {
    color: #57a3d8 !important;
    font-weight: 400 !important
}

.blue.circle-loaded-75 .loader-spinner {
    border-color: #57a3d8;
    font-weight: 400 !important
}

.circle_percent {
    font-size: 120px;
    width: 1em;
    height: 1em;
    position: relative;
    background: #ffede2;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block
}

.circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em .5em)
}

.round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background: #ff965a;
    clip: rect(0 1em 1em .5em);
    transform: rotate(180deg);
    transition: 1.05s
}

.percent_more .circle_inner {
    clip: rect(0 .5em 1em 0em)
}

.percent_more:after {
    position: absolute;
    left: .5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: #e4a6d2;
    content: ""
}

.circle_inbox {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #fff;
    z-index: 3;
    border-radius: 50%
}

.percent_text {
    position: absolute;
    font-size: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3
}

.masters {
    margin-top: 80px;
    margin-bottom: 68px;
    display: flex;
    justify-content: space-between
}

.masters-info {
    width: 328px
}

.masters-info h3 {
    color: #262626;
    font-weight: 800;
    font-size: 26px;
    display: flex;
    flex-direction: column;
    margin-bottom: 17px
}

.masters-info h3::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #ff965a;
    border-radius: 6px;
    margin-top: 19px
}

.masters-info p {
    color: #4f4f4f;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px
}

.masters-info__btn {
    width: 160px;
    height: 46px
}

.masters-slider {
    height: 302px;
    display: flex;
    width: 754px;
    justify-content: center;
    position: relative
}

.slick-next {
    width: 36px;
    height: 36px;
    background: linear-gradient(90deg, #fa6d47 0%, #ff965a 100%);
    box-shadow: 0 4px 4px rgba(255, 111, 7, .2);
    border-radius: 36px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    top: 91px;
    right: -53px
}

.slick-prev {
    width: 36px;
    height: 36px;
    background: linear-gradient(90deg, #fa6d47 0%, #ff965a 100%);
    box-shadow: 0 4px 4px rgba(255, 111, 7, .2);
    border-radius: 36px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    left: -59px;
    top: 91px
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: linear-gradient(90deg, #fa6d47 0%, #ff965a 100%);
    box-shadow: 0 4px 4px rgba(255, 111, 7, .2);
    border-radius: 36px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    color: #fff
}

.masters-wrap .slick-list {
    width: 700px !important
}

.masters-wrap .slide-card {
    width: 210px !important
}

.slick-next:before {
    display: inline-block;
    content: "";
    width: 11px;
    height: 14px;
    background-image: url(../frontend/templates/khimki/images/prew-slider.svg);
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 11px;
    left: 12px;
    right: -37px
}

.slick-prev:before {
    display: inline-block;
    content: "";
    width: 11px;
    height: 14px;
    background-image: url(../frontend/templates/khimki/images/next-slider.svg);
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 10px;
    left: 15px
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1
}

.slick-track {
    display: flex
}

.slide-card {
    width: 210px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    text-align: center
}

.master-card {
    display: flex;
    flex-direction: column;
    color: #4f4f4f;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-top: auto
}

.master-card span {
    color: #262626;
    font-weight: 700;
    font-size: 16px;
    margin: 18px 0 7px 0
}

.working {
    background: #fff9f5;
    padding: 64px 0 90px 0
}

.working-block h3 {
    color: #262626;
    font-weight: 800;
    font-size: 26px;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px
}

.working-block h3::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #ff965a;
    border-radius: 6px;
    margin-top: 15px
}

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

.working-item {
    position: relative
}

.working-item__image {
    border-radius: 4px
}

.working-wrap:not(:last-child) {
    margin-right: 40px
}

.working-slider .slick-list {
    width: 1150px
}

.working-overlay {
    display: none;
    background: #262626;
    opacity: .5;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 100%;
    border-radius: 4px;
    transition: all 0.3s ease
}

.working-overlay__search {
    top: 80px;
    position: absolute
}

.working-overlay a {
    height: 100%
}

.working-overlay a:hover {
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease
}

.working-overlay a {
    text-transform: none;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center
}

.working-wrap:hover .working-overlay {
    display: block
}

.working-slider .slick-next {
    top: 80px;
    right: -26px
}

.working-slider .slick-prev {
    top: 80px
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    filter: alpha(Opacity=80);
    opacity: .95;
    display: none;
    background: #2b2828c7 !important
}

.lb-nav {
    position: relative
}

.lb-nav a.lb-next {
    width: 40px;
    height: 10% !important;
    position: absolute !important;
    z-index: 15;
    height: 45px !important;
    right: -125px !important;
    float: right;
    background: url(../frontend/templates/khimki/images/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 1;
    top: 44% !important;
    transition: opacity 0.6s;
    cursor: pointer
}

.lb-nav a.lb-prev {
    width: 40px;
    top: 44% !important;
    height: 10% !important;
    position: absolute !important;
    left: -125px !important;
    z-index: 15;
    height: 45px !important;
    float: left;
    background: url(../frontend/templates/khimki/images/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 1;
    transition: opacity 0.6s;
    cursor: pointer
}

.lb-dataContainer {
    width: auto !important
}

.lb-data .lb-number {
    display: none !important
}

.body-over {
    overflow: hidden
}

.lightbox-open {
    overflow: hidden !important
}

.reviews-small {
    padding: 80px 0 82px 0
}

.reviews-block h3 {
    color: #262626;
    font-weight: 800;
    font-size: 26px;
    display: flex;
    flex-direction: column;
    margin-bottom: 22px
}

.reviews-block h3::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #ff965a;
    border-radius: 6px;
    margin-top: 17px
}

.reviews-slider .slick-prev {
    top: 170px;
    left: -60px
}

.reviews-slider .slick-next {
    top: 170px;
    right: -25px
}

.reviews-card {
    width: 370px;
    margin-right: 31px
}

.reviews-head {
    display: flex;
    align-items: center;
    margin-bottom: 24px
}

.reviews-head__user {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.reviews-title {
    display: flex;
    flex-direction: column;
    padding-left: 22px;
    color: #262626;
    font-weight: 700;
    font-size: 16px
}

.reviews-title span {
    color: #fa6d47;
    padding: 8px 0 8px 0
}

.reviews-wrap {
    width: 100%;
    background: #fff9f5;
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4f4f4f;
    padding: 30px 31px 28px 35px;
    height: 270px;
    text-overflow: ellipsis;
    overflow: hidden
}

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

.rating-block {
    display: table;
    font-size: 0
}

.rating {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.rating.edit .star {
    cursor: pointer
}

.rating .star {
    width: 17px;
    height: 14px;
    display: inline-block;
    position: relative;
    z-index: 3
}

.rating__line {
    position: absolute;
    width: 85px;
    height: 14px;
    top: 0;
    left: 0;
    background: url(../frontend/templates/khimki/images/bg_rating.svg) 0 0 no-repeat;
    z-index: 1;
    background-size: 85px 100%
}

.rating__activeline {
    position: absolute;
    width: 0;
    height: 14px;
    top: 0;
    left: 0;
    background: url(../frontend/templates/khimki/images/bg_rating_active.svg) 0 0 no-repeat;
    z-index: 2;
    background-size: 85px 100%
}

.rating__value {
    display: inline-block;
    color: #1b3139;
    font-size: 14px;
    line-height: 13px;
    vertical-align: middle
}

.content {
    margin-top: 80px
}

.content p {
    color: #4f4f4f;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px
}

.content h2 {
    color: #262626;
    font-weight: 800;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 21px
}

.content h2:after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #ff965a;
    border-radius: 6px;
    margin-top: 22px
}

.maintext-image {
    width: 100% !important
}

.content-wrap {
    margin-bottom: 33px;
    display: flex;
    align-items: center
}

.content-wrap img {
    border-radius: 4px;
    margin-right: 61px
}

.content-wrap__text strong {
    color: #262626;
    font-weight: 700;
    font-size: 16px;
    display: inline-block
}

.important-group__span {
    color: #262626;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    line-height: 26px;
    width: 570px
}

.warning-img {
    background: #fff9f5 url(../frontend/templates/khimki/images/warning.svg) no-repeat left;
    background-position: bottom 50% left 30px;
    border-radius: 6px;
    display: flex;
    padding: 38px 48px 38px 142px;
    margin: 33px 0 34px 0
}

.warning-text {
    background: #fff9f5;
    border-radius: 6px;
    display: flex;
    padding: 38px 48px 38px 42px;
    margin: 33px 0 34px 0
}

.warning-text img {
    margin-right: 38px;
    width: 84px;
    height: 104px
}

.txt-yellow {
    background: #fff9f5;
    border-radius: 6px;
    display: flex;
    padding: 25px 30px 25px 30px;
    margin: 33px 0 34px 0;
    margin-bottom: 34px;
    border: 1px solid #f9dac7
}

.partners {
    background: #fff9f5;
    padding: 73px 0 90px 0
}

.partners h3 {
    color: #262626;
    font-weight: 800;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 22px
}

.partners h3::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #ff965a;
    border-radius: 6px;
    margin-top: 16px
}

.partners-card {
    background: #fff;
    border: 1px solid #ffede2;
    border-radius: 6px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 186px !important;
    height: 120px;
    margin-right: 10px
}

.partners-slider .slick-next {
    top: 39px;
    right: -53px
}

.partners-slider .slick-prev {
    top: 39px;
    right: -53px
}

.questions {
    padding: 81px 0 91px 0
}

.questions h3 {
    color: #262626;
    font-weight: 800;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px
}

.questions h3:after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #ff965a;
    border-radius: 6px;
    margin-top: 14px
}

.accordion-menu {
    width: 100%;
    background: #fff;
    border-radius: 4px
}

.accordion-menu li.open .dropdownlink h6 {
    color: #262626
}

.accordion-menu li.open .dropdownlink .chevron-down {
    transform: rotate(180deg)
}

.accordion-menu li {
    border-bottom: 1px solid #ffede2;
    margin-bottom: 8px;
    border-radius: 6px;
    border-top: 1px solid #ffede2;
    border-left: 1px solid #ffede2;
    border-right: 1px solid #ffede2
}

.dropdownlink {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 15px 22px 35px;
    color: #212121;
    position: relative;
    transition: all 0.4s ease-out
}

.dropdownlink h6 {
    font-weight: 700;
    font-size: 16px;
    color: #262626
}

.submenuItems {
    display: none;
    background: #fff;
    border-radius: 6px
}

.submenuItems p {
    padding: 20px 68px 34px 35px;
    color: #4f4f4f;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    border-radius: 0 0 6px 6px
}

.submenuItems a {
    display: block;
    color: #727272;
    padding: 12px 12px 12px 45px;
    transition: all 0.4s ease-out
}

.submenuItems a:hover {
    background-color: #cddc39;
    color: #fff
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.check {
    position: relative;
    padding-left: 30px;
    color: #262626;
    line-height: 21px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer
}

.check input {
    display: none
}

.check span {
    color: #ff965a !important;
    font-weight: 400;
    font-size: 14px !important
}

.check:before {
    content: "";
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #ffede2;
    position: absolute;
    border-radius: 4px;
    background: #fff
}

.check.active:before {
    background: #fff url(../frontend/templates/khimki/images/check.svg);
    background-repeat: no-repeat;
    background-position: 3px 5px
}

.feedback {
    background: #fff9f5;
    padding-top: 60px
}

.footer-banner {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 500px
}

.feedback-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px
}

.feedback-wrap__title {
    color: #262626;
    font-weight: 800;
    font-size: 30px;
    line-height: 32px;
    width: 408px;
    margin-bottom: 19px
}

.feedback-wrap p {
    color: #262626;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    width: 457px;
    margin-bottom: 23px
}

.feedback-wrap strong {
    color: #262626;
    font-weight: 700;
    font-size: 21px
}

.feedback-wrap span {
    color: #262626;
    font-weight: 700;
    font-size: 21px
}

.feedback-input {
    display: flex;
    align-items: center;
    position: relative;
    width: 457px;
    margin-bottom: 19px
}

.feedback-input__btn {
    height: 55px;
    width: 200px;
    position: absolute;
    right: 0
}

.feedback-form {
    margin-top: 23px
}

.form-control {
    width: 352px;
    height: 50px;
    border: 1px solid #ffede2;
    padding-left: 29px;
    background: #fff;
    border-radius: 25px
}

.feedback-input__hidn {
    height: 55px;
    width: 200px;
    position: absolute;
    right: 0;
    display: none
}

.footer-hidden {
    display: none;
    width: 100%;
    margin-bottom: 34px;
    border-bottom: 2px solid #ffd3ba
}

.banner-block__hidden {
    display: none;
    width: 100%;
    border-bottom: 2px solid #ffd3ba;
    margin-top: 19px
}

.holder-wrap {
    width: 453px
}

.holder {
    background: #fff9f5;
    padding-top: 18px;
    padding-bottom: 45px
}

.holder-block {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center
}

.holder-head {
    color: #262626;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 17px;
    margin-top: 65px
}

.holder-head__title {
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 14px;
    line-height: 31px;
    z-index: 10;
    position: relative
}

.holder-head p {
    position: relative;
    z-index: 10
}

.holder-price {
    position: relative;
    z-index: 10
}

.holder-head strong {
    font-weight: 700
}

.holder-price strong {
    font-weight: 700;
    font-size: 21px;
    display: inline-block
}

.holder-price span {
    font-weight: 700;
    font-size: 21px;
    display: inline-block;
    margin-left: 5px
}

.crumbs {
    display: flex;
    align-items: center;
    margin-bottom: 62px;
    position: absolute;
    top: 0
}

.crumbs li {
    color: #818181;
    font-weight: 400;
    font-size: 13px;
    display: flex;
    align-items: center
}

.crumbs a {
    color: #818181;
    font-weight: 400;
    font-size: 13px
}

.crumbs__arr {
    background: url(../frontend/templates/khimki/images/crumbs-arr.svg) no-repeat;
    width: 6px;
    height: 8px;
    margin-left: 10px;
    margin-right: 10px
}

.servuces-banne-hidden {
    display: none
}

.servuces-banne {
    right: 0;
    position: absolute;
    bottom: 0;
    top: 0
}

.servuces-bj {
    display: none
}

.price {
    padding: 40px 0 80px 0
}

.guarant {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.guarant-card {
    background: #fff9f5;
    border: 1px solid #ffede2;
    border-radius: 6px;
    display: flex;
    padding: 30px 27px 37px 27px;
    width: 770px;
    align-items: center;
    min-height: 130px
}

.guarant-card span {
    background: url(../frontend/templates/khimki/images/guarant.svg) no-repeat;
    width: 64px;
    margin-right: 18px;
    height: 49px
}

.guarant-wrap {
    display: flex;
    flex-direction: column;
    width: 628px
}

.guarant-wrap strong {
    font-weight: 700;
    font-size: 17px;
    color: #262626;
    display: inline-block;
    margin-bottom: 9px
}

.guarant-wrap a {
    color: #ff965a
}

.guarant-wrap p {
    line-height: 19px;
    font-size: 15px
}

.license-card {
    width: 370px
}

.license-card span {
    background: url(../frontend/templates/khimki/images/license.svg) no-repeat;
    width: 123px;
    margin-right: 30px
}

.applications {
    margin: 70px 0 60px 0
}

.applications h3 {
    color: #262626;
    font-weight: 800;
    font-size: 26px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.applications h3::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #ff965a;
    border-radius: 6px;
    margin-top: 19px
}

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

.applications-card {
    background: #fff9f5;
    border: 1px solid #ffede2;
    border-radius: 6px;
    padding: 5px 5px 25px 5px;
    width: 270px;
    min-height: 360px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 30px
}

.applications-card__btn {
    width: 143px;
    height: 42px;
    margin: 0 auto;
    font-size: 12px
}

.applications-card__link {
    margin-bottom: 9px;
    display: flex;
    flex-direction: column;
    height: 243px
}

.applications-card__link a {
    color: #262626;
    text-decoration: underline
}

.applications-card__link a:hover {
    color: #fa7048;
    text-decoration: underline
}

.applications-card img {
    border-radius: 4px;
    width: 100%;
    height: 170px
}

.applications-card h4 {
    color: #262626;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    width: 217px;
    margin: 0 auto;
    margin-top: 20px
}

.applications-card:hover {
    border: 1px solid #e4c4b0;
    transition: all 0.3s ease
}

.applications-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 77px
}

.applications-price {
    display: inline-block;
    color: #262626;
    font-weight: 500;
    font-size: 16px
}

.advisable {
    margin: 70px 0 60px 0
}

.advisable h3 {
    color: #262626;
    font-weight: 800;
    font-size: 26px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.advisable h3::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #ff965a;
    border-radius: 6px;
    margin-top: 19px
}

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

.advisable-card {
    background: #fff9f5;
    border: 1px solid #ffede2;
    border-radius: 6px;
    padding: 5px 5px 25px 5px;
    width: 270px;
    min-height: 360px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 30px
}

.advisable-card__btn {
    width: 143px;
    height: 42px;
    margin: 0 auto;
    font-size: 12px
}

.advisable-card__link {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    height: 280px
}

.advisable-card h4 {
    color: #262626;
    text-decoration: underline
}

.advisable-card:hover h4 {
    color: #fa7048;
    text-decoration: underline
}

.advisable-card img {
    border-radius: 4px;
    width: 100%;
    height: 170px
}

.advisable-card h4 {
    color: #262626;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    width: 217px;
    margin: 0 auto;
    margin-top: 20px
}

.advisable-card:hover {
    border: 1px solid #e4c4b0;
    transition: all 0.3s ease
}

.advisable-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 77px
}

.advisable-price {
    display: inline-block;
    color: #262626;
    font-weight: 500;
    font-size: 16px
}

.advisable-annotation {
    margin: 12px 4px 10px 4px
}

.advisable-annotation p {
    color: #4f4f4f
}

.leaf h3 {
    color: #262626;
    font-weight: 800;
    font-size: 26px;
    display: flex;
    flex-direction: column;
    margin-bottom: 22px
}

.leaf h3:after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #ff965a;
    border-radius: 6px;
    margin-top: 19px
}

.price-drop {
    display: flex;
    width: 100%;
    min-height: 379px;
    flex-direction: column
}

.drop-header {
    background: #fff9f5;
    height: 56px;
    border-radius: 6px 6px 0 0;
    display: flex;
    align-items: center;
    color: #262626;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #ffede2
}

.drop-header .sp-1 {
    width: 680px;
    padding-left: 25px
}

.drop-header .sp-2 {
    width: 152px
}

.drop-header .sp-3 {
    width: 168px
}

.drop-header .sp-4 {
    width: 152px
}

.drop-footer {
    background: #fff9f5;
    height: 50px;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 6px 6px;
    color: #ff965a;
    font-weight: 400;
    font-size: 13px;
    border-bottom: 1px solid #ffede2;
    border-left: 1px solid #ffede2;
    border-right: 1px solid #ffede2;
    cursor: pointer
}

table {
    width: 100%;
    border-spacing: 0
}

table tr {
    height: 56px;
    border-bottom: 1px solid #ffede2;
    border-left: 1px solid #ffede2;
    border-right: 1px solid #ffede2;
    display: flex;
    align-items: center
}

@media screen and (max-width:576px) {
    table tr {
        text-align: center
    }
}

table td {
    color: #262626;
    font-weight: 400;
    font-size: 15px;
    width: 152px
}

table td a {
    color: #fa6d47;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-left: 17px
}

table td a span {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    background: #fa6d47;
    border-radius: 50%;
    margin-right: 11px
}

table tr:hover {
    background: #ffede2
}

table td a span::before {
    background-image: url(../frontend/templates/khimki/images/arrow-table.svg);
    background-repeat: no-repeat;
    width: 7.5px;
    height: 10px;
    position: absolute;
    left: 10px;
    top: 7px;
    display: inline-block;
    content: ""
}

.td-title {
    padding-left: 25px;
    color: #262626;
    font-weight: 600;
    font-size: 15px;
    width: 680px;
    padding-top: 20px;
    padding-bottom: 20px
}

.tr-active {
    display: block
}

.skills-hiddne {
    display: none
}

.drop-hidden {
    display: none;
    background: #fff9f5;
    height: 50px;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 6px 6px;
    color: #ff965a;
    font-weight: 400;
    font-size: 13px;
    border-bottom: 1px solid #ffede2;
    border-left: 1px solid #ffede2;
    border-right: 1px solid #ffede2;
    cursor: pointer
}

.secvices-reviews {
    margin-top: 68px
}

.secvices-content {
    padding-top: 70px;
    padding-bottom: 37px
}

.public-item {
    margin-top: 0
}

.content-subtitle {
    color: #262626;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 13px
}

.content-list {
    margin-bottom: 33px
}

.content-list li {
    color: #4f4f4f;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-left: 22px
}

.content-list span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: flex;
    background: #ff965a;
    margin-right: 12px;
    position: absolute;
    left: -1px;
    top: 8px
}

.content-list li:not(:last-child) {
    margin-bottom: 10px
}

.important-text {
    color: #262626;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    border: 1px solid #ff965a;
    border-radius: 6px;
    padding: 36px 48px 34px 42px;
    width: 100%;
    min-height: 122px;
    display: inline-block;
    margin-bottom: 27px
}

.expand-text {
    display: none;
    color: #fa6d47;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer
}

.expand-text__hidden {
    display: none;
    color: #fa6d47;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline
}

.turn {
    display: none;
    color: #fa6d47;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer
}

.hidden-active {
    display: block
}

.drop-active {
    display: flex
}

.drop-hide {
    display: none
}

.mobile-deployment {
    display: block
}

.first-wrapper__title {
    margin-bottom: 20px;
    display: none
}

.services-content-text {
    width: 100%
}

.title-block {
    padding: 19px 0 34px 0;
    background: #fff9f5
}

.title-wrapper {
    display: flex;
    flex-direction: column
}

.title-wrapper h1 {
    color: #262626;
    font-weight: 800;
    font-size: 30px;
    line-height: 32px;
    margin-top: 35px
}

.title-wrapper__crumbs {
    margin-bottom: 0
}

.about-content {
    padding: 25px 0 52px 0
}

.about-content h3::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #ff965a;
    border-radius: 6px;
    margin-top: 18px
}

.about-content h3 {
    color: #262626;
    font-weight: 800;
    font-size: 26px;
    display: flex;
    flex-direction: column;
    margin-bottom: 17px
}

.advantages-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
}

.advantages-card {
    display: flex;
    align-items: center;
    border: 1px solid #ffede2;
    border-radius: 6px;
    color: #262626;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    padding: 25px 30px 28px 33px;
    min-height: 100px;
    width: 370px
}

.advantages-card img {
    margin-right: 30px;
    width: 50px;
    height: 50px
}

.important-group {
    display: flex;
    margin-bottom: 27px
}

.important-group strong {
    line-height: 26px;
    width: 570px
}

.important-group__quotes1 {
    display: inline-block;
    width: 46px;
    height: 35px;
    margin-right: 47px
}

.important-group__quotes2 {
    display: inline-block;
    width: 46px;
    height: 35px;
    margin-top: auto;
    margin-right: unset !important;
    margin-left: auto
}

.choice {
    background: #fff9f5;
    padding: 52px 0 60px 0
}

.choice h3 {
    color: #262626;
    font-weight: 800;
    font-size: 26px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px
}

.choice h3::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #ff965a;
    border-radius: 6px;
    margin-top: 19px
}

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

.choice-card {
    width: 370px;
    min-height: 180px;
    display: flex;
    background: #fff;
    border: 1px solid #ffede2;
    border-radius: 6px;
    align-items: center;
    padding: 26px 24px 29px 35px
}

.choice-card img {
    margin-right: 24px;
    width: 50px;
    height: 50px
}

.choice-text {
    color: #4f4f4f;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.choice-text h5 {
    color: #262626;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 5px
}

.about-info {
    padding: 63px 0 60px 0
}

.about-article {
    margin-top: 45px
}

.about-article p {
    color: #4f4f4f;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px
}

.about-reviews {
    margin: 60px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4f4f4f
}

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

.offer-card {
    background: #fff9f5;
    border: 1px solid #ffede2;
    border-radius: 6px;
    width: 570px;
    min-height: 140px;
    display: flex;
    align-items: center;
    padding: 33px 42px 32px 33px
}

.offer-card img {
    margin-right: 30px;
    width: 50px;
    height: 50px
}

.offer-text {
    color: #262626;
    line-height: 24px
}

.offer-text h5 {
    font-weight: 700;
    font-size: 17px
}

.offer-text a {
    color: #ff965a;
    font-weight: 400
}

.about-masters__btn {
    width: 160px;
    height: 46px;
    margin: 0 auto;
    margin-top: 25px;
    display: none
}

.workers {
    padding: 40px 0 80px 0
}

.workers-block {
    display: flex;
    flex-direction: column
}

.workers-card {
    display: flex;
    min-height: 340px;
    border: 1px solid #ffede2;
    border-radius: 6px
}

.workers-card:not(:last-child) {
    margin-bottom: 30px
}

.cover-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 26px 45px 44px 45px
}

.contakt-side {
    width: 301px;
    background: #fff9f5
}

.contakt-side__btn {
    width: 200px;
    height: 54px;
    margin-top: auto
}

.contakt-side strong {
    color: #262626;
    font-weight: 700;
    font-size: 18px
}

.contakt-wrap {
    color: #818181;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto
}

.contakt-wrap span {
    color: #262626;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px
}

.contakt-wrap a {
    color: #262626;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 11px
}

.workers-image {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    margin: 13px 0 21px 0
}

.rider-side {
    padding: 26px 26px 11px 27px
}

.rider-side h5 {
    color: #262626;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px
}

.worker-list {
    margin-bottom: 18px
}

.worker-list h6 {
    color: #262626;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 4px
}

.worker-list li:not(:last-child) {
    margin-bottom: 0
}

.vacancies-offer {
    margin-top: 90px
}

.reviews-book {
    padding: 40px 0 100px 0
}

.book-block {
    display: flex;
    flex-direction: column;
    margin-left: 42px
}

.book-card {
    display: flex;
    border: 1px solid #ffefe6;
    border-radius: 6px;
    position: relative
}

.book-card:not(:last-child) {
    margin-bottom: 30px
}

.user-info {
    width: 328px
}

.user-title {
    display: flex;
    flex-direction: column
}

.user-photo {
    position: absolute;
    left: -43px;
    top: 27px
}

.user-photo img {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.user-box {
    display: flex;
    flex-direction: column;
    padding: 14px 20px 20px 67px
}

.user-name {
    color: #262626;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px
}

.workspace {
    color: #fa6d47;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 14px
}

.addition-info {
    margin-bottom: 6px
}

.addition-info__value {
    display: inline-block;
    margin-left: 5px
}

.addition {
    margin-top: 13px;
    font-size: 15px
}

.user-block {
    display: flex;
    align-items: center;
    padding: 29px 35px 44px 48px;
    color: #4f4f4f;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    justify-content: center;
    height: 100%;
    position: relative;
    border-left: 1px solid #ffefe6
}

.user-block::before {
    width: 0;
    height: 0;
    border-top: 10px solid #afafaf00;
    border-left: 11px solid #ffefe6;
    border-bottom: 10px solid transparent;
    display: inline-block;
    content: "";
    position: absolute;
    left: -1px;
    top: 60px;
    z-index: 10
}

.user-block::after {
    width: 0;
    height: 0;
    border-top: 10px solid #afafaf00;
    border-left: 11px solid #fff;
    border-bottom: 10px solid transparent;
    display: inline-block;
    content: "";
    position: absolute;
    left: -2.5px;
    top: 60px;
    z-index: 10
}

.text-wrapper {
    background: #fff9f5;
    max-width: 842px
}

.page-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 43px 0 90px 0
}

.page-list {
    display: flex
}

.page-list li {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-list li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #818181;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #ffede2
}

.page-list__prev {
    position: relative;
    border-right: none !important;
    border-radius: 4px 0 0 4px
}

.page-list__prev::after {
    content: "";
    display: inline-block;
    background: url(../frontend/templates/khimki/images/page-prev.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 18px;
    width: 10px;
    height: 16px
}

.page-list__next {
    position: relative;
    border-left: none !important;
    border-radius: 0 4px 4px 0
}

.page-list__next::after {
    content: "";
    display: inline-block;
    background: url(../frontend/templates/khimki/images/page-next.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 18px;
    width: 10px;
    height: 16px
}

.page-ellipsis {
    border: none !important;
    color: #818181
}

.page-list__active {
    background: #ff965a;
    color: #ffffff !important;
    border: none !important;
    cursor: auto
}

.tool-board {
    background: #fff9f5;
    border: 1px solid #ffede2;
    border-radius: 6px;
    width: 100%;
    min-height: 420px;
    padding: 40px 46px 59px 42px
}

.tool-board h3 {
    color: #262626;
    font-weight: 800;
    font-size: 26px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.tool-board h3::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #ff965a;
    border-radius: 6px;
    margin-top: 17px
}

.rating-board {
    margin-top: 18px;
    margin-left: 19px
}

.rating-board__value {
    margin-right: 10px;
    color: #818181;
    font-weight: 400;
    font-size: 13px
}

.form-board {
    display: flex
}

.form-board__btn {
    width: 200px;
    height: 54px;
    margin-top: 27px;
    margin-left: auto
}

.board-message textarea {
    width: 720px;
    height: 170px;
    resize: none;
    border: 1px solid #ffede2;
    border-radius: 4px;
    padding: 20px 0 20px 18px;
    color: #818181;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px
}

.board-inputs {
    display: flex;
    flex-direction: column;
    margin-right: 10px
}

.board-inputs input {
    width: 352px;
    height: 50px;
    background: #fff;
    padding-left: 20px;
    border: 1px solid #ffede2;
    border-radius: 4px;
    color: #818181;
    font-weight: 400;
    font-size: 13px
}

.board-inputs input:not(:last-child) {
    margin-bottom: 10px
}

.map-block {
    padding: 40px 0 80px 0
}

.map-info {
    display: flex;
    justify-content: space-between;
    margin: 80px 0
}

.map-card {
    width: 570px;
    background: #fff9f5;
    border: 1px solid #ffede2;
    border-radius: 6px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    padding: 32px 83px 34px 40px;
    color: #262626;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px
}

.map-card h6 {
    color: #262626;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 9px
}

.map-card__phone {
    color: #262626;
    font-weight: 700;
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 8px
}

.map-card__mail {
    color: #ff965a;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px
}

.map-card__list li {
    position: relative;
    padding-left: 18px;
    color: #262626;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 2px
}

.map-card__list li span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: flex;
    background: #ff965a;
    margin-right: 12px;
    position: absolute;
    left: -1px;
    top: 8px
}

.map-contact h3 {
    color: #262626;
    font-weight: 800;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 14px
}

.map-contact h3:after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #ff965a;
    border-radius: 6px;
    margin-top: 17px
}

.map-contact p {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #262626;
    width: 769px
}

.map-wrapper {
    margin-top: 27px;
    display: flex
}

.map-offer {
    margin: 80px 0 90px 0
}

.partnership h3 {
    color: #262626;
    font-weight: 800;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 14px
}

.partnership h3:after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #ff965a;
    border-radius: 6px;
    margin-top: 17px
}

.partnership-text {
    color: #262626;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    width: 759px
}

.partnership-text__link {
    color: #ff965a;
    font-weight: 400
}

.section-slider {
    padding-bottom: 80px
}

.footer {
    padding: 18px 0 22px 0
}

.footer-border {
    border-bottom: 1px solid #ffede2;
    padding-bottom: 18px
}

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

.footer-contacts {
    width: 558px
}

.footer-block {
    align-items: center
}

.footer-block__btn {
    width: 160px;
    height: 44px;
    margin-left: 31px
}

.footer-block .footer-block__icon {
    top: 5px !important
}

.copyride-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #818181;
    font-weight: 400;
    font-size: 13px;
    padding-top: 18px
}

.copyride-wrap__link {
    color: #818181;
    font-weight: 400;
    font-size: 13px
}

.orange-btn-disabled {
    background: #929191
}

.limiter {
    max-height: 60px;
    overflow: hidden;
    position: relative
}

.limiter .bottom-txt {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(255 255 255 / 30%), rgb(255 255 255)90%);
    width: 100%;
    height: 20px;
    opacity: 1;
    transition: 0.3s
}

.read-more-checker {
    opacity: 0;
    position: absolute
}

.read-more-checker:checked~.limiter {
    max-height: none
}

.read-more-checker:checked~.limiter .bottom-txt {
    opacity: 0;
    transition: 0.3s
}

.read-more-checker~.read-more-button:before {
    content: "Читать далее »"
}

.read-more-checker~.read-more-button:hover {
    color: #ff965a;
    transition: all 0.3s ease
}

.read-more-checker:checked~.read-more-button:before {
    content: "Свернуть «"
}

.read-more-button {
    cursor: pointer;
    display: block;
    color: #4f4f4f;
    font-weight: 600;
    text-decoration: underline;
    text-align: right;
    margin-top: 10px
}

@media (min-width:768px) {
    #popup__toggle {
        display: none
    }
}

#popup__toggle {
    bottom: 30px;
    right: 60%;
    position: fixed;
    z-index: 999
}

.img-circle {
    background-color: #0090a3;
    box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #0090a3;
    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: #0090a3;
    width: 100px;
    height: 100px;
    bottom: 0;
    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: .8
}

.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    background-image: url(../frontend/templates/khimki/images/mini.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(.9);
        opacity: 1
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(.9);
        opacity: 1
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.95);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.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(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }

    30% {
        -moz-transform: rotate(0deg) scale(.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(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0deg) scale(.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(.5) skew(1deg);
        -o-opacity: .1
    }

    30% {
        -o-transform: rotate(0deg) scale(.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(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0deg) scale(.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(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -moz-transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
}

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

    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
}

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

    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -o-transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
}

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

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
}

@media screen and (max-width:1462px) {
    .image-big {
        width: 743px !important;
        height: 511px;
        left: 0;
        right: 0;
        margin: auto
    }

    .lb-nav a.lb-prev {
        left: 0 !important
    }

    .lb-nav a.lb-next {
        right: 0 !important
    }

    .working-overlay__search {
        left: 0;
        right: 0;
        margin: auto
    }
}

@media screen and (max-width:1325px) {
    .working-slider .slick-next {
        top: 117px;
        right: 4px
    }

    .working-slider .slick-prev {
        top: 117px;
        left: -18px;
        z-index: 10
    }

    .partners-slider .slick-next {
        top: 39px;
        right: -18px
    }

    .partners-slider .slick-prev {
        top: 39px;
        right: 0;
        left: -24px;
        z-index: 10
    }

    .slick-next {
        right: -23px
    }

    .slick-prev {
        left: -41px
    }

    .reviews-slider .slick-list {
        width: 1056px;
        left: 65px
    }

    .reviews-slider .slick-next {
        top: 170px;
        right: 26px
    }

    .reviews-slider .slick-prev {
        top: 170px;
        left: 11px
    }
}

@media screen and (max-width:1231px) {
    .partners-slider {
        width: 1131px;
        left: 21px
    }

    .partners-card {
        width: 180px !important
    }
}

@media screen and (max-width:1187px) {
    .working-item__image {
        width: 245px !important
    }

    .working-slider .slick-next {
        top: 102px;
        right: 46px
    }

    .working-slider .slick-prev {
        top: 102px;
        left: -4px
    }

    .working-overlay {
        width: 245px
    }
}

@media screen and (max-width:1200px) {
    .banner-block__bj {
        width: 429px;
        margin-top: auto;
        bottom: 0
    }

    .services-content-text {
        height: 350px;
        margin: 0 auto
    }

    .banner {
        padding-bottom: 0
    }

    .warning-text__main {
        display: flex
    }

    .warning-text {
        align-items: center
    }

    .skills img {
        width: 90px
    }

    .skills-services img {
        width: 50px;
        height: 50px
    }

    .contakt-wrap span {
        text-align: center
    }

    .license-card {
        min-height: 171px
    }

    .servuces-banne {
        height: auto;
        width: 515px
    }

    .applications-card {
        width: 233px
    }

    .advisable-card {
        width: 233px
    }

    .td-title {
        width: 576px
    }

    table td {
        width: 127px
    }

    table td a {
        margin-left: 13px
    }

    .skills-services {
        max-width: 318px !important
    }

    .guarant-card {
        width: 476px
    }

    .guarant-card span {
        width: 127px
    }

    .partners-slider {
        width: 944px
    }

    .elem-block {
        width: 250%;
        left: -752px;
        top: 48px
    }

    .reviews-slider .slick-list {
        left: 0
    }

    .reviews-slider .slick-prev {
        top: 170px;
        left: -43px;
        z-index: 10
    }

    .reviews-slider .slick-next {
        top: 170px;
        right: -17px
    }

    .working-item__image {
        width: 214px !important
    }

    .working-overlay {
        width: 214px
    }

    .working-wrap:not(:last-child) {
        margin-right: 27px
    }

    .working-item {
        width: 214px
    }

    .working-slider .slick-prev {
        top: 65px;
        left: 5px
    }

    .working-slider .slick-next {
        top: 65px;
        right: 34px
    }

    .working-overlay__search {
        top: 89px
    }

    .card-block {
        justify-content: unset
    }

    .card {
        width: 230px
    }

    .card:not(:nth-child(4n + 4)) {
        margin-right: 17px
    }

    .card-cap {
        width: 230px
    }

    .card h4 {
        font-size: 17px
    }

    .cap-wrapper h5 {
        font-size: 17px
    }

    .skills {
        max-width: 474px;
        width: 100%
    }

    .num-text {
        margin-right: 33px
    }

    .num-card {
        width: 325px
    }

    .descript-block {
        width: 662px
    }

    .reviews-wrap {
        height: 420px
    }

    .logo-wrap {
        margin-right: 15px
    }

    .fast-link a {
        font-size: 16px
    }

    .fast-link span {
        font-size: 10px
    }

    .menu-category a {
        font-size: 12px
    }

    .search-form__input {
        width: 308px
    }

    .fast-contacts {
        width: 262px;
        margin-left: 24px
    }

    .fast-block:not(:last-child) {
        padding-right: 10px
    }

    .masters-wrap .slide-card {
        width: auto
    }

    .masters-slider {
        width: auto;
        right: 10px
    }

    .slide-card {
        margin-right: 11px
    }

    .masters-wrap .slick-list {
        width: 654px !important
    }

    .slick-prev {
        left: -22px;
        z-index: 10
    }

    .slick-next {
        right: -9px
    }

    .footer-contacts {
        width: 459px
    }

    .feedback-wrap__title {
        font-size: 29px
    }

    .feedback {
        padding-top: 43px
    }

    .feedback-wrap {
        padding-bottom: 30px
    }

    .partners-slider .slick-next {
        right: -12px
    }

    .partners-slider .slick-prev {
        left: -21px
    }

    .reviews-slider .slick-list {
        left: 58px !important;
        width: 864px
    }

    .reviews-slider .slick-next {
        right: 21px
    }

    .reviews-slider .slick-prev {
        left: 10px
    }

    .masters-info {
        width: 270px
    }

    .item-decote1::after {
        left: 60px
    }

    .item-decote2::after {
        left: 197px
    }

    .item-decote3::after {
        left: 356px
    }

    .item-decote4::after {
        left: 516px
    }

    .item-decote5::after {
        left: 668px
    }

    .item-decote6::after {
        left: 803px
    }

    .item-decote7::after {
        left: 922px
    }

    .dropdown-decore2::after {
        left: 190px
    }

    .dropdown-decore3::after {
        left: 349px
    }

    .dropdown-decore4::after {
        left: 508px
    }

    .dropdown-decore5::after {
        left: 661px
    }

    .dropdown-decore6::after {
        left: 797px
    }

    .dropdown-decore7::after {
        left: 915px
    }

    .advantages-card {
        width: 308px
    }

    .content-wrap img {
        margin-right: 19px
    }

    .maintext-image {
        width: 450px;
        height: 350px
    }

    .important-group strong {
        width: 430px
    }

    .important-group__quotes2 {
        margin-left: unset
    }

    .content-wrap {
        margin-bottom: 20px
    }

    .content-wrap__about {
        margin-bottom: 0
    }

    .about-content {
        padding: 25px 0 0 0
    }

    .choice-card {
        width: 314px;
        min-height: 230px
    }

    .offer-card {
        width: 476px;
        min-height: 188px
    }

    .map-card {
        width: 476px
    }

    .user-photo {
        top: 45px
    }

    .user-block::before {
        top: 82px
    }

    .user-block::after {
        top: 82px
    }

    .user-box {
        padding: 14px 20px 20px 65px
    }

    .board-message textarea {
        width: 527px
    }

    .text-wrapper {
        max-width: 633px
    }
}

@media screen and (max-width:992px) {
    .card:not(:nth-child(4n + 4)) {
        margin-right: 15px
    }

    .banner-block__bj {
        right: -54px
    }

    .services-content-text {
        height: 100%
    }

    .maintext-image {
        height: 100% !important
    }

    .menu-santehnik {
        width: 314px !important;
        position: absolute;
        height: auto;
        top: 128px;
        right: 0
    }

    li.open>.elem-items {
        height: 100% !important
    }

    .elem-block {
        height: auto;
        min-height: auto
    }

    .secvices-content {
        padding-top: 19px
    }

    .maintext-image {
        margin-bottom: 20px !important;
        margin-right: 0 !important
    }

    .map-offer {
        margin: 80px 0 80px 0
    }

    .map-block {
        padding: 40px 0 60px 0
    }

    .elem-block {
        left: -581px;
        top: 85px
    }

    .card-info p {
        display: none
    }

    .cap-wrapper p {
        display: none
    }

    .card::before {
        width: 191px;
        height: 211px
    }

    .card {
        height: 313px;
        width: 175px
    }

    .card h4 {
        line-height: unset
    }

    .card-cap {
        width: 175px;
        height: 313px;
        padding: 18px 12px 28px 12px
    }

    .card img {
        max-height: 81px
    }

    .card-cap img {
        height: 88px
    }

    .card-mob__btn {
        display: flex
    }

    .card__btn {
        display: none
    }

    .card-cap__btn {
        width: 123px;
        height: 38px
    }

    .banner-info p {
        max-width: 370px
    }

    .additional {
        width: 545px;
        flex-direction: column;
        height: 106px
    }

    .banner-info {
        width: 396px
    }

    .banner-block__bj {
        overflow: hidden
    }

    .call-master {
        margin-bottom: 30px
    }

    .skills {
        max-width: 362px;
        margin-bottom: 10px
    }

    .command {
        padding: 50px 0 50px 0
    }

    .about-num {
        flex-direction: column;
        align-items: flex-start
    }

    .num-text {
        margin-right: 110px;
        max-width: 100%;
        margin-bottom: 19px
    }

    .num-wrap__arrow {
        transform: rotate(90deg)
    }

    .descript-block {
        width: 746px
    }

    .num-card {
        width: 366px
    }

    .masters {
        flex-direction: column;
        margin-top: 50px
    }

    .masters-info {
        width: 100%;
        margin-bottom: 40px
    }

    .working-wrap:not(:last-child) {
        margin-right: 30px
    }

    .working-item__image {
        width: 215px !important
    }

    .working-slider {
        display: flex;
        justify-content: space-between;
        width: 676px;
        margin: 0 auto
    }

    .working-slider .slick-prev {
        left: -20px
    }

    .working-slider .slick-next {
        right: -10px
    }

    .reviews-slider {
        width: 655px;
        margin: 0 auto
    }

    .reviews-wrap {
        height: 300px;
        width: 309px
    }

    .reviews-slider .slick-list {
        left: 0 !important
    }

    .reviews-card {
        width: 600 !important;
        margin-right: 0 !important
    }

    .reviews-slider .slick-list {
        width: 696px
    }

    .reviews-slider .slick-next {
        right: -23px
    }

    .reviews-slider .slick-prev {
        left: -40px
    }

    .content {
        margin-top: 44px
    }

    .reviews-small {
        padding: 61px 0 37px 0
    }

    .content-wrap {
        flex-direction: column
    }

    .content-wrap img {
        margin-right: 0;
        margin-bottom: 30px
    }

    .partners {
        padding: 35px 0 58px 0
    }

    .partners-slider {
        width: 712px;
        margin: 0 auto;
        left: 0
    }

    .questions {
        padding: 33px 0 36px 0
    }

    .feedback-block {
        position: relative
    }

    .footer-banner {
        position: absolute;
        z-index: 0;
        right: 0;
        bottom: 0;
        width: 400px
    }

    .feedback-wrap {
        z-index: 10
    }

    .footer-contacts {
        flex-direction: column;
        align-items: flex-start;
        width: 331px
    }

    .footer-block:not(:last-child) {
        border-right: none;
        padding-bottom: 6px;
        border-bottom: 1px solid #ffede2
    }

    .search-form {
        display: none
    }

    .search {
        justify-content: space-between
    }

    .menu-category a {
        flex-direction: column;
        text-align: left
    }

    .menu-category a img {
        padding-right: 0;
        margin-bottom: auto;
        width: 32px;
        margin: 0 auto;
        margin-bottom: 4px
    }

    li.open .dropdown-menu.subcategories::after {
        top: 73px
    }

    .heading-wrap__call {
        width: 165px
    }

    .menu-category a:not(:first-child) {
        margin-left: 0
    }

    .dropdown-decore1::after {
        left: 35px
    }

    .dropdown-decore2::after {
        left: 140px
    }

    .dropdown-decore3::after {
        left: 259px
    }

    .dropdown-decore4::after {
        left: 387px
    }

    .dropdown-decore5::after {
        left: 501px
    }

    .dropdown-decore6::after {
        left: 605px
    }

    .dropdown-decore7::after {
        left: 695px
    }

    .item-decote1::after {
        left: 45px;
        top: 76px
    }

    .item-decote2::after {
        left: 150px;
        top: 76px
    }

    .item-decote3::after {
        left: 268px;
        top: 76px
    }

    .item-decote4::after {
        left: 397px;
        top: 76px
    }

    .item-decote5::after {
        left: 511px;
        top: 76px
    }

    .item-decote6::after {
        left: 615px;
        top: 76px
    }

    .item-decote7::after {
        left: 705px;
        top: 76px
    }

    .discount-card {
        width: 687px
    }

    .advantages-card {
        width: 240px;
        flex-direction: column;
        text-align: center;
        padding: 25px 23px 28px 23px
    }

    .advantages-card img {
        margin-right: 0;
        margin-bottom: 10px
    }

    .content-wrap__about {
        display: flex;
        flex-direction: row
    }

    .article-wrap__director {
        width: 295px;
        margin-right: 20px !important
    }

    .important-group strong {
        width: 330px
    }

    .content-wrap img {
        margin-right: 16px;
        margin-bottom: 0
    }

    .offer-card {
        width: 361px;
        min-height: 211px
    }

    .choice-wrap {
        flex-direction: column
    }

    .choice-card {
        width: 100%
    }

    .choice-card:not(:last-child) {
        margin-bottom: 20px
    }

    .map-card {
        width: 361px
    }

    .text-wrapper {
        max-width: 476px
    }

    .user-box {
        padding: 14px 20px 20px 49px
    }

    .user-block::before {
        top: 70px
    }

    .user-block::after {
        top: 70px
    }

    .board-inputs input {
        width: 273px
    }

    .board-message textarea {
        width: 375px
    }

    .guarant-card {
        width: 367px
    }

    .license-card {
        min-height: 209px
    }

    .applications-card img {
        height: 140px
    }

    .advisable-card img {
        height: 140px
    }

    .applications-card {
        width: 180px
    }

    .advisable-card {
        width: 180px
    }

    .applications-card h4 {
        width: 100%
    }

    .advisable-card h4 {
        width: 100%
    }

    .applications-footer {
        height: 73px
    }

    .advisable-footer {
        height: 73px
    }

    .applications-card__link {
        margin-bottom: 12px;
        height: 263px
    }

    .advisable-card__link {
        margin-bottom: 12px;
        height: 285px
    }

    .td-title {
        width: 365px
    }

    table td {
        width: 123px
    }

    table td a {
        margin-left: -4px
    }

    .drop-header .sp-1 {
        width: 442px
    }

    .skills-services {
        max-width: 244px !important;
        height: 253px;
        flex-direction: column
    }

    .skills-text__services {
        padding-left: 0;
        text-align: center;
        margin-top: 23px
    }

    .holder-wrap {
        width: 453px;
        z-index: 10;
        margin-bottom: 30px;
        margin-top: 39px
    }

    .servuces-banne {
        height: 100%;
        width: 502px;
        position: absolute;
        z-index: 0;
        right: 0;
        bottom: 0
    }

    .dictum-text {
        margin-top: 20px
    }

    .holder {
        padding-bottom: 0
    }

    .servuces-banne {
        height: auto;
        width: 430px;
        right: 0
    }

    .holder-head {
        margin-top: 10px
    }
}

@media screen and (max-width:768px) {
    li.open .dropdown-menu.subcategories::after {
        display: none
    }

    .servuces-banne {
        right: 0;
        width: 430px
    }

    .card:not(:nth-child(4n + 4)) {
        margin-right: 0
    }

    .skills img {
        width: 95px;
        height: 50px
    }

    .heading-wrap__call {
        margin-bottom: 95px
    }

    .banner-info {
        min-height: 302px
    }

    .important-group__span {
        font-size: 16px !important;
        width: 77% !important
    }

    .first-wrapper__subtitle {
        display: none !important
    }

    .discount-form {
        align-items: center
    }

    .card:not(:nth-child(3n)) {
        margin-right: 13px
    }

    .workers-card {
        flex-direction: column-reverse
    }

    .cover-wrap {
        padding: 26px 45px 33px 45px
    }

    .contakt-wrap {
        margin-bottom: 21px
    }

    .contakt-side {
        width: 100%
    }

    .vacancies-offer {
        margin-top: 60px
    }

    .skills {
        max-width: 100%;
        height: 185px;
        width: 49%
    }

    .map-info {
        flex-direction: column;
        margin: 40px 0 60px 0
    }

    .map-card {
        width: 100%;
        padding: 32px 22px 34px 22px
    }

    .map-contact p {
        width: 100%;
        text-align: center
    }

    .map-contact h3 {
        align-items: center;
        font-size: 24px
    }

    .map-offer {
        margin: 60px 0 60px 0
    }

    .map-card:not(:last-child) {
        margin-bottom: 20px
    }

    .partnership h3 {
        font-size: 24px;
        align-items: center;
        text-align: center
    }

    .partnership-text {
        font-size: 16px;
        width: 100%;
        text-align: center
    }

    .skills-text {
        font-size: 14px
    }

    .descript-block {
        width: 100%
    }

    .burger-block {
        display: flex;
        flex-direction: column-reverse
    }

    .heading-table {
        display: flex;
        flex-direction: column
    }

    .menu-category {
        display: flex;
        flex-direction: column
    }

    .num-card {
        width: 49%
    }

    .masters-wrap .slide-card {
        width: 224px !important;
        margin-right: 0
    }

    .masters-wrap .slick-list {
        width: 448px !important
    }

    .slick-prev {
        left: -44px
    }

    .slick-next {
        right: -34px
    }

    .masters-slider {
        right: 0
    }

    .burger-wrap {
        position: fixed;
        background: #fff;
        width: 100%;
        height: 100%;
        z-index: 1000;
        left: -110%;
        top: 84px;
        transition-duration: 0.5s;
        overflow: scroll
    }

    .card {
        width: 32%
    }

    .card-cap {
        width: 32%
    }

    .container {
        max-width: 768px
    }

    .working-slider {
        display: flex;
        justify-content: space-between;
        width: 486px;
        margin: 0 auto
    }

    .working-item__image {
        width: 227px !important
    }

    .working-item {
        width: 216px
    }

    .working-slider .slick-next {
        right: -9px;
        top: 65px
    }

    .working-slider .slick-prev {
        left: -25px
    }

    .working-overlay {
        width: 227px
    }

    .num-text {
        margin-right: 0;
        margin-bottom: 19px
    }

    .num-wrap {
        margin: 0 auto
    }

    .banner-info h1 {
        font-size: 30px;
        width: 100%
    }

    .banner-info p {
        font-size: 16px
    }

    .additional {
        display: none
    }

    .call-master {
        margin-top: 15px;
        flex-direction: column;
        align-items: flex-start
    }

    .call-group {
        margin-bottom: 25px
    }

    .call-master__btn {
        margin: 0
    }

    .banner {
        padding-top: 44px;
        padding-bottom: 83px
    }

    .banner-block__bj {
        border-bottom: 2px solid #ffd3ba
    }

    .services {
        padding: 40px 0 20px 0
    }

    .services h3 {
        align-items: center;
        font-size: 24px
    }

    .advantages {
        padding: 42px 0 50px 0
    }

    .advantages h3 {
        font-size: 24px;
        align-items: center
    }

    .reviews-slider {
        width: 440px;
        margin: 0 auto
    }

    .reviews-wrap {
        height: auto;
        width: 419px
    }

    .reviews-slider .slick-prev {
        left: -62px
    }

    .reviews-slider .slick-next {
        right: -38px
    }

    .num-wrap img {
        display: none
    }

    .num-wrap h3 {
        align-items: center
    }

    .num-descrip {
        width: 110px
    }

    .descript {
        padding: 18px 21px
    }

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

    .masters-info h3 {
        font-size: 24px;
        align-items: center
    }

    .masters-info__btn {
        display: none
    }

    .masters-mibile__btn {
        display: flex
    }

    .slide-card {
        margin-right: 46px
    }

    .working {
        padding: 42px 0 50px 0
    }

    .working-block h3 {
        font-size: 24px;
        align-items: center
    }

    .working-wrap:not(:last-child) {
        width: auto;
        margin-right: 0
    }

    .reviews-block h3 {
        align-items: center
    }

    .working-overlay__search {
        top: 99px
    }

    .reviews-small {
        padding: 41px 0 50px 0
    }

    .content h2 {
        font-size: 24px;
        margin-bottom: 14px
    }

    .content-wrap img {
        margin-bottom: 0;
        margin-right: 20px
    }

    .content-wrap {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 17px
    }

    .partners {
        padding: 42px 0 50px 0
    }

    .partners h3 {
        align-items: center;
        font-size: 24px
    }

    .partners-slider {
        width: 514px
    }

    .partners-card {
        width: 164px !important
    }

    .questions h3 {
        font-size: 24px;
        align-items: center
    }

    .questions {
        padding: 50px 0 50px 0
    }

    .feedback-wrap p {
        display: none
    }

    .feedback-wrap__title {
        font-size: 24px
    }

    .feedback-wrap strong {
        font-size: 20px
    }

    .feedback-wrap span {
        font-size: 20px
    }

    .form-control {
        width: 300px;
        height: 50px
    }

    .feedback {
        padding-top: 54px
    }

    .feedback-input {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 15px
    }

    .feedback-input__btn {
        position: static;
        margin-top: 15px
    }

    .footer-banner {
        bottom: 70px;
        width: 307px;
        border-bottom: 2px solid #ffd3ba
    }

    .footer-border {
        display: none
    }

    .copyride-wrap {
        flex-direction: column;
        padding-top: 0
    }

    .copyride-wrap__link {
        margin-bottom: 10px
    }

    .logo-wrap {
        width: 238px;
        margin-right: 0
    }

    .fast-contacts {
        margin-right: auto
    }

    .header-info {
        padding-bottom: 19px
    }

    .burger-menu {
        display: block
    }

    .slogan {
        display: none
    }

    .category-wrapper {
        flex-direction: column;
        width: 100%;
        align-items: flex-start
    }

    .dropdown-menu {
        border: none;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ffede2;
        margin-right: 0
    }

    .menu-category a {
        flex-direction: row;
        align-items: center;
        font-size: 14px
    }

    .category-mobile__arrow {
        display: flex
    }

    .category-wrapper li {
        width: 100%
    }

    .dropdown-menu {
        height: 60px;
        display: flex;
        align-items: center
    }

    .menu-category a img {
        padding-right: 0;
        margin-right: 15px
    }

    .dropdown-block img {
        display: none
    }

    .elem-block {
        width: 100%;
        left: 0;
        background: #fff9f5
    }

    .dropdown-block {
        padding-top: 24px
    }

    .main-menu {
        width: 50%;
        max-height: 403px
    }

    .heading-wrap {
        flex-direction: column;
        align-items: flex-start;
        height: 100%
    }

    .heading-wrap__menu li a {
        color: #262626;
        font-weight: 400;
        font-size: 14px
    }

    .heading {
        background: none
    }

    .heading-wrap__menu li {
        border-right: none;
        padding-right: 0;
        margin-bottom: 7px
    }

    .heading-wrap__menu {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        border-bottom: 1px solid #ffede2;
        padding-bottom: 20px;
        padding-top: 20px
    }

    .heading-wrap__call {
        width: 160px;
        height: 44px;
        color: #fff !important;
        background: linear-gradient(90deg, #fa6d47 0%, #ff965a 100%);
        box-shadow: 0 4px 4px rgba(255, 111, 7, .2);
        border-radius: 36px;
        font-weight: 700;
        font-size: 13px !important
    }

    .heading-mobile {
        display: flex;
        flex-direction: column;
        margin: 0;
        align-items: flex-start;
        margin-top: 16px;
        margin-left: 10px
    }

    .heading-mobile a {
        font-size: 18px
    }

    .heading-mobile span {
        font-size: 13px;
        margin-top: 2px
    }

    .heading-mobile .fast-block {
        border-right: none;
        padding: 0;
        margin-bottom: 20px
    }

    .heading-wrap__menu li:not(:first-child) {
        padding: 0
    }

    .elem-block {
        position: static;
        border-top: none
    }

    .dropdown-decore1::after {
        display: none
    }

    .dropdown-decore2::after {
        display: none
    }

    .dropdown-decore3::after {
        display: none
    }

    .dropdown-decore4::after {
        display: none
    }

    .dropdown-decore5::after {
        display: none
    }

    .dropdown-decore6::after {
        display: none
    }

    .dropdown-decore7::after {
        display: none
    }

    .decore-item::after {
        display: none
    }

    .menu-block {
        border-top: 2px solid #ff965a
    }

    .plumber-card {
        width: 97%
    }

    .plumber-card__close {
        right: 0;
        left: 0;
        top: -41px;
        margin: 0 auto
    }

    .plumber-head h3 {
        font-size: 22px
    }

    .smash-window {
        width: 97%
    }

    .smash-window__close {
        top: -41px;
        right: 0;
        left: 0;
        margin: 0 auto
    }

    .discount-card {
        width: 97%;
        height: auto
    }

    .discount-card__close {
        top: -41px;
        right: 0;
        left: 0;
        margin: 0 auto
    }

    .discount-card img {
        display: none
    }

    .discount-title h3 {
        font-size: 22px
    }

    .discount-wrapper {
        text-align: center;
        padding: 37px 21px 37px 21px;
        width: 100%
    }

    .discount-mobile-bj {
        display: block !important;
        position: static !important;
        margin-bottom: 21px
    }

    .title-wrapper__crumbs {
        display: none
    }

    .title-block {
        padding: 0 0 34px 0
    }

    .title-wrapper h1 {
        font-size: 24px
    }

    .advantages-wrap {
        flex-direction: column
    }

    .advantages-card {
        width: 100%;
        flex-direction: row
    }

    .advantages-card strong {
        margin-left: 30px
    }

    .advantages-card img {
        margin-bottom: 0
    }

    .advantages-card:not(:last-child) {
        margin-bottom: 10px
    }

    .content-wrap {
        flex-direction: column;
        align-items: center
    }

    .article-wrap__director {
        width: 340px !important;
        height: 370px !important;
        margin-right: 0 !important;
        margin: 0 auto !important;
        margin-bottom: 20px !important
    }

    .important-group {
        flex-direction: column;
        align-items: center
    }

    .important-group__quotes1,
    .important-group__quotes2 {
        width: 46px !important;
        height: 50px !important
    }

    .important-group__quotes1 {
        margin-right: auto !important;
        margin-bottom: 17px
    }

    .important-group__quotes2 {
        margin-left: auto !important;
        margin-top: 17px
    }

    .important-group strong {
        width: 100%
    }

    .article-wrap {
        display: flex;
        flex-direction: column-reverse
    }

    .choice h3 {
        align-items: center
    }

    .choice-card {
        min-height: 130px
    }

    .about-masters__btn {
        display: flex
    }

    .offer {
        flex-direction: column
    }

    .offer-card {
        width: 100%;
        min-height: 140px
    }

    .offer-card:not(:last-child) {
        margin-bottom: 20px
    }

    .content-subtitle {
        font-size: 21px
    }

    .content-wrap__text strong {
        font-size: 20px
    }

    .about-reviews {
        margin: 50px 0 40px 0
    }

    .book-card {
        flex-direction: column;
        border: none
    }

    .user-block {
        border: none
    }

    .text-wrapper {
        border-radius: 6px;
        max-width: 100%
    }

    .user-info {
        width: 100%
    }

    .user-block::before {
        display: none
    }

    .user-block::after {
        display: none
    }

    .book-block {
        margin-left: 0
    }

    .user-photo {
        left: 0;
        top: 0
    }

    .addition {
        display: none
    }

    .user-box {
        padding: 14px 20px 20px 100px
    }

    .page-nav {
        padding: 30px 0 30px 0
    }

    .form-board {
        display: flex;
        flex-direction: column
    }

    .board-inputs input {
        width: 100%
    }

    .board-inputs {
        margin-right: 0;
        margin-bottom: 25px
    }

    .board-message textarea {
        width: 100%;
        height: 120px
    }

    .form-board__btn {
        margin: 0 auto;
        margin-top: 25px
    }

    .reviews-book {
        padding: 32px 0 60px 0
    }

    .tool-board {
        padding: 42px 18px 50px 18px
    }

    .servuces-banne-hidden {
        display: block;
        position: absolute;
        right: -10px
    }

    .holder-head__title {
        font-size: 24px
    }

    .holder-wrap {
        width: 333px
    }

    .guarant-card {
        width: 49%;
        height: 270px;
        flex-direction: column;
        text-align: center;
        padding: 30px 14px 37px 14px
    }

    .guarant-wrap {
        width: 100%;
        margin-top: 12px
    }

    .guarant-card span {
        width: 67px;
        margin-right: 0
    }

    .applications-wrap {
        flex-wrap: wrap
    }

    .advisable-wrap {
        flex-wrap: wrap
    }

    .applications-card {
        width: 49%;
        margin-bottom: 20px;
        min-height: 398px
    }

    .advisable-card {
        width: 49%;
        margin-bottom: 20px;
        min-height: 398px
    }

    .applications-card__link {
        height: 281px
    }

    .advisable-card__link {
        height: 330px
    }

    .applications-card img {
        height: 225px
    }

    .advisable-card img {
        height: 225px
    }

    .applications {
        margin: 40px 0 40px 0
    }

    .advisable {
        margin: 40px 0 40px 0
    }

    .applications h3 {
        align-items: center;
        font-size: 24px
    }

    .advisable h3 {
        align-items: center;
        font-size: 24px
    }

    .leaf h3 {
        font-size: 24px;
        align-items: center
    }

    .price {
        padding: 30px 0 50px 0
    }

    .drop-header {
        display: none
    }

    .first-tr {
        border-top: 1px solid #ffede2;
        border-radius: 6px 6px 0 0
    }

    .service-td {
        display: none
    }

    table td a span {
        display: none
    }

    .td-title {
        width: 65%
    }

    table td a {
        margin-left: 26px
    }

    .price-drop {
        min-height: 330px
    }

    .skills-hiddne {
        display: flex
    }

    .skills-services {
        max-width: 100% !important;
        flex-direction: row !important;
        max-width: 100%;
        height: 185px;
        width: 49%
    }

    .skills-text {
        margin-top: 0;
        text-align: left;
        padding-left: 30px
    }

    .over-rotate {
        display: flex;
        flex-direction: column-reverse
    }

    .services-masters {
        margin-bottom: 50px
    }

    .secvices-reviews {
        margin-top: 40px
    }

    .section-slider {
        padding-bottom: 0
    }

    .secvices-content {
        padding-top: 0
    }

    .expand-text {
        display: block
    }

    .mobile-deployment {
        display: none
    }

    .general-wrapper {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 20px
    }

    .first-wrapper__title {
        display: block;
        font-size: 20px
    }

    .warning-wrapper .warning-text {
        margin: 0 0 34px 0
    }
}

@media screen and (max-width:669px) {
    .card:not(:nth-child(3n)) {
        margin-right: 22px
    }

    .card {
        width: 31%
    }

    .card-cap {
        width: 31%
    }
}

@media screen and (max-width:678px) {
    .card {
        width: 30%
    }

    .card-cap {
        width: 30%
    }
}

@media screen and (max-width:610px) {
    .logo-wrap {
        width: 181px
    }

    .skills img {
        width: 100px
    }
}

@media screen and (max-width:576px) {
    .plumber-card {
        margin-top: -133px
    }

    .feedback-price {
        margin-top: 20px
    }

    .feedback-block {
        padding-bottom: 0
    }

    .servuces-banne {
        width: 100%;
        position: unset
    }

    .masters-wrap__img {
        margin: 0 auto
    }

    .skills-hiddne img {
        width: 50px;
        height: 50px
    }

    .warning-text__main {
        display: flex !important
    }

    .advantages-mob {
        display: none
    }

    .about-reviews {
        margin: 20px 0 40px 0
    }

    .main-menu {
        max-height: 100%;
        width: 100%
    }

    .skills img {
        width: 60px
    }

    .heading-mobile {
        display: flex !important
    }

    .fast-contacts {
        display: none
    }

    .applications-card__link {
        height: 245px
    }

    .advisable-card__link {
        height: 265px
    }

    .applications-card {
        min-height: 360px
    }

    .advisable-card {
        min-height: 360px
    }

    .plumber-card__close {
        top: -41px
    }

    .discount-card {
        margin-top: 0;
        top: 66px;
        margin-bottom: 20px
    }

    .discount-window {
        overflow: scroll
    }

    .banner-block {
        flex-direction: column
    }

    .cap-wrapper h5 {
        font-size: 16px;
        width: 100%
    }

    .call-master {
        align-items: center
    }

    .banner-info p {
        max-width: 100%;
        margin-bottom: 20px
    }

    .banner-info {
        text-align: center;
        width: 100%;
        margin-top: 0
    }

    .banner {
        padding-top: 53px;
        padding-bottom: 10px
    }

    .card:not(:nth-child(3n)) {
        margin-right: 0
    }

    .card:not(:nth-child(2n)) {
        margin-right: 13px
    }

    .card {
        width: 47.5%;
        height: 289px;
        margin-bottom: 17px
    }

    .card-cap {
        width: 47.5%;
        height: 289px
    }

    .skills {
        max-width: 100%;
        width: 100%
    }

    .descript-block {
        flex-direction: column
    }

    .num-card {
        width: 100%
    }

    .num-card:not(:last-child) {
        margin-bottom: 20px
    }

    .masters-wrap .slide-card {
        width: 261px !important;
        margin-right: 0;
        margin: 0 auto
    }

    .masters-wrap .slick-list {
        width: 231px !important
    }

    .slick-prev {
        left: -34px
    }

    .master-card {
        width: 214px;
        margin: 0 auto
    }

    .working-slider {
        width: 228px
    }

    .working-slider .slick-next {
        right: -24px
    }

    .reviews-wrap {
        width: 273px
    }

    .reviews-wrap {
        width: auto;
        margin-right: 10px
    }

    .reviews-slider {
        width: auto;
        margin: 0 auto;
        max-width: 90%;
        left: 6px
    }

    .reviews-slider .slick-next {
        right: -12px;
        top: 52%
    }

    .reviews-slider .slick-prev {
        left: -23px;
        top: 52%
    }

    .content-wrap {
        flex-direction: column;
        margin-bottom: 0
    }

    .content-wrap img {
        width: 100%;
        height: 100%;
        margin-right: 0;
        margin-bottom: 25px
    }

    .content p {
        flex-direction: column
    }

    .warning-img {
        background: #fff9f5 url(../frontend/templates/khimki/images/warning.svg) no-repeat top;
        background-position: left 50% top 30px;
        border-radius: 6px;
        display: flex;
        padding: 125px 48px 38px 42px;
        margin: 33px 0 34px 0
    }

    .warning-text img {
        margin-right: 0;
        margin-bottom: 19px
    }

    .partners-slider {
        width: 167px
    }

    .partners-slider .slick-next {
        right: -67px
    }

    .partners-slider .slick-prev {
        left: -69px
    }

    .partners-card {
        margin-right: 5px
    }

    .dropdownlink h6 {
        width: 213px
    }

    .questions h3 {
        width: 293px;
        margin: 0 auto;
        align-items: center;
        text-align: center;
        margin-bottom: 18px
    }

    .feedback-wrap p {
        display: block
    }

    .feedback-wrap p {
        text-align: center;
        width: 100%
    }

    .feedback-wrap__title {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px;
        width: 100%
    }

    .feedback-input {
        align-items: center;
        width: 100%
    }

    .footer-banner {
        position: unset;
        width: 100%
    }

    .feedback-block {
        flex-direction: column
    }

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

    .check {
        width: 200px;
        align-items: flex-start;
        display: flex;
        flex-direction: column
    }

    .footer-hidden {
        display: flex;
        width: 100%
    }

    .container {
        max-width: 100%;
        margin: 0 auto
    }

    .banner-block__bj {
        position: unset;
        width: 100%
    }

    .banner-block__hidden {
        display: block
    }

    .card-block {
        justify-content: center
    }

    .smash-window {
        top: 44%
    }

    .advantages-card {
        text-align: left
    }

    .advantages-card strong {
        margin-left: 14px
    }

    .article-wrap {
        width: 100%
    }

    .article-wrap__director {
        width: 100% !important;
        height: auto !important
    }

    .important-group__quotes1,
    .important-group__quotes2 {
        width: 45px !important;
        height: 29px !important
    }

    .important-group__quotes1 {
        margin-bottom: 12px
    }

    .important-group__span {
        display: flex;
        width: 100% !important;
        display: flex !important
    }

    .small-signature {
        display: flex
    }

    .choice h3 {
        width: 202px;
        margin: 0 auto;
        margin-bottom: 14px;
        text-align: center
    }

    .num-text strong {
        font-size: 19px
    }

    .offer-card {
        padding: 33px 24px 32px 15px
    }

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

    .page-list li:nth-child(4) {
        display: none
    }

    .page-list li:nth-child(6) {
        display: none
    }

    .tool-board h3 {
        align-items: center;
        font-size: 24px
    }

    .tool-board {
        padding: 42px 10px 50px 10px
    }

    .user-box {
        font-size: 14px;
        padding: 14px 0 20px 93px
    }

    .holder-wrap__crumbs {
        display: none
    }

    .servuces-banne-hidden {
        display: none
    }

    .servuces-bj {
        display: flex;
        width: 100%
    }

    .holder-head {
        text-align: center
    }

    .holder-wrap {
        width: 100%;
        margin-top: 10px
    }

    .holder-price {
        text-align: center;
        margin-top: 22px
    }

    .form-control {
        width: 100%
    }

    .guarant {
        flex-direction: column
    }

    .guarant-card {
        width: 100%;
        height: auto;
        margin-bottom: 10px
    }

    .applications-card img {
        height: auto
    }

    .advisable-card img {
        height: auto
    }

    table tr {
        height: 100px;
        flex-direction: column;
        text-align: center
    }

    .td-title {
        width: auto;
        padding-left: 0;
        padding-bottom: 14px;
        padding-top: 14px
    }

    table td {
        width: auto
    }

    table td a {
        margin-left: 0;
        margin-top: 10px
    }

    .content h2 {
        align-items: center
    }

    .license-card span {
        margin-left: 19px
    }

    .applications-card__btn {
        width: 100%
    }

    .advisable-card__btn {
        width: 100%
    }

    .applications-card h4 {
        font-size: 14px
    }

    .advisable-card h4 {
        font-size: 14px
    }

    .public-item {
        margin-top: 0
    }
}

@media screen and (max-width:465px) {
    .applications-card__link {
        height: 217px
    }

    .advisable-card__link {
        height: 205px
    }

    .applications-card {
        min-height: 327px
    }

    .advisable-card {
        min-height: 322px
    }

    .advisable-annotation p {
        display: none
    }

    .skills img {
        width: 80px
    }
}

@media screen and (max-width:375px) {
    .plumber-window {
        overflow: scroll
    }

    .applications-card {
        min-height: 343px
    }

    .applications-card__link {
        height: 230px
    }

    .applications-card img {
        height: 129px
    }

    .advisable-card {
        min-height: 302px
    }

    .advisable-card__link {
        height: 185px
    }

    .advisable-card img {
        height: 110px
    }
}

@media screen and (max-width:320px) {
    .container {
        width: 100%;
        margin: 0 auto
    }

    .skills img {
        width: 95px
    }

    .plumber-card {
        margin-bottom: 26px
    }

    .reviews-slider {
        width: 270px;
        margin: 0 auto
    }

    .applications-card img {
        height: 88px
    }

    .advisable-card img {
        height: 88px
    }

    .applications-card__link {
        height: 196px
    }

    .advisable-card__link {
        height: 196px
    }

    .applications-card {
        min-height: 306px
    }

    .advisable-card {
        min-height: 306px
    }

    .reviews-wrap {
        width: 257px;
        padding: 30px 27px 28px 27px
    }

    .reviews-slider .slick-next {
        right: -16px;
        top: 264px
    }

    .reviews-slider .slick-prev {
        left: -18px;
        top: 264px
    }

    .reviews-slider .slick-list {
        left: 5px !important
    }

    .reviews-title {
        padding-left: 11px;
        font-size: 15px
    }
}

.ui-widget-content.ui-autocomplete {
    display: inline-block;
    list-style: none;
    z-index: 777;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #e4c4b0;
    border-radius: 5px;
    max-height: 470px;
    overflow-y: hidden;
    -webkit-box-shadow: 0 0 3px #ffede2;
    box-shadow: 0 0 3px #ffede2
}

.ui-widget-content.ui-autocomplete li+li a {
    border-top: 1px dashed rgba(0, 184, 36, .5)
}

.ui-widget-content.ui-autocomplete a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 15px;
    max-height: 60px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.1;
    color: #000
}

.ui-widget-content.ui-autocomplete a>div {
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    position: relative;
    text-align: center
}

.ui-widget-content.ui-autocomplete a>span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5px 7px
}

.ui-widget-content.ui-autocomplete a img {
    max-height: 28px;
    width: auto;
    max-width: 100%
}

.ui-widget-content.ui-autocomplete .ui-helper-hidden-accessible {
    display: none
}

.darkness.show+.header .m-nav .lev1>li>a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .55;
    z-index: +1
}

.darkness.show+.header .m-nav .lev1>li.active>a:after {
    opacity: 0;
    z-index: -2
}

.darkness.show+.header .m-nav .lev1>li+li {
    border-left: 1px solid #737373
}

.m-nav .inner {
    background: var(--theme-color, #00b824)
}

.m-nav .container {
    max-width: 540px
}

.m-nav .lev1 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.m-nav .lev1>li {
    width: 25%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white
}

.m-nav .lev1>li>a {
    height: 50px;
    position: relative;
    padding: 3px 15px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.m-nav .lev1>li>a span {
    width: 100%;
    margin: 5px auto 0;
    display: block;
    text-align: center
}

.m-nav .lev1>li+li {
    border-left: 1px dashed rgba(255, 255, 255, .2)
}

.m-nav .lev1>li>ul {
    position: absolute;
    top: 100%;
    left: 5px;
    right: 5px;
    max-width: 580px;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    border: 3px solid white;
    border-radius: 15px;
    background-color: var(--theme-color, #00b824);
    color: white
}

.m-nav .lev1>li>ul ::-webkit-scrollbar {
    width: 15px;
    height: 15px
}

.m-nav .lev1>li>ul ::-webkit-scrollbar-thumb {
    background: #01c627
}

.m-nav .lev1>li>ul ::-webkit-scrollbar-track {
    background: #00b824
}

.m-nav .lev1>li>ul {
    scrollbar-face-color: #01c627;
    scrollbar-track-color: #00b824
}

.m-nav .lev1>li>ul>li {
    position: relative
}

.m-nav .lev1>li>ul>li+li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-top: 1px dashed rgba(34, 34, 34, .6)
}

.m-nav .lev1>li>ul>li:last-child:before {
    border-top: none
}

.m-nav .lev1>li>ul li.active>a,
.m-nav .lev1>li>ul li.active>.arrow {
    background: var(--theme-color, #00b824);
    -webkit-filter: brightness(115%);
    filter: brightness(115%)
}

.m-nav .lev1>li>ul li.selected>.arrow,
.m-nav .lev1>li>ul li.active>.arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.m-nav .lev1>li>ul li.selected>.list,
.m-nav .lev1>li>ul li.active>.list {
    display: block !important
}

.m-nav .lev1>li>ul li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%
}

.m-nav .lev1>li>ul li a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
    min-height: 44px;
    padding: 3px 20px
}

.m-nav .lev1>li>ul li .icon {
    min-width: 36px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.m-nav .lev1>li>ul li .close,
.m-nav .lev1>li>ul li .arrow {
    min-width: 44px;
    height: 44px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.m-nav .lev1>li>ul li .close:before,
.m-nav .lev1>li>ul li .arrow:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: var(--theme-color, #00b824);
    -webkit-filter: brightness(115%);
    filter: brightness(115%)
}

.m-nav .lev1>li>ul li .close {
    min-width: 32px;
    height: 32px;
    margin-right: 15px;
    font-size: 17px;
    border: 2px solid #1a1a1a;
    border-radius: 100%
}

.m-nav .lev1>li>ul li .close:before {
    display: none;
    background: 0;
    -webkit-filter: 0;
    filter: 0
}

.m-nav .lev1>li>ul li ul {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
    background-color: white;
    color: #333
}

.m-nav .lev1>li>ul li ul {
    padding: 8px 10px 8px 0
}

.m-nav .lev1>li>ul li ul a {
    min-height: 28px
}

.m-nav .title {
    color: black !important;
    font-size: 16px;
    font-weight: 700
}

.m-nav .sticky .lev1>li>ul {
    top: 48px
}

.m-nav .computer {
    display: none
}

.m-middle {
    background: #fff
}

.grecaptcha-badge {
    visibility: hidden
}

@charset "UTF-8";

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

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

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion:reduce),
(print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
    position: absolute;
    left: 0
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .95;
    display: none
}

.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../frontend/templates/khimki/images/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:img/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 40px;
    height: 4%;
    position: fixed;
    left: 0;
    z-index: 15;
    top: 50%;
    float: left;
    background: url(../frontend/templates/khimki/images/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 1;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 40px;
    height: 4%;
    top: 50%;
    position: fixed;
    z-index: 15;
    right: 0;
    float: right;
    background: url(../frontend/templates/khimki/images/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 1;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    top: -36px;
    position: absolute;
    right: 28px;
    width: 35px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: none;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../frontend/templates/khimki/images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}