@import url(https://fonts.googleapis.com/css?family=Roboto:300,500,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Saira+Extra+Condensed&display=swap);
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Hairline'), local('Montserrat-Hairline'), url('../fonts/montserrathairline.woff2') format('woff2'), url('../fonts/montserrathairline.woff') format('woff'), url('../fonts/montserrathairline.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Light'), local('Montserrat-Light'), url('../fonts/montserratlight.woff2') format('woff2'), url('../fonts/montserratlight.woff') format('woff'), url('../fonts/montserratlight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat'), local('Montserrat-Regular'), url('../fonts/montserrat.woff2') format('woff2'), url('../fonts/montserrat.woff') format('woff'), url('../fonts/montserrat.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url('/fonts/montserratbold.woff2') format('woff2'), url('/fonts/montserratbold.woff') format('woff'), url('/fonts/montserratbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Black'), local('Montserrat-Black'), url('../fonts/montserratblack.woff2') format('woff2'), url('../fonts/montserratblack.woff') format('../fonts/woff'), url('../fonts/montserratblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
html * {
    max-height: 1000000px
}

*, body, html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none
}

.rdfa-product {
    display: none
}

body {
    font-family: Roboto, arial, sans-serif;
    color: #1e2021;
    font-weight: 400;
    min-width: 280px;
    background: #fff;
    font-size: 16px
}

img {
    max-width: 100%;
    height: auto;
    border: 0
}

body, ul {
    padding: 0
}

li, ul {
    list-style: none
}

a, input, select {
    font-size: 16px;
    outline: 0
}

input, select, textarea {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    font-family: Montserrat, arial, sans-serif;
    font-weight: 400
}

textarea {
    outline: 0
}

input[type=submit] {
    cursor: pointer
}

a, div, input, section, select, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

section {
    overflow: hidden
}

table {
    border-collapse: collapse;
    padding: 0
}

body, h1, h2, h3, h4, h5, h6 {
    margin: 0
}

a {
    color: #3595ce;
    text-decoration: none !important
}

b {
    font-weight: 700
}

strong {
    font-weight: 900
}

::-webkit-input-placeholder {
    color: #757171
}

:-moz-placeholder, ::-moz-placeholder {
    color: #757171
}

:-ms-input-placeholder {
    color: #757171
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus:-moz-placeholder, :focus::-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

input.error::-webkit-input-placeholder {
    color: #e04a4a
}

input.error:-moz-placeholder, input.error::-moz-placeholder {
    color: #e04a4a
}

input.error:-ms-input-placeholder {
    color: #e04a4a
}

input.error, textarea.error {
    border-color: #f03737 !important
}

input.error + label, textarea.error + label {
    color: #f03737 !important
}

input:active, textarea:active {
    outline: 0
}

:focus {
    outline: 0
}

#mobile-menu .menu-links .parent ul, .radiobox input {
    display: none
}

.radiobox input + label {
    position: relative;
    padding: 0 0 0 29px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #010101
}

.radiobox input + label a {
    font-size: 16px;
    color: #fff;
    text-decoration: underline
}

.radiobox input + label:after, .radiobox input + label:before {
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    -ms-transition: .5s all ease
}

.radiobox input + label:before {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 4px;
    content: '';
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%
}

.radiobox input:checked + label:after {
    background: rgba(200, 0, 0, .7);
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    left: 3px;
    top: 7px;
    border-radius: 50%
}

input[type=text].error {
    border-color: red
}

input[type=email], input[type=number], input[type=tel], input[type=text], textarea {
    border: 1px solid transparent;
    padding: 10px 35px;
    margin: 0 0 12px;
    display: block;
    width: 100%;
    border-radius: 37px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    font-size: 15px
}

textarea {
    resize: none;
    height: 98px
}

.preloadanim * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important
}

body .btn {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 20px;
    font-size: 15px;
    padding: 15px 25px;
    color: #c80000;
    border: 2px solid #c80000;
    border-radius: 33px;
    display: inline-block;
    text-transform: uppercase;
    outline: 0;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease-;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease
}

body .btn:active, body .btn:focus, body .btn:hover {
    background: #c80000;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.toggle_mnu {
    width: 47px;
    height: 47px;
    border: 0;
    display: inline-block;
    position: relative;
    padding: 0;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, .08);
    box-shadow: 0 10px 12px rgba(0, 0, 0, .08);
    cursor: pointer;
    outline: 0 !important
}

.toggle_mnu span {
    display: block;
    margin: 0 auto
}

.toggle_mnu .sandwich {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 400;
    margin: 0;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.toggle_mnu .sw-topper {
    top: -4px;
    -webkit-transition: top .2s, -webkit-transform .5s;
    -o-transition: transform .5s, top .2s;
    transition: transform .5s, top .2s;
    transition: transform .5s, top .2s, -webkit-transform .5s;
    display: block
}

.toggle_mnu .sw-bottom, .toggle_mnu .sw-footer, .toggle_mnu .sw-topper {
    position: relative;
    width: 19px;
    height: 2px;
    background: #777;
    border: 0;
    border-radius: 4px 4px 4px 4px
}

.toggle_mnu .sw-bottom {
    -webkit-transition: top .2s, -webkit-transform .5s;
    transition: transform .5s, top .2s, -webkit-transform .5s;
    top: 0;
    -o-transition: transform .5s, top .2s;
    transition: transform .5s, top .2s;
    -webkit-transition-delay: .2s, 0s;
    -o-transition-delay: .2s, 0s;
    transition-delay: .2s, 0s
}

.toggle_mnu .sw-footer {
    top: 4px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.toggle_mnu .sandwich.active .sw-topper {
    top: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.toggle_mnu .sandwich.active .sw-bottom {
    top: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.toggle_mnu .sandwich.active .sw-footer {
    opacity: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 90%;
    right: 50px;
    display: none;
    text-indent: -9999px;
    background: #fc1c1c url(/wp-content/themes/ap/assets/images/faq_arrow_up.png) no-repeat center;
    background-size: 50%;
    z-index: 1000;
    border-radius: 5px
}

#mobile-menu {
    position: fixed;
    right: 0;
    top: -100%;
    width: 100%;
    z-index: 9998;
    background: #ffff;
    -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 7px rgba(0, 0, 0, .1);
    max-height: 100%
}

.openli {
    position: relative;
    display: inline
}

#mobile-menu > .container {
    position: relative;
    height: calc(100% - 73px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#mobile-menu .mobile-menu {
    position: absolute;
    right: 0;
    top: 20px
}

#mobile-menu .menu-links {
    text-align: center;
    padding: 75px 0 0;
    margin: 0 0 40px
}

#mobile-menu .menu_level3 {
    position: relative;
    display: block !important;
    background: #f4f4f4;
    margin: 5px auto;
    max-width: 280px
}

ul.menu_level3:before {
    content: '';
    position: absolute;
    margin: -5px 0 0 -10px;
    height: 20px;
    width: 20px;
    left: 50%;
    background: #f4f4f4;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

ol.menu_level3nm {
    padding: 0;
    position: absolute;
    left: 100%;
    background: #c80000;
    max-width: 0;
    top: 0;
    overflow: hidden
}

li.menu_level3_opener:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0;
    background: url(../images/menu_level33.svg) no-repeat right center;
    background-size: contain !important
}

ol.menu_level3nm li {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #c80000;
    padding: 0 !important
}

ol.menu_level3nm li a {
    font-size: 14px
}

#main-menu .menu_level3nm a {
    color: #fff !important;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px 10px 10px 15px;
    min-width: 230px;
    z-index: 500
}

li li:hover ol.menu_level3nm {
    max-width: 390px;
    -webkit-transition: max-width .5s;
    transition: max-width .5s;
    -moz-transition: max-width .5s;
    -o-transition: max-width .5s
}

ol.menu_level3nm li:hover {
    background: #d42323
}

.menu_level3_opener:hover {
    background: grey
}

#main-menu .menu_level3_opener:hover a {
    color: #fff !important
}

.parent__indicator {
    position: relative
}

.menu .parent__indicator::after {
    position: absolute;
    right: -20px;
    top: 6px;
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../images/sort-down.svg);
    background-repeat: no-repeat;
    background-size: cover
}

.opentri {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../images/sort-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -3px 0 0
}

.blogpage.breadcrumbs {
    padding: 0 !important
}

.blog-page h1 {
    font-size: 25px;
    color: #000;
    margin: 10px 0 35px;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.blog-page h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0 0 15px;
    font-weight: 700
}

.blog-page * {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    position: relative
}

.blog-page p {
    font-size: 15px;
    line-height: 20px
}

.blog-container {
    background: #f4f4f4;
    padding: 40px 0;
    margin: 20px 0 40px
}

.blog-item {
    background: #fff;
    border-radius: 5px;
    display: block;
    color: #222 !important;
    margin-bottom: 30px
}

.blog-container * {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease
}

.blog-container :after, .blog-container :before {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease
}

.blog-item_name * {
    font-weight: 700;
    font-size: 15px;
    font-family: Montserrat, sans-serif
}

.blog-item_desc {
    font-size: 14px;
    margin: 15px 0
}

.blog-item_link {
    color: #c80000;
    font-size: 14px
}

.blog-item_link span {
    border-bottom: 1px solid #c80000;
    font-family: Montserrat, sans-serif;
    font-weight: 400
}

.blog_item_link:hover span {
    border-color: transparent
}

.blog-item_info {
    padding: 25px 30px
}

.blog-item_name span {
    display: inline;
    border-bottom: 1px solid #222
}

.blog-item:hover {
    box-shadow: 0 20px 30px rgba(43, 43, 47, .07)
}

.blog_items {
    margin: 40px -30px 10px
}

.blog-tags {
    margin: 0 -15px
}

.blog-item-img img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden
}

.blog-item:hover img {
    filter: none;
    -webkit-filter: none
}

.blog-item_name:hover span {
    border-bottom: 1px solid transparent
}

.blog-tags a {
    display: inline-block;
    margin: 0 3% 0 0;
    color: #222;
    font-size: 14px;
    padding: 0;
    position: relative;
    line-height: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 400
}

.blog-tags a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #222;
    display: block;
    opacity: 0
}

.blog-tags a.active, .blog-tags a:hover {
    color: #c80000;
    padding: 0 0 0 15px
}

.blog-tags a.active:before, .blog-tags a:hover:before {
    background: #c80000;
    opacity: 1
}

.blog-seo {
    width: 70%;
    display: inline-block;
    font-size: 15px;
    line-height: 20px
}

.blog-seo-container {
    margin: 30px 0 25px;
    z-index: 5
}

.blog-seo-img {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../images/blogdog.png) no-repeat right bottom;
    bottom: -69px
}

.blog-page {
    overflow: visible;
    z-index: 1;
    position: relative
}

.blog-item_link:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 100%;
    background: url(../images/blog_arrow.svg) no-repeat center
}

.blog-item:hover .blog-item_link span {
    margin-left: 5%
}

.blog-item:hover .blog-item_link:before {
    right: 5%
}

.pagination {
    text-align: center;
    display: block
}

.pagination span {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background: #a9a9a9;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50%;
    line-height: 35px;
    margin: 0 2px;
    cursor: pointer;
    font-family: Montserrat, sans-serif
}

.pagination span:hover, span.pag-active {
    background: #c80000
}

.pag-next:before {
    content: '';
    width: 40%;
    height: 40%;
    position: absolute;
    left: 31%;
    top: 30%;
    background: url(../images/next.svg) no-repeat center;
    display: block
}

.pag-prev:before {
    content: '';
    width: 40%;
    height: 40%;
    position: absolute;
    left: 31%;
    top: 30%;
    background: url(../images/prev.svg) no-repeat center;
    display: block
}

.blog-page li {
    padding: 0 0 0 20px;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 7px
}

.blog-page ol li {
    counter-increment: section;
    list-style: none
}

.blog-page ol li::before {
    content: counters(section, ". ") ". ";
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #c80000;
    margin-right: 5px
}

.blog-page ul li {
    list-style: square
}

.blog-page li span {
    color: #000
}

.blog-page ol, .blog-page ul {
    padding: 0 0 0 20px
}

.blog-page a {
    font-size: 14px;
    border-bottom: 1px solid #c80000;
    color: #c80000;
    transition: .5s
}

.blog-page a:hover {
    border-bottom-color: transparent;
    transition: .5s
}

.table thead th {
    border: none;
    background: #c80000;
    color: #fff
}

tbody tr:nth-child(2n) {
    background: #f4f4f4
}

@media screen and (max-width: 768px) {
    .parent__indicator::after {
        top: 9px
    }
}

@media screen and (max-width: 567px) {
    .parent__indicator::after {
        top: 6px
    }
}

#mobile-menu .menu-links .parent ul a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    position: relative;
    z-index: 2
}

#mobile-menu .bottom .button a, #mobile-menu ul a {
    font-weight: 500;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease-;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease
}

#mobile-menu ul a {
    font-family: Montserrat, sans-serif;
    line-height: 37px;
    text-align: center;
    font-size: 20px;
    color: #000;
    display: block;
    padding: 5px 5%;
    display: inline-block;
    vertical-align: middle
}

#mobile-menu .bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 30px
}

#mobile-menu .bottom, #mobile-menu .bottom .p-s, #mobile-menu .menu-header .inner, header .inner .left, header .inner .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#mobile-menu .bottom .p-s .phone a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-family: Roboto
}

#mobile-menu .bottom .p-s .schedule {
    font-size: 13px;
    color: #000;
    margin: 0 20px
}

#mobile-menu .bottom .button a {
    background: #fff;
    border: 1px solid #018ad8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 42px;
    color: #018ad8;
    font-size: 15px;
    padding: 11px 22px 11px 45px;
    display: inline-block;
    position: relative
}

#mobile-menu .bottom .button a:before {
    content: '';
    width: 11.5px;
    height: 11px;
    position: absolute;
    left: 22px;
    top: 50%;
    margin-top: -3.5px;
    background: url(../images/phone.svg) no-repeat center
}

#mobile-menu .bottom .button a:active, #mobile-menu .bottom .button a:focus, #mobile-menu .bottom .button a:hover {
    background: #018ad8;
    color: #fff;
    text-decoration: none
}

#mobile-menu .bottom .button a:active:before, #mobile-menu .bottom .button a:focus:before, #mobile-menu .bottom .button a:hover:before {
    background: url(../images/phone-hover.svg) no-repeat center
}

#mobile-menu .menu-header, header {
    background: #f4f4f4;
    border-bottom: 1px solid #868686;
    padding: 7px 10px
}

#mobile-menu .menu-header .container {
    padding-left: 0;
    padding-right: 0
}

#mobile-menu .menu-header .inner .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 59%
}

#mobile-menu .menu-header .inner .right {
    width: 41%
}

#mobile-menu .menu-header .logo img {
    width: 100%;
    max-width: 150px
}

#mobile-menu .menu-header .name {
    max-width: 100%;
    font-size: 16px;
    color: #c80000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 0 10px
}

#mobile-menu .menu-header .description {
    font-size: 15px;
    line-height: 18px;
    color: #c80000;
    font-weight: 700;
    font-family: Roboto;
    max-width: 220px
}

header {
    padding: 12px 0
}

header .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header .inner .right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 40%
}

header .logo img {
    max-width: 150px
}

header .logo-link {
    vertical-align: middle
}

header .description, header .name {
    max-width: 100%;
    font-size: 16px;
    color: #c80000;
    font-weight: 700;
    font-family: Roboto
}

header .name {
    text-transform: uppercase;
    padding: 0 0 0 10px
}

header .description {
    padding: 0 0 0 30px
}

footer .top .phone a, header .phone a {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Roboto
}

header .schedule {
    font-size: 15px;
    color: #000;
    padding: 0 0 0 24px
}

#main-menu {
    padding: 15px 0
}

.fixed-header #main-menu {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 100;
    -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 7px rgba(0, 0, 0, .1)
}

#main-menu .p-s {
    margin-right: auto;
    padding: 0 0 0 20px;
    display: none
}

#main-menu .p-s .phone {
    line-height: 15px
}

#main-menu .p-s .phone a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-family: Roboto
}

#main-menu .p-s .schedule {
    font-size: 13px;
    color: #000;
    line-height: 15px;
    display: inline-block
}

#main-menu .menu-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

#main-menu .menu {
    width: 70%
}

#main-menu .call {
    width: 30%;
    max-width: 270px
}

#calculator .item .type-controls input, #main-menu .mobile-menu {
    display: none
}

#main-menu .menu-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0
}

#main-menu .menu-links .parent {
    position: relative
}

#main-menu, #main-menu .menu-links .parent ul, #main-menu .menu-links a {
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease-;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease
}

#main-menu .menu-links .parent ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 275px;
    margin: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-35.98%, #f3f3f3), color-stop(-35.98%, #ededed), color-stop(104.27%, #fff));
    background: -webkit-linear-gradient(top, #f3f3f3 -35.98%, #ededed -35.98%, #fff 104.27%);
    background: -o-linear-gradient(top, #f3f3f3 -35.98%, #ededed -35.98%, #fff 104.27%);
    background: linear-gradient(180deg, #f3f3f3 -35.98%, #ededed -35.98%, #fff 104.27%);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .09);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .09);
    border-radius: 0 0 5px 5px;
    border-top: 3px solid #c80000;
    padding: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden
}

#main-menu .menu-links .parent:hover ul {
    opacity: 1;
    visibility: visible
}

#main-menu .menu-links .parent ul li {
    padding: 10px 16px;
    position: relative
}

#main-menu .menu-links a {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-decoration: none
}

#main-menu .menu-links a:active, #main-menu .menu-links a:focus, #main-menu .menu-links a:hover {
    color: #c80000
}

#main-menu .call {
    text-align: right
}

#main-menu .call .button a {
    background: #fff;
    border: 1px solid #018ad8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 42px;
    color: #018ad8;
    font-weight: 500;
    font-size: 15px;
    padding: 11px 22px 11px 45px;
    display: inline-block;
    position: relative;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease-;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
    font-family: Roboto
}

#main-menu .call .button a:active, #main-menu .call .button a:focus, #main-menu .call .button a:hover {
    background: #018ad8;
    color: #fff;
    text-decoration: none
}

#main-menu .call .button a:after, #main-menu .call .button a:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease-;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease
}

#main-menu .call .button a:before {
    background: url(../images/phone.svg) no-repeat center;
    opacity: 1
}

#main-menu .call .button a:after {
    background: url(../images/phone-hover.svg) no-repeat center;
    opacity: 0
}

#main-menu .call .button a:active:before, #main-menu .call .button a:focus:before, #main-menu .call .button a:hover:before {
    opacity: 0
}

#main-menu .call .button a:active:after, #main-menu .call .button a:focus:after, #main-menu .call .button a:hover:after {
    opacity: 1
}

.front-block {
    padding: 130px 0 0;
    margin: 0 0 130px
}

.fixed-header .front-block {
    padding: 206px 0 0
}

.front-block .container, .main-block {
    position: relative
}

.front-block .container .dog1 {
    position: absolute;
    right: -148px;
    top: -152px;
    width: 671px;
    height: 711px
}

.main-block {
    max-width: 550px;
    margin: 0 0 50px;
    max-height: 250px;
    z-index: 1
}

.main-block .slide-header, .main-block h1 {
    color: #c80000;
    font-size: 25px;
    line-height: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    display: block;
    margin: 0 0 30px
}

.main-block .swiper-front {
    padding: 0 0 55px
}

.main-block .swiper-controls {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    padding: 0 0 0 30px
}

.main-block .swiper-button-next, .main-block .swiper-button-prev {
    position: static;
    background: url(../images/arrow.svg) no-repeat center;
    background-size: contain;
    width: 11px;
    height: 8px;
    margin: 0;
    cursor: pointer
}

.main-block .swiper-button-prev {
    margin-right: 20px
}

.main-block .swiper-button-next {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    margin-left: 20px
}

.main-block .swiper-pagination {
    position: static;
    font-size: 0
}

.main-block .swiper-pagination ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-block .swiper-pagination li button, .main-block .swiper-pagination-bullet {
    border: 1px solid #adadad;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    margin: 0 8px;
    outline: 0 !important
}

