@charset "UTF-8";

@font-face {
    font-family: OpenSansLight;
    src: url(/fonts/OpenSans-Light.eot);
    src: url(/fonts/OpenSans-Light.eot?#iefix) format("embedded-opentype"), url(/fonts/OpenSans-Light.woff2) format("woff2"), url(/fonts/OpenSans-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: OpenSansBold;
    src: url(/fonts/OpenSans-Bold.eot);
    src: url(/fonts/OpenSans-Bold.eot?#iefix) format("embedded-opentype"), url(/fonts/OpenSans-Bold.woff2) format("woff2"), url(/fonts/OpenSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: sans-serif;
    src: url(/fonts/OpenSans.eot);
    src: url(/fonts/OpenSans.eot?#iefix) format("embedded-opentype"), url(/fonts/OpenSans.woff2) format("woff2"), url(/fonts/OpenSans.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: OpenSansSemibold;
    src: url(/fonts/OpenSans-Semibold.eot);
    src: url(/fonts/OpenSans-Semibold.eot?#iefix) format("embedded-opentype"), url(/fonts/OpenSans-Semibold.woff2) format("woff2"), url(/fonts/OpenSans-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: OpenSansItalic;
    src: url(/fonts/OpenSans-Italic.eot);
    src: url(/fonts/OpenSans-Italic.eot?#iefix) format("embedded-opentype"), url(/fonts/OpenSans-Italic.woff2) format("woff2"), url(/fonts/OpenSans-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: OpenSansSemiboldItalic;
    src: url(/fonts/OpenSans-SemiboldItalic.eot);
    src: url(/fonts/OpenSans-SemiboldItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/OpenSans-SemiboldItalic.woff2) format("woff2"), url(/fonts/OpenSans-SemiboldItalic.woff) format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: OpenSansBoldItalic;
    src: url(/fonts/OpenSans-BoldItalic.eot);
    src: url(/fonts/OpenSans-BoldItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/OpenSans-BoldItalic.woff2) format("woff2"), url(/fonts/OpenSans-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: sans-serif;
    color: #191919;
    font-size: 15px
}

a {
    font-weight: 700;
    color: #f5821f;
    text-decoration: underline
}

a:hover {
    color: #666
}
.police {
  font-size: 12px;
  text-align: center;
  line-height: 12px;
}
.police input {
  margin-right: 5px;
  vertical-align: bottom;
}
button[disabled], input:not([type="text"])[disabled] {
    background-color: #ccc !important;
    pointer-events: none;
    cursor: not-allowed;
}
.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkbox i {
  margin-left: 10px;
}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  margin: 0 -5px 0 0;
}
.custom-checkbox+label > * {
  margin: 0 5px;
}
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  font-size: 15px;
}
.custom-checkbox:checked+label::before {
  border-color: #f5821f;
  background-color: #f5821f;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #b3d7ff;
}
.custom-checkbox:not(:disabled):active+label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-checkbox:focus+label::before {
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.custom-checkbox:focus:not(:checked)+label::before {
  border-color: #80bdff;
}
.custom-checkbox:disabled+label::before {
  background-color: #e9ecef;
}
.page-heading {
    font-size: 14px;
    padding: 0;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center
}

.font-italic {
    font-family: OpenSansItalic
}

.font-bold {
    font-family: OpenSansBold!important;
}

.font-semibold {
    font-family: OpenSansSemibold
}

.font-bold_italic {
    font-family: OpenSansBoldItalic
}

.font-semibold_italic {
    font-family: OpenSansSemiBoldItalic
}

h1 {
    font-size: 20px;
    font-family: OpenSansBold;
    color: #f5821f;
    margin-bottom: 20px
}

h2 {
    color: #f5821f;
    font-size: 18px;
    font-family: OpenSansBold;
    margin-bottom: 15px
}
@media (min-width: 992px)
	{
.header-top
{
height:60px;
}
}
 .header-top .social_link
{
margin: 0 0 0 10px;
	padding:0;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
}
.breadcrumbs {
         text-align: left;
}

.h3-heading,
h3 {
    color: #f5821f;
    font-size: 15px;
    font-family: OpenSansBold;
    margin-bottom: 10px
}

.breadcrumbs li {
    display: inline-block;
    font-size: 12px;
    position: relative;
    padding-right: 20px;
    color: #191919
}

.breadcrumbs li:before {
    position: absolute;
    display: block;
    content: '→';
    width: 10px;
    height: 8px;
    line-height: 1;
    right: 5px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.breadcrumbs li:last-child:before {
    display: none
}

.breadcrumbs a {
    font-size: 13px;
    color: #f5821f;
    font-weight: 500;
}

.breadcrumbs a:hover {
    color: #666
}

.accent-color {
    color: #f5821f !important
}

.accent-color-2 {
    color: red !important
}

.accent-color-3 {
    color: #00f !important
}

.accent-btn {
    display: inline-block;
    text-decoration: none;
    border: 0;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #f5821f;
    font-size: 15px;
    color: #fff!important;
    font-family: OpenSansBold;
    padding: 7px 25px;
    cursor: pointer
}
button.disabled
{
cursor: not-allowed;
}
.accent-btn:hover {
    color: #fff;
    background: #f4770b;
    text-decoration: none
}

.accent-btn:focus {
    outline-color: #666
}

.accent-btn_alter {
    font-family: OpenSansBoldItalic;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.pagination {
    margin-bottom: 10px
}

.pagination ul {
    font-size: 0;
    margin: 0
}

.pagination li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px
}

.pagination li:last-child {
    margin-right: 0
}

.pagination a,
.pagination li>span {
    font-size: 12px;
    display: block;
    border: 1px solid #eff0f2;
    padding: 7px 5px;
    line-height: 1;
    color: #f5821f;
    text-decoration: underline
}

.pagination a:hover {
    color: #191919;
    text-decoration: none
}

.pagination li.active span {
    color: #191919;
    border-color: #f5821f;
    text-decoration: none;
    font-weight: 400
}

.simple-txt {
    font-size: 12px;
    text-align: justify
}

.simple-txt h2 {
    margin-top: 40px;
    margin-bottom: 20px
}

.simple-txt p {
    margin-bottom: 10px
}

.simple-txt p a {
    color: #f5821f;
    font-weight: 700;
    text-decoration: underline
}

.simple-txt p a:hover {
    color: #666
}

/*.gallery>div a {
    margin: 0 auto;
	display: block;
}*/
.masonry .box
{
   margin-bottom: 20px;
 }
.form-control {
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #f5821f
}

/*.gallery .box {
    padding: 10px
}*/

.header {
    z-index: 5;
    position: relative;
    -webkit-filter: drop-shadow(2px 2px 10px #aaa);
    filter: drop-shadow(2px 2px 10px #aaa);
    margin-bottom: 10px;
    color: #fff
}

.header>.container {
    background: url(/templates/template13/../images/header-bg.png) no-repeat left top;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.header a {
    color: #fff;
    font-family: OpenSansBold
}

.header_christmas>.container {
    position: relative
}

.header_christmas>.container:before {
    position: absolute;
    z-index: 10;
    left: 16%;
    top: -20%;
    display: block;
    content: '';
    width: 115px;
    height: 135px;
    background: url(/templates/template13/../images/christmas-balls.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain
}

.logo {
    display: block;
    padding: 10px 0 15px 10px
}

.logo img {
    max-width: 100%
}

.logo-mobile {
    display: block;
    padding: 10px 0
}

.logo-mobile img {
    max-width: 100%
}

.header-links {
    margin: 0
}

.header-links a,
.header-links li {
    font-size: 13px;
    color: #fff
}

.header-links a {
    display: block;
    text-align: right;
    font-family: OpenSansSemibold
}

.header-links li {
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer
}

.header-links__item {
    position: relative;
    padding-left: 20px;
    font-family: OpenSansBold
}

.header-links__item:before {
    position: absolute;
    display: block;
    content: '';
    width: 20px;
    height: 15px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/templates/template13/../images/contacts-sprite.png) no-repeat
}

.header-links__item_email:before {
    background-position: 0 -25px
}

.main-nav {
    padding-left: 25px
}

.main-nav ul {
    font-size: 0;
    margin-bottom: 0
}

.main-nav li {
    cursor: pointer;
    display: inline-block;
    margin-right: 50px
}

.main-nav li:last-child {
    margin-right: 0
}

.main-nav a {
    display: block;
    font-size: 13px;
    color: #f5821f;
    padding: 15px 0;
    text-decoration: underline
}

.main-nav a:hover {
    color: #666
}

.main-nav-toggle {
    border: 0;
    background: 0 0;
    width: 50px;
    height: 40px;
    text-align: center
}

.main-nav-toggle .icon-bar {
    width: 85%;
    height: 2px;
    position: relative;
    background: #fff;
    display: inline-block;
    vertical-align: middle
}

.main-nav-toggle .icon-bar:after,
.main-nav-toggle .icon-bar:before {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0
}

.main-nav-toggle .icon-bar:before {
    top: -10px
}

.main-nav-toggle .icon-bar:after {
    bottom: -10px
}

.main-nav-toggle:focus {
    outline-color: #fff
}

.main-nav-toggle_active .icon-bar {
    background: 0 0
}

.main-nav-toggle_active .icon-bar:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.main-nav-toggle_active .icon-bar:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.vertical img {
    max-height: 235px
}

.sidebar {
    padding-right: 10%;
    margin-bottom: 30px
}

.sidebar-nav {
    margin-bottom: 30px
}

.sidebar-nav a {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3
}

.sidebar-nav__new {
    padding-right: 35px;
    position: relative
}

.sidebar-nav__new:before {
    position: absolute;
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/templates/template13/../images/sidebar-new-icon.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.video {
    position: relative;
    padding-bottom: 56.25%
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sidebar-nav__list>li {
    margin-bottom: 10px
}

.sidebar-nav__link {
    position: relative;
    padding: 9px 10px 9px 45px;
    background: #f5821f;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 15px #ababab;
    box-shadow: 2px 2px 15px #ababab;
    margin-bottom: 20px;
    color: #fff;
    text-decoration: none
}

.sidebar-nav__link:hover {
    text-decoration: none;
    color: #fff
}

.sidebar-nav__link>img {
    position: absolute;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 12px
}

.sidebar-nav__sub-2 {
    list-style-type: disc;
    padding-left: 35px
}

.sidebar-nav__sub-2 li {
    color: #f5821f;
    margin-bottom: 2px
}

.sidebar-nav__sub-2 li:hover>.sidebar-nav__sub-3 {
    display: block;
    margin-top: 5px
}

.sidebar-nav__sub-2 li a {
    color: #666;
    text-decoration: none
}

.sidebar-nav__sub-2 li a:hover,
.sidebar-nav__sub-2 li.active>a {
    color: #f5821f
}

.sidebar-nav__sub-3 {
    display: none;
    padding-left: 20px;
    list-style-type: circle
}

.sidebar-txt {
    font-size: 11px;
    padding-left: 15px
}

.content {
    font-size: 15px;
    text-align: justify;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eff0f2;
    padding: 20px 25px;
    -webkit-box-shadow: 0 5px 20px #ddd;
    box-shadow: 0 5px 20px #ddd;
    margin-top: -35px;
    margin-bottom: 15px
}

.index-sidebar {
    margin-top: -35px
}

.index-articles-item {
    font-size: 12px
}

.category-top-txt {
    padding-bottom: 15px;
    border-bottom: 1px solid #9a9a9a;
    margin-bottom: 20px
}

.category-top-txt p:first-child {
    font-size: 17px
}

.category-page-list {
    font-size: 0;
    margin-bottom: 25px
}

.category-page-list li {
    display: inline-block;
    margin-bottom: 10px
}

.category-page-list a {
    display: block;
    color: #f5821f;
    font-weight: 700;
    font-size: 12px;
    padding: 0 30px
}

.category-page-list span {
    font-weight: 400;
    color: #9a9a9a
}

.category-page-list_catalog li {
    margin-right: 15px
}

.category-page-list_catalog li:last-child {
    margin-right: 0
}

.category-page-list_catalog a {
    padding: 10px 18px;
    line-height: 1;
    border: 1px solid #f5821f;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px
}

.category-page-list_catalog a:hover {
    color: #666;
    border-color: #666
}

.category-page-item {
    position: relative;
    margin-bottom: 70px;
    width: 48%
}

.category-page-item>* {
    position: relative;
    z-index: 0
}

.category-page-item__name {
    display: block;
    color: #f5821f;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 25px
}

.category-page-item__name:hover {
    color: #666
}

.category-page-item__img {
    margin-bottom: 20px;
    display: block;
    text-align: center
}

.category-page-item__img img {
    max-width: 100%
}

.category-page-item__btn {
    margin-bottom: 30px
}

.category-page-item__info {
    font-size: 14px
}

.category-page-item__info span {
    color: red
}

.category-page-item__sold-out {
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: OpenSansBold;
    font-size: 20px;
    opacity: .5;
    z-index: 5;
    padding-top: 25%;
    color: #191919
}

.puppies_lists.home {
    border-bottom: 1px solid #dadada
}

.catalog-page-item {
    padding-bottom: 20px;
    margin-bottom: 40px;
    width: 100%
}

.catalog-page-item:not(:last-of-type) {
    border-bottom: 3px solid #dadada;
 
}
 hr {
     height: 2px;
  margin: 60px  0 40px;
    background: #dadada;
}
.catalog-page-item__left {
   /* width: 45%*/
   width: 53%;
}

.catalog-page-item__right {
    /*width: 52%*/
    width: 44%;
}

.catalog-page-item__img {
    position: relative;
    display: inline-block;
    border: 1px solid #dadada;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 20px
}

.catalog-page-item__discount {
    position: absolute;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    background: red;
    padding: 7px 10px;
    line-height: 1;
    font-size: 19px;
    color: #fff;
    top: 30px;
    left: 0
}

.catalog-page-item__btn {
    padding-left: 35px;
    padding-right: 35px
}

.catalog-page-item__name {
    display: block;
    font-family: Tahoma, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px
}

.catalog-page-item__info {
    font-size: 13px;
    min-width: 70%;
    margin-bottom: 0;
    width: auto;
    max-width: 100%
}

.catalog-page-item__info td {
    padding: 5px;
    border: 0;
    vertical-align: top
}

.catalog-page-item__info td:first-child {
    font-family: OpenSansSemibold
}

.catalog-page-item__price td:last-child strong {
    font-family: OpenSansBold;
    font-size: 19px
}

.catalog-page-item__price .accent-color-2 {
    font-size: 12px;
    font-family: OpenSansBold
}

.catalog-page-item__price .old-price {
    text-decoration: line-through
}

.single-page__left {
    margin-bottom: 20px
}

.single-page__img {
    margin-bottom: 20px
}

.single-page__img img {
    width: 100%;
    border: 3px  solid #f4770b;
        -webkit-border-radius: 10px;
    border-radius: 10px;
}

.single-page__btn {
    margin-bottom: 20px
}

.single-page__info {
    font-size: 13px
}

.single-page__description {
    max-width: 100%;
    width: auto;
    font-size: 14px
}

.single-page__description td {
    padding: 3px 10px;
    border: 0;
    text-align: left
}

.single-page__description:not(.anons) td:first-child {
    font-family: OpenSansBold
}

.anons.table.single-page__description td {
    vertical-align: middle;
    text-align: center
}

.articles-page-item {
    padding-bottom: 15px;
    border-bottom: 1px dashed #9a9a9a;
    margin-bottom: 20px
}

.articles-page-item__left {
    width: 20%
}

.articles-page-item__right {
    width: 78%
}

.articles-page-item__img {
    display: block
}

.articles-page-item__img img {
    width: 100%
}

.articles-page-item__name {
    display: block;
    font-size: 13px;
    margin-bottom: 10px
}

.articles-page-item__preview {
    font-size: 12px
}

.simple-txt_articles {
    font-size: 14px;
    width: 100%
}

.simple-txt_articles>img {
    max-width: 35%
}

.simple-txt_articles img {
    max-width: 100%
}

.simple-txt_articles h2 {
    margin-top: 0
}

.simple-txt_contacts {
    font-size: 15px
}

.simple-txt_contacts p {
    margin-bottom: 20px
}

.articles-page__text-heading {
    font-size: 16px
}

.articles-page-section {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eff0f2
}

.articles-page-section:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.grid table {
    font-size: .8em;
    color: #3d3d3d;
    border: 0;
    padding: 0;
    border-spacing: 0
}

.grid table td:last-of-type {
    padding-left: 5px
}

.articles-page-table td,
.articles-page-table th {
    border-top: 1px solid #9a9a9a;
    border-left: 1px solid #9a9a9a
}

.articles-page-table td:last-child,
.articles-page-table th:last-child {
    border-right: 1px solid #9a9a9a
}

.articles-page-table tr:last-child td {
    border-bottom: 1px solid #9a9a9a
}

.articles-page__list {
    list-style: none;
    padding: 0
}

.articles-page__list li {
    position: relative;
    padding-left: 20px
}

.articles-page__list li:before {
    position: absolute;
    display: block;
    content: '—';
    width: 15px;
    height: 10px;
    line-height: 8px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.contacts-map iframe {
    width: 100% !important
}

.reviews-page-item {
    padding: 20px;
    background: #f0efeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #333
}

.reviews-page-item__heading {
    font-size: 13px;
    margin-bottom: 10px;
    font-family: OpenSansBold
}

.reviews-page-item__txt {
    font-size: 12px;
    margin-bottom: 10px
}

.reviews-page-item__date,
.reviews-page-item__name {
    position: relative;
    padding-left: 15px;
    color: #9a9a9a;
    font-size: 11px
}

.reviews-page-item__name {
    font-family: OpenSansSemiBoldItalic;
    margin-right: 10px
}

.reviews-page-item_answer {
    background: #ecdbbd;
    margin-left: 30px
}

.reviews-form,
.reviews-form-child {
    padding: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f0efeb;
    margin-bottom: 20px
}

.reviews-form {
    display: none
}

.reviews-form .form-control {
    padding: 5px 10px;
    width: auto;
    max-width: 100%;
    font-size: 13px
}
select.form-control:not([size]):not([multiple]) {
    height: calc(1.8rem + 2px);
}
.reviews-form label,
.reviews-form-child label {
    margin-bottom: 0;
	margin-right: 5px;
			
}
label.input_error
{
font-size: 12px;
	color:#ca1d13;
}
.reviews-form textarea,
.reviews-form-child textarea {
    min-width: 300px;
    min-height: 100px
}

.reviews-form__submit {
    font-size: 12px
}

.reviews-form__table {
    width: auto;
    max-width: 100%;
    min-width: 70%;
    margin-bottom: 0;
    margin-left: 10%
}

.reviews-form__table td {
    padding: 5px;
    border: 0;
    vertical-align: middle
}

.reviews-form__table td:first-child {
    text-align: right
}

.footer {
    font-size: 12px
}

.footer-sitemap {
    background: #f5821f;
    padding: 5px 12px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.footer-sitemap__link {
    font-size: 11px;
    color: #fff
}

.footer-sitemap__link:hover {
    color: #fff
}

.footer-contacts {
    padding: 7px 12px;
    margin-bottom: 0;
    font-size: 15px;
}

.footer-contacts li {
    margin-bottom: 5px;
    font-weight: 700;
}
.footer-contacts li img{margin-right: 8px;}
.footer-contacts a {
    font-weight: 700
}

.copyright {
    padding-top: 15px
}

.form-request{
    text-align: center;
    
} 

.form-request .form-control {
    margin-bottom: 15px;
    display: inline-block
}

.form-request__textarea {
    min-height: 100px
}

.modal-header {
    border-bottom: 0;
    text-align: center;
    position: relative;
	padding: 0.5rem 1rem 0;
}

.modal-title {
    display: block;
    text-align: center;
    width: 100%;
    color: #f5821f;
    font-size: 18px;
    font-family: OpenSansBold
}

.modal .close {
    float: none;
    position: absolute;
    right: 15px;
    top: 15px
}

.modal-content {
    background: #eee url(/templates/template13/../images/modal-gloss.png) no-repeat 0 -245%
}

.contacts-doc {
    font-size: 12px;
    font-family: OpenSansSemibold
}

.accent-btn_404 {
    color: #fff !important;
    font-weight: 400;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none !important
}

.simple-txt p {
    font-family: sans-serif
}

@media screen and (max-width: 1199px) {
    .logo {
        max-width: 150px;
        padding-left: 0
    }

    .page-heading {
        font-size: 12px;
        padding: 10px 0
    }

    .content,
    .index-sidebar {
        margin-top: -25px
    }

    .catalog-page-item {
        padding-bottom: 15px;
        margin-bottom: 30px
    }

    .catalog-page-item__name {
        font-size: 16px;
        margin-bottom: 10px
    }
}

@media screen and (min-width: 992px) {
    .video.pd-video {
        padding-bottom: 67.25%
    }

    .services-b img {
        min-height: 170px
    }

    .modal-dialog {
        max-width: 600px
    }
}

@media screen and (max-width: 991px) {
    .d-md-visible {
        display: none !important
    }

    .header>.container {
        background: 0 0
    }

    .logo {
        background: #f5821f
    }

    .header-top {
        background: #f5821f;
        -webkit-border-radius: 0 0 8px 8px;
        border-radius: 0 0 8px 8px;
        padding: 5px 0
    }

    .main-nav {
        position: absolute;
        z-index: 50;
        background: #fff;
        padding: 5px 10px;
        right: 15px;
        top: 0;
        display: none;
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px
    }

    .main-nav li {
        display: block
    }

    .main-nav a {
        padding: 10px 0;
        font-size:14px;
    }

    .content,
    .index-sidebar {
        margin-top: 0
    }

    .sidebar {
        padding-right: 0;
        margin-bottom: 30px
    }

    .copyright,
    .social_link {
        padding: 5px 10px 10px
    }
}

@media screen and (max-width: 767px) {
    .content img {
        float: none !important;
        width: 100% !important;
        padding: 0 !important
    }

    .header {
        margin-bottom: 15px
    }

    .header_christmas>.container:before {
        top: -40%;
        left: 20%;
        width: 90px;
        height: 120px
    }

    /*.header-links {
        width: 100%
    }*/

    .catalog-page-item__name {
        font-size: 16px
    }

    .accent-btn {
        font-size: 14px
    }

    .articles-page-item__left,
    .articles-page-item__right {
        width: 100%
    }

    .articles-page-item__img {
        text-align: center;
        margin-bottom: 15px
    }

    .articles-page-item__img img {
        width: auto;
        max-width: 100%
    }

    .articles-page-item__name {
        font-size: 18px
    }

    .articles-page-item__preview {
        font-size: 14px
    }

    .simple-txt_articles img {
        max-width: 100%
    }

    .reviews-page-item {
        padding: 10px 15px
    }

    .reviews-page-item_answer {
        margin-left: 10px
    }

    .reviews-form__table {
        margin-left: 0;
        width: 100%;
        display: block
    }

    .reviews-form__table tbody,
    .reviews-form__table td,
    .reviews-form__table tr {
        display: block
    }

    .reviews-form__table td:first-child {
        text-align: left
    }

    .reviews-form {
        padding: 10px 15px
    }

    .reviews-form .form-control,
    .reviews-form-child .form-control {
        min-width: 10px;
        width: 100%
    }

    .articles-page-table td,
    .articles-page-table th {
        padding: 5px 10px;
        font-size: 13px
    }
}

@media screen and (max-width: 575px) {
    .single-page__description {
        display: block
    }

    .single-page__description td,
    .single-page__description tr {
        display: block
    }
}

@media screen and (max-width: 480px) {
    .header_christmas>.container:before {
        display: none
    }

    .header-links a,
    .header-links li {
        font-size: 15px;
        text-decoration: none;
    }

    .catalog-page-item {
        margin-bottom: 50px
    }

    .catalog-page-item__left {
        margin-bottom: 20px
    }

    .catalog-page-item__left,
    .catalog-page-item__right {
        width: 100%
    }

    .catalog-page-item .accent-btn {
        font-size: 14px
    }

    .category-page-list a {
        padding: 10px 10px
    }

    .category-page-item {
        width: 100%
    }
}

.txt-nopadding p {
    padding-bottom: 0;
    margin-bottom: 0
}

.block_video iframe {
    max-width: 100%;
    height: auto
}

.single-page__info p {
    margin-bottom: 5px
}
/*
#error {
    border: 1px #ca1d13 solid;
    color: #ca1d13;
    background-color: #f2ede9;
    background: url(/hostcmsfiles/images/error.gif) no-repeat 10px 50%
}

#error,
#message,
#status_message {
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    font-size: 8pt;
    border-collapse: collapse;
    width: 450px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 5px 15px 5px 35px
}

#message,
#status_message {
    border: 1px #4ba749 solid;
    color: #4ba749;
    background: url(/hostcmsfiles/images/message.gif) no-repeat 10px 50%
}
*/
#message p {
    margin: 0;
    padding: 0
}

input.error,
input.input_error,
textarea.error,
textarea.input_error {
    border-color: #ca1d13
}

label.error {
    display: none !important
}

.for_captcha span {
    display: inline-block;
    float: left;
    margin-right: 6px;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 4px
}

.video_pomet {
    margin: 25px 0;
    padding: 0 10px
}


@media (min-width: 768px) {

    .anons img,
    .puppies_list img {
        max-height: 200px
    }
}

@media (min-width: 992px) {

    .anons img,
    .puppies_list img {
        max-height: 205px
    }
}

@media (min-width: 1200px) {

    .anons img,
    .puppies_list img {
        max-height: 235px
    }
}

@media (max-width: 767px) {

    .anons img,
    .puppies_list img {
        max-height: 480px;
        width: auto !important
    }
}

#jquery-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0
}

#jquery-lightbox a img {
    border: 0
}

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    max-width: 100%;
    width: 250px;
    height: 250px;
    margin: 0 auto
}

#lightbox-container-image {
    padding: 10px
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

#lightbox-container-image-box>#lightbox-nav {
    left: 0
}

#lightbox-nav a {
    outline: 0
}

#lightbox-nav-btnNext,
#lightbox-nav-btnPrev {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left
}

#lightbox-nav-btnNext {
    right: 0;
    float: right
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    padding: 0 10px
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666
}

#lightbox-image {
    max-width: 100%
}

#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left
}

#lightbox-image-details-caption {
    font-weight: 700;
    font-size: 16px
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1px
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: .7em
}

.ui-accordion-header.ui-accordion-header_alter {
    position: relative;
    padding: 10px 12px !important;
    border: 1px solid #d16d18 !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important
}

.ui-accordion-header.ui-accordion-header_alter:focus {
    outline: 0
}

.ui-accordion-header.ui-accordion-header_alter:after,
.ui-accordion-header.ui-accordion-header_alter:before {
    position: absolute;
    right: -1px;
    top: -1px;
    display: block;
    content: '';
    height: 104%;
    width: 55px;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

.ui-accordion-header.ui-accordion-header_alter:before {
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(#e4dddd), to(#fefdfd));
    background: -webkit-linear-gradient(bottom, #e4dddd, #fefdfd);
    background: -o-linear-gradient(bottom, #e4dddd, #fefdfd);
    background: linear-gradient(to top, #e4dddd, #fefdfd);
    border: 1px solid #dadada
}

.ui-accordion-header.ui-accordion-header_alter:after {
    z-index: 2;
    background: url(/images/arrow-up-special.png) no-repeat center;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    will-change: transform;
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.ui-accordion-header.ui-accordion-header_alter.ui-state-active:after {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0)
}

.ui-accordion-header.ui-accordion-header_alter>.ui-accordion-header-icon {
    display: none
}

.ui-accordion-header_alter+.ui-accordion-content table {
    width: 100%
}

table.table-striped_special {
    width: 100%
}

.ui-accordion-header_alter+.ui-accordion-content table tr:nth-child(2n),
table.table-striped_special tr:nth-child(2n) {
    background: #f6f6f6
}

.ui-accordion-header_alter+.ui-accordion-content table td,
.ui-accordion-header_alter+.ui-accordion-content table th,
table.table-striped_special td,
table.table-striped_special th {
    font-size: 13px;
    padding: 10px 12px;
    line-height: 1.2
}

.ui-accordion-header_alter+.ui-accordion-content table th,
.ui-accordion-header_alter+.ui-accordion-content table tr td b,
.ui-accordion-header_alter+.ui-accordion-content table tr td strong,
table.table-striped_special th,
table.table-striped_special tr td b,
table.table-striped_special tr td strong {
    color: #f5821f
}

.ui-accordion-header_alter+.ui-accordion-content table tr:not(:first-child) td:last-child,
table.table-striped_special tr:not(:first-child) td:last-child {
    font-family: OpenSansSemibold
}

table.table-striped_special td,
table.table-striped_special th {
    text-align: center
}

table.table-striped_special td:first-child,
table.table-striped_special td:last-child,
table.table-striped_special th:first-child,
table.table-striped_special th:last-child {
    text-align: left
}

.ui-accordion-header_alter.ui-accordion-header_alter_no-spoiler:after,
.ui-accordion-header_alter.ui-accordion-header_alter_no-spoiler:before {
    display: none !important
}

table.table-striped_special td:last-child,
table.table-striped_special th:last-child {
    text-align: right !important
}

.ui-accordion-content {
    padding: 10px 0 0 10px !important
}

@media (min-width: 576px) {
    .puppies_lists.home img {
        height: 150px;
        width: auto !important
    }
}

.social_link ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.social_link li {
    display: flex; 
    align-items: center;
    justify-content: center;
}

.social_link li a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(/images/social.png) no-repeat center
}

.social_link li.vk a {
     background: url(/images/vk.svg) no-repeat center;
     background-size: cover;
}

.social_link li.insta a {
    background-position: -12px -12px
}

.social_link li.fb a {
    background-position: -12px -66px
}

.social_link li.tkt a {
    background-position: -120px -12px
}

.social_link li.ytb a {
    background-position: -66px -12px
}
.social_link li.whatsapp a {
    background-position: -116px -66px;
}
.social_link li.telegram a {
     background: url(/images/telegram.png) no-repeat center;
     background-size: cover;
}
.social_link li.max a {
     background: url(/images/max.png) no-repeat center;
     background-size: cover;
}
.main-nav__item_has-child-hover>span,
.main-nav__item_has-child>span {
    font-family: OpenSansBold;
    display: block;
    font-size: 12px;
    color: #f5821f;
    padding: 15px 0;
    text-decoration: underline
}

.main-nav__item_has-child>span:hover {
    color: #666
}

.main-nav__item_has-child {
    position: relative
}

.main-nav__sub-nav {
    display: none;
   /* width: 130%;*/
   width:250px;
    padding: 5px 10px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

#punkt-144 .main-nav__sub-nav {
    min-width: 235px
}
#punkt-31 .main-nav__sub-nav {
    min-width: 180px
}

.main-nav__sub-nav li {
    margin: 0 0 10px;
    display: block;
    width: 100%
}

.main-nav__sub-nav li:last-child {
    margin-bottom: 0
}

.main-nav__sub-nav li a {
    padding: 5px 0
}

.bordered-txt {
    border: 1px solid #f5821f;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 25px
}

.b-popup {
    height: 100vh;
    top: 0 !important;
    z-index: 500;
    overflow-y: auto !important
}

.b-popup .b-popup-content {
    width: 500px !important;
    height: auto !important;
    position: absolute;
    left: 50%;
    top: 5%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.simple-txt ol,
.simple-txt ul {
    font-family: sans-serif
}

.text-underline {
    text-decoration: underline !important
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.main {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.content__index {
    position: relative;
    z-index: 1;
    border: 0;
    -webkit-box-shadow: 0 20px 20px #ddd;
    box-shadow: 0 20px 20px #ddd;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    margin-top: 0
}

.content__index h1 {
    font-size: 21px;
    color: #333;
    text-align: center;
    font-family: OpenSansLight;
    margin-bottom: 15px
}

.content-wrapper-index {
    margin-top: -8rem
}

.puppies_lists.home {
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.puppies_lists.home:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    content: '';
    width: 100%;
    height: 130px;
    background: url(../images/index-bottom-banner.png) no-repeat center bottom;
    -webkit-background-size: 100% 100%;
    background-size: 100%
}

.puppies_lists.home .catalog-page-item {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada
}

.puppies_lists.home .catalog-page-item:nth-child(4n) {
    border-right: 1px solid #dadada
}

.puppies_lists.home .articles-page-item__btn {
    padding: 15px 30px;
    line-height: 1;
    -webkit-border-radius: 25px;
    border-radius: 25px
}

.puppies_lists.home .articles-page-item__btn:first-child {
    margin-right: 90px !important
}

.index-heading {
    text-transform: uppercase;
    font-family: OpenSansLight;
    margin-bottom: 20px;
    font-size: 25px;
    color: #333
}

.index-block {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dadada
}

.index-block:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.index-about-short {
    padding-bottom: 20px
}

.index-about-short__list {
    padding: 0;
    margin-bottom: 20px
}

.index-about-short__list li {
    background: #f6f6f6;
    padding: 15px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 5px;
    font-size: 14px
}

.index-about-short__list li:last-child {
    margin-bottom: 0
}

.index-about-short__list li img {
    margin-right: 20px;
    max-width: 52px
}

.index-about-short__list li p {
    margin: 0
}

.slick-list,
.slick-slider {
    width: 100%
}

.index-carousel {
    padding: 0 45px
}

.index-carousel .slick-slide:focus {
    outline: 0
}

.index-carousel .slick-arrow {
    width: 37px;
    height: 37px;
    background: url(../images/carousel-icon-sprite.png) no-repeat
}

.index-carousel .slick-arrow:before {
    display: none
}

.index-carousel .slick-arrow:hover {
    -webkit-filter: contrast(4);
    filter: contrast(4)
}

.index-carousel .slick-arrow.slick-disabled {
    opacity: .8
}

.index-carousel .slick-prev {
    left: 0;
    background-position: 0 0
}

.index-carousel .slick-next {
    right: 0;
    background-position: 0 -38px
}

.index-services-carousel-item {
    text-align: center;
    margin: 0 10px
}

.index-services-carousel-item:hover {
    cursor: pointer
}

.index-services-carousel-item__img {
    margin-bottom: 10px
}

.index-services-carousel-item__img img {
    width: 100%
}

.index-services-carousel-item__name {
    color: #f5821f;
    font-family: OpenSansBold;
    text-decoration: underline
}

.index-services-carousel-item:hover,
.index-services-carousel-item:hover .index-services-carousel-item__name {
    text-decoration: none
}

.index-reviews-text-preview {
    overflow: hidden;
    height: 72px
}

.index-articles-carousel {
    margin-bottom: 35px
}

.index-articles-carousel .index-articles-item {
    margin: 0 10px
}

.index-articles-carousel .index-articles-item__img {
    height: 150px;
    overflow: hidden
}

.index-articles-carousel .index-articles-item__name {
    text-transform: lowercase;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 1.1
}

.index-articles-carousel .index-articles-item__name:first-letter {
    text-transform: uppercase
}

.index-articles-carousel .index-articles-item__date {
    text-align: center
}

.index-advantages {
    padding: 25px;
    margin-bottom: 50px;
    background: #f8f8f8;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #f5821f;
    text-align: center
}

.index-advantages p {
    font-family: OpenSansLight;
    margin-bottom: 15px
}

.index-advantages p:last-child {
    margin-bottom: 0
}

.index-advantage-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    display: inline-block
}

.index-advantage-list li {
    color: #f5821f;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px
}

.index-advantage-list li:last-child {
    margin-bottom: 0
}

.index-advantage-list li:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    content: '';
    width: 15px;
    height: 13px;
    background: url(../images/index-advantages-icon.png) no-repeat center
}

.index-gallery-carousel {
    margin-bottom: 30px
}

.index-gallery-carousel-item {
    margin: 0 10px
}

.index-gallery-carousel__img img {
    width: 100%
}

.main-nav__item_has-child-hover {
    position: relative
}

.main-nav__item_has-child-hover:hover .main-nav__sub-nav {
    display: block !important
}

@media only screen and (max-width: 991px) {
    #lightbox-container-image-data-box {
        width: 100% !important
    }

    .puppies_lists.home .catalog-page-item:nth-child(2n) {
        border-right: 1px solid #dadada
    }

    .main-nav__item_has-child>span {
        padding: 5px 0
    }

    .main-nav__sub-nav {
        position: static;
        width: 100%
    }

    .content {
        padding: 0 25px 20px
    }

    .content-wrapper-index {
        margin-top: -3rem
    }

    .top-banner .slick-dotted.slick-slider {
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 767px) {
    .puppies_lists.home .articles-page-item__btn:nth-child(n) {
        margin-right: auto !important;
        margin-left: auto
    }

    .index-articles-carousel .index-articles-item__img {
        height: auto
    }
}

@media only screen and (max-width: 575px) {
    .puppies_lists.home .catalog-page-item:nth-child(n) {
        border-right: 1px solid #dadada
    }

    .content-wrapper-index {
        padding-top: 0
    }

    .top-banner .slick-list {
        padding: 0 !important
    }

    .puppies_lists.home:before {
        height: 60px;
        -webkit-background-size: cover;
        background-size: cover
    }

    .index-advantages {
        padding: 15px;
        font-size: 15px;
        text-align: left
    }

    .slick-list {
        padding: 0 10px !important
    }

    .index-about-short__list li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .index-about-short__list li img {
        margin: 0 auto 5px
    }

    .index-about-short__list li p {
        width: 100%
    }

    .index-carousel {
        padding: 0 25px
    }

    .index-carousel [class*="-item"] {
        margin: 0 5px
    }

    .index-carousel .slick-arrow {
        width: 20px;
        height: 20px;
        -webkit-background-size: 98% 98%;
        background-size: 98%
    }

    .index-carousel .slick-prev {
        background-position: 0 0
    }

    .index-carousel .slick-next {
        background-position: 0 -20px
    }

    .index-services-carousel-item__name {
        font-size: 13px
    }

    .index-reviews-text-preview {
        height: auto
    }

    .b-popup .b-popup-content {
        width: 300px !important;
        max-width: 100%
    }
}

.gallery.card-columns {
    -webkit-column-count: unset;
    column-count: unset;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.gallery.card-columns .box.card {
    float: none;
    border: 0;
    padding: 0 !important;
    width: 30% !important;
    height: auto !important;
    margin-bottom: 20px;
   /* margin-right: 2.3333%*/
}

.gallery.card-columns .box.card img {
    width: 100%
}

#classPets .modal-body p {
    font-size: 15px
}

.reveal-modal {
    margin-left: 0 !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ui-accordion-header {
    text-transform: lowercase;
    line-height: 1.2
}

.ui-accordion-header:first-letter {
    text-transform: uppercase
}

.services-item__name {
    display: block;
    font-size:16px;
}

.accent-btn.btn-success {
    background: #28a745
}

.accent-btn.btn-success:hover {
    background: #248e3c
}

@media screen and (max-width: 600px) {
    .reveal-modal {
        width: 90%;
        padding: 15px
    }
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .gallery.card-columns .box.card {
        width: 48% !important;
        margin-right: 1.3333%
    }

    .visible-xs {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }

    .reveal-modal input[type=text],
    .reveal-modal textarea {
        width: 100% !important
    }

    .form-request {
        padding: 0 5%
    }

    .for_captcha>.g-recaptcha>div {
        position: relative;
        left: 50%;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(.7) translateX(-50%);
        -ms-transform: scale(.7) translateX(-50%);
        transform: scale(.7) translateX(-50%)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

@media (max-width: 575px) {
    .gallery.card-columns .box.card {
        margin-right: 0;
        width: 100% !important;
        padding: 0 10px !important
    }
}

.puppies_list .box {
    margin-bottom: 10px
}

.overflow-hidden {
    overflow: hidden !important
}

.top-banner.slick-slider {
    z-index: 2;
    margin-bottom: 0;
    padding-bottom: 25px
}

.top-banner.slick-slider .slick-slide:focus {
    outline: 0
}

.top-banner.slick-slider .slick-slide img {
    width: 100%
}

.top-banner.slick-slider .slick-dots {
    bottom: 0
}

.top-banner.slick-slider .slick-dots li button {
    padding: 0;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    width: 16px;
    height: 16px
}

.top-banner.slick-slider .slick-dots li button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    background: #f5821f;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 70%;
    height: 70%
}

.top-banner.slick-slider {
    padding-left: 0;
    padding-right: 0
}

.top-banner.slick-slider .slick-dots {
    bottom: 10px
}

.top-banner.slick-slider .slick-arrow {
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.top-banner.slick-slider .slick-prev {
    left: 10px
}

.top-banner.slick-slider .slick-next {
    right: 10px
}

.top-banner-item {
    position: relative
}

.top-banner-item img {
    position: relative;
    z-index: 0
}

.top-banner-item__caption {
    position: absolute;
    z-index: 1;
    max-width: 50%;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    line-height: 1.1;
    font-family: OpenSansBold
}

.top-banner-item__caption>* {
    display: block
}

.top-banner-item__title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 25px
}

.top-banner-item__subtitle {
    color: #fff;
    margin-bottom: 15px;
    font-size: 35px;
    text-transform: uppercase
}

.top-banner-item__btn {
    display: inline-block;
    margin-bottom: 20px;
    font-family: OpenSansSemibold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    padding: 10px 25px
}

.top-banner-item__notice {
    color: #000;
    font-size: 14px
}

.index-carousel .slick-arrow {
    z-index: 50
}

.content-wrapper-index {
    margin-top: -5rem
}

.catalog-page-item__inner {
    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-page-item-properties {
    height: 112px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .top-banner-item__caption {
        max-width: 45%
    }

    .top-banner-item__notice {
        margin: 0 auto;
        width: 80%
    }
}

@media screen and (max-width: 991px) {
    .content-wrapper-index {
        margin-top: -1rem
    }

    .top-banner-item__caption {
        max-width: 100%;
        width: 85%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .top-banner-item__title {
        font-size: 18px
    }

    .top-banner-item__subtitle {
        font-size: 20px
    }

    .top-banner-item__btn {
        font-size: 15px
    }

    .top-banner-item__notice {
        width: 100%
    }
}

@media screen and (max-width: 575px) {
    .top-banner-item.slick-slide {
        margin-left: 0;
        margin-right: 0
    }

    .top-banner-item__caption * {
font-size:100% !important;
	}
	.top-banner-item__notice, .top-banner-item__btn
	{
	display: none;
	}
}
#form5 #price .text {
    display: none;
    font-size: 12px;
	font-weight: bold;
}
.video-responsive { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow:hidden; 
} 
.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
}
#blackfriday
{
	background: rgba(255,255,255,0.8);
	padding: 10px 10px 10px;
position: fixed;
	right:0;
	top:100px;
-webkit-box-shadow: 0 3px 10px #ddd;
    box-shadow: 0 3px 10px #ddd;
	z-index:100;
}
#blackfriday p
{
margin-bottom:5px;
}
#blackfriday .title
{
font-weight: bold;
	color: #000;
	text-align: center;
	text-decoration: none!important;
}
#blackfriday #Stage_jbeeb_3
{
margin-left: 40px;
}
   .truncate {
    
    padding: 5px 0; /* Поля вокруг текста */
   }

   .truncate p {display: none}
      .truncate p:first-of-type {
    margin: 0; /* Убираем внешний отступ */
    -webkit-line-clamp: 2; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
    overflow: hidden; /* Обрезаем всё за пределами блока */
   }
   
   
.table-moveItem {
    width: 100%;
    padding: 4px;
    font-size: 13px;
    box-shadow: 2px 2px 15px #ababab;
    background-color: #f5821f;
    border-radius: 7px;
    text-align: center;
    border-collapse: separate;
    border-spacing: 1px 2px;
}
.table-moveItem tr {
    transition-duration: 400ms;
}
.table-moveItem tr:hover {
    filter: brightness(85%);
}
.table-moveItem th {
    background-color: #f5821f;
    font-size: 14px;   
    color: white;
    padding: 0 5px;
}
.table-moveItem td {
    max-width: 150px;
    min-width: 30px;
}
.column-beforeMove {
    background-color: yellow;
}

.column-afterMove {
    background-color: #9de929;
}

.column-beforeMove, .column-afterMove {
    overflow-x: auto;
}

.column-beforeMove::-webkit-scrollbar-thumb, .column-afterMove::-webkit-scrollbar-thumb {
    background: #fb6e38;
    border-radius: 4px;
}
.column-beforeMove::-webkit-scrollbar-track, .column-afterMove::-webkit-scrollbar-track {
    background-color: #fff;
}
.column-beforeMove::-webkit-scrollbar, .column-afterMove::-webkit-scrollbar {
    height: 6px;
}