article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio:not([controls]) {
    display: none;
    height: 0px;
}

html {
    font-family: sans-serif;
}

body {
    margin: 0px;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0px none;
}

h1 {
    font-size: 2em;
}

img {
    border: 0px none;
}

svg:not(:root) {
    overflow: hidden;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0px none;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
}

html {
    text-rendering: optimizelegibility;
}

img {
    border: 0px none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

@font-face {
    font-family: "Futurica LT";
    src: url('../font/futurica-lt.ttf') format("truetype");
}

@font-face {
    font-family: "Helvetica Light";
    src: url('../font/helveticaneuecyr-light.otf') format("truetype");
}

@font-face {
    font-family: "Helvetica Bold";
    src: url('../font/helveticaneuecyr-roman.otf') format("truetype");
}

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

body {
    background: rgb(255, 255, 255) url('../img/MQy6rhu.jpg') center no-repeat;
    background-attachment: fixed;
    background-position: center;
    font: 200 110%/1.1 "Futurica LT", "Helvetica Light", sans-serif;
    color: rgb(102, 102, 102);
}

img.img_content{
    display: block;
    margin:0 auto;
}
.fclr {
    clear: both;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.green {
    color: #8B7355;
}

.yellow {
    color: #8B5A2B;
}

.blue {
    color: #8B5A2B;
}

.red {
    color: #8B7355;
}

.purple {
    color: #8B7355;
}

.brown {
    color: #8B5A2B;
}

*::-moz-selection {
    background: rgb(127, 127, 127) none repeat scroll 0% 0%;
    color: rgb(252, 252, 252);
}

hr {
    border: 0px none;
    height: 10px;
}

hr.fclr {
    height: 2px;
    margin: 0px;
}

a {
    color: inherit;
    cursor: pointer;
    border: medium none;
    text-decoration: underline;
    transition: all 0.4s linear 0s;
}

a:hover,
a:focus,
a.hover {
    color: rgb(197, 197, 197);
    text-decoration: none;
}

a.contact {
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    font-weight: 200;
    line-height: 1;
    margin: 0px;
    color: #8B4726;
    text-transform: uppercase;
}

h1 {
    font-size: 200%;
    margin: 5px 0px 10px;
}

h2 {
    font-size: 150%;
    margin: 30px 0px 15px;
}

brend {
    font-size: 150%;
    margin: 30px 0px 15px;
}


h3 {
    margin: 30px 0px 15px;
}

p {
    padding-top: 5px;
    margin: 0px;
    padding-left: 25px;
    padding-right: 25px;
    color: #000;
}

ul.marker li::before {
    content: "-";
    padding: 0px 10px;
}

section,
#footer {
    padding: 50px 0px 20px;
}

#copyright {
    padding: 10px 0px 20px;
    text-align: center;
    color: #000;
}

#copyright a:hover {
    color: rgb(204, 204, 204);
    text-shadow: 1px 1px 1px rgb(51, 51, 51);
}

#header article,
section article,
#footer article {
    width: 1000px;
    margin: 0px auto;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    position: relative;
    border: 1px solid #eeeeeec2;
    box-shadow: -1px 0px 13px rgba(56, 53, 53, 0.15);
    /* box-shadow: 0px 5px 20px rgb(204, 204, 204); */
}

section article {
    padding: 20px 50px;
    width: 900px;
}

#footer-photo {
    background: url(../img/111.jpeg) center no-repeat;
    width: 1000px;
    height: 350px;
    padding: 0px;
    margin: -40px auto 0px;
    box-shadow: inset 0px 4px 20px black;
}

#footer-photo img {
    float: left;
}

.script {
    margin: 0 auto;
    float: right;
    width: 300px;
}

hr.belt-bottom,
div.belt-bottom {
    position: absolute;
    left: 0px;
    bottom: -60px;
    width: 100%;
    height: 85px;
    background: transparent url('../img/belt-bottom.png') no-repeat scroll 0% 0%;
}

hr.belt-top {
    position: absolute;
    left: 0px;
    top: -45px;
    width: 100%;
    height: 40px;
    background: transparent url('../img/belt-top.png') no-repeat scroll 0% 0%;
}

#header article div.belt-bottom {
    height: 100px;
    bottom: -51px;
    background: transparent url('../img/belt-bottom-banner.png') no-repeat scroll 0% 0%;
}

a[id^="social-"] {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    margin: 8px 5px;
    cursor: pointer;
    background: transparent url('../img/icon-social.png') no-repeat scroll 0% 0%;
}

#header-phone {
    float: left;
    padding: 15px 15px 10px;
    font-size: 140%;
}

#header-nav {
    float: right;
    padding: 20px 10px 5px;
}