.main-block .swiper-front .swiper-slide:first-child {
    opacity: 1
}

.main-block .swiper-front .swiper-slide {
    opacity: 0
}

.front-block .ben .item, .main-block .swiper-front .swiper-slide .inner {
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease-;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
    opacity: 1
}

.main-block .swiper-front p {
    margin: 0;
    font-weight: 300;
    padding: 0
}

.main-block .swiper-pagination li.slick-active button, .main-block .swiper-pagination-bullet-active {
    position: relative
}

.main-block .swiper-pagination li.slick-active button:before, .main-block .swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    background: rgba(200, 0, 0, .45);
    border-radius: 50%
}

.front-block .ben {
    padding: 0 0 20px;
    position: relative;
    z-index: 1
}

.front-block .ben .item {
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, .19);
    box-shadow: 0 12px 20px rgba(0, 0, 0, .19);
    padding: 22px 5px;
    max-width: 186px;
    width: 100%;
    margin: 0 12px 0 0;
    background: #fff;
    opacity: 1
}

.front-block .ben .item:active, .front-block .ben .item:focus, .front-block .ben .item:hover {
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, .05);
    box-shadow: 0 12px 20px rgba(0, 0, 0, .05)
}

.front-block .ben .item .thumbnail {
    width: 67px;
    height: 67px;
    margin: 0 auto 30px
}

.front-block .ben .item:nth-child(1) .thumbnail {
    background: url(../images/b1.svg) no-repeat center/contain
}

.front-block .ben .item:nth-child(2) .thumbnail {
    background: url(../images/b2.svg) no-repeat center/contain
}

.front-block .ben .item:nth-child(3) .thumbnail {
    background: url(../images/b3.svg) no-repeat center/contain
}

.front-block .ben .item:nth-child(4) .thumbnail {
    background: url(../images/b4.svg) no-repeat center/contain
}

.front-block .ben .item .title {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #c80000;
    font-weight: 500
}

#services {
    background: -webkit-linear-gradient(137.01deg, #000 17.57%, #4c4c4c 90.77%);
    background: -o-linear-gradient(137.01deg, #000 17.57%, #4c4c4c 90.77%);
    background: linear-gradient(312.99deg, #000 17.57%, #4c4c4c 90.77%);
    overflow: visible;
    margin: 0 0 80px
}

#services .content.top {
    padding-top: 60px;
    margin-bottom: 20px
}

#services .content.bottom {
    padding-bottom: 60px
}

#services .content {
    max-width: 420px;
    width: 100%;
    padding: 0 70px 0 0
}

#services .content h2 {
    color: #fff;
    font-weight: 600;
    line-height: 27px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 15px;
    text-transform: uppercase
}

#services .content p {
    font-weight: 300;
    line-height: 20px;
    font-size: 15px;
    margin: 0;
    padding: 0 0 0 10px;
    color: #fdfdfd
}

#services .inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#services .srv {
    background: #fff;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .27);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .27);
    border-radius: 5px;
    padding: 23px
}

#services .srv.top {
    max-width: 330px;
    margin-top: -50px;
    position: relative;
    margin-bottom: 20px
}

#services .srv.bottom {
    max-width: 704px;
    padding: 40px;
    margin-bottom: -70px
}

#services .srv.bottom .title, #services .srv.top .title {
    display: block;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 27px;
    font-size: 20px;
    margin: 0 0 20px;
    text-align: center
}

#services .srv.top .title {
    height: 54px
}

#services .srv.bottom .title {
    color: #212529
}

#services .srv.bottom p, #services .srv.top p {
    line-height: 20px;
    font-size: 15px;
    text-align: center;
    margin: 0 0 35px
}

#services .content p a {
    color: #c80000
}

#services .top .props {
    min-height: 227px
}

#services .srv.top .prop {
    line-height: 19px;
    font-size: 15px;
    color: #787878;
    padding: 0 0 0 30px;
    position: relative;
    display: block;
    margin: 0 0 25px
}

#services .srv.top .prop.plus:before {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0;
    content: '';
    position: absolute;
    margin-top: -8px;
    background: url(../images/plus-green.svg) no-repeat center
}

#services .srv.top .prop.minus:before {
    width: 11px;
    height: 4px;
    top: 50%;
    left: 3.5px;
    content: '';
    position: absolute;
    margin-top: -2px;
    background: url(../images/minus.svg) no-repeat center
}

#services .button {
    text-align: center
}

#price {
    padding: 0 0 90px
}

#price .container, #price h2 {
    position: relative
}

#price .cat1 {
    position: absolute;
    width: 505px;
    height: 607px;
    right: -48px;
    bottom: -65px;
    opacity: 1
}

#price h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 27px;
    font-size: 20px;
    text-transform: uppercase;
    color: #6b6767;
    display: inline-block;
    margin: 0 0 60px;
    padding: 0 40px 0 0
}

#price h2 .note {
    right: 0;
    top: 0;
    height: 100%
}

#price h2 .note .note-q {
    width: 23px;
    height: 23px;
    background: url(../images/q.svg) no-repeat center;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    margin-top: -11.5px
}

#price h2 .note .note-content {
    position: absolute;
    left: calc(100% + 20px);
    top: 0;
    font-weight: 300;
    line-height: 20px;
    font-size: 15px;
    color: #333;
    width: 100%;
    text-transform: initial;
    z-index: 200;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease-;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .09);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .09);
    padding: 10px
}

#price h2 .note .note-q:active + .note-content, #price h2 .note .note-q:focus + .note-content, #price h2 .note .note-q:hover + .note-content {
    opacity: 1;
    visibility: visible
}

#price .item {
    background: #fff;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .09);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .09);
    border-radius: 5px;
    padding: 25px 30px;
    margin: 0 20px 0 0;
    max-width: 360px;
    position: relative;
    z-index: 2
}

#price .item .title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 27px;
    font-size: 20px;
    color: #000;
    margin: 0 0 50px;
    text-align: center
}

#faq .contacts h2, #price .item .props {
    margin: 0 0 30px
}

#price .item .props .prop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
    padding: 13px 0
}

#price .prop:hover, .ev-price .prop:hover, .ev-price2 .prop:hover {
    background-color: #e2e2e2;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease
}

#price .prop:first-child:hover, .ev-price .prop:first-child:hover, .ev-price2 .prop:first-child:hover {
    background-color: transparent
}

.ev-price .item .props .prop:nth-child(2n) {
    background: #f4f4f4
}

#price .item .props .prop span, .ev-price .item .props .prop span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #000
}

#price .item .props .prop span, .ev-price .item .props .prop span a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 15px
}

#price .item .props .prop span:nth-child(1) {
    width: 60%;
    padding-left: 10px
}

#price .item .props .prop span:nth-child(2) {
    width: 40%
}

#price .item .props .prop:nth-child(1) {
    border: 0;
    padding: 0 0 20px
}

#price .item .props .prop:last-child {
    border: 0
}

#price .item .props .prop:nth-child(1) span {
    font-weight: 500
}

#price .item .button {
    text-align: center
}

.allert-content {
    padding: 15px;
    border: 10px solid #b1b1b1
}

.allert-content .allert-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    background: #e1e1e1;
    padding: 20px 30px
}

.allert-content .allert-wrapper::before {
    content: "";
    position: relative;
    left: 50%;
    width: 10px;
    height: 144px;
    background-color: #c80000
}

.allert-content .allert-wrapper .left-text {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    padding-right: 25px;
    margin-bottom: 0;
    width: 100%
}

.allert {
    margin-bottom: 40px;
    padding: 40px 0
}

.allert-content .allert-wrapper .right-text {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding-left: 25px;
    margin-bottom: 0;
    width: 100%
}

#calculator {
    padding: 60px 0;
    background: -webkit-linear-gradient(134.33deg, #000 17.57%, #4c4c4c 90.77%);
    background: -o-linear-gradient(134.33deg, #000 17.57%, #4c4c4c 90.77%);
    background: linear-gradient(315.67deg, #000 17.57%, #4c4c4c 90.77%)
}

#calculator h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 27px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fefefe;
    margin: 0 0 40px
}

#calculator .calc-col {
    padding-left: 10px;
    padding-right: 10px
}

#calculator .item.personal, #calculator .item.type {
    background: -webkit-linear-gradient(269.96deg, rgba(255, 255, 255, .2) .03%, rgba(255, 255, 255, 0) 101.77%);
    background: -o-linear-gradient(269.96deg, rgba(255, 255, 255, .2) .03%, rgba(255, 255, 255, 0) 101.77%);
    background: linear-gradient(180.04deg, rgba(255, 255, 255, .2) .03%, rgba(255, 255, 255, 0) 101.77%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 5px;
    padding: 27px 23px;
    height: 100%
}

#calculator .item.result {
    background: #fff;
    border-radius: 5px;
    padding: 44px 35px;
    max-width: 360px
}

#calculator .item span.title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 20px;
    font-size: 15px;
    color: #fff;
    margin: 0 0 25px;
    display: block
}

#calculator .item.type span.title {
    margin: 0 0 11px
}

#calculator .item .type-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 25px
}

#calculator .item .type-controls .type-radio {
    width: 48%
}

#calculator .item .type-controls input + label {
    background: #fff;
    border-radius: 37px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 20px;
    font-size: 15px;
    color: #000;
    padding: 10px 0;
    text-align: center;
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease-;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease
}

#calculator .item .type-controls input:checked + label {
    background: #c80000;
    color: #fff
}

#calculator .item .dop-crems input, #calculator .item .dop-lulls input, #calculator .item .lulls, #calculator .item .type-crems input, #calculator .item .type-lulls input {
    display: none
}

#calculator .item .type-crems, #calculator .item .type-lulls, #calculator .item.crem-active .type-crems {
    margin: 0 0 23px
}

#calculator .item .type-crems input + label, #calculator .item .type-lulls input + label {
    padding: 0 0 0 32px;
    position: relative;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    cursor: pointer
}

#calculator .item .type-crems input + label:before, #calculator .item .type-lulls input + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff
}

#calculator .item .type-crems input:checked + label:after, #calculator .item .type-lulls input:checked + label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(200, 0, 0, .7)
}

#calculator .item .dop-crems input:disabled + label, #calculator .item .dop-lulls input:disabled + label, #calculator .item .type-crems input:disabled + label, #calculator .item .type-lulls input:disabled + label {
    color: #ccc;
    cursor: not-allowed
}

#calculator .item .type-crems input:disabled + label:before, #calculator .item .type-lulls input:disabled + label:before {
    background: #888
}

#calculator .item .dop-crems input + label, #calculator .item .dop-lulls input + label {
    padding: 0 0 0 32px;
    position: relative;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#calculator .item .dop-crems input + label span, #calculator .item .dop-lulls input + label span, #calculator .item.result .selected-dop .prop.visible {
    display: block
}

#calculator .item .dop-crems input + label span:last-child, #calculator .item .dop-lulls input + label span:last-child {
    color: red
}

#calculator .item .dop-crems input + label:before, #calculator .item .dop-lulls input + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .42);
    border-radius: 3px
}

#calculator .item .dop-crems input:checked + label:after, #calculator .item .dop-lulls input:checked + label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -4.5px;
    width: 10px;
    height: 10px;
    background-color: rgba(200, 0, 0, .7)
}

#calculator .item .dop-crems input:disabled + label:before, #calculator .item .dop-lulls input:disabled + label:before {
    background: #888
}

#calculator .item .address, #calculator .item .form-slider {
    margin: 0 0 35px
}

#calculator .item.result .selected-dop {
    padding: 0 0 0 20px
}

#calculator .item.result .selected-dop .prop {
    position: relative;
    font-weight: 300;
    font-size: 15px;
    color: #000;
    padding: 0 0 0 24px;
    margin: 0 0 30px;
    display: none;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    -ms-transition: .5s all ease
}

#calculator .item.result .selected-dop .prop:before {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0;
    content: '';
    position: absolute;
    margin-top: -8px;
    background: url(../images/plus-green.svg) no-repeat center
}

#calculator .item.result .corier {
    padding: 0 35px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px
}

#calculator .item.result .corier p {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    margin: 0
}

#calculator .item.result .corier span.result__note {
    display: block;
    color: #999
}

#calculator .item.result .results .corier p:last-child {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #c80000
}

#calculator .item.result .results .corier:last-child p:first-child, #calculator .item.result .results .corier:last-child p:last-child {
    font-weight: 600
}

#calculator .item.result .controls {
    text-align: center;
    margin: 15px 0 18px;
    width: 100%
}

#calculator .item.result .controls button {
    background: #c80000;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff
}

#calculator .item.result .controls button:active, #calculator .item.result .controls button:focus, #calculator .item.result .controls button:hover {
    color: #c80000;
    background: #fff
}

#calculator .item.result .privacy {
    text-align: center;
    color: #000
}

#calculator .item.result .privacy, #calculator .item.result .privacy a {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 10px
}

input.calc__input {
    box-shadow: none;
    border: 1px solid #ccc;
    padding: 17px 25px 13px
}

.calc-form .calc__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.calc-form .form__field {
    padding: 0 65px 0 0
}

.calc-form .calc__field {
    width: 50%
}

.form__select {
    border: none;
    padding: 12px 35px;
    background-color: #fff;
    margin: 0 0 12px;
    display: block;
    width: 100%;
    border-radius: 37px;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form__select-wrapper {
    position: relative
}

.form__select-wrapper:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #c80000 transparent transparent transparent;
    right: 26px;
    top: 50%;
    margin-top: -3px;
    z-index: 15
}

.calc__popup {
    margin: -5px 0 0 32px;
    display: none
}

.calc__popup a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #ff4848;
    border-bottom: 1px solid #ff4848;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    position: relative
}

.calc__popup a:focus, .calc__popup a:hover {
    border-color: transparent
}

.calc__popup a:after {
    content: '';
    position: absolute;
    right: -15px;
    border-style: solid;
    top: 50%;
    border-width: 6px 3.5px 0 3.5px;
    border-color: #c80000 transparent transparent transparent
}

.calc__radio-info {
    position: absolute !important;
    right: -20px;
    top: 50%;
    margin-top: -5px
}

.calc__radio-info > span {
    color: #000;
    background: #fff;
    line-height: 12px;
    width: 12px;
    display: block;
    text-align: center;
    font-size: 8px;
    opacity: 1;
    font-weight: 700;
    z-index: 15;
    border-radius: 50%;
    position: static
}

.calc__radio-info-hidden {
    display: none;
    position: absolute !important;
    right: -20px;
    margin-top: 15px;
    z-index: 3;
    width: 220px;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 8px;
    font-size: 12px;
    text-align: center
}

.calc__radio-info-hidden::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: -5px;
    right: 19px;
    z-index: 1;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.calc__radio-info:hover .calc__radio-info-hidden {
    display: block
}

.form__field {
    padding: 0 65px 0 0
}

.popup.urn {
    max-width: 370px !important;
    width: 100%;
    border-radius: 10px !important
}

.urn__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.urn__swiper {
    border-radius: 10px;
    border: 1px solid #ccc;
    margin: 0 0 20px
}

.popup.urn .urn__button .btn {
    padding: 16px 25px
}

.urn__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px
}

.urn__info {
    text-align: left;
    padding: 0 0 0 10px
}

.urn__name {
    font-size: 13px;
    text-align: left;
    font-weight: 700;
    margin: 0 0 15px
}

.urn__info p {
    color: #c80000;
    font-size: 13px;
    margin: 0
}

.urn__arr {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 34px;
    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;
    background: #ccc;
    margin-top: -17px;
    cursor: pointer;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease
}

.urn__arr:focus, .urn__arr:hover {
    background: #c80000
}

.urn__arr path {
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease
}

.urn__arr:focus path, .urn__arr:hover path {
    fill: #fff
}

.urn__prev {
    left: 0
}

.urn__next {
    right: 0
}

.urn__swiper-wrapper {
    position: relative;
    font-family: Montserrat, sans-serif
}

#hww {
    position: relative;
    padding: 60px 0 200px
}

#hww .container {
    position: relative
}

#hww .dog2 {
    position: absolute;
    left: 0;
    top: -320px;
    width: 670px;
    opacity: 1;
    z-index: -1;
    height: 874px;
    background-image: url(../images/dog2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position: -65px 60px
}

#hww .dog2 img {
    position: absolute;
    left: -354px
}

#hww .content, #hww h2 {
    position: relative;
    z-index: 1
}

#hww h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #797979;
    margin: 0 0 70px;
    text-align: right;
    width: 100%
}

#hww .content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#hww .content .item {
    max-width: 245px;
    width: 100%;
    margin-left: 17px;
    background: #fff;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .09);
    box-shadow: 0 6px 10px rgba(0, 0, 0, .09);
    border-radius: 5px;
    padding: 30px 5px 20px;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease-;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease
}

#hww .content .item:active, #hww .content .item:focus, #hww .content .item:hover {
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 6px 10px rgba(0, 0, 0, .25)
}

#hww .content .item .thumbnail {
    width: 101px;
    height: 88px;
    margin: 0 auto 10px
}

#hww .content .item:nth-child(1) .thumbnail {
    background: url(../images/hww1.svg) no-repeat center
}

#hww .content .item:nth-child(2) .thumbnail {
    background: url(../images/hww2.svg) no-repeat center
}

#hww .content .item:nth-child(3) .thumbnail {
    background: url(../images/hww3.svg) no-repeat center
}

#hww .content .item:nth-child(4) .thumbnail {
    background: url(../images/hww4.svg) no-repeat center
}

#hww .content .item .title {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #c80000;
    margin: 0 0 20px;
    display: block
}

#hww .content .item p {
    margin: 0;
    text-align: center;
    font-weight: 300;
    line-height: 19px;
    font-size: 15px
}

#faq .container {
    position: relative
}

#faq .container .cat2 {
    opacity: 1;
    position: absolute;
    right: -240px;
    top: 0;
    width: 698px;
    height: 545px
}

#faq .content, #faq h2 {
    position: relative;
    z-index: 1
}

#faq h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #797979;
    margin: 0 0 50px
}

#faq .inner {
    padding: 0 0 0 90px
}

#faq .content {
    padding: 0 0 100px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#faq .faq {
    max-width: 520px;
    width: 100%
}

#faq .item {
    margin: 0 0 50px;
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer
}

#faq .item .number {
    position: absolute;
    left: 0;
    top: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    line-height: 40px;
    font-size: 30px;
    letter-spacing: .14em;
    color: #fff;
    display: inline-block;
    text-shadow: -1px 0 #8d8d8d, 0 1px #8d8d8d, 1px 0 #8d8d8d, 0 -1px #8d8d8d
}

#faq .item .title {
    font-weight: 500;
    font-size: 15px;
    color: #c80000;
    position: relative;
    display: block;
    padding: 0 30px 0 0
}

#faq .item .title:after {
    content: '';
    position: absolute;
    right: 0;
    top: -3px;
    width: 30px;
    height: 30px;
    background: url(../images/faq.svg) no-repeat center
}

#faq .item .title.active:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

#faq .item .text {
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    line-height: 20px;
    font-size: 15px;
    color: #000;
    padding: 20px 0 0
}

.faq__answer {
    display: none;
}

#faq .contacts {
    max-width: 326px;
    width: 100%;
    padding: 31px 35px;
    background: #fff;
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, .09);
    box-shadow: 0 12px 20px rgba(0, 0, 0, .09);
    border-radius: 5px;
    margin: 345px 0 0 115px
}

#faq .contacts .p-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 22px
}

#faq .contacts .p-s .phone a {
    font-family: Roboto;
    font-size: 18px;
    color: #000;
    text-decoration: none
}

#faq .contacts .p-s .schedule {
    font-weight: 300;
    font-size: 15px;
    color: #000
}

#faq .contacts .button {
    margin: 0 0 20px
}

#faq .contacts .button a, #faq .contacts .button a:after, #faq .contacts .button a:before, #faq .item .title:after {
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease-;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease
}

#faq .contacts .button a {
    background: #fff;
    border: 1px solid #018ad8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 42px;
    color: #018ad8;
    font-weight: 500;
    font-size: 15px;
    padding: 11px 22px 11px 45px;
    display: inline-block;
    position: relative
}

#faq .contacts .button a:after, #faq .contacts .button a:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 19px;
    top: 50%;
    margin-top: -10px
}

#faq .contacts .button a:before {
    background: url(../images/phone.svg) no-repeat center;
    opacity: 1
}

#faq .contacts .button a:after {
    background: url(../images/phone-hover.svg) no-repeat center;
    opacity: 0
}

#faq .contacts .button a:active:before, #faq .contacts .button a:focus:before, #faq .contacts .button a:hover:before, footer .contacts .button a:active:before, footer .contacts .button a:focus:before, footer .contacts .button a:hover:before {
    opacity: 0
}

#faq .contacts .button a:active:after, #faq .contacts .button a:focus:after, #faq .contacts .button a:hover:after, footer .contacts .button a:active:after, footer .contacts .button a:focus:after, footer .contacts .button a:hover:after {
    opacity: 1
}

#faq .contacts .button a:active, #faq .contacts .button a:focus, #faq .contacts .button a:hover {
    background: #018ad8;
    color: #fff;
    text-decoration: none
}

#faq .contacts .address, #faq .contacts .email {
    text-align: center
}

#faq .contacts .email a {
    color: #018ad8
}

#faq .contacts .address span, #faq .contacts .email a, footer .bottom a {
    font-weight: 500;
    font-size: 15px
}

.menu-links__wrapper {
    display: flex
}

.map h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 27px;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 35px;
    color: #8d8a8a
}

#checkoutmap {
    width: 100%;
    height: 600px
}

footer {
    background: -webkit-linear-gradient(157.71deg, #010101 1.43%, #4c4c4c 99.87%);
    background: -o-linear-gradient(157.71deg, #010101 1.43%, #4c4c4c 99.87%);
    background: linear-gradient(292.29deg, #010101 1.43%, #4c4c4c 99.87%);
    padding: 50px 0
}

footer .content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .left {
    max-width: 880px;
    width: 100%
}

footer .right, footer .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 280px;
    width: 100%
}

footer .top {
    margin: 0 0 40px
}

.catalog .item .slick-meta h2, footer .hidden-bottom {
    display: none
}

footer .bottom, footer .bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

footer .bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto
}

footer .bottom ul {
    margin: 0;
    width: 50%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .bottom li {
    display: inline-block;
    width: 100%
}

footer .bottom a {
    display: inline-block;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    line-height: 28px;
    color: #fff;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease-;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease
}

footer ul a:active, footer ul a:focus, footer ul a:hover {
    color: #018ad8
}

footer .top .logo img {
    max-width: 100%;
    width: 30px
}

footer .top .name {
    max-width: 100%;
    font-size: 16px;
    color: #c80000;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 0 10px
}

footer .top .description {
    max-width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding: 0 0 0 30px;
    font-family: Roboto
}

footer .contacts .p-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 22px
}

.privacy {
    text-align: center
}

.privacy a {
    font-size: 12px;
    color: #018ad8
}

footer {
    overflow: hidden
}

footer .contacts .p-s .phone a {
    font-family: Roboto;
    font-size: 18px;
    color: #fff;
    text-decoration: none
}

footer .contacts .p-s .schedule {
    font-weight: 300;
    font-size: 15px;
    color: #fff
}

footer .contacts .button {
    margin: 0 0 20px;
    text-align: center
}

footer .contacts .button a {
    border: 1px solid #018ad8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 42px;
    font-weight: 500;
    font-size: 15px;
    padding: 11px 22px 11px 45px;
    display: inline-block;
    position: relative;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease-;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
    background: #018ad8;
    color: #fff
}

footer .contacts .button a:active, footer .contacts .button a:focus, footer .contacts .button a:hover {
    color: #018ad8;
    background: #fff;
    text-decoration: none
}

footer .contacts .button a:after, footer .contacts .button a:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 19px;
    top: 50%;
    margin-top: -10px;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease-;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease
}

footer .contacts .button a:before {
    background: url(../images/phone-hover.svg) no-repeat center;
    opacity: 1
}

footer .contacts .button a:after {
    background: url(../images/phone.svg) no-repeat center;
    opacity: 0
}

#thanks, footer .contacts .email {
    text-align: center
}

footer .contacts .email a {
    font-weight: 500;
    font-size: 15px;
    color: #018ad8
}

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px
}

.popup, .popup.sale {
    border-radius: 0 !important;
    width: 100%
}

.popup {
    background: #fff;
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, .09);
    box-shadow: 0 12px 20px rgba(0, 0, 0, .09);
    max-width: 360px !important;
    padding: 30px !important
}

.popup.sale {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 687px !important;
    padding: 40px 50px !important
}

.fancybox-close-small {
    background: #fff !important;
    border-radius: 50px !important
}

#thanks {
    max-width: 770px !important
}

#thanks p, .popup .title {
    margin: 0;
    font-family: Roboto;
    font-weight: 300;
    line-height: 19px;
    font-size: 15px;
    text-align: center;
    color: #000
}

.popup .title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 27px;
    font-size: 20px;
    color: #898989;
    margin: 0 0 20px;
    display: block
}

.popup .btn {
    background: #c80000;
    color: #fff;
    width: 100%;
    padding: 11px 25px
}

.popup .btn:active, .popup .btn:focus, .popup .btn:hover {
    background: #fff;
    color: #c80000
}

.popup .form-input {
    margin: 0 0 15px
}

.ev-price .form .form-input input, .popup .form-input input {
    background: #fff;
    border: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 37px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0
}

.popup .form-note {
    text-align: center;
    color: #000;
    display: block;
    margin: 15px 0 0
}

.ev-price .form .form-note a, .popup .form-note, .popup .form-note a {
    font-family: Montserrat, sans-serif;
    line-height: 13px;
    font-size: 10px
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .cat1, .cat2, .dog2 {
        opacity: 1 !important
    }
}

.breadcrumbs {
    margin: 10px 0 20px;
    z-index: 2;
    position: relative
}

.breadcrumbs .row > div {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumbs a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease-;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease
}

.breadcrumbs a:hover {
    color: #c80000
}

.breadcrumbs span {
    color: #000;
    opacity: .5
}

.breadcrumbs span.separator {
    padding: 0 10px
}

.subpage-front {
    margin: 0 0 30px
}

.subpage-front .inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.subpage-front .left {
    width: 44.5%;
    padding: 0 40px 0 0
}

.subpage-front .right {
    width: 55.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.subpage-front h1 {
    font-weight: 700;
    margin: 0 0 30px;
    color: #000;
    font-size: 25px;
}

.subpage-front .left p {
    margin: 0 0 30px;
    color: #000;
    font-weight: 300;
    line-height: 20px;
    font-size: 15px
}

.subpage-front .right .item {
    width: 204px;
    margin-left: auto;
    background: rgba(166, 166, 166, .25);
    padding: 0 0 20px;
    border-radius: 5px;
    overflow: hidden
}

.subpage-front .right .item:first-child {
    margin-left: 0
}

.sub-catalog .thumbnail a, .subpage-front .right .item .thumbnail {
    font-size: 0
}

.sub-catalog .thumbnail img, .subpage-front .left .cat3 img, .subpage-front .right .item .thumbnail img {
    max-width: 100%
}

.subpage-front .right .item .icon, .subpage-front .right .item p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.subpage-front .right .item .icon {
    background: #000;
    background: -webkit-linear-gradient(top, #000 0, #4c4c4c 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#4c4c4c));
    background: -o-linear-gradient(top, #000 0, #4c4c4c 100%);
    background: linear-gradient(to bottom, #000 0, #4c4c4c 100%);
    width: 66px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    height: 66px;
    margin: -33px auto 10px
}

.hww .item, .subpage-front .right .item .icon, .subpage-front .right .item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.subpage-front .right .item p {
    font-weight: 500;
    line-height: 19px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    height: 57px;
    margin: 0
}

.subpage-front .left .cat3 {
    margin: -30px 0 0;
    pointer-events: none;
    position: relative;
    z-index: -1
}

.hww {
    background: -webkit-linear-gradient(137.01deg, #000 17.57%, #4c4c4c 90.77%);
    background: -o-linear-gradient(137.01deg, #000 17.57%, #4c4c4c 90.77%);
    background: linear-gradient(312.99deg, #000 17.57%, #4c4c4c 90.77%);
    padding: 56px 0 96px;
    margin: 0 0 60px
}

.hww h2 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 27px;
    font-size: 20px;
    margin: 0 0 20px
}

.hww .item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 25px
}

.hww .item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: 100px
}

.hww .item h3 {
    color: #fff;
    margin: 0 0 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 40px;
    font-size: 30px;
    text-transform: uppercase
}

.hww .item p {
    margin: 0;
    color: #fff;
    line-height: 19px;
    font-weight: 300;
    font-size: 15px
}

.hww .item .content {
    width: calc(100% - 202px);
    margin: 65px 0 0;
    position: relative;
    max-width: 780px
}

.hww .item:nth-child(1) .content {
    margin: 120px 0 0
}

.hww .item .content .inner {
    background: -webkit-linear-gradient(90.29deg, rgba(255, 255, 255, .2) -42.29%, rgba(255, 255, 255, 0) 131.06%);
    background: -o-linear-gradient(90.29deg, rgba(255, 255, 255, .2) -42.29%, rgba(255, 255, 255, 0) 131.06%);
    background: linear-gradient(359.71deg, rgba(255, 255, 255, .2) -42.29%, rgba(255, 255, 255, 0) 131.06%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 5px;
    padding: 20px 60px 35px 40px;
    position: relative;
    z-index: 1
}

.hww .item:nth-child(1) .content:before {
    content: '01';
    font-family: 'Saira Extra Condensed';
    font-size: 300px;
    color: rgba(32, 152, 221, .2);
    left: -115px;
    line-height: 240px;
    top: -106px;
    position: absolute;
    z-index: 0
}

.hww .item:nth-child(2) .content:before, .hww .item:nth-child(3) .content:before, .hww .item:nth-child(4) .content:before {
    font-family: 'Saira Extra Condensed';
    font-size: 300px;
    color: rgba(32, 152, 221, .2);
    line-height: 240px;
    top: -126px;
    position: absolute;
    z-index: 0
}

.hww .item:nth-child(3) .content:before {
    left: -115px;
    content: '03'
}

.hww .item:nth-child(2) .content:before, .hww .item:nth-child(4) .content:before {
    content: '02';
    right: -151px
}

.hww .item:nth-child(4) .content:before {
    content: '04';
    right: -161px
}

.hww .item:nth-child(1) .thumbnail:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #c4c4c4), color-stop(110.45%, rgba(196, 196, 196, 0)));
    background: -webkit-linear-gradient(right, #c4c4c4 50%, rgba(196, 196, 196, 0) 110.45%);
    background: -o-linear-gradient(right, #c4c4c4 50%, rgba(196, 196, 196, 0) 110.45%);
    background: linear-gradient(270deg, #c4c4c4 50%, rgba(196, 196, 196, 0) 110.45%);
    right: 100%;
    top: 50%;
    height: 6px;
    margin-top: -3px;
    width: 732px;
    content: '';
    position: absolute
}

.hww .item:nth-child(2) .thumbnail:before, .hww .item:nth-child(4) .thumbnail:before {
    background: -webkit-linear-gradient(180.43deg, #c4c4c4 50%, rgba(196, 196, 196, 0) 105.45%);
    background: -o-linear-gradient(180.43deg, #c4c4c4 50%, rgba(196, 196, 196, 0) 105.45%);
    background: linear-gradient(269.57deg, #c4c4c4 50%, rgba(196, 196, 196, 0) 105.45%);
    left: calc(100% - 14px);
    top: 31px;
    height: 6px;
    width: 746px;
    content: '';
    position: absolute;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.hww .item:nth-child(3) .thumbnail:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #c4c4c4), color-stop(110.45%, rgba(196, 196, 196, 0)));
    background: -webkit-linear-gradient(right, #c4c4c4 50%, rgba(196, 196, 196, 0) 110.45%);
    background: -o-linear-gradient(right, #c4c4c4 50%, rgba(196, 196, 196, 0) 110.45%);
    background: linear-gradient(270deg, #c4c4c4 50%, rgba(196, 196, 196, 0) 110.45%);
    right: calc(100% - 14px);
    top: 31px;
    height: 6px;
    width: 746px;
    content: '';
    position: absolute
}

.hww .item:nth-child(odd) .content {
    margin-right: 30px
}

.hww .item:nth-child(even) .content {
    margin-left: 30px
}

.hww .item .thumbnail {
    padding: 5px;
    border-radius: 50%;
    border: 4px solid #c4c4c4;
    width: 172px;
    position: relative
}

.hww .item .thumbnail img {
    display: block;
    border-radius: 50%
}

.ev-price {
    margin: 0 0 40px
}

.ev-price .heading > div, .sub-catalog .heading > div {
    padding: 0
}

.ev-price h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin: 0 0 30px
}

.ev-price .left {
    width: 60%
}

.ev-price .right {
    width: 40%;
    max-width: 434px;
    margin-left: auto
}

.ev-price .right .cat5 {
    text-align: right;
    margin: -50px 0 20px
}

.ev-price .item {
    background: #fff;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .09);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .09);
    border-radius: 5px;
    padding: 25px 30px;
    margin: 0 0 30px;
    position: relative;
    z-index: 2
}

.ev-price .item .title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 27px;
    font-size: 20px;
    color: #000;
    margin: 0 0 15px
}

.ev-price .item .props {
    margin: 0 0 30px
}

.ev-price .item .props .prop, .price__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ev-price .item .props .prop {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #d7d7d7;
    padding: 13px 0
}

.price__wrapper {
    width: calc(100% - 130px)
}

.moreblock {
    display: none;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    overflow: hidden
}

.moreblock div {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #000;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0 8px 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.moreblock span:first-child {
    width: calc(100% - 130px);
    padding: 0 50px 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px
}

.moreblock span:nth-child(2) {
    width: 130px;
    font-weight: 500;
    font-size: 14px;
    padding-left: 1px;
    font-family: Montserrat, sans-serif
}

.moreblock div span {
    display: block
}

.item__region .props .prop {
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important
}

.showregions {
    display: flex;
    width: 100%;
    border-bottom-color: transparent !important;
    padding: 13px 0;
    cursor: pointer
}

.moreblock div:hover {
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease-;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
    background: rgba(226, 226, 226, .3)
}

.prop_showmore {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../images/sort-down_blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-left: 10px
}

.prop.showregions {
    cursor: pointer
}

#showregions {
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
    -moz-transition: max-height .5s;
    -o-transition: max-height .5s;
    max-height: 0
}

#showregions.show {
    max-height: 2000px
}

.price__td_eut {
    padding: 0 10px;
    font-family: Montserrat, sans-serif;
    font-size: 15px
}

.ev-price .item .props .prop span:nth-child(1) {
    width: calc(100% - 130px);
    padding: 0 50px 0 10px
}

.ev-price .item .props .prop span:nth-child(2) {
    width: 130px;
    font-weight: 500
}

.ev-price .item .props .prop:nth-child(1) {
    border: 0;
    padding: 0 0 10px
}

.ev-price .item .props .prop:last-child {
    border: 0
}

.ev-price .item .props .prop:nth-child(1) span {
    font-weight: 700
}

.ev-price .form {
    border: 8px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 0 33px 36px 40px
}

.ev-price2 .content {
    position: relative
}

.ev-price.ev-price2 .form.scrollable, .scrollable {
    position: fixed;
    top: 123px
}

.ev-price.ev-price2 .form.scrollable.stopscroll, .scrollable.stopcroll {
    bottom: 28px;
    position: absolute;
    top: auto !important
}

.ev-price .form form {
    margin-top: -24px;
    position: relative;
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, .09);
    box-shadow: 0 12px 20px rgba(0, 0, 0, .09);
    padding: 30px !important
}

.ev-price .form .title {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 27px;
    font-size: 20px;
    color: #898989;
    margin: 0 0 20px;
    display: block
}

.ev-price .form .btn {
    background: #c80000;
    color: #fff;
    width: 100%;
    padding: 11px 25px
}

.ev-price .form .btn:active, .ev-price .form .btn:focus, .ev-price .form .btn:hover {
    background: #fff;
    color: #c80000
}

.ev-price .form .form-input {
    margin: 0 0 15px
}

.ev-price .form .form-note {
    font-family: Montserrat, sans-serif;
    line-height: 13px;
    font-size: 10px;
    text-align: center;
    color: #000;
    display: block;
    margin: 15px 0 0
}

.catalog {
    margin: 0 0 60px
}

.catalog h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    color: #000;
    margin: 0 0 25px;
    font-weight: 700
}

.catalog .content, .catalog .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.catalog .item {
    background: #fff;
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, .09);
    box-shadow: 0 12px 20px rgba(0, 0, 0, .09);
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 26px 29px;
    max-width: 580px;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease
}

.catalog .item:nth-child(even) {
    margin-left: auto
}

.catalog .item .catalog-slick {
    opacity: 0;
    visibility: hidden;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    max-height: 201px
}

.catalog .item .catalog-slick .slick-track {
    display: flex;
}

.catalog .item .slick-list.draggable {
    overflow: hidden;
}

.catalog .item .catalog-slick.slick-initialized {
    opacity: 1;
    visibility: visible;
    max-height: none
}

.catalog .item .thumbnail {
    width: 36%
}

.catalog .item .info {
    width: 64%;
    min-height: 282px;
    padding: 0 0 0 40px
}

.catalog .item .catalog-slick {
    margin: 0 0 10px
}

.catalog .item h2 {
    padding: 0 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000
}

.catalog .item .thumbnail .slide {
    border: 1px solid #ececec
}

.catalog .item .thumbnail .slide img {
    width: 100%
}

.catalog .item .articul, .catalog .item .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 12px
}

.catalog .item .articul, .catalog .item h2 {
    border-bottom: 1px solid #c4c4c4;
    margin: 0 0 10px
}

.catalog .item .articul p:first-child, .catalog .item .price p:first-child {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    display: block;
    margin: 0
}

.catalog .item .price p:last-child {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #fff;
    display: block;
    text-align: center;
    background: url(../images/price-bg.svg) no-repeat left center;
    padding: 3px 10px 3px 17px;
    margin: 0 0 0 15px;
    position: relative;
    min-width: 92px
}

.catalog .item .price p:last-child:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 10px;
    top: 50%;
    margin-top: -3.5px
}

.catalog .item .price p:last-child span {
    display: inline-block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center
}

.catalog .item .articul p:last-child {
    line-height: 24px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

.catalog .item .radiobox label > span {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    background: url(../images/offer-bg.svg) no-repeat left center;
    padding: 3px 10px 3px 17px;
    margin: 0;
    position: relative;
    min-width: 92px
}

.catalog .item .radiobox label > span:before, .sub-catalog h3 span:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 10px;
    top: 50%;
    margin-top: -3.5px
}

.catalog .item .radiobox label > span span {
    display: block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center
}

.catalog .item .offers .radiobox:last-child input + label:before {
    top: 7px
}

.catalog .item .offers .radiobox:last-child input:checked + label:after {
    top: 10px
}

.catalog .item .slick-controls {
    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
}

.slick-controls button {
    position: static;
    background: #c8c8c8 url(../images/carrow.svg) no-repeat center;
    width: 26px;
    height: 26px;
    margin: 0;
    cursor: pointer;
    border-radius: 50%;
    font-size: 0;
    border: 0;
    outline: 0;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease
}

.slick-controls button:active, .slick-controls button:focus, .slick-controls button:hover {
    background-color: #c80000 !important;
    outline: 0
}

.slick-controls button.slick-next {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    margin-left: 20px
}

.sub-catalog {
    padding: 0 0 120px
}

.sub-catalog .content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sub-catalog h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    color: #000;
    margin: 0 0 15px;
    font-weight: 700
}

.sub-catalog .item h3, .sub-catalog h3, .sub-catalog h3 span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000
}

.sub-catalog h3 {
    line-height: 1.5;
    font-size: 14px;
    margin: 0 0 40px
}

.sub-catalog h3 span {
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    background: url(../images/price-bg.svg) no-repeat left center;
    padding: 3px 10px 3px 17px;
    margin: -5px 0 0 15px;
    position: relative;
    min-width: 92px;
    color: #fff
}

.sub-catalog .item {
    background: #fff;
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, .09);
    box-shadow: 0 12px 20px rgba(0, 0, 0, .09);
    border-radius: 5px;
    text-align: center;
    padding: 16px 30px 30px;
    margin: 0 0 20px;
    max-width: 280px;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease
}

.sub-catalog .item:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.sub-catalog .thumbnail {
    margin: 0 0 40px;
    font-size: 0
}

.sub-catalog .item h3 {
    font-size: 20px;
    margin: 0 0 15px
}

.sub-catalog .item .meta {
    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
}

.sub-catalog .item .meta span:first-child {
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
    font-size: 15px;
    display: block
}

.sub-catalog .item .meta span:last-child {
    font-family: 'Montserrat', sans-serif;
    line-height: 11px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin: 0 0 0 10px
}

.fixed-header .breadcrumbs {
    padding-top: 76px
}

.heading, .inner-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px
}