#header-nav a {
    font-size: 100%;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 10px;
}

#header-banner {
    height: 414px;
    background: transparent url('../img/z_8b37d7c4.jpg') no-repeat scroll 0px -15px;
}

#header-wrap {
    width: 300px;
    height: 365px;
    border-radius: 0px 50% 50% 0px;
    background: rgba(117, 70, 45, 0.5) none repeat scroll 0% 0%;
}

#header-wrap img {
    margin: 50px 0px 0px 60px;
}

#header-wrap span {
    font-size: 100%;
    text-align: center;
    margin: 20px 0px;
    color: rgb(255, 255, 255);
	font-weight: 600;
    display: block;
    text-transform: uppercase;
}
}

#header-wrap span div {
    font-size: 180%;
    margin: 5px 0px;
}

#comment label[for="comment-file"]::before {
    display: none;
}
.flex_curcle{
display:flex;
flex-wrap:wrap;
justify-content: center;
}
.flex_curcle>a{
margin:10px
}
.service {
    display: block;
    float: left;
    width: 430px;
    height: 180px;
    margin: 10px;
}

.service [class^="service-"] {
    width: 120px;
    height: 120px;
    margin: 10px;
    background: transparent url('../img/icon-service.jpg') no-repeat scroll 0px 0px;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    transition: all 0.4s linear 0s;
}

.service [class^="service-"]:hover,
.service .hover[class^="service-"] {
    opacity: 0.6;
}

.service .caption {
    width: 270px;
    float: left;
}

.service h2 {
    width: 100%;
    padding: 7px 0px 2px;
    margin: 5px 0px;
    background: rgb(204, 204, 204) none repeat scroll 0% 0%;
    font-size: 120%;
    text-align: center;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    transition: all 0.4s linear 0s;
}

.service a:hover h2,
.service a.hover h2 {
    background-color: rgb(204, 204, 204);
}

.service a {
    text-decoration: none;
}

.service.left p {
    text-align: center;
    color: #000;
}

.service.right p {
    text-align: center;
    color: #000;
}

.service.left [class^="service-"] {
    float: right;
    display: block;
    padding: 0px;
}

.service.right [class^="service-"] {
    float: left;
    display: block;
    margin-right: 20px;
}

.service p {
    color: #000;
    font-size: 90%;
}

.service a.more {
    display: block;
    float: right;
    padding: 2px 10px;
    margin-top: 10px;
    border-width: 1px;
    border-style: solid;
}

.service.green h2 {
    background-color: #8B7355;
}

.service.yellow h2 {
    background-color: #8B5A2B;
}

.service.blue h2 {
    background-color: #8B5A2B;
}

.service.red h2 {
    background-color: #8B7355;
}

.service.purple h2 {
    background-color: #8B7355;
}

.service.brown h2 {
    background-color: #8B5A2B;
}

.service .service-hotel {
    background-position: 0px 0px;
}

.service .service-taxi {
    background-position: -120px 0px;
}

.service .service-vet {
    background-position: -3px -119px;
}

.service .service-shop {
    background-position: -123px -116px;
}

.service .service-handler {
    background-position: 0px -243px;
}

.service .service-groomer {
    background-position: -120px -241px;
}

form label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 1px;
    background: transparent url('../img/icon-checkbox.png') no-repeat scroll -16px 0px;
    border: 1px solid rgb(95, 95, 95);
    border-radius: 4px;
}

form input[type="checkbox"]:checked+label::before {
    background-position: 0px 0px;
}

.gray form input,
.gray form textarea,
.gray form label::before {
    border: 1px solid rgb(145, 145, 145);
    color: rgb(102, 102, 102);
}

.gray form input[type="checkbox"]:checked+label::before {
    background-position: 0px -16px;
}

@media not all,
only screen and (min--moz-device-pixel-ratio: 1.5),
not all {
    body {
        background-image: url('../img/bg@2x.jpg');
        background-size: 101% auto;
    }
}

#course {
    padding: 10px 50px;
}

a.course {
    display: block;
    width: 200px;
    text-decoration: none;
    text-align: center;
}

table {
    color: #000;
}

th {
    color: #8B5A2B;
}

a.course [class^="course-"] {
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    -webkit-transition: opacity 0.4s linear;
    -moz-transition: opacity 0.4s linear;
    -ms-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
}

#gallery  {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;

    justify-content: center;
    align-items: center;
    position: relative;
}

#gallery a {

    height: 145px;

    width: 180px;
    /* CSS3 Prevent selections */
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    margin:20px;
    position: relative;
}