.heading {
    line-height: 27px;
    display: inline-block;
    margin: 0;
    padding: 0 40px 0 0;
    position: relative;
    color: #6b6767
}

.inner-heading {
    color: #000
}

#calculator, .sms-info {
    margin-bottom: 80px
}

.sms-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.sms-info__list-item {
    position: relative;
    width: 270px;
    counter-increment: list;
    background: #fff;
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, .09);
    box-shadow: 0 12px 20px rgba(0, 0, 0, .09);
    border-radius: 5px;
    padding: 11px 25px
}

.sms-info__list-item::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "0" counter(list);
    font-family: "Saira Extra Condensed";
    font-size: 200px;
    line-height: 170px;
    color: rgba(216, 216, 216, .2)
}

.sms-info__wrapper {
    width: 90px;
    min-height: 70px;
    margin-bottom: 20px;
    border-bottom: 3px solid #c80000
}

.sms-info__list-item-paragraph {
    font-family: Roboto;
    font-size: 15px;
    line-height: 20px
}

.partners, .partners-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.partners {
    width: 820px;
    margin-top: 60px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10
}

.partners__heading, .partners__logo-item, .partners__logo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partners__heading {
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 50%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #797979;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.partners__logo-item, .partners__logo-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.partners__logo-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    width: 360px;
    min-height: 130px;
    padding: 15px 35px;
    background: #fff;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, .11);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .11);
    border-radius: 5px
}

.partners__logo.zoo {
    width: 150px;
    height: auto
}

.partners__logo.zov {
    width: 310px;
    height: auto
}

.container.section__container, .page-content ol {
    padding: 0
}

.drugs {
    margin-bottom: 90px
}

.drugs__title {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px
}

.drugs__list.catalog-slick, .drugs__slider-wrapper, .drugs__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.drugs__list.catalog-slick {
    overflow: hidden;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.drugs__slider-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 10px
}

.drugs__item {
    overflow: hidden;
    padding: 10px;
    background: #fff;
    max-width: 280px;
    min-height: 335px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .09);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .09);
    border-radius: 5px
}

.drugs__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px
}

.drugs__img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px
}

.drugs__description {
    padding: 0 15px
}

.drugs__heading, .drugs__paragraph {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: normal
}

.drugs__paragraph {
    font-weight: 400
}

.payments-methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 33%
}

.payments-methods__title {
    display: block;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px
}

.payments-methods__list {
    display: flex;
    font-size: 0;
    width: 100%
}

.payments-methods__item {
    background: #fff;
    padding: 0 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 2%;
    height: 34px;
    width: 56px;
    position: relative
}

.payments-methods__item:last-child {
    margin-right: 0
}

@media screen and (max-width: 767px) {
    .payments-methods__list {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .payments-methods__item {
        max-width: 90px
    }

    footer .top {
        display: flex;
        justify-content: center
    }
}

.payments-methods__description {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
    color: #cacaca
}

.price__item {
    overflow-x: hidden
}

.price__offer {
    margin-bottom: 0
}

.price__list-item, .price__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 15px
}

.price__title {
    display: block;
    line-height: 20px;
    color: #000;
    margin-bottom: 15px
}

.price__list-item {
    line-height: 19px;
    color: #787878;
    margin-bottom: 20px;
    padding-left: 35px;
    background: url(../images/plus-green.svg) no-repeat left
}

.price__table {
    width: 100%;
    display: block
}

.price__prop {
    border-bottom: 1px solid #d7d7d7
}

.price__prop:first-child, .price__prop:last-child {
    border-bottom: none
}

.price__animal-icon {
    min-width: 50px;
    text-align: center
}

.price__animal-type {
    width: 50%
}

.price__value {
    width: 25%
}

.price__value_usual {
    -webkit-text-decoration: line-through solid #d94d4d;
    text-decoration: line-through solid #d94d4d
}

.price__value_package {
    font-weight: 500
}

.price__tr {
    width: 100%
}

.price__th {
    font-style: normal;
    font-weight: 700
}

.price__td, .price__th {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 20px;
    padding: 13px 10px;
    color: #000
}

.page-content {
    padding-right: 15px;
    padding-left: 15px
}

.page-content h1, .page-content h2 {
    display: block;
    width: 100%;
    font-family: Montserrat, sans-serif;
    margin-bottom: 20px
}

.page-content h1 {
    font-size: 25px;
    font-weight: 700
}

.page-content h2 {
    font-size: 20px;
    font-weight: 600
}

.page-content h3, .page-content p {
    display: block;
    width: 100%;
    font-family: Roboto
}

.page-content h3 {
    font-size: 18px;
    font-weight: 500
}

.page-content p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 40px
}

.page-content ol li, .page-content ul li {
    list-style: none;
    padding-left: 10px;
    margin-bottom: 20px
}

.page-content ul li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #c80000
}

.page-content ol li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    counter-increment: list
}

.page-content ol li::before {
    content: "0" counter(list);
    display: inline-block;
    margin-right: 12px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
    border-radius: 50%
}

.intro, .intro__image, .page-content ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.intro {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px
}

.intro__image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.intro__paragrpaph {
    margin-bottom: 10px !important
}

.transport {
    margin-bottom: 50px
}

.transport__item {
    margin-bottom: 30px
}

.transport__heading {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 27px;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #8d8a8a
}

.transport__paragraph {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 35px
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px
    }
}

@media screen and (max-width: 1199px) {
    .main-block .swiper-controls, .main-block .swiper-front p {
        padding: 0
    }

    #services .srv.top {
        max-width: 310px
    }

    #services .srv.bottom {
        max-width: 635px;
        padding: 20px
    }

    #services .content {
        max-width: 312px;
        padding: 0
    }

    #checkoutmap {
        height: 450px
    }

    .subpage-front .right .item {
        width: 170px
    }

    .hww .item:nth-child(2) .thumbnail:before, .hww .item:nth-child(4) .thumbnail:before {
        width: 601px
    }

    .hww .item:nth-child(1) .thumbnail:before, .hww .item:nth-child(3) .thumbnail:before {
        width: 587px
    }

    .ev-price .left {
        width: 55%
    }

    .ev-price .right {
        width: 40%
    }

    .ev-price .form {
        padding: 0 10px 10px
    }

    .catalog .item {
        max-width: 474px
    }

    .catalog .item .info {
        padding: 0 0 0 10px
    }

    .radiobox input + label {
        padding: 0 0 0 20px
    }

    .sms-info__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sms-info__list-item {
        width: 455px;
        padding: 25px;
        margin-bottom: 20px
    }

    .partners {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .partners__heading {
        display: block;
        width: 100%;
        margin-bottom: 40px !important;
        text-align: right !important
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #services .srv.top .props {
        min-height: 246px
    }

    #calculator .item.result .selected-dop, #faq .inner {
        padding: 0
    }

    #calculator .item.result {
        padding: 44px 18px
    }

    #faq .contacts {
        margin: 345px 0 0 84px
    }

    #calculator .calc-col {
        padding-left: 3px;
        padding-right: 3px;
        margin-bottom: 30px
    }

    #calculator .item .dop-crems input + label span:last-child {
        width: 60px;
        min-width: 60px
    }

    #calculator .item .type-crems, #calculator .item .type-lulls {
        margin: 0 0 13px
    }

    #calculator .item.result .controls {
        margin: 28px 0 25px
    }

    #hww .content .item {
        max-width: 224px;
        margin-left: 13px;
        padding: 25px 5px 15px
    }
}

@media screen and (max-width: 992px) {
    .intro, header .inner .right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .intro__image {
        width: 100%
    }

    #main-menu .mobile-menu {
        display: block
    }

    #main-menu .menu, .catalog .item .info h2 {
        display: none
    }

    #main-menu .call {
        width: calc(100% - 47px)
    }

    header {
        padding: 7px 0
    }

    header .inner .right {
        width: 30%
    }

    header .inner .left {
        width: 70%
    }

    header .description {
        font-size: 15px;
        line-height: 18px;
        padding: 0 0 0 20px
    }

    header .phone a {
        font-size: 18px
    }

    header .schedule {
        font-size: 13px;
        padding: 0 0 0 15px;
        font-weight: 300
    }

    .front-block {
        padding: 80px 0 0;
        margin: 0 0 20px
    }

    .fixed-header .front-block {
        padding: 155px 0 0
    }

    .front-block .ben .item {
        max-width: 175px;
        margin: 0 5px 0 0;
        opacity: 1
    }

    .front-block .container .dog1 {
        position: absolute;
        right: -170px;
        top: -69px;
        width: 484px;
        height: 512px;
        display: none
    }

    #services {
        margin: 0;
        background: -webkit-linear-gradient(152.11deg, #000 17.57%, #4c4c4c 90.77%);
        background: -o-linear-gradient(152.11deg, #000 17.57%, #4c4c4c 90.77%);
        background: linear-gradient(297.89deg, #000 17.57%, #4c4c4c 90.77%)
    }

    #services .inner {
        padding: 0 0 60px
    }

    #services .srv.top {
        margin-top: 97px;
        bottom: 0;
        margin-bottom: 20px;
        max-width: 350px
    }

    #services .srv2.top {
        margin-top: -285px
    }

    #services .srv1.top {
        margin-bottom: 50px
    }

    #services .content.bottom {
        padding: 0 0 30px
    }

    #services .srv.bottom {
        width: 100%;
        max-width: 100%;
        opacity: 1;
        margin: 0;
        padding: 40px 35px
    }

    #price {
        padding: 100px 0 70px
    }

    #price h2, footer .top {
        margin: 0 0 40px
    }

    #price .content, #services .inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    #price .item {
        padding: 20px;
        margin: 0 10px 0 0;
        max-width: 335px
    }

    #price .item:last-child {
        margin-right: 0;
        margin-top: 150px
    }

    #price .cat1 {
        width: 439px;
        height: 525px;
        right: -57px;
        bottom: 222px
    }

    #calculator .item .dop-crems input + label span:first-child, #calculator .item .dop-lulls input + label span:first-child {
        width: calc(100% - 60px)
    }

    #calculator .item .dop-crems input + label span:last-child, #calculator .item .dop-lulls input + label span:last-child {
        width: 60px
    }

    #calculator .item.result {
        max-width: 100%
    }

    #calculator .item.result .corier {
        padding: 0
    }

    #calculator .item.result .selected-dop {
        margin: 0;
        padding: 0
    }

    #calculator .item .type-crems, #calculator .item .type-lulls {
        margin: 0 0 13px
    }

    #calculator .item.result .result-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #calculator .item.result .results .corier p:last-child {
        margin: 0 0 0 20px
    }

    #calculator .item.result .privacy {
        max-width: 320px;
        margin: 0 auto
    }

    #calculator .item.result .controls {
        max-width: 320px;
        margin: 20px auto 20px
    }

    input.calc__input {
        max-width: 320px;
        margin: 0 auto
    }

    #calculator .calc-col {
        padding-left: 3px;
        padding-right: 3px
    }

    #hww {
        padding: 80px 0 90px
    }

    #hww h2 {
        margin: 0 0 45px
    }

    #faq .content, #faq .inner {
        padding: 0
    }

    #hww .content .item {
        margin-bottom: 20px
    }

    #hww .dog2 {
        left: -231px;
        top: -82px;
        width: 556px;
        height: 708px
    }

    #faq .container .cat2 {
        right: -400px;
        top: 0;
        width: 597px;
        height: 475px
    }

    #faq .contacts {
        margin: 0 0 0 auto
    }

    .map h2 {
        max-width: 320px
    }

    footer .top .description {
        margin-left: auto
    }

    footer .left .bottom {
        max-width: 100%;
        margin-bottom: 20px
    }

    footer .hidden-bottom {
        display: block;
        width: 100%
    }

    footer .contacts .b-e, footer .contacts .email {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    footer .contacts .b-e {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    footer .contacts .email {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    footer .right {
        max-width: 280px
    }

    footer .contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    footer .contacts .p-s {
        display: block;
        width: 100%;
        margin: 0 0 20px
    }

    .footer .contacts .button {
        margin-bottom: 10px
    }

    footer .contacts .p-s .phone {
        display: inline-block
    }

    footer .contacts .p-s .schedule {
        margin: 0 0 0 20px;
        display: inline-block
    }

    footer .contacts .b-e {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    footer .bottom ul {
        width: 100%;
        max-width: 620px;
        margin: 0 auto
    }

    .subpage-front {
        margin: 0 0 130px
    }

    .subpage-front h1 {
        margin: 0 0 50px
    }

    .subpage-front .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .subpage-front .left, .subpage-front .right {
        width: 100%;
        padding: 0
    }

    .subpage-front .right {
        margin: 0 0 30px
    }

    .subpage-front .right .item {
        width: 32%
    }

    .subpage-front .right .item .thumbnail img {
        width: 100%;
        max-width: auto
    }

    .subpage-front .right .item p {
        padding: 0 20px
    }

    .subpage-front .left {
        position: relative
    }

    .subpage-front .left .cat3 {
        position: absolute;
        margin: 0;
        right: 10px;
        bottom: -88px
    }

    .hww .item {
        margin-bottom: 35px
    }

    .hww .item:nth-child(odd) {
        margin-left: 0
    }

    .hww .item .content {
        width: calc(100% - 190px)
    }

    .hww .item:nth-child(1) .content:before {
        left: -11px;
        top: -129px
    }

    .hww .item:nth-child(2) .content:before {
        right: -11px;
        top: -81px
    }

    .hww .item:nth-child(3) .content:before {
        left: -12px;
        top: -104px
    }

    .hww .item:nth-child(4) .content:before {
        right: -16px;
        top: -96px
    }

    .hww .item:nth-child(1) .thumbnail:before, .hww .item:nth-child(3) .thumbnail:before {
        width: 310px
    }

    .hww .item:nth-child(2) .thumbnail:before, .hww .item:nth-child(4) .thumbnail:before {
        width: 324px
    }

    .hww .item:nth-child(odd) .content {
        margin-right: 10px
    }

    .hww .item:nth-child(even) .content {
        margin-left: 10px;
        width: calc(100% - 190px)
    }

    .ev-price {
        margin: 0 0 40px
    }

    .ev-price.ev-price2 .form {
        max-width: 288px;
        padding: 0 23px 32px
    }

    .ev-price.ev-price2 .form .btn {
        padding: 11px 0
    }

    .ev-price:not(.ev-price2) .left {
        width: 100%;
        margin: 0 0 40px
    }

    .ev-price:not(.ev-price2) .right {
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin: 0
    }

    .ev-price:not(.ev-price2) .form {
        padding: 0 36px 40px;
        max-width: 434px;
        margin-right: auto
    }

    .catalog .item {
        display: block;
        max-width: 344px;
        padding: 10px 20px 30px;
        margin-bottom: 34px
    }

    .catalog .item .slick-meta h2 {
        display: block;
        padding: 0;
        border: 0
    }

    .catalog .item .thumbnail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        width: 100%;
        padding: 0 0 27px;
        margin: 0 0 11px;
        border-bottom: 1px solid #c4c4c4
    }

    .catalog .item .info {
        padding: 0;
        width: 100%;
        margin: 0
    }

    .catalog .item .catalog-slick {
        margin: 0
    }

    .catalog .item .thumbnail .slider {
        width: 50%
    }

    .catalog .item .thumbnail .slick-meta {
        width: 50%;
        padding: 0 0 0 16px;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .catalog .item .slick-controls {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .catalog .item .slick-controls button.slick-next {
        margin-left: 8px
    }

    .sub-catalog .content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .sub-catalog .item {
        max-width: 212px;
        margin-right: 42px
    }

    .sub-catalog .item:nth-child(3n+3) {
        margin-right: 0
    }

    .ev-price.ev-price2 .form form {
        padding: 40px 15px !important
    }

    .ev-price.ev-price2 .right {
        margin-top: 10px
    }

    .ev-price.ev-price2 .item .props .prop span:nth-child(1) {
        width: calc(100% - 70px);
        padding: 0 20px 0 0
    }

    .ev-price.ev-price2 .item .props .prop span:nth-child(2) {
        width: 70px
    }

    .sms-info__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sms-info__list-item {
        width: 335px;
        margin-bottom: 20px
    }

    .partners__logo-list {
        width: 720px
    }

    .partners__heading {
        text-align: center !important
    }

    .partners__logo-item {
        width: 330px
    }
}

@media screen and (max-width: 767px) {
    .catalog .item .info {
        min-height: inherit
    }

    header .inner .left {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .catalog .item .thumbnail h2, header .inner .right {
        display: none
    }

    header .name {
        margin-right: auto
    }

    header .description {
        padding: 0;
        max-width: 220px
    }

    #main-menu .p-s {
        display: block
    }

    .main-block .slide-header, .main-block h1 {
        text-align: center
    }

    .main-block .swiper-controls, .main-block .swiper-front p {
        text-align: center;
        width: 100%
    }

    .front-block .container .dog1 {
        right: auto;
        top: 219px;
        left: -161px;
        width: 478px;
        height: 488px
    }

    .fixed-header .front-block {
        padding: 115px 0 0
    }

    .front-block {
        padding: 40px 0 0
    }

    .front-block .ben, .main-block .swiper-controls {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .front-block .ben .item {
        margin-right: 40px;
        margin-bottom: 40px
    }

    .front-block .ben .item:nth-child(2), .front-block .ben .item:nth-child(4) {
        margin-right: 0
    }

    .front-block .ben .item:nth-child(3), .front-block .ben .item:nth-child(4) {
        margin-bottom: 0
    }

    #services .content {
        width: 100%;
        max-width: 100%;
        padding: 40px 0 0
    }

    #services .srv1.top, #services .srv2.top {
        margin-top: 0;
        margin-bottom: 20px;
        max-width: 100%;
        width: 100%
    }

    #services .content.bottom {
        padding: 50px 0 30px
    }

    #services .srv.bottom {
        padding: 20px
    }

    #services .content p {
        padding: 0
    }

    #price {
        padding: 50px 0
    }

    #price .cat1 {
        display: none !important
    }

    #price h2 {
        margin: 0 auto 40px;
        display: block;
        max-width: 356px
    }

    #price h2 .note .note-content {
        left: 0;
        top: 100%;
        font-size: 10px;
        line-height: 12px
    }

    #price .item .title {
        margin: 0 0 30px
    }

    #price .item {
        max-width: 100%;
        width: 100%
    }

    #price .item:last-child {
        margin-top: 30px
    }

    #price .item .props .prop span:nth-child(1) {
        width: calc(100% - 110px)
    }

    #price .item .props .prop span:nth-child(2) {
        max-width: 110px;
        width: 100%
    }

    #calculator h2, #faq h2, #hww h2 {
        text-align: center;
        margin: 0 0 40px
    }

    #calculator .item, #calculator .item.personal, #calculator .item.result, #calculator .item.type {
        width: 100%;
        max-width: 100%
    }

    #calculator .item.crem-active .type-crems, #calculator .item.personal, #calculator .item.type, .subpage-front {
        margin: 0 0 30px
    }

    #calculator .calc-col {
        padding-left: 10px;
        padding-right: 10px
    }

    #faq .container .cat2, #hww .dog2 {
        display: none !important
    }

    #hww .content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #faq .faq, .map h2 {
        max-width: 100%
    }

    #faq .contacts {
        margin: 0 auto 40px
    }

    .map h2 {
        text-align: center
    }

    footer .top .description {
        margin-left: auto;
        padding: 0;
        max-width: 223px
    }

    footer .contacts {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .catalog .item .info h2, .subpage-front .right, footer .contacts .b-e, footer .contacts .p-s {
        display: block
    }

    footer .contacts .p-s .schedule {
        margin: 0
    }

    footer .contacts .email {
        margin: 40px 0 0
    }

    .subpage-front h1 {
        margin: 0 0 25px
    }

    .subpage-front .right .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 0 15px;
        padding: 0
    }

    .subpage-front .right .item .thumbnail {
        width: 50%
    }

    .subpage-front .right .item .info {
        width: 50%;
        padding: 15px 30px;
        background: -webkit-linear-gradient(.19deg, #fff 59.2%, rgba(165, 165, 165, 0) 102.72%);
        background: -o-linear-gradient(.19deg, #fff 59.2%, rgba(165, 165, 165, 0) 102.72%);
        background: linear-gradient(89.81deg, #fff 59.2%, rgba(165, 165, 165, 0) 102.72%)
    }

    .subpage-front .right .item .info .icon {
        margin: 0 0 15px
    }

    .subpage-front .right .item .info p {
        text-align: left;
        padding: 0;
        display: block
    }

    .subpage-front .left .button {
        text-align: center;
        margin: 0 0 30px;
        position: relative;
        z-index: 1
    }

    .subpage-front .left .cat3 {
        position: static;
        margin: -60px 0 0 45px
    }

    .hww h2 {
        margin: 0 0 50px
    }

    .hww .item:nth-child(1) .thumbnail:before, .hww .item:nth-child(2) .thumbnail:before, .hww .item:nth-child(3) .thumbnail:before, .hww .item:nth-child(4) .thumbnail:before {
        width: 120px
    }

    .hww .item .thumbnail {
        margin: 0 0 10px
    }

    .hww .item .content {
        width: 100% !important;
        margin: 0 !important
    }

    .hww .item .content .inner {
        padding: 20px 24px 35px 25px
    }

    .hww .item:nth-child(1) .content:before {
        top: -186px
    }

    .hww .item:nth-child(2) .content:before {
        top: -212px
    }

    .hww .item:nth-child(3) .content:before {
        left: -12px;
        top: -208px
    }

    .hww .item:nth-child(4) .content:before {
        right: -16px;
        top: -204px
    }

    .hww .item:nth-child(odd) .content {
        margin-right: 10px
    }

    .hww .item:nth-child(even) .content {
        margin-left: 10px;
        width: calc(100% - 190px)
    }

    .ev-price:not(.ev-price2) .right {
        display: block;
        margin: 0
    }

    .ev-price.ev-price2 .form {
        max-width: none
    }

    .ev-price .form {
        margin: 0 auto
    }

    .ev-price .right .cat5 {
        text-align: center;
        margin: 0 0 20px
    }

    .ev-price .right .cat5 img {
        max-width: 145px
    }

    .catalog .item {
        display: block;
        max-width: 100%;
        padding: 26px 28px 40px;
        margin: 0 auto 34px
    }

    .catalog .item .thumbnail {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto 11px;
        border-bottom: none;
        position: relative
    }

    .catalog .item .thumbnail .slider {
        max-width: 290px;
        margin: 0 auto;
        width: 100%
    }

    .catalog .item .thumbnail .slick-meta {
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: -25px
    }

    .catalog .item .slick-controls {
        display: block
    }

    .catalog .item .slick-controls button.slick-prev {
        left: -20px;
        position: absolute;
        margin: 0 !important;
        width: 50px;
        height: 50px;
        background-size: 60%
    }

    .catalog .item .slick-controls button.slick-next {
        right: -20px;
        position: absolute;
        width: 50px;
        height: 50px;
        background-size: 60%;
        margin: 0 !important
    }

    .catalog .item .info {
        padding: 0;
        width: 100%;
        margin: 0
    }

    .catalog .item .catalog-slick {
        margin: 0
    }

    .sub-catalog .content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .sub-catalog .item {
        max-width: 46%;
        margin: 0 0 30px !important
    }

    .ev-price.ev-price2 .left {
        width: 100%;
        margin: 0 0 40px
    }

    .ev-price.ev-price2 .right {
        width: 100%;
        max-width: 100%;
        margin: 0
    }

    .ev-price.ev-price2 .form {
        padding: 0 35px 30px;
        margin: 0 auto
    }

    .ev-price.ev-price2 .form form {
        padding: 40px !important
    }
}

@media screen and (max-width: 540px) {
    header {
        padding: 7px 10px
    }

    .fixed-header #main-menu {
        top: 0
    }

    .price__table {
        width: 100%;
        display: block;
        overflow-x: scroll
    }

    .price__list-item, .price__td, .price__th, .subpage-front .right .item p {
        font-size: 12px
    }

    #price .prop:hover, .ev-price .prop:hover, .ev-price2 .prop:hover {
        background-color: inherit;
        transition: .5s all ease;
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease-;
        -ms-transition: .5s all ease;
        -o-transition: .5s all ease
    }

    #main-menu, .subpage-front .right .item .info {
        padding: 10px
    }

    .allert-content .allert-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .allert-content .allert-wrapper::before {
        content: none
    }

    .allert-content .allert-wrapper .left-text {
        margin-bottom: 40px;
        padding: 0
    }

    .allert-content .allert-wrapper .right-text {
        padding: 0
    }

    #faq .inner, #hww .content, #mobile-menu .menu-header .inner, #price .content, #services .inner, .breadcrumbs, .catalog, .ev-price, .hww, .sub-catalog, .subpage-front, footer .content {
        padding-left: 10px;
        padding-right: 10px
    }

    footer .content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #hww .content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #hww .content .item {
        margin-left: 0
    }

    .subpage-front .left .cat3 {
        margin: -60px 0 0
    }

    .ev-price .item .props .prop span, .subpage-front .left .button .btn {
        font-size: 12px
    }

    .hww .item:nth-child(1) .thumbnail:before, .hww .item:nth-child(2) .thumbnail:before, .hww .item:nth-child(3) .thumbnail:before, .hww .item:nth-child(4) .thumbnail:before {
        width: 40px
    }

    .hww .item h3 {
        font-size: 24px;
        line-height: auto
    }

    .hww .item:nth-child(1) .content:before, .hww .item:nth-child(2) .content:before, .hww .item:nth-child(3) .content:before, .hww .item:nth-child(4) .content:before {
        top: -186px;
        font-size: 240px
    }

    .ev-price .form {
        padding: 0 10px 10px
    }

    .ev-price .form form {
        padding: 20px !important
    }

    .ev-price .item .props .prop span:nth-child(2) {
        width: 80px
    }

    .ev-price .item .props .prop span:nth-child(1) {
        width: calc(100% - 80px);
        padding: 0 10px 0 0
    }

    .sub-catalog {
        padding-bottom: 50px
    }

    .sub-catalog .item {
        max-width: 49%
    }

    .sms-info__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sms-info__list-item {
        width: 100%;
        margin-bottom: 15px
    }

    .sms-info__list-item::before {
        font-size: 120px;
        line-height: 100px
    }

    .partners, .partners-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .partners-wrapper {
        display: block
    }

    .partners__logo-list {
        width: 100%;
        display: block
    }

    .partners__logo-item {
        width: 100%;
        margin-bottom: 30px;
        height: 180px
    }

    .payments-methods, footer .bottom {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    footer .bottom ul {
        margin-bottom: 20px
    }

    .payments-methods {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center
    }

    .calc__radio-info-hidden {
        left: auto;
        right: -20px
    }
}

@media screen and (min-width: 319px) and (max-width: 539px) {
    #mobile-menu .menu-header .name, footer .bottom a, footer .top .name, header .name {
        font-size: 13px
    }

    #mobile-menu .mobile-menu {
        left: 10px
    }

    #mobile-menu .menu-header .description, footer .top .description, header .description {
        font-size: 13px;
        line-height: 12px;
        padding: 0;
        text-align: right;
        max-width: 120px
    }

    #main-menu .call .button a {
        display: none
    }

    #main-menu .p-s {
        margin: 0;
        text-align: right;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    #main-menu .p-s .phone {
        padding: 0 0 0 20px
    }

    #mobile-menu ul a {
        line-height: 23px;
        font-size: 16px;
        padding: 5px 0
    }

    #mobile-menu .bottom {
        display: block;
        text-align: center
    }

    #mobile-menu .bottom .p-s .schedule {
        margin: 0 0 0 20px
    }

    #mobile-menu .bottom .p-s {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 20px
    }

    .fixed-header .front-block {
        padding: 82px 0 0
    }

    .main-block .slide-header, .main-block h1 {
        font-size: 20px;
        line-height: 23px;
        margin: 0 0 20px
    }

    .main-block .swiper-front p {
        font-size: 15px
    }

    .front-block .ben .item {
        margin: 0 auto 20px !important
    }

    .front-block .container .dog1 {
        display: none !important
    }

    #hww .content .item, #price .item {
        margin: 0 auto 20px
    }

    #calculator .item.result .result-top {
        display: block
    }

    #faq .item .title {
        padding: 0 30px 0 0
    }

    #faq .item {
        margin: 0 0 20px;
        padding: 0 0 0 25px
    }

    #faq .contacts {
        padding: 25px 19px
    }

    #faq .contacts .button, footer .contacts {
        text-align: center
    }

    footer .contacts {
        display: block;
        margin: 0
    }

    footer .contacts .b-e, footer .contacts .p-s {
        margin: 0 0 15px
    }

    footer .contacts .email {
        margin: 10px 0 0
    }

    footer .bottom li:nth-child(1), footer .bottom li:nth-child(2), footer .bottom li:nth-child(3), footer .bottom li:nth-child(4), footer .bottom li:nth-child(5), footer .bottom li:nth-child(6) {
        width: 100%
    }

    .hww .item .thumbnail {
        width: 130px
    }

    .hww .item .thumbnail img {
        width: 100%
    }

    .hww .item:nth-child(1) .thumbnail:before, .hww .item:nth-child(2) .thumbnail:before, .hww .item:nth-child(3) .thumbnail:before, .hww .item:nth-child(4) .thumbnail:before {
        width: 50px
    }

    .catalog .item .thumbnail .slider {
        max-width: 210px
    }

    .catalog .item .thumbnail .slick-meta {
        margin-top: -15px
    }

    .catalog .item .slick-controls button.slick-next, .catalog .item .slick-controls button.slick-prev {
        width: 30px;
        height: 30px
    }

    .sub-catalog .item {
        padding: 16px 10px 14px
    }

    .sub-catalog .item .meta {
        display: block
    }

    .sub-catalog .item .meta span:last-child {
        margin: 10px 0 0
    }

    .ev-price.ev-price2 .form {
        padding: 0 10px 20px;
        margin: 0 auto
    }

    .ev-price.ev-price2 .form form {
        padding: 20px 10px !important
    }

    .popup.sale {
        padding: 10px 20px !important
    }
}

@media screen and (max-width: 1199px) {
    footer .left {
        width: 100%;
        max-width: 100%
    }
}

.auto-slider .krematori-item swiper-slide {
    margin-right: 30px
}

.auto-slider .krematori-item swiper-slide:last-child {
    margin-right: 0
}

@media screen and (max-width: 992px) {
    .auto-slider .krematori-item swiper-slide {
        width: 400px
    }
}

@media screen and (max-width: 768px) {
    footer .bottom {
        flex-wrap: wrap
    }

    footer .bottom ul {
        margin: 0 0 20px
    }

    .payments-methods {
        margin-top: 20px;
        width: 100%;
        text-align: center;
        display: block
    }

    .auto-slider .krematori-item swiper-slide {
        margin-right: 15px;
        width: 300px
    }
}

.auto-slider.slick-slider {
    width: 100%
}

.sw .slick-arrow {
    width: 18px;
    height: 34px;
    position: absolute;
    top: 50%;
    margin: -17px 0 0;
    border: none;
    text-indent: -9999px;
    cursor: pointer
}

.sw .slick-arrow:hover {
    opacity: 1
}

.sw {
    font-size: 0;
    padding-top: 20px;
    width: 100%
}

.sw.slick-slider {
    margin: 30px auto !important;
    padding: 0
}

.sw .slick-prev {
    background: url(../images/prev_icon.svg) no-repeat center;
    left: 0
}

.sw .slick-next {
    background: url(../images/next_icon.svg) no-repeat center;
    right: 0
}

.sw .slick-slide {
    margin: 0;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 768px) {
    .sw {
        height: 318px !important;
        overflow: hidden !important
    }

    .slick-list {
        width: 83%;
        margin: 0 auto !important
    }

    .krematori-item {
        margin: 10px 0 0;
        padding: 0
    }

    .sw {
        height: auto !important
    }

    .krematori-item.col3 {
        margin: 0 !important
    }
}

@media screen and (min-width: 769px) {
    .avtopark-item:nth-child(3n+2) {
        margin: 0 2%
    }

    .rowline {
        font-size: 0;
        display: table;
        width: 100%
    }

    .avtopark-item a {
        display: block;
        width: 100%;
        height: 100%
    }

    .rowline .avtopark-item {
        height: 180px;
        overflow: hidden;
        margin-top: 2%
    }
}

#covidinfo {
    display: none;
    max-width: 650px;
    padding: 30px
}

.covid__block {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #c80000;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    z-index: 50
}

.covid__block-info {
    display: inline-block;
    vertical-align: middle;
    width: 78%;
    font-size: 14px;
    text-align: left;
    font-weight: 700
}

.covid__block-btn {
    display: inline-block;
    vertical-align: middle;
    width: 22%
}

.btn_white {
    background: #fff;
    display: inline-block;
    border-radius: 40px;
    color: #282828;
    font-weight: 700;
    padding: 5px 15px;
    font-size: 13px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease-;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
    border: 1px solid #fff
}

.covid__block .container {
    font-size: 0;
    padding: 0
}

.btn_white:hover {
    border: 1px solid #fff;
    color: #fff;
    background: 0 0
}

.covid__info-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px
}

.covid__info-text li {
    list-style: decimal;
    color: #c80000;
    font-weight: 700;
    font-size: 14px;
    margin: 10px 0
}

.covid__info-text span {
    color: #282828;
    font-weight: 400
}

.covid__info-text {
    padding: 0 0 0 17px
}

.fixed-header .covidstyles#main-menu {
    top: 39px
}

.covid__block.headertopcovid {
    position: relative
}

@media screen and (max-width: 540px) {
    .covid__block-info {
        width: 90%;
        text-align: center;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3
    }

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

    .btn_white {
        background: 0 0;
        color: #fff;
        padding: 0;
        margin: 0 0 4px 0;
        border: none;
        border-bottom: 1px dashed #fff;
        border-radius: 0
    }

    .fixed-header .covidstyles#main-menu {
        top: 66px
    }
}

@media screen and (min-width: 541px) and (max-width: 760px) {
    .fixed-header .covidstyles#main-menu {
        top: 50px
    }
}

.reviews {
    position: relative;
    padding-top: 60px;
    padding-bottom: 55px;
    margin-bottom: 60px;
    background-color: #f4f4f4
}

.reviews__slider {
    position: relative
}

.reviews__top {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 20px
}

.reviews__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px
}

.reviews__star {
    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;
    margin-right: 7px;
    width: 14px;
    height: 14px;
    background-image: url(../images/star.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1100;
}

.reviews__star.active {
    background-image: url(../images/star-active.svg)
}

.reviews__text {
    font-size: 14px;
    line-height: 24px
}

.reviews__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 25px
}

.reviews__name {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-right: 15 pz
}

.reviews__date {
    font-size: 12px;
    line-height: 16px
}

.site__heading {
    margin-bottom: 30px
}

.site__heading h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 27px;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 35px;
    color: #000
}

@media (max-width: 1199px) {
    .reviews__item {
        max-width: 350px
    }
}

.product__controls .swiper-button-prev {
    margin-left: -85px;
}

.product__controls .swiper-button-next {
    margin-right: -85px;
}

.swiper-button-next, .swiper-button-prev {
    background-image: none !important;
    width: 40px;
    height: 40px
}

.swiper-button-next svg, .swiper-button-prev svg {
    fill: #212123;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.swiper-button-prev {
    left: -95px
}

.swiper-button-prev:focus {
    outline: 0
}

.swiper-button-prev:hover svg {
    fill: #c80000
}

.swiper-button-next {
    right: -95px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-button-next:focus {
    outline: 0
}

.swiper-button-next:hover svg {
    fill: #e31837
}

@media screen and (max-width: 1350px) {
    .product__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 40px
    }

    .product__controls .swiper-button-prev {
        position: static;
        margin: 0;
    }

    .product__controls .swiper-button-next {
        position: static;
        margin: 0;
    }
}

.articpage__bottom {
    padding-bottom: 4rem
}

.articpage {
    padding-bottom: 60px
}

.articpage img:not(.articpage__icon) {
    width: 100%;
    border-radius: 5px;
    max-width: 650px;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s
}

@media (min-width: 1025px) {
    .articpage img:not(.articpage__icon):hover {
        box-shadow: 0 10px 35px rgba(200, 0, 0, .07)
    }
}

.articpage .articpage__icon {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    max-width: 70px;
    max-height: 70px;
    margin: 7px 8px 0
}

.articpage__icon ~ span {
    width: 89%;
    margin-left: 3%;
    display: inline-block;
    vertical-align: top
}

.col50 b {
    font-weight: bold;
}

.articpage__row .articpage__icon ~ span {
    width: 83%
}

.articpage .verticalign * {
    vertical-align: middle
}

.articpage__row {
    margin: 50px 0 0
}

.articpage__row:first-child {
    margin: 0
}

.articpage p:first-child {
    margin-top: 0
}

.articpage p:last-child {
    margin-bottom: 0
}

.articpage h2:first-child {
    margin-top: 0
}

.articpage h2:last-child {
    margin-bottom: 0
}

.h1 font {
    color: #00d5b6
}

.articpage p {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0
}

.articpage h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0
}

.goback_btn {
    max-width: 300px;
    padding: 0 3rem
}

.goback_btn .btn__text {
    padding-left: 5rem
}

.goback_btn {
    max-width: 280px;
    padding: 0 3rem;
    margin: 60px 0 0
}

.goback_btn .btn__text {
    padding-left: 3rem;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s
}

@media (min-width: 1025px) {
    .goback_btn:hover .btn__text {
        padding-left: 2rem
    }
}

@media (min-width: 1025px) {
    .goback_btn:hover:after {
        left: 14%
    }
}

.goback_btn:after {
    content: '';
    position: absolute;
    left: 10%;
    top: 50%;
    margin: -10px 0 0;
    height: 20px;
    width: 20px;
    background: url(../img/left-arrow.svg) no-repeat left center;
    z-index: 10;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s
}

.articpage_green {
    margin: 20px 0;
    background: #c80000;
    padding: 28px;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s
}

.articpage_black {
    margin: 20px 0;
    background: #a5a5a5;
    padding: 28px;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s
}

.articpage_bord_green {
    margin: 20px 0;
    background: #fff;
    border: 3px solid #c80000;
    padding: 25px;
    border-radius: 5px;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s
}

.articpage_bord_grey {
    margin: 20px 0;
    background: #fff;
    border: 2px solid #323233;
    padding: 28px;
    border-radius: 20px;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s
}

@media (min-width: 1025px) {
    .articpage_green:hover {
        background: #f44336
    }
}

@media (min-width: 1025px) {
    .articpage_black:hover {
        background: #464649
    }
}

@media (min-width: 1025px) {
    .articpage_bord_green:hover {
        background: 0 0
    }
}

@media (min-width: 1025px) {
    .articpage_bord_grey:hover {
        background: 0 0
    }
}

.articpage__row {
    width: 100%;
    display: table;
    font-size: 0
}

.articpage__column {
    display: inline-block;
    vertical-align: top
}

.col30 {
    width: 34%
}