#gallery a img {
    border: 8px solid #fff;
    border-bottom: 20px solid #fff;
    cursor: pointer;
    display: block;
    object-fit: cover;
    width: inherit;
    height: inherit;
    left: 0px;
    position: absolute;
    top: 0px;

    z-index: 1;
    /* CSS3 Box sizing property */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /* CSS3 transition rules */
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;
    /* CSS3 Box Shadow */
    -moz-box-shadow: 2px 2px 4px #444;
    -webkit-box-shadow: 2px 2px 4px #444;
    -o-box-shadow: 2px 2px 4px #444;
    box-shadow: 2px 2px 4px #444;
}




.gallery a:focus img {
    cursor: default;

    left: -150px;
    top: -100px;
    position: absolute;

    width: 90%;
    height: 90%;
    z-index: 25;
    /* CSS3 transition rules */
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;
    /* CSS3 transform rules */
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

blockquote {
    background: none repeat scroll 0 0 #CDB38B;
    color: #252540;
    font-family: arial;
    font-size: 17px;
    font-style: italic;
    line-height: 1.45;
    text-align: center;
    padding: 15px 38px;
    position: relative;
    width: 820px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 10px rgba(0, 0, 0, 0.1) inset;
}


blockquote:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    -webkit-box-shadow: 0 19px 7px #a7a7a7;
    -moz-box-shadow: 0 19px 7px #a7a7a7;
    box-shadow: 0 19px 7px #a7a7a7;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

div.folder_curcle{
display:flex;
flex-wrap:wrap;
    justify-content: center;
}

div.folder_curcle>a{
margin: 0 0px 40px 0;
    position: relative;

    vertical-align: top;
    letter-spacing: normal;
    font-size: 13px;
    line-height: 13px;
    text-decoration: none;
    border: none;
    outline: none;
   	flex-basis: 225px;
    min-width: 180px;
}

div.folder_curcle>a>div{
	width: 100px;
    border-radius: 50%;
    overflow: hidden;
    height: 100px;
    display: block;
    margin: 0 auto;
	border: 1px solid #dfd6d6;
}
div.folder_curcle>a>div>img{
	height: 100%;
	display: block;
    max-width: max-content;
    margin: 0 auto;
}
div.folder_curcle>a>span{
    font-size: 16px;
    color: #333;
    display: block;
    line-height: 20px;
    text-align: center;
    width: 100%;
    margin: 15px auto 0;
    min-height: 40px;
	}


        .noselect {
            -webkit-touch-callout: none; /* iOS Safari */
                -webkit-user-select: none; /* Safari */
                -khtml-user-select: none; /* Konqueror HTML */
                -moz-user-select: none; /* Old versions of Firefox */
                    -ms-user-select: none; /* Internet Explorer/Edge */
                        user-select: none; /* Non-prefixed version, currently
                                            supported by Chrome, Edge, Opera and Firefox */
            }

        .ban_povodok{
            background-color: yellow;
            position: relative;
            margin: 0px auto;
            padding:10px;
			margin-bottom: 20px;

        }
        .ban_povodok a{
            text-decoration: none;
            color:black;
            /*position:absolute;*/
            width: 100%;
            height: 100%;
            margin: 0 auto;
            font-weight: 900;
        }
        .ban_povodok .wrapper{
            padding:10px;
            margin: 10px 20px;
            border: 3px solid black;
            border-radius: 20px;
        }

        .ban_povodok .wrapper .header_ban{
            font-size: 1.8rem;
            color:red;
            text-align: center;
        }

        .ban_povodok .wrapper .text_ban{
            margin-top: 15px;
            font-size: 1.3rem;
            color:black;
            text-align: center;
        }

        .ban_povodok .wrapper .text_ban span{
            display: block;
            color:red;
            margin-top: 15px;

        }

        .ban_povodok .wrapper img{
            margin: 0 auto;
            display: block;
             margin-top: 15px;
            width: 300px;
        }


        @media (max-width: 480px) {
            .ban_povodok .wrapper img{
                width: 230px;
            }
        }

        @media (min-width: 900px) {
            .ban_povodok .wrapper{
                display: grid;
                grid-template-columns:  300px 1fr;
            }
        }


@media screen and (max-width: 600px) {
    #header article,
    section article,
    #footer article,
    .service,
    #footer-photo {
        width: auto !important;
    }
    section article {
        padding: 15px;
    }
    blockquote {
        width: auto !important;
        margin: 0;
    }
    .service {
        float: none;
        margin-bottom: 61px;
        height: auto;
    }
    .service .caption {
        float: none;
        width: calc(100% - 30px);
    }
    .service.right [class^="service-"],
    .service.left [class^="service-"] {
        float: none;
        margin: 0 auto;
    }

}