.col60 {
    width: 60%
}

.col50 {
    width: 47%
}

.articpage__column:nth-child(2n-1) {
    margin-right: 6%
}

.articpage__column div:first-child {
    margin-top: 0
}

@media (max-width: 650px) {
    .articpage__row .articpage__column {
        width: 100%;
        margin: 30px 0
    }

    .articpage__bottom .offer__row {
        margin-bottom: 0
    }

    .offer__title_small {
        margin-bottom: 0
    }

    .articpage {
        padding-top: 2rem;
        padding-bottom: 80px
    }

    .articpage__column div:last-child {
        margin-bottom: 0
    }

    .articpage h2 {
        margin: 20px 0
    }

    .articpage p {
        margin: 15px 0;
        font-size: 15px;
        line-height: 21px
    }

    .articpage__row {
        margin: 20px 0 0
    }

    .goback_btn.btn {
        margin: 30px 0 0
    }

    .articpage_black, .articpage_bord_green, .articpage_bord_grey, .articpage_green {
        padding: 20px;
        margin: 15px 0
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px
    }
}

@media screen and (max-width: 1199px) {
    .main-block .swiper-controls, .main-block .swiper-front p {
        padding: 0
    }

    #services .srv.top {
        max-width: 310px
    }

    #services .srv.bottom {
        max-width: 635px;
        padding: 20px
    }

    #services .content {
        max-width: 312px;
        padding: 0
    }

    #checkoutmap {
        height: 450px
    }

    .subpage-front .right .item {
        width: 170px
    }

    .hww .item:nth-child(2) .thumbnail:before, .hww .item:nth-child(4) .thumbnail:before {
        width: 601px
    }

    .hww .item:nth-child(1) .thumbnail:before, .hww .item:nth-child(3) .thumbnail:before {
        width: 587px
    }

    .ev-price .left {
        width: 55%
    }

    .ev-price .right {
        width: 40%
    }

    .ev-price .form {
        padding: 0 10px 10px 10px
    }

    .catalog .item {
        max-width: 474px
    }

    .catalog .item .info {
        padding: 0 0 0 10px
    }

    .radiobox input + label {
        padding: 0 0 0 20px
    }

    .sms-info__list {
        flex-wrap: wrap
    }

    .sms-info__list-item {
        width: 455px;
        padding: 25px 25px;
        margin-bottom: 20px
    }

    .partners {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-end
    }

    .partners__heading {
        display: block;
        width: 100%;
        margin-bottom: 40px !important;
        text-align: right !important
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #services .srv.top .props {
        min-height: 246px
    }

    footer .right {
        margin: 20px 0 0
    }

    #calculator .item.result .selected-dop {
        padding: 0
    }

    #calculator .item.result {
        padding: 44px 18px
    }

    #hww .content .item {
        max-width: 224px;
        margin-left: 13px;
        padding: 25px 5px 15px
    }

    #faq .inner {
        padding: 0
    }

    #faq .contacts {
        margin: 345px 0 0 84px
    }

    #calculator .calc-col {
        padding-left: 3px;
        padding-right: 3px
    }

    #calculator .item .dop-crems input + label span:last-child {
        width: 60px;
        min-width: 60px
    }

    #calculator .item .type-crems, #calculator .item .type-lulls {
        margin: 0 0 13px
    }

    #calculator .item.result .controls {
        margin: 28px 0 25px
    }

    #hww .content .item {
        max-width: 224px;
        margin-left: 13px;
        padding: 25px 5px 15px
    }
}

@media screen and (max-width: 991px) {
    .emailprivacy {
        width: 52%;
        display: inline-block;
        text-align: center;
        vertical-align: middle
    }

    footer .contacts .button {
        display: inline-block;
        vertical-align: middle;
        margin: 0 3% 0 0;
        width: 43%;
        min-width: auto
    }

    .privacy {
        display: inline-block;
        vertical-align: middle;
        margin: 5px 0
    }

    footer .contacts .email a {
        font-size: 13px
    }

    footer .contacts .button a:before {
        display: none
    }

    footer .contacts .button a:after {
        display: none
    }

    footer .contacts .button a {
        padding: 11px 0;
        width: 100%
    }

    .intro {
        flex-wrap: wrap
    }

    .intro__image {
        width: 100%
    }

    #main-menu .mobile-menu {
        display: inline-block;
        vertical-align: middle
    }

    #main-menu .menu {
        display: none
    }

    #main-menu .call {
        width: calc(100% - 47px)
    }

    header {
        padding: 7px 0
    }

    header .inner .right {
        width: 30%;
        flex-wrap: wrap
    }

    header .inner .left {
        width: 70%
    }

    header .description {
        font-size: 15px;
        line-height: 18px;
        padding: 0 0 0 20px
    }

    header .phone a {
        font-size: 18px
    }

    header .schedule {
        font-size: 13px;
        padding: 0 0 0 15px;
        font-weight: 300
    }

    .front-block {
        padding: 80px 0 0 0;
        margin: 0 0 20px
    }

    .fixed-header .front-block {
        padding: 155px 0 0 0
    }

    .front-block .ben .item {
        max-width: 175px;
        margin: 0 5px 0 0
    }

    .front-block .container .dog1 {
        position: absolute;
        right: -170px;
        top: -69px;
        width: 484px;
        height: 512px;
        background: url(../images/dog1.jpg) no-repeat center/contain;
        display: none
    }

    #services {
        margin: 0 0 0;
        background: -webkit-linear-gradient(152.11deg, #000 17.57%, #4c4c4c 90.77%);
        background: -o-linear-gradient(152.11deg, #000 17.57%, #4c4c4c 90.77%);
        background: linear-gradient(297.89deg, #000 17.57%, #4c4c4c 90.77%)
    }

    #services .inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 0 60px
    }

    #services .srv.top {
        margin-top: 97px;
        bottom: 0;
        margin-bottom: 20px;
        max-width: 350px
    }

    #services .srv2.top {
        margin-top: -285px
    }

    #services .srv1.top {
        margin-bottom: 50px
    }

    #services .content.bottom {
        padding: 0 0 30px
    }

    #services .srv.bottom {
        width: 100%;
        max-width: 100%;
        opacity: 1;
        margin: 0;
        padding: 40px 35px
    }

    #price {
        padding: 100px 0 70px 0
    }

    #price h2 {
        margin: 0 0 40px
    }

    #price .content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    #price .item {
        padding: 20px 20px;
        margin: 0 10px 0 0;
        max-width: 335px
    }

    #price .item:last-child {
        margin-right: 0;
        margin-top: 150px
    }

    #price .cat1 {
        width: 439px;
        height: 525px;
        background: url(../images/cat1.jpg) no-repeat center/contain;
        right: -57px;
        bottom: 222px
    }

    #calculator .item .dop-crems input + label span:first-child, #calculator .item .dop-lulls input + label span:first-child {
        width: calc(100% - 60px)
    }

    #calculator .item .dop-crems input + label span:last-child, #calculator .item .dop-lulls input + label span:last-child {
        width: 60px
    }

    #calculator .item.result {
        max-width: 100%
    }

    #calculator .item.result .corier {
        padding: 0
    }

    #calculator .item.result .selected-dop {
        margin: 0;
        padding: 0
    }

    #calculator .item .type-crems, #calculator .item .type-lulls {
        margin: 0 0 13px
    }

    #calculator .item.result .result-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #calculator .item.result .results .corier p:last-child {
        margin: 0 0 0 20px
    }

    #calculator .item.result .privacy {
        max-width: 320px;
        margin: 0 auto
    }

    #calculator .item.result .controls {
        max-width: 320px;
        margin: 20px auto 20px
    }

    #calculator .calc-col {
        padding-left: 3px;
        padding-right: 3px
    }

    #hww {
        padding: 80px 0 90px 0
    }

    #hww h2 {
        margin: 0 0 45px
    }

    #faq .content {
        padding: 0
    }

    #hww .content .item {
        margin-bottom: 20px
    }

    #faq .inner {
        padding: 0
    }

    #hww .dog2 {
        left: -171px;
        top: 157px;
        width: 556px;
        height: 708px;
        background: url(../images/dog2.jpg) no-repeat center/contain
    }

    #faq .container .cat2 {
        right: -400px;
        top: 0;
        width: 597px;
        height: 475px;
        background: url(../images/cat2.jpg) no-repeat center/contain
    }

    #faq .contacts {
        margin: 0 0 0 auto
    }

    .map h2 {
        max-width: 320px
    }

    footer .top {
        text-align: center;
        margin: 0 0 20px
    }

    footer .top .description {
        margin-left: auto
    }

    footer .left .bottom {
        max-width: 100%;
        margin-bottom: 20px
    }

    footer .hidden-bottom {
        display: block;
        width: 100%
    }

    footer .contacts .b-e {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    footer .contacts .email {
        display: inline-block;
        vertical-align: middle;
        margin: 3px 0 5px
    }

    footer .right {
        max-width: 100%
    }

    footer .contacts {
        width: 100%;
        font-size: 0;
        display: table
    }

    footer .contacts .p-s {
        margin: 0
    }

    .footer .contacts .button {
        margin-bottom: 10px
    }

    footer .contacts .p-s {
        display: inline-block;
        width: 30%;
        margin-bottom: 0;
        vertical-align: middle
    }

    footer .contacts .p-s .phone {
        display: inline-block
    }

    footer .contacts .p-s .schedule {
        margin: 0;
        display: inline-block
    }

    footer .contacts .b-e {
        vertical-align: middle;
        display: inline-block;
        width: 70%
    }

    footer .bottom ul {
        width: 100%;
        max-width: 210px;
        margin: 0 auto;
        text-align: left
    }

    .subpage-front {
        margin: 0 0 130px
    }

    .subpage-front h1 {
        margin: 0 0 50px
    }

    .subpage-front .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .subpage-front .left, .subpage-front .right {
        width: 100%;
        padding: 0
    }

    .subpage-front .right {
        margin: 0 0 30px
    }

    .subpage-front .right .item {
        width: 32%
    }

    .subpage-front .right .item .thumbnail img {
        width: 100%;
        max-width: auto
    }

    .subpage-front .right .item p {
        padding: 0 20px
    }

    .subpage-front .left {
        position: relative
    }

    .subpage-front .left .cat3 {
        position: absolute;
        margin: 0;
        right: 10px;
        bottom: -88px
    }

    .hww .item {
        margin-bottom: 35px
    }

    .hww .item:nth-child(2) .thumbnail:before, .hww .item:nth-child(4) .thumbnail:before {
        width: 401px
    }

    .hww .item:nth-child(1) .thumbnail:before, .hww .item:nth-child(3) .thumbnail:before {
        width: 387px
    }

    .hww .item:nth-child(odd) {
        margin-left: 0
    }

    .hww .item .content {
        width: calc(100% - 190px)
    }

    .hww .item:nth-child(1) .content:before {
        left: -11px;
        top: -129px
    }

    .hww .item:nth-child(2) .content:before {
        right: -11px;
        top: -81px
    }

    .hww .item:nth-child(3) .content:before {
        left: -12px;
        top: -104px
    }

    .hww .item:nth-child(4) .content:before {
        right: -16px;
        top: -96px
    }

    .hww .item:nth-child(1) .thumbnail:before, .hww .item:nth-child(3) .thumbnail:before {
        width: 310px
    }

    .hww .item:nth-child(2) .thumbnail:before, .hww .item:nth-child(4) .thumbnail:before {
        width: 324px
    }

    .hww .item:nth-child(odd) .content {
        margin-right: 10px
    }

    .hww .item:nth-child(even) .content {
        margin-left: 10px;
        width: calc(100% - 190px)
    }

    .ev-price {
        margin: 0 0 40px
    }

    .ev-price.ev-price2 .form {
        max-width: 288px;
        padding: 0 23px 32px 23px
    }

    .ev-price.ev-price2 .form .btn {
        padding: 11px 0 11px
    }

    .ev-price:not(.ev-price2) .left {
        width: 100%;
        margin: 0 0 40px
    }

    .ev-price:not(.ev-price2) .right {
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin: 0
    }

    .ev-price:not(.ev-price2) .form {
        padding: 0 10px 10px 10px;
        padding: 0 36px 40px 36px;
        max-width: 434px;
        margin-right: auto
    }

    .catalog .item {
        display: block;
        max-width: 344px;
        padding: 10px 20px 30px 20px;
        margin-bottom: 34px
    }

    .catalog .item .info h2 {
        display: none
    }

    .catalog .item .slick-meta h2 {
        display: block;
        padding: 0;
        border: none
    }

    .catalog .item .thumbnail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        width: 100%;
        padding: 0 0 27px;
        margin: 0 0 11px;
        border-bottom: 1px solid #c4c4c4
    }

    .catalog .item .info {
        padding: 0;
        width: 100%;
        margin: 0
    }

    .catalog .item .catalog-slick {
        margin: 0
    }

    .catalog .item .thumbnail .slider {
        width: 50%
    }

    .catalog .item .thumbnail .slick-meta {
        width: 50%;
        padding: 0 0 0 16px;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .catalog .item .slick-controls {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .catalog .item .slick-controls button.slick-next {
        margin-left: 8px
    }

    .sub-catalog .content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .sub-catalog .item {
        max-width: 212px;
        margin-right: 42px
    }

    .sub-catalog .item:nth-child(3n+3) {
        margin-right: 0
    }

    .ev-price.ev-price2 .form form {
        padding: 40px 15px !important
    }

    .ev-price.ev-price2 .right {
        margin-top: 10px
    }

    .ev-price.ev-price2 .item .props .prop span:nth-child(1) {
        width: calc(100% - 70px);
        padding: 0 20px 0 0;
        font-size: 15px
    }

    .ev-price.ev-price2 .item .props .prop span:nth-child(2) {
        width: 70px
    }

    .sms-info__list {
        flex-wrap: wrap
    }

    .sms-info__list-item {
        width: 335px;
        margin-bottom: 20px
    }

    .partners__logo-list {
        width: 720px
    }

    .partners__heading {
        text-align: center !important
    }

    .partners__logo-item {
        width: 330px
    }
}

@media screen and (max-width: 767px) {
    .catalog .item .info {
        min-height: inherit
    }

    footer .bottom ul {
        max-width: 100%;
        text-align: center
    }

    header .inner .left {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 10px
    }

    header .inner .right {
        display: none
    }

    header .name {
        margin-right: auto
    }

    header .description {
        padding: 0;
        max-width: 220px
    }

    #main-menu .p-s {
        display: block
    }

    .main-block .slide-header, .main-block h1 {
        text-align: center
    }

    .main-block .swiper-controls, .main-block .swiper-front p {
        text-align: center;
        width: 100%
    }

    .front-block .container .dog1 {
        right: auto;
        top: 219px;
        left: -161px;
        width: 478px;
        height: 488px
    }

    .fixed-header .front-block {
        padding: 115px 0 0 0
    }

    .front-block {
        padding: 40px 0 0 0
    }

    .main-block .swiper-controls {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .front-block .ben {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .front-block .ben .item {
        margin-right: 40px;
        margin-bottom: 40px
    }

    .front-block .ben .item:nth-child(2), .front-block .ben .item:nth-child(4) {
        margin-right: 0
    }

    .front-block .ben .item:nth-child(3), .front-block .ben .item:nth-child(4) {
        margin-bottom: 0
    }

    #services .content {
        width: 100%;
        max-width: 100%;
        padding: 40px 0 0 0
    }

    #services .srv1.top, #services .srv2.top {
        margin-top: 0;
        margin-bottom: 20px;
        max-width: 100%;
        width: 100%
    }

    #services .content.bottom {
        padding: 50px 0 30px
    }

    #services .srv.bottom {
        padding: 20px
    }

    #services .content p {
        padding: 0
    }

    #price {
        padding: 50px 0 50px 0
    }

    #price .cat1 {
        display: none !important
    }

    #price h2 {
        margin: 0 auto 40px;
        display: block;
        max-width: 356px
    }

    #price h2 .note .note-content {
        left: 0;
        top: 100%;
        font-size: 10px;
        line-height: 12px
    }

    #price .item .title {
        margin: 0 0 30px
    }

    #price .item {
        max-width: 100%;
        width: 100%
    }

    #price .item:last-child {
        margin-top: 30px
    }

    #price .item .props .prop span:nth-child(1) {
        width: calc(100% - 110px)
    }

    #price .item .props .prop span:nth-child(2) {
        max-width: 110px;
        width: 100%
    }

    #calculator h2 {
        text-align: center;
        margin: 0 0 40px
    }

    #calculator .item {
        width: 100%;
        max-width: 100%
    }

    #calculator .item.personal, #calculator .item.result, #calculator .item.type {
        width: 100%;
        max-width: 100%
    }

    #calculator .item.crem-active .type-crems, #calculator .item.personal, #calculator .item.type {
        margin: 0 0 30px
    }

    #calculator .calc-col {
        padding-left: 10px;
        padding-right: 10px
    }

    #faq .container .cat2, #hww .dog2 {
        display: none !important
    }

    #faq h2, #hww h2 {
        text-align: center;
        margin: 0 0 40px
    }

    #hww .content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #faq .faq {
        max-width: 100%
    }

    #faq .contacts {
        margin: 0 auto 40px
    }

    .map h2 {
        max-width: 100%;
        text-align: center
    }

    footer .top .description {
        padding: 0;
        width: 50%;
        max-width: initial
    }

    footer .contacts {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    footer .contacts .p-s .schedule {
        margin: 0;
        display: block
    }

    footer .contacts .email {
        margin: 0
    }

    footer .bottom li {
        width: 100%
    }

    .subpage-front {
        margin: 0 0 30px
    }

    .subpage-front h1 {
        margin: 0 0 25px
    }

    .subpage-front .right {
        display: block
    }

    .subpage-front .right .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 0 15px;
        padding: 0
    }

    .subpage-front .right .item .thumbnail {
        width: 50%
    }

    .subpage-front .right .item .info {
        width: 50%;
        padding: 15px 30px 15px 30px;
        background: -webkit-linear-gradient(.19deg, #fff 59.2%, rgba(165, 165, 165, 0) 102.72%);
        background: -o-linear-gradient(.19deg, #fff 59.2%, rgba(165, 165, 165, 0) 102.72%);
        background: linear-gradient(89.81deg, #fff 59.2%, rgba(165, 165, 165, 0) 102.72%)
    }

    .subpage-front .right .item .info .icon {
        margin: 0 0 15px
    }

    .subpage-front .right .item .info p {
        text-align: left;
        padding: 0;
        display: block
    }

    .subpage-front .left .button {
        text-align: center;
        margin: 0 0 30px;
        position: relative;
        z-index: 1
    }

    .subpage-front .left .cat3 {
        position: static;
        margin: -60px 0 0 45px
    }

    .hww h2 {
        margin: 0 0 50px
    }

    .hww .item:nth-child(1) .thumbnail:before, .hww .item:nth-child(2) .thumbnail:before, .hww .item:nth-child(3) .thumbnail:before, .hww .item:nth-child(4) .thumbnail:before {
        width: 120px
    }

    .hww .item .thumbnail {
        margin: 0 0 10px
    }

    .hww .item .content {
        width: 100% !important;
        margin: 0 !important
    }

    .hww .item .content .inner {
        padding: 20px 24px 35px 25px
    }

    .hww .item:nth-child(1) .content:before {
        top: -186px
    }

    .hww .item:nth-child(2) .content:before {
        top: -212px
    }

    .hww .item:nth-child(3) .content:before {
        left: -12px;
        top: -208px
    }

    .hww .item:nth-child(4) .content:before {
        right: -16px;
        top: -204px
    }

    .hww .item:nth-child(odd) .content {
        margin-right: 10px
    }

    .hww .item:nth-child(even) .content {
        margin-left: 10px;
        width: calc(100% - 190px)
    }

    .ev-price:not(.ev-price2) .right {
        display: block;
        margin: 0
    }

    .ev-price.ev-price2 .form {
        max-width: none
    }

    .ev-price .form {
        margin: 0 auto
    }

    .ev-price .right .cat5 {
        text-align: center;
        margin: 0 0 20px
    }

    .ev-price .right .cat5 img {
        max-width: 145px
    }

    .catalog .item {
        display: block;
        max-width: 100%;
        padding: 26px 28px 40px 28px;
        margin: 0 auto 34px
    }

    .catalog .item .thumbnail h2 {
        display: none
    }

    .catalog .item .info h2 {
        display: block
    }

    .catalog .item .thumbnail {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto 11px;
        border-bottom: none;
        position: relative
    }

    .catalog .item .thumbnail .slider {
        max-width: 290px;
        margin: 0 auto;
        width: 100%
    }

    .catalog .item .thumbnail .slick-meta {
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: -25px
    }

    .catalog .item .slick-controls {
        display: block
    }

    .catalog .item .slick-controls button.slick-prev {
        left: -20px;
        position: absolute;
        margin: 0 !important;
        width: 50px;
        height: 50px;
        background-size: 60%
    }

    .catalog .item .slick-controls button.slick-next {
        right: -20px;
        position: absolute;
        margin: 0 !important;
        width: 50px;
        height: 50px;
        background-size: 60%
    }

    .catalog .item .info {
        padding: 0;
        width: 100%;
        margin: 0
    }

    .catalog .item .catalog-slick {
        margin: 0
    }

    .catalog .item .slick-controls button.slick-next {
        margin-left: 8px
    }

    .sub-catalog .content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .sub-catalog .item {
        max-width: 46%;
        margin: 0 0 30px 0 !important
    }

    .ev-price.ev-price2 .left {
        width: 100%;
        margin: 0 0 40px
    }

    .ev-price.ev-price2 .right {
        width: 100%;
        max-width: 100%;
        margin: 0
    }

    .ev-price.ev-price2 .form {
        padding: 0 35px 30px 35px;
        margin: 0 auto
    }

    .ev-price.ev-price2 .form form {
        padding: 40px 40px !important
    }
}

@media screen and (max-width: 592px) {
    footer .contacts .button {
        width: 100%
    }

    footer .contacts .button a {
        max-width: 300px
    }

    #mobile-menu {
        overflow: auto
    }

    header {
        padding: 7px 10px
    }

    .price__table {
        width: 100%;
        display: block;
        overflow-x: scroll
    }

    .price__td:nth-child(2) {
        font-size: 15px
    }

    .price__th {
        font-size: 12px
    }

    .price__td {
        font-size: 12px
    }

    .price__list-item {
        font-size: 12px
    }

    #price .prop:hover, .ev-price .prop:hover, .ev-price2 .prop:hover {
        background-color: inherit;
        transition: .5s all ease;
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease-;
        -ms-transition: .5s all ease;
        -o-transition: .5s all ease
    }

    #main-menu {
        padding: 10px;
        transition: none;
        -webkit-transition: none
    }

    .allert-content .allert-wrapper {
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: center
    }

    .allert-content .allert-wrapper::before {
        content: none
    }

    .allert-content .allert-wrapper .left-text {
        margin-bottom: 40px
    }

    .allert-content .allert-wrapper .left-text, .allert-content .allert-wrapper .right-text {
        padding: 0
    }

    #faq .inner, #mobile-menu .menu-header .inner, #price .content, #services .inner, footer .content {
        padding-left: 10px;
        padding-right: 10px
    }

    footer .content {
        flex-wrap: wrap;
        justify-content: center
    }

    #hww .content {
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #hww .content .item {
        margin-left: 0
    }

    .breadcrumbs, .catalog, .ev-price, .hww, .sub-catalog, .subpage-front {
        padding-left: 10px;
        padding-right: 10px
    }

    .subpage-front .left .cat3 {
        margin: -60px 0 0 0
    }

    .subpage-front .right .item .info {
        padding: 10px
    }

    .subpage-front .right .item p {
        font-size: 12px
    }

    .subpage-front .left .button .btn {
        font-size: 12px
    }

    .hww .item:nth-child(1) .thumbnail:before, .hww .item:nth-child(2) .thumbnail:before, .hww .item:nth-child(3) .thumbnail:before, .hww .item:nth-child(4) .thumbnail:before {
        width: 40px
    }

    .hww .item h3 {
        font-size: 24px;
        line-height: auto
    }

    .hww .item:nth-child(1) .content:before, .hww .item:nth-child(2) .content:before, .hww .item:nth-child(3) .content:before, .hww .item:nth-child(4) .content:before {
        top: -186px;
        font-size: 240px
    }

    .ev-price .form {
        padding: 0 10px 10px 10px
    }

    .ev-price .form form {
        padding: 20px 20px !important
    }

    .ev-price .item .props .prop span {
        font-size: 12px
    }

    .ev-price .item .props .prop span:nth-child(2) {
        width: 80px
    }

    .ev-price .item .props .prop span:nth-child(1) {
        width: calc(100% - 80px);
        padding: 0 10px 0 0
    }

    .sub-catalog {
        padding-bottom: 50px
    }

    .sub-catalog .item {
        max-width: 49%
    }

    .sms-info__list {
        flex-wrap: wrap
    }

    .sms-info__list-item {
        width: 100%;
        margin-bottom: 15px
    }

    .sms-info__list-item::before {
        font-size: 120px;
        line-height: 100px
    }

    .partners {
        justify-content: center
    }

    .partners-wrapper {
        display: block;
        justify-content: center
    }

    .partners__logo-list {
        width: 100%;
        display: block
    }

    .partners__logo-item {
        width: 100%;
        margin-bottom: 30px;
        height: 180px
    }

    footer .bottom ul {
        margin-bottom: 20px;
        max-width: 100%;
        text-align: center
    }

    .payments-methods__list {
        width: 90%;
        margin: 0 auto
    }

    .payments-methods {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        text-align: left;
        width: 100%;
        text-align: center
    }

    #calculator .item.result {
        padding: 30px 25px
    }

    .calc-form .calc__field {
        width: 100%;
        margin: 0 0 15px
    }

    .calc-form .form__field {
        padding: 0
    }

    #mobile-menu .menu-header .name, header .name {
        font-size: 11px
    }

    #mobile-menu .mobile-menu {
        left: 10px
    }

    #mobile-menu .menu-header .description, header .description {
        font-size: 13px;
        line-height: 12px;
        padding: 0;
        text-align: right;
        max-width: 120px
    }

    #main-menu .call .button a {
        display: none
    }

    #main-menu .p-s {
        margin: 0;
        text-align: right;
        padding: 0;
        display: inline-block;
        width: 77%
    }

    #main-menu .p-s .phone {
        padding: 0;
        display: inline-block;
        vertical-align: middle
    }

    #mobile-menu ul a {
        line-height: 23px;
        font-size: 16px;
        padding: 5px 6%
    }

    #mobile-menu .bottom {
        display: block;
        text-align: center
    }

    #mobile-menu .bottom .p-s .schedule {
        margin: 0 0 0 20px
    }

    #mobile-menu .bottom .p-s {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 20px 0
    }

    .fixed-header .front-block {
        padding: 82px 0 0 0
    }

    .main-block .slide-header, .main-block h1 {
        font-size: 20px;
        line-height: 23px;
        margin: 0 0 20px
    }

    .main-block .swiper-front p {
        font-size: 15px
    }

    .front-block .ben .item {
        margin: 0 auto 20px !important
    }

    .front-block .container .dog1 {
        display: none !important
    }

    #price .item {
        margin: 0 auto 20px
    }

    #calculator .item.result .result-top {
        display: block
    }

    #hww .content .item {
        margin: 0 auto 20px
    }

    #faq .item .title {
        padding: 0 30px 0 0
    }

    #faq .item {
        margin: 0 0 20px;
        padding: 0 0 0 25px
    }

    #faq .contacts {
        padding: 25px 19px
    }

    #faq .contacts .button {
        text-align: center
    }

    footer .top .name {
        font-size: 13px
    }

    footer .top .description {
        font-size: 13px;
        line-height: 12px;
        padding: 0;
        text-align: right;
        max-width: 120px
    }

    footer .contacts {
        display: block;
        margin: 0;
        text-align: center
    }

    footer .contacts .b-e, footer .contacts .p-s {
        margin: 0 0 15px;
        width: 100%
    }

    footer .contacts .email {
        margin: 14px 0 0 0
    }

    footer .bottom li:nth-child(2), footer .bottom li:nth-child(4), footer .bottom li:nth-child(6) {
        width: 100%
    }

    footer .bottom li:nth-child(1), footer .bottom li:nth-child(3), footer .bottom li:nth-child(5) {
        width: 100%
    }

    footer .bottom a {
        font-size: 13px
    }

    .hww .item .thumbnail {
        width: 130px
    }

    .hww .item .thumbnail img {
        width: 100%
    }

    .hww .item:nth-child(1) .thumbnail:before, .hww .item:nth-child(2) .thumbnail:before, .hww .item:nth-child(3) .thumbnail:before, .hww .item:nth-child(4) .thumbnail:before {
        width: 50px
    }

    .catalog .item .thumbnail .slider {
        max-width: 210px
    }

    .catalog .item .thumbnail .slick-meta {
        margin-top: -15px
    }

    .catalog .item .slick-controls button.slick-next, .catalog .item .slick-controls button.slick-prev {
        width: 30px;
        height: 30px
    }

    .sub-catalog .item {
        padding: 16px 10px 14px
    }

    .sub-catalog .item .meta {
        display: block
    }

    .sub-catalog .item .meta span:last-child {
        margin: 10px 0 0 0
    }

    .ev-price.ev-price2 .form {
        padding: 0 10px 20px 10px;
        margin: 0 auto
    }

    .ev-price.ev-price2 .form form {
        padding: 20px 10px !important
    }

    .popup.sale {
        padding: 10px 20px !important
    }
}

.articul__item {
    font-size: 14px;
    position: relative;
    padding-left: 15px;
    font-weight: 300
}

.articul__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #c80000
}

.thumbnail {
    position: relative
}

.slick-meta {
    position: absolute;
    width: 100%;
    bottom: -40px
}

.catalog .item .info {
    min-height: 100% !important
}

.catalog .item h2 {
    padding: 0 0 10px
}

.catalog .item {
    min-height: 350px
}

.catalog .item .catalog-slick.slick-initialized {
    width: 188px
}

@media screen and (max-width: 992px) {
    .catalog .item {
        max-width: 100%
    }

    .catalog .item .thumbnail {
        justify-content: center
    }

    .catalog .item .slick-controls {
        justify-content: space-between
    }

    .catalog .item .thumbnail .slick-meta {
        top: 50%;
        margin-top: -15px;
        padding: 0 10px
    }

    .catalog .item .catalog-slick.slick-initialized {
        width: auto
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px
    }
}

@media screen and (max-width: 1199px) {
    .main-block .swiper-controls, .main-block .swiper-front p {
        padding: 0
    }

    #services .srv.top {
        max-width: 310px
    }

    #services .srv.bottom {
        max-width: 635px;
        padding: 20px
    }

    #services .content {
        max-width: 312px;
        padding: 0
    }

    #checkoutmap {
        height: 450px
    }

    .subpage-front .right .item {
        width: 170px
    }

    .hww .item:nth-child(2) .thumbnail:before, .hww .item:nth-child(4) .thumbnail:before {
        width: 601px
    }

    .hww .item:nth-child(1) .thumbnail:before, .hww .item:nth-child(3) .thumbnail:before {
        width: 587px
    }

    .ev-price .left {
        width: 55%
    }

    .ev-price .right {
        width: 40%
    }

    .ev-price .form {
        padding: 0 10px 10px 10px
    }

    .catalog .item {
        max-width: 474px
    }

    .catalog .item .info {
        padding: 0 0 0 10px
    }

    .radiobox input + label {
        padding: 0 0 0 20px
    }

    .sms-info__list {
        flex-wrap: wrap
    }

    .sms-info__list-item {
        width: 455px;
        padding: 25px 25px;
        margin-bottom: 20px
    }

    .partners {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-end
    }

    .partners__heading {
        display: block;
        width: 100%;
        margin-bottom: 40px !important;
        text-align: right !important
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #services .srv.top .props {
        min-height: 246px
    }

    footer .right {
        margin: 20px 0 0
    }

    #calculator .item.result .selected-dop {
        padding: 0
    }

    #calculator .item.result {
        padding: 44px 18px
    }

    #hww .content .item {
        max-width: 224px;
        margin-left: 13px;
        padding: 25px 5px 15px
    }

    #faq .inner {
        padding: 0
    }

    #faq .contacts {
        margin: 345px 0 0 84px
    }

    #calculator .calc-col {
        padding-left: 3px;
        padding-right: 3px
    }

    #calculator .item .dop-crems input + label span:last-child {
        width: 60px;
        min-width: 60px
    }

    #calculator .item .type-crems, #calculator .item .type-lulls {
        margin: 0 0 13px
    }

    #calculator .item.result .controls {
        margin: 28px 0 25px
    }

    #hww .content .item {
        max-width: 224px;
        margin-left: 13px;
        padding: 25px 5px 15px
    }
}

@media screen and (max-width: 991px) {
    .emailprivacy {
        width: 52%;
        display: inline-block;
        text-align: center;
        vertical-align: middle
    }

    footer .contacts .button {
        display: inline-block;
        vertical-align: middle;
        margin: 0 3% 0 0;
        width: 43%;
        min-width: auto
    }

    .privacy {
        display: inline-block;
        vertical-align: middle;
        margin: 5px 0
    }

    footer .contacts .email a {
        font-size: 13px
    }

    footer .contacts .button a:before {
        display: none
    }

    footer .contacts .button a:after {
        display: none
    }

    footer .contacts .button a {
        padding: 11px 0;
        width: 100%
    }

    .intro {
        flex-wrap: wrap
    }

    .intro__image {
        width: 100%
    }

    #main-menu .mobile-menu {
        display: inline-block;
        vertical-align: middle
    }

    #main-menu .menu {
        display: none
    }

    #main-menu .call {
        width: calc(100% - 47px)
    }

    header {
        padding: 7px 0
    }

    header .inner .right {
        width: 30%;
        flex-wrap: wrap
    }

    header .inner .left {
        width: 70%
    }

    header .description {
        font-size: 15px;
        line-height: 18px;
        padding: 0 0 0 20px
    }

    header .phone a {
        font-size: 18px
    }

    header .schedule {
        font-size: 13px;
        padding: 0 0 0 15px;
        font-weight: 300
    }

    .front-block {
        padding: 80px 0 0 0;
        margin: 0 0 20px
    }

    .fixed-header .front-block {
        padding: 155px 0 0 0
    }

    .front-block .ben .item {
        max-width: 175px;
        margin: 0 5px 0 0
    }

    .front-block .container .dog1 {
        position: absolute;
        right: -170px;
        top: -69px;
        width: 484px;
        height: 512px;
        background: url(../images/dog1.jpg) no-repeat center/contain;
        display: none
    }

    #services {
        margin: 0 0 0;
        background: -webkit-linear-gradient(152.11deg, #000 17.57%, #4c4c4c 90.77%);
        background: -o-linear-gradient(152.11deg, #000 17.57%, #4c4c4c 90.77%);
        background: linear-gradient(297.89deg, #000 17.57%, #4c4c4c 90.77%)
    }

    #services .inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 0 60px
    }

    #services .srv.top {
        margin-top: 97px;
        bottom: 0;
        margin-bottom: 20px;
        max-width: 350px
    }

    #services .srv2.top {
        margin-top: -285px
    }

    #services .srv1.top {
        margin-bottom: 50px
    }

    #services .content.bottom {
        padding: 0 0 30px
    }

    #services .srv.bottom {
        width: 100%;
        max-width: 100%;
        opacity: 1;
        margin: 0;
        padding: 40px 35px
    }

    #price {
        padding: 100px 0 70px 0
    }

    #price h2 {
        margin: 0 0 40px
    }

    #price .content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    #price .item {
        padding: 20px 20px;
        margin: 0 10px 0 0;
        max-width: 335px
    }

    #price .item:last-child {
        margin-right: 0;
        margin-top: 150px
    }

    #price .cat1 {
        width: 439px;
        height: 525px;
        background: url(../images/cat1.jpg) no-repeat center/contain;
        right: -57px;
        bottom: 222px
    }

    #calculator .item .dop-crems input + label span:first-child, #calculator .item .dop-lulls input + label span:first-child {
        width: calc(100% - 60px)
    }

    #calculator .item .dop-crems input + label span:last-child, #calculator .item .dop-lulls input + label span:last-child {
        width: 60px
    }

    #calculator .item.result {
        max-width: 100%
    }

    #calculator .item.result .corier {
        padding: 0
    }

    #calculator .item.result .selected-dop {
        margin: 0;
        padding: 0
    }

    #calculator .item .type-crems, #calculator .item .type-lulls {
        margin: 0 0 13px
    }

    #calculator .item.result .result-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #calculator .item.result .results .corier p:last-child {
        margin: 0 0 0 20px
    }

    #calculator .item.result .privacy {
        max-width: 320px;
        margin: 0 auto
    }

    #calculator .item.result .controls {
        max-width: 320px;
        margin: 20px auto 20px
    }

    #calculator .calc-col {
        padding-left: 3px;
        padding-right: 3px
    }

    #hww {
        padding: 80px 0 90px 0
    }

    #hww h2 {
        margin: 0 0 45px
    }

    #faq .content {
        padding: 0
    }

    #hww .content .item {
        margin-bottom: 20px
    }

    #faq .inner {
        padding: 0
    }

    #hww .dog2 {
        left: -171px;
        top: 157px;
        width: 556px;
        height: 708px;
        background: url(../images/dog2.jpg) no-repeat center/contain
    }

    #faq .container .cat2 {
        right: -400px;
        top: 0;
        width: 597px;
        height: 475px;
        background: url(../images/cat2.jpg) no-repeat center/contain
    }

    #faq .contacts {
        margin: 0 0 0 auto
    }

    .map h2 {
        max-width: 320px
    }

    footer .top {
        text-align: center;
        margin: 0 0 20px
    }

    footer .top .description {
        margin-left: auto
    }

    footer .left .bottom {
        max-width: 100%;
        margin-bottom: 20px
    }

    footer .hidden-bottom {
        display: block;
        width: 100%
    }

    footer .contacts .b-e {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    footer .contacts .email {
        display: inline-block;
        vertical-align: middle;
        margin: 3px 0 5px
    }

    footer .right {
        max-width: 100%
    }

    footer .contacts {
        width: 100%;
        font-size: 0;
        display: table
    }

    footer .contacts .p-s {
        margin: 0
    }

    .footer .contacts .button {
        margin-bottom: 10px
    }

    footer .contacts .p-s {
        display: inline-block;
        width: 30%;
        margin-bottom: 0;
        vertical-align: middle
    }

    footer .contacts .p-s .phone {
        display: inline-block
    }

    footer .contacts .p-s .schedule {
        margin: 0;
        display: inline-block
    }

    footer .contacts .b-e {
        vertical-align: middle;
        display: inline-block;
        width: 70%
    }

    footer .bottom ul {
        width: 100%;
        max-width: 210px;
        margin: 0 auto;
        text-align: left
    }

    .subpage-front {
        margin: 0 0 130px
    }

    .subpage-front h1 {
        margin: 0 0 50px
    }

    .subpage-front .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .subpage-front .left, .subpage-front .right {
        width: 100%;
        padding: 0
    }

    .subpage-front .right {
        margin: 0 0 30px
    }

    .subpage-front .right .item {
        width: 32%
    }

    .subpage-front .right .item .thumbnail img {
        width: 100%;
        max-width: auto
    }

    .subpage-front .right .item p {
        padding: 0 20px
    }

    .subpage-front .left {
        position: relative
    }

    .subpage-front .left .cat3 {
        position: absolute;
        margin: 0;
        right: 10px;
        bottom: -88px
    }

    .hww .item {
        margin-bottom: 35px
    }

    .hww .item:nth-child(2) .thumbnail:before, .hww .item:nth-child(4) .thumbnail:before {
        width: 401px
    }

    .hww .item:nth-child(1) .thumbnail:before, .hww .item:nth-child(3) .thumbnail:before {
        width: 387px
    }

    .hww .item:nth-child(odd) {
        margin-left: 0
    }

    .hww .item .content {
        width: calc(100% - 190px)
    }

    .hww .item:nth-child(1) .content:before {
        left: -11px;
        top: -129px
    }

    .hww .item:nth-child(2) .content:before {
        right: -11px;
        top: -81px
    }

    .hww .item:nth-child(3) .content:before {
        left: -12px;
        top: -104px
    }

    .hww .item:nth-child(4) .content:before {
        right: -16px;
        top: -96px
    }

    .hww .item:nth-child(1) .thumbnail:before, .hww .item:nth-child(3) .thumbnail:before {
        width: 310px
    }

    .hww .item:nth-child(2) .thumbnail:before, .hww .item:nth-child(4) .thumbnail:before {
        width: 324px
    }

    .hww .item:nth-child(odd) .content {
        margin-right: 10px
    }

    .hww .item:nth-child(even) .content {
        margin-left: 10px;
        width: calc(100% - 190px)
    }

    .ev-price {
        margin: 0 0 40px
    }

    .ev-price.ev-price2 .form {
        max-width: 288px;
        padding: 0 23px 32px 23px
    }

    .ev-price.ev-price2 .form .btn {
        padding: 11px 0 11px
    }

    .ev-price:not(.ev-price2) .left {
        width: 100%;
        margin: 0 0 40px
    }

    .ev-price:not(.ev-price2) .right {
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin: 0
    }

    .ev-price:not(.ev-price2) .form {
        padding: 0 10px 10px 10px;
        padding: 0 36px 40px 36px;
        max-width: 434px;
        margin-right: auto
    }

    .catalog .item {
        display: block;
        max-width: 344px;
        padding: 10px 20px 30px 20px;
        margin-bottom: 34px
    }

    .catalog .item .info h2 {
        display: none
    }

    .catalog .item .slick-meta h2 {
        display: block;
        padding: 0;
        border: none
    }

    .catalog .item .thumbnail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        width: 100%;
        padding: 0 0 27px;
        margin: 0 0 11px;
        border-bottom: 1px solid #c4c4c4
    }

    .catalog .item .info {
        padding: 0;
        width: 100%;
        margin: 0
    }

    .catalog .item .catalog-slick {
        margin: 0
    }

    .catalog .item .thumbnail .slider {
        width: 50%
    }

    .catalog .item .thumbnail .slick-meta {
        width: 50%;
        padding: 0 0 0 16px;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .catalog .item .slick-controls {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .catalog .item .slick-controls button.slick-next {
        margin-left: 8px
    }

    .sub-catalog .content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .sub-catalog .item {
        max-width: 212px;
        margin-right: 42px
    }

    .sub-catalog .item:nth-child(3n+3) {
        margin-right: 0
    }

    .ev-price.ev-price2 .form form {
        padding: 40px 15px !important
    }

    .ev-price.ev-price2 .right {
        margin-top: 10px
    }

    .ev-price.ev-price2 .item .props .prop span:nth-child(1) {
        width: calc(100% - 70px);
        padding: 0 20px 0 0;
        font-size: 15px
    }

    .ev-price.ev-price2 .item .props .prop span:nth-child(2) {
        width: 70px
    }

    .sms-info__list {
        flex-wrap: wrap
    }

    .sms-info__list-item {
        width: 335px;
        margin-bottom: 20px
    }

    .partners__logo-list {
        width: 720px
    }

    .partners__heading {
        text-align: center !important
    }

    .partners__logo-item {
        width: 330px
    }
}

@media screen and (max-width: 767px) {
    .catalog .item .info {
        min-height: inherit
    }

    footer .bottom ul {
        max-width: 100%;
        text-align: center
    }

    header .inner .left {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 10px
    }

    header .inner .right {
        display: none
    }

    header .name {
        margin-right: auto
    }

    header .description {
        padding: 0;
        max-width: 220px
    }

    #main-menu .p-s {
        display: block
    }

    .main-block .slide-header, .main-block h1 {
        text-align: center
    }

    .main-block .swiper-controls, .main-block .swiper-front p {
        text-align: center;
        width: 100%
    }

    .front-block .container .dog1 {
        right: auto;
        top: 219px;
        left: -161px;
        width: 478px;
        height: 488px
    }

    .fixed-header .front-block {
        padding: 115px 0 0 0
    }

    .front-block {
        padding: 40px 0 0 0
    }

    .main-block .swiper-controls {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .front-block .ben {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .front-block .ben .item {
        margin-right: 40px;
        margin-bottom: 40px
    }

    .front-block .ben .item:nth-child(2), .front-block .ben .item:nth-child(4) {
        margin-right: 0
    }

    .front-block .ben .item:nth-child(3), .front-block .ben .item:nth-child(4) {
        margin-bottom: 0
    }

    #services .content {
        width: 100%;
        max-width: 100%;
        padding: 40px 0 0 0
    }

    #services .srv1.top, #services .srv2.top {
        margin-top: 0;
        margin-bottom: 20px;
        max-width: 100%;
        width: 100%
    }

    #services .content.bottom {
        padding: 50px 0 30px
    }

    #services .srv.bottom {
        padding: 20px
    }

    #services .content p {
        padding: 0
    }

    #price {
        padding: 50px 0 50px 0
    }

    #price .cat1 {
        display: none !important
    }

    #price h2 {
        margin: 0 auto 40px;
        display: block;
        max-width: 356px
    }

    #price h2 .note .note-content {
        left: 0;
        top: 100%;
        font-size: 10px;
        line-height: 12px
    }

    #price .item .title {
        margin: 0 0 30px
    }

    #price .item {
        max-width: 100%;
        width: 100%
    }

    #price .item:last-child {
        margin-top: 30px
    }

    #price .item .props .prop span:nth-child(1) {
        width: calc(100% - 110px)
    }

    #price .item .props .prop span:nth-child(2) {
        max-width: 110px;
        width: 100%
    }

    #calculator h2 {
        text-align: center;
        margin: 0 0 40px
    }

    #calculator .item {
        width: 100%;
        max-width: 100%
    }

    #calculator .item.personal, #calculator .item.result, #calculator .item.type {
        width: 100%;
        max-width: 100%
    }

    #calculator .item.crem-active .type-crems, #calculator .item.personal, #calculator .item.type {
        margin: 0 0 30px
    }

    #calculator .calc-col {
        padding-left: 10px;
        padding-right: 10px
    }

    #faq .container .cat2, #hww .dog2 {
        display: none !important
    }

    #faq h2, #hww h2 {
        text-align: center;
        margin: 0 0 40px
    }

    #hww .content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #faq .faq {
        max-width: 100%
    }

    #faq .contacts {
        margin: 0 auto 40px
    }

    .map h2 {
        max-width: 100%;
        text-align: center
    }

    footer .top .description {
        padding: 0;
        width: 50%;
        max-width: initial
    }

    footer .contacts {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    footer .contacts .p-s .schedule {
        margin: 0;
        display: block
    }

    footer .contacts .email {
        margin: 0
    }

    footer .bottom li {
        width: 100%
    }

    .subpage-front {
        margin: 0 0 30px
    }

    .subpage-front h1 {
        margin: 0 0 25px
    }

    .subpage-front .right {
        display: block
    }

    .subpage-front .right .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 0 15px;
        padding: 0
    }

    .subpage-front .right .item .thumbnail {
        width: 50%
    }

    .subpage-front .right .item .info {
        width: 50%;
        padding: 15px 30px 15px 30px;
        background: -webkit-linear-gradient(.19deg, #fff 59.2%, rgba(165, 165, 165, 0) 102.72%);
        background: -o-linear-gradient(.19deg, #fff 59.2%, rgba(165, 165, 165, 0) 102.72%);
        background: linear-gradient(89.81deg, #fff 59.2%, rgba(165, 165, 165, 0) 102.72%)
    }

    .subpage-front .right .item .info .icon {
        margin: 0 0 15px
    }

    .subpage-front .right .item .info p {
        text-align: left;
        padding: 0;
        display: block
    }

    .subpage-front .left .button {
        text-align: center;
        margin: 0 0 30px;
        position: relative;
        z-index: 1
    }

    .subpage-front .left .cat3 {
        position: static;
        margin: -60px 0 0 45px
    }

    .hww h2 {
        margin: 0 0 50px
    }

    .hww .item:nth-child(1) .thumbnail:before, .hww .item:nth-child(2) .thumbnail:before, .hww .item:nth-child(3) .thumbnail:before, .hww .item:nth-child(4) .thumbnail:before {
        width: 120px
    }

    .hww .item .thumbnail {
        margin: 0 0 10px
    }

    .hww .item .content {
        width: 100% !important;
        margin: 0 !important
    }

    .hww .item .content .inner {
        padding: 20px 24px 35px 25px
    }

    .hww .item:nth-child(1) .content:before {
        top: -186px
    }

    .hww .item:nth-child(2) .content:before {
        top: -212px
    }

    .hww .item:nth-child(3) .content:before {
        left: -12px;
        top: -208px
    }

    .hww .item:nth-child(4) .content:before {
        right: -16px;
        top: -204px
    }

    .hww .item:nth-child(odd) .content {
        margin-right: 10px
    }

    .hww .item:nth-child(even) .content {
        margin-left: 10px;
        width: calc(100% - 190px)
    }

    .ev-price:not(.ev-price2) .right {
        display: block;
        margin: 0
    }

    .ev-price.ev-price2 .form {
        max-width: none
    }

    .ev-price .form {
        margin: 0 auto
    }

    .ev-price .right .cat5 {
        text-align: center;
        margin: 0 0 20px
    }

    .ev-price .right .cat5 img {
        max-width: 145px
    }

    .catalog .item {
        display: block;
        max-width: 100%;
        padding: 26px 28px 40px 28px;
        margin: 0 auto 34px
    }

    .catalog .item .thumbnail h2 {
        display: none
    }

    .catalog .item .info h2 {
        display: block
    }

    .catalog .item .thumbnail {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto 11px;
        border-bottom: none;
        position: relative
    }

    .catalog .item .thumbnail .slider {
        max-width: 290px;
        margin: 0 auto;
        width: 100%
    }

    .catalog .item .thumbnail .slick-meta {
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: -25px
    }

    .catalog .item .slick-controls {
        display: block
    }

    .catalog .item .slick-controls button.slick-prev {
        left: -20px;
        position: absolute;
        margin: 0 !important;
        width: 50px;
        height: 50px;
        background-size: 60%
    }

    .catalog .item .slick-controls button.slick-next {
        right: -20px;
        position: absolute;
        margin: 0 !important;
        width: 50px;
        height: 50px;
        background-size: 60%
    }

    .catalog .item .info {
        padding: 0;
        width: 100%;
        margin: 0
    }

    .catalog .item .catalog-slick {
        margin: 0
    }

    .catalog .item .slick-controls button.slick-next {
        margin-left: 8px
    }

    .sub-catalog .content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .sub-catalog .item {
        max-width: 46%;
        margin: 0 0 30px 0 !important
    }

    .ev-price.ev-price2 .left {
        width: 100%;
        margin: 0 0 40px
    }

    .ev-price.ev-price2 .right {
        width: 100%;
        max-width: 100%;
        margin: 0
    }

    .ev-price.ev-price2 .form {
        padding: 0 35px 30px 35px;
        margin: 0 auto
    }

    .ev-price.ev-price2 .form form {
        padding: 40px 40px !important
    }
}

@media screen and (max-width: 592px) {
    footer .contacts .button {
        width: 100%
    }

    footer .contacts .button a {
        max-width: 300px
    }

    #mobile-menu {
        overflow: auto
    }

    .blog-page .row {
        margin-left: 0;
        margin-right: 0
    }

    header {
        padding: 7px 10px
    }

    .price__table {
        width: 100%;
        display: block;
        overflow-x: scroll
    }

    .price__td:nth-child(2) {
        font-size: 15px
    }

    .price__th {
        font-size: 12px
    }

    .price__td {
        font-size: 12px
    }

    .price__list-item {
        font-size: 12px
    }

    #price .prop:hover, .ev-price .prop:hover, .ev-price2 .prop:hover {
        background-color: inherit;
        transition: .5s all ease;
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease-;
        -ms-transition: .5s all ease;
        -o-transition: .5s all ease
    }

    #main-menu {
        padding: 10px;
        transition: none;
        -webkit-transition: none
    }

    .allert-content .allert-wrapper {
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: center
    }

    .allert-content .allert-wrapper::before {
        content: none
    }

    .allert-content .allert-wrapper .left-text {
        margin-bottom: 40px
    }

    .allert-content .allert-wrapper .left-text, .allert-content .allert-wrapper .right-text {
        padding: 0
    }

    #faq .inner, #mobile-menu .menu-header .inner, #price .content, #services .inner, footer .content {
        padding-left: 10px;
        padding-right: 10px
    }

    footer .content {
        flex-wrap: wrap;
        justify-content: center
    }

    #hww .content {
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #hww .content .item {
        margin-left: 0
    }

    .breadcrumbs, .catalog, .ev-price, .hww, .sub-catalog, .subpage-front {
        padding-left: 10px;
        padding-right: 10px
    }

    .subpage-front .left .cat3 {
        margin: -60px 0 0 0
    }

    .subpage-front .right .item .info {
        padding: 10px
    }

    .subpage-front .right .item p {
        font-size: 12px
    }

    .subpage-front .left .button .btn {
        font-size: 12px
    }

    .hww .item:nth-child(1) .thumbnail:before, .hww .item:nth-child(2) .thumbnail:before, .hww .item:nth-child(3) .thumbnail:before, .hww .item:nth-child(4) .thumbnail:before {
        width: 40px
    }

    .hww .item h3 {
        font-size: 24px;
        line-height: auto
    }

    .hww .item:nth-child(1) .content:before, .hww .item:nth-child(2) .content:before, .hww .item:nth-child(3) .content:before, .hww .item:nth-child(4) .content:before {
        top: -186px;
        font-size: 240px
    }

    .ev-price .form {
        padding: 0 10px 10px 10px
    }

    .ev-price .form form {
        padding: 20px 20px !important
    }

    .ev-price .item .props .prop span {
        font-size: 12px
    }

    .ev-price .item .props .prop span:nth-child(2) {
        width: 80px
    }

    .ev-price .item .props .prop span:nth-child(1) {
        width: calc(100% - 80px);
        padding: 0 10px 0 0
    }

    .sub-catalog {
        padding-bottom: 50px
    }

    .sub-catalog .item {
        max-width: 49%
    }

    .sms-info__list {
        flex-wrap: wrap
    }

    .sms-info__list-item {
        width: 100%;
        margin-bottom: 15px
    }

    .sms-info__list-item::before {
        font-size: 120px;
        line-height: 100px
    }

    .partners {
        justify-content: center
    }

    .partners-wrapper {
        display: block;
        justify-content: center
    }

    .partners__logo-list {
        width: 100%;
        display: block
    }

    .partners__logo-item {
        width: 100%;
        margin-bottom: 30px;
        height: 180px
    }

    footer .bottom ul {
        margin-bottom: 20px;
        max-width: 100%;
        text-align: center
    }

    .payments-methods__list {
        width: 90%;
        margin: 0 auto
    }

    .payments-methods {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        text-align: left;
        width: 100%;
        text-align: center
    }

    #calculator .item.result {
        padding: 30px 25px
    }

    .calc-form .calc__field {
        width: 100%;
        margin: 0 0 15px
    }

    .calc-form .form__field {
        padding: 0
    }

    #mobile-menu .menu-header .name, header .name {
        font-size: 11px
    }

    #mobile-menu .mobile-menu {
        left: 10px
    }

    #mobile-menu .menu-header .description, header .description {
        font-size: 13px;
        line-height: 12px;
        padding: 0;
        text-align: right;
        max-width: 120px
    }

    #main-menu .call .button a {
        display: none
    }

    #main-menu .p-s {
        margin: 0;
        text-align: right;
        padding: 0;
        display: inline-block;
        width: 77%
    }

    #main-menu .p-s .phone {
        padding: 0;
        display: inline-block;
        vertical-align: middle
    }

    #mobile-menu ul a {
        line-height: 23px;
        font-size: 16px;
        padding: 5px 6%
    }

    #mobile-menu .bottom {
        display: block;
        text-align: center
    }

    #mobile-menu .bottom .p-s .schedule {
        margin: 0 0 0 20px
    }

    #mobile-menu .bottom .p-s {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 20px 0
    }

    .fixed-header .front-block {
        padding: 82px 0 0 0
    }

    .main-block .slide-header, .main-block h1 {
        font-size: 20px;
        line-height: 23px;
        margin: 0 0 20px
    }

    .main-block .swiper-front p {
        font-size: 15px
    }

    .front-block .ben .item {
        margin: 0 auto 20px !important
    }

    .front-block .container .dog1 {
        display: none !important
    }

    #price .item {
        margin: 0 auto 20px
    }

    #calculator .item.result .result-top {
        display: block
    }

    #hww .content .item {
        margin: 0 auto 20px
    }

    #faq .item .title {
        padding: 0 30px 0 0
    }

    #faq .item {
        margin: 0 0 20px;
        padding: 0 0 0 25px
    }

    #faq .contacts {
        padding: 25px 19px
    }

    #faq .contacts .button {
        text-align: center
    }

    footer .top .name {
        font-size: 13px
    }

    footer .top .description {
        font-size: 13px;
        line-height: 12px;
        padding: 0;
        text-align: right;
        max-width: 120px
    }

    footer .contacts {
        display: block;
        margin: 0;
        text-align: center
    }

    footer .contacts .b-e, footer .contacts .p-s {
        margin: 0 0 15px;
        width: 100%
    }

    footer .contacts .email {
        margin: 14px 0 0 0
    }

    footer .bottom li:nth-child(2), footer .bottom li:nth-child(4), footer .bottom li:nth-child(6) {
        width: 100%
    }

    footer .bottom li:nth-child(1), footer .bottom li:nth-child(3), footer .bottom li:nth-child(5) {
        width: 100%
    }

    footer .bottom a {
        font-size: 13px
    }

    .hww .item .thumbnail {
        width: 130px
    }

    .hww .item .thumbnail img {
        width: 100%
    }

    .hww .item:nth-child(1) .thumbnail:before, .hww .item:nth-child(2) .thumbnail:before, .hww .item:nth-child(3) .thumbnail:before, .hww .item:nth-child(4) .thumbnail:before {
        width: 50px
    }

    .catalog .item .thumbnail .slider {
        max-width: 210px
    }

    .catalog .item .thumbnail .slick-meta {
        margin-top: -15px
    }

    .catalog .item .slick-controls button.slick-next, .catalog .item .slick-controls button.slick-prev {
        width: 30px;
        height: 30px
    }

    .sub-catalog .item {
        padding: 16px 10px 14px
    }

    .sub-catalog .item .meta {
        display: block
    }

    .sub-catalog .item .meta span:last-child {
        margin: 10px 0 0 0
    }

    .ev-price.ev-price2 .form {
        padding: 0 10px 20px 10px;
        margin: 0 auto
    }

    .ev-price.ev-price2 .form form {
        padding: 20px 10px !important
    }

    .popup.sale {
        padding: 10px 20px !important
    }
}

.articul__item {
    font-size: 14px;
    position: relative;
    padding-left: 15px;
    font-weight: 300
}

.articul__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #c80000
}

.thumbnail {
    position: relative
}

.slick-meta {
    position: absolute;
    width: 100%;
    bottom: -40px
}

.catalog .item .info {
    min-height: 100% !important
}

.catalog .item h2 {
    padding: 0 0 10px
}

.catalog .item {
    min-height: 350px
}

.catalog .item .catalog-slick.slick-initialized {
    width: 188px
}

@media screen and (max-width: 992px) {
    .catalog .item {
        max-width: 100%
    }

    .catalog .item .thumbnail {
        justify-content: center
    }

    .catalog .item .slick-controls {
        justify-content: space-between
    }

    .catalog .item .thumbnail .slick-meta {
        top: 50%;
        margin-top: -15px;
        padding: 0 10px
    }

    .catalog .item .catalog-slick.slick-initialized {
        width: auto
    }
}
.usip_main_head-left ol li {
    font-weight: 300;
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 15px;
}
.usip_main_head-left ul li {
    font-weight: 300;
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 15px;
}