@font-face {
    font-family: 'Wichita';
    src: url('../fonts/Wichita.eot');
    src: url('../fonts/Wichita.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Wichita.woff') format('woff'),
        url('../fonts/Wichita.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap&subset=cyrillic');
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.eot');
    src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Black.woff') format('woff'), url('../fonts/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.eot');
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Medium.eot');
    src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Medium.woff') format('woff'), url('../fonts/Lato-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Lato';
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.pac {
    font-family: 'Wichita';
}

.rob {
    font-family: 'Roboto', sans-serif;
}

* {
    outline: none!Important;
}

button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

label.error {
    display: none!important;
}

.error {
    border-color: red!important;
}

.valid {
    border-color: green!important;
}

.nomob {
    display: block;
}

.onlymob {
    display: none;
}

.nopadl {
    padding-left: 0;
}

.nopadr {
    padding-right: 0;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

body {
    padding-right: 0 !important;
}

body.modal-open {
    padding-right: 17px !important;
}

.flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.flex::before,
.row.flex::after {
    display: none
}

.flex.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.one {
    padding: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/bg1.jpg);
    min-height: 918px;
    padding-top: 264px;
}

.container {
    width: 100%;
    max-width: 1650px;
}

.header_part {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    padding-top: 45px;
}

.logo {
    max-width: 100%;
}

.al_bottom_flex {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.head_list1 {
    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-bottom: 22px;
}

button {
    background: none;
    border: none;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    vertical-align: middle;
}

.help_but {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    border-radius: 100px;
    background-color: rgb(247, 176, 22);
    width: 242px;
    height: 50px;
}

.help_but img {
    margin-left: 10px;
}

.help_but:hover {
    -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.3);
}

.soc_list {
    width: 235px;
    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;
}

.soc_list li {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    top: 0;
}

.soc_list li:hover {
    top: -3px;
}

.toptel {
    font-size: 26px;
    color: #222222;
    font-weight: bold;
}

.toptel:hover {
    text-decoration: underline;
}

.head_list2 {
    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;
}

.head_list2 li a {
    font-size: 26px;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    border-radius: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 2px 15px 4px 15px;
    position: relative;
}
.head_list2 li a img {
    margin-left: 8px;
}

.head_list2 li a:hover, .activeone {background: #6c529c;}

.block1_wrp {
    max-width: 430px;
}

h1 {
    margin: 0;
    margin-bottom: 50px;
    line-height: 57px;
    letter-spacing: 0.06em;
    font-size: 67px;
    color: #fff;
    font-weight: 300;
}

h1 b {
    font-weight: bold;
    font-size: 50px;
}

.subh1 {
    line-height: 30px;
    color: #fff;
    font-size: 17px;
    margin-bottom: 60px;
}

.help_but.pink {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.95);
    background-color: rgba(234, 141, 196, 0.95);
    -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.09);
}
.help_but.pink:hover {
    -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.3);
    background-color: rgb(247, 176, 22);
    border-color: rgb(247, 176, 22);
}
.rev_slider_wrp {
    background-image: url(../img/bg2.png);
    max-width: 332px;
    height: 456px;
    width: 100%;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: top right;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 100;
}

.over_slider_in {
    max-width: 270px;
    width: 100%;
    background: #fff;
    margin-left: auto;
    height: 305px;
    border-radius: 15px;
    position: relative;
    text-align: center;
    padding: 0 20px;
}

.over_slider_in::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/shadow.png);
    width: 320px;
    height: 304px;
    background-repeat: no-repeat;
    left: calc(50% - 160px);
    top: calc(50% - 112px);
    z-index: -1;
}

.photoes_area {
    height: 155px;
    position: relative;
}

.photoes_area> div {
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    position: absolute;
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.37);
}

.photoes_area > div::before {
    padding-top: 100%;
    content: '';
    display: block;
}

.rev_img1 {
    width: 30%;
    left: 21%;
    top: -30px;
}

.rev_img2 {
    width: 37%;
    bottom: 15px;
    left: 16px;
}

.rev_img3 {
    width: 45%;
    top: -10px;
    right: -6px;
}

.rev_text {
    max-height: 71px;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 13px;
    color: #323232;
    font-weight: 300;
    line-height: 18px;
}

.read_all_revs {
    font-size: 13px;
    color: #f7b016;
    font-style: italic;
    font-weight: 300;
    margin-top: 40px;
    display: block;
}

.read_all_revs:hover {
    text-decoration: underline;
}

.rev_inner_slider .item {
    margin-top: 30px;
}

.rev_inner_slider {
    margin-top: -30px;
}

.owl-dots {
    text-align: center;
}

.owl-dot {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    background-color: #e6e6e6;
    margin: 0 7px;
}

.owl-dot.active {
    background-color: #77b8d4;
}

.rev_inner_slider .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 26px;
}
.video_div {
    display: block;
    position: relative;
    width: 100%;
    max-width: 625px;
    margin-left: auto;
    background-position: center;
    background-size: cover;
}
.video_div::before {
    content: '';
    display: block;
    padding-top: 100%;
    background-image: url(../img/video_bg.png);
    background-position: bottom center;
    background-size: cover;
}
.video_div::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/play.png);
    width: 147px;
    height: 147px;
    left: calc(50% - 73.5px);
    top: calc(50% - 73.5px);
}
.video_div:hover::after {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}
.banner_section {
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
}
.two {
    padding: 160px 0;
    background-color: #ea8dc4
}
.founder_wrp {
    position: absolute;
    z-index: 100;
    left: 0;
    padding-left: 60px;
    padding-bottom: 45px;
    padding-top: 60px;
    padding-right: 38px;
    background: #fff;
    max-width: 540px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.founder_in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}
.founder_img {
    width: 140px;
}
.founder_img div {
    display: block;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    margin-bottom: 17px;
}
.founder_img div::before {
    padding-top: 100%;
    content: '';
    display: block;
}
.founder_img p {
    margin-bottom: 0;
    font-size: 14px;
    color: #131313;
    margin-top: 17px;
}
.founder_text {
    width: calc(100% - 140px);
    padding-right: 50px;
}
.ft1 {
	margin-bottom: 20px;
    font-size: 30px;
    color: #131313;
    font-weight: bold;
}
.ft2 {
	margin-bottom: 0;
    font-weight: 300;
    color: #131313;
    line-height: 25px;
}
.about_t {
    margin-top: 30px;
    display: block;
    font-size: 13px;
    color: #f7b016;
    font-weight: 300;
    font-style: italic;
}
.about_t img {
    margin-right: 22px;
}
.about_t:hover {
    text-decoration: underline;
}
.three {
    padding-top: 160px;
    padding-bottom: 140px;
    background: url(../img/steps.png), url(../img/steps.png), url(../img/steps.png);
    background-position: calc(50% - 750px) 150px, calc(50% + 770px) 910px, calc(50% - 780px) calc(100% - 30px);
    background-repeat: no-repeat;
}
.three .flex {
    margin-bottom: -115px;
}
.three .flex > div {
    margin-bottom: 115px;
}
.pr_wrp_all {
    text-align: center;
}
.pr_wrp_all div {
    height: 365px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
}
.pr_wrp_all img {
    max-width: 100%;
    max-height: 100%;
}
.ptt1 {
	margin: 0;
	font-size: 46px;
	color: #202020;
	line-height: 1.2;
	font-family: 'Wichita';
}
.ptt2 {
	margin-bottom: 0;
    line-height: 47px;
    color: #202020;
    font-weight: 300;
    color:#202020;
    font-size: 17px;
}
.go_to_category {
    display: none
}
.four_tabs_list {
    text-align: center;
    margin-bottom: 90px;
}
.four_tabs_list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 22px;
}
.four_tabs_list li > a:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0,0.24);
    border-radius: 100px;
    width: 244px;
    height: 66px;
    font-size: 19px;
    color: #202020;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 74px;
    background: #fff;
}
.four_tabs_list li > a span {
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    top: calc(50% - 26px);
    left: 6px;
}
.four_tabs_list li > a:first-child::before {
    content: '';
    display: block;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-width: 6px;
    background: rgb(255, 170, 6);
    border-radius: 100px;
    opacity: 0;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    left: -6px;
    top: -6px;
    z-index: -1;
}
.four_tabs_list li.active > a::before {
    opacity: 1;
}
.four_tabs_list li.active > a {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}
.four_tabs_list li > a:hover {
    -webkit-box-shadow: 0px 7px 21px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 7px 21px 0px rgba(0, 0, 0, 0.3)
}
.four_tabs_list li.active > a:last-child {
    display: block;
    text-align: center;
    margin-top: 18px;
    font-size: 13px;
    color: #f7b016;
    font-weight: 300;
    font-style: italic;
}
.four_tabs_list li.active > a:last-child:hover {
    text-decoration: underline;
}
.dog_main_img {
    width: 100%;
    max-width: 380px;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    border-color: rgb(255, 210, 0);
    background-position: center;
    background-size: cover;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.dog_main_img::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.dog_ttle {
	margin-bottom: 23px;
	line-height: 28px;
	color: #202020;
	font-size: 23px;
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
}
.dog_descript_wrp {
    text-align: center;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 26px 0;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}
.dog_descript_wrp p {
    font-size: 16px;
    color: #202020;
    margin-bottom: 0;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.dog_descript_wrp p:first-child {
    margin-left: 0;
}
.dog_descript_wrp p:last-child {
    margin-right: 0;
}
.dog_descript_wrp p span {
    display: block;font-weight: 300;
    color: #202020;
}
.dog_price {
	margin: 30px 0;
    line-height: 1;
    font-size: 52px;
    color: #202020;
    font-weight: 300;
}
.dog_price img {
	margin-left: 6px;
	position: relative;
	top: -3px;
}
.look_button {
	font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
  background-color: rgb(234, 141, 196);
  -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.3);
  max-width: 241px;
  height: 49px;
    width: 100%;
border-radius: 100px;
}
.look_button img {
    margin-left: 20px;
}
.look_button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .7;
}
.dog_wrp {
	text-align: center;
}
.dog_img_part {
    position: relative;
    padding-top: 140px;
}
.dog_imgs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 202px;
}
.dog_imgs li {
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    width: 24%;
    position: absolute;
    border: 1px solid #e8e8e8;
}
.dog_imgs li::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.dog_imgs li:first-child {
    
left: 0;
    
bottom: 0;
}
.dog_imgs li:nth-child(2) {
    
top: 0;
    
left: 24%;
}
.dog_imgs li:nth-child(3) {
    
top: 0;
    
left: 52%;
}
.dog_imgs li:nth-child(4) {
    
right: 0;
    
bottom: 0;
}
.dog_imgs li.activeli {
	cursor: pointer;
}
.dog_imgs li.activeli.thisactive::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-style: solid;
  border-width: 3px;
  border-color: rgb(255, 210, 0);
    
}
.dog_flex {
    margin-bottom: -150px;
}
.dog_flex > div {
    margin-bottom: 150px;
}
.go_catalog {
    margin-top: 90px;
    display: inline-block;
    font-size: 23px;
    color: #202020;
    font-weight: 300;
}
.go_catalog img {
    margin-right: 23px;
}
.go_catalog:hover {
    text-decoration: underline;
}
.four {
    padding-bottom: 135px;
}
footer {
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/bg3.jpg);
    min-height: 1184px;
    padding-top: 110px;
}
.foot_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .soc_list {
    max-width: 210px;
}
.nav_ttle {
    font-size: 18px;
    color: #202020;
    font-weight: 300;
    margin-bottom: 24px;
}
.foottel {
	display: inline-block;
	height: 38px;
	font-size: 26px;
	color: #222222;
	font-weight: bold;
}
.foottel:hover {
	text-decoration: underline;
}
.foot_last {
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
    margin-top: 55px;
    font-size: 13px;
    text-transform: uppercase;
    
}
.fixed_header {
    position: fixed;
    z-index: 1000;
    top: 25px;
    left: 0;
    width: 100%;
    display: none
}
.fix_header_wrp {
	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 40px;
    border-radius: 100px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.09);
  max-width: 1656px;
  height: 109px;
width: 100%;
}
.fixed_header .head_list2 li a {
    color: black
}
.fixed_header .head_list2 li a img {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}
.fixed_header .head_list2 li a:hover, .fixed_header .head_list2 li a.activeone {
    color: #fff
}
.fixed_header .head_list2 li a:hover img, .fixed_header .head_list2 li a.activeone img {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}
.fixed_header .soc_list {
	max-width: 230px;
    width: 100%;
}
.fixed_header .head_list2 {
    width: calc(100% - 300px);
    padding-right: 70px;
}
.fixed_header .head_list2 li:first-child a {
    padding: 0;
    background: none!important
}
.fixed_header .head_list2 li:first-child a img {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}
.hover_divs_wrp {
    position: absolute;
    z-index: 1000;
    left: 0;
    width: 100%;
    top: 230px;
    padding: 0 15px;
    display: none
}
.hover_item_nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 44px;
    background-color: rgb(108, 82, 156);
    max-width: 1587px;
    padding-left: 40px;
    padding-right: 60px;
    padding-top: 15px;
    overflow: hidden;
    padding-bottom: 15px;
}
.animal_item {
    position: relative;
    padding-left: 160px;
    margin-top: 40px;
}
.an_item {
	width: 112px;
    height: 112px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0;
    position: absolute;
}
.dog_ttle_t {
	margin-bottom: 16px;
    font-size: 41px;
    color: #fff;
    font-family: 'Wichita';
}
.dog_items {
    
}
.dog_items li {
    margin-bottom: 18px;
}
.dog_items li:last-child {
    margin-bottom: 0;
}
.dog_items li a {
    font-size: 13px;
    color: #ffffff;
    line-height: 15px;
}
.dog_items li a:hover {
    text-decoration: underline;
}
.nav_items_flex {
    margin-bottom: 111px;
}
.scroll_with_items {
    max-height: 510px;
    position: relative;
    overflow-x: hidden;
}
.hover_item_nav {
    position: relative;
}
.hover_item_nav::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 111px;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#6c529c), to(#6c529c5c));
    background: linear-gradient(0, #6c529c, #6c529c5c);
    z-index: 100;
    border-radius: 0 0 100px 100px;
    -webkit-filter: blur(8px);
    filter: blur(8px);
}
.ps__rail-y {
    opacity: 1;
    background: rgba(255, 255, 255, 0.65)!important;
    width: 2px;
    z-index: 1000;
    margin-right: 3px;
}
.ps__thumb-y {
    background: #fff!important;
    border-radius: 0;
    width: 4px!important;
    right: -1px;
}
.hover_item_nav {
    display: none
}
.activeone::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/triangle.png);
    width: 46px;
    height: 37px;
    left: calc(50% - 23px);
    top: calc(100% + 17px);
}
.opened_sub .hover_divs_wrp {
    position: fixed;
    top: 150px;
}
.onlymob_logo {
    display: none
}
.open_menu {
    display: none
}
.close_it {
    display: none
}
header {
    background-image: url(../img/header_bg.jpg);
    background-position: center;
    padding: 40px 0 45px 0px;
    background-size: cover;
}
header .header_part {
    position: relative;
    padding: 0;
    top: 0;
}
.shadow_enable {
    position: relative;
    background: #fff
}
.shadow_enable::before {
    content: '';
    display: block;
    background-image: url(../img/shadow2.png);
    height: 121px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    position: absolute;
}
.about_section::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: ;
    width: 100%;
    background-image: url(../img/shadow1.png);
    height: 121px;
}
.about_section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 160px;
}
h2 {
    margin: 0;
    margin-bottom: 80px;
    font-size: 87px;
    color: #181818;
    font-family: 'Wichita';
}
.about_text {
	margin-bottom: 115px;
    font-size: 17px;
    color: #181818;
    line-height: 54px;
    font-weight: 300;
}
.about_text:last-child {
	margin-bottom: 0;
}
.about_section .over_slider_in {
    margin-left: auto;
    margin-right: auto;
}
.about_section .help_but {
    margin-top: 70px;
}
.search_result {
    padding-top: 140px;
    padding-bottom: 230px;
}
.ttle_section {
    padding-top: 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid #d1d1d1;
}
.ttle_section h2 {
    line-height: 1;
    margin: 0;
}
.filter_elements {
    padding: 65px 0;
    border-bottom: 1px solid #d1d1d1;
}
.filter_elements .four_tabs_list {
    text-align: left;
    margin-bottom: 0;
}
.filter_elements .four_tabs_list li {
    margin: 0;
    margin-right: 20px;
}
.filter_ttle {
	font-size: 13px;
    color: #232323;
    margin-bottom: 10px;
    font-weight: 300;
}
.range_wrp {
    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;
    max-width: 490px;
}
.range_inputs {
    width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.range_inputs input {
    font-size: 13px;
    color: #a8a8a8;
    font-weight: 300;
    background-color: #fafafa;
    padding: 0 14px;
    height: 50px;
    border: 1px solid #ececec;
    border-radius: 4px;
    width: 50%;
}
.range_inputs input:first-child {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.range_inputs input:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.range_slider_wrp {
    width: calc(100% - 240px);
    padding-left: 20px;
    max-width: 220px;
    margin-top: -12px;
}
.noUi-target {
        border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 3px;
    background: #eeeeee;
}
.noUi-connect {
    background: #77b8d4;
}
.noUi-handle {
	border-radius: 50%;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
  width: 26px;
  height: 26px;
}
.noUi-handle:after {
    display: none
}
.noUi-horizontal .noUi-handle {
    top: -10px!important;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
    width: 26px!important;
    height: 26px!important;
    border: none;
    cursor: e-resize;
}
.noUi-handle:before {
    width: 7px;
    height: 7px;
    background: #77b8d4;
    border-radius: 50%;
    top: calc(50% - 4px);
    left: calc(50% - 3.5px);
}
.noUi-tooltip {
    background: none;
    border: none;
    padding: 0;
    color: #cdcdcd;
    font-size: 11px;
    font-weight: 300;
    bottom: -18px!important;
}
.pohlavi_li {
    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;
    width: 100%;
    max-width: 430px;
}
.pohlavi_li li {
    
}
.pohlavi_li li a {
    font-size: 17px;
    color: #a9a9a9;
    font-weight: 300;
}
.pohlavi_li li.active a {
    font-size: 17px;
    color: #77b8d4;
    font-weight: bold;
    text-decoration: none!important
}
.pohlavi_li li a:hover {
    text-decoration: underline;
}
.pohlavi_li li img {
    margin-right: 18px;
}
.filter_section {
    padding-top: 16px;
    padding-bottom: 22px;
    border-bottom: 1px solid #d1d1d1;
}
.filter_section .help_but {
    margin-top: 15px;
}
.next_puppies {
    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;
    height: 125px;
    max-width: 320px;
    font-size: 22px;
    color: #1a1a1a;
    font-weight: bold;
    font-style: italic;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    vertical-align: middle;
    position: relative;
}
.next_puppies::before {
    content: '';
    display: block;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/border_dash.png);
}
.next_puppies img {
    margin-right: 26px;
}
.next_puppies:hover {
    opacity: .6;
}
.mt80 {
    margin-top: 80px;
}
.puppy_list {
    display: inline-block;
    vertical-align: middle;
    padding-left: 100px;
    max-width: calc(100% - 440px);
}
.puppy_list li {
    margin-right: 16px;
    display: inline-block;
    vertical-align: middle;
    
}
.puppy_list li a {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    color: #111111;
    font-weight: bold;
    font-style: italic;
}
.puppy_list li.active a {
    background-image: url(../img/border_dash2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}
.bread_list {
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: auto;
}
.bread_list li {
    display: inline-block;
    vertical-align: middle;
}
.bread_list li a {
    font-size: 13px;
    color: #171717;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}
.bread_list li::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/breadc.png);
    width: 7px;
    height: 9px;
    position: relative;
    top: 1px;
    margin: 0 24px;
}
.bread_list li:last-child::after {
    display: none
}
.bread_list li a:hover {
    text-decoration: underline;
}
.art_section {
    padding-top: 105px;
    padding-bottom: 180px;
    position: relative;
}
.art_section::before {
    content: '';
    display: block;
    background-image: url(../img/shadow2.png);
    height: 121px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    position: absolute;
}
.new_wrp {
	max-width: 460px;
}
.new_ttle {
	min-height: 110px;
    margin-bottom: 10px;
    font-size: 28px;
    color: #202020;
    line-height: 38px;
}
.an_wrp {
    
}
.an_img {
	width: 170px;
    height: 170px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-size: cover;
}
.an_wrp p {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #202020;
    font-weight: 300;
    line-height: 32px;
    width: calc(100% - 175px);
    padding-left: 38px;
}
.news_flex {
    margin-bottom: -150px;
}
.news_flex > div {
    margin-bottom: 150px;
}
.art_nav {
    max-width: 240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 100;
}
.art_nav li {
    margin-bottom: 40px;
    display: block;
}
.art_nav li:last-child {
    margin-bottom: 0;
}
.art_nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background: #fff;
    font-size: 19px;
    color: #202020;
    text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0,0.2);
  border-radius: 29px;
  background-color: rgb(255, 255, 255);
  height: 66px;
border-radius: 100px;
}
.art_nav li a::before, .art_nav li a::before {
    content: '';
    display: block;
    position: absolute;
    height: calc(100% + 12px);
    width: calc(100% + 12px);
    left: -6px;
    top: -6px;
    background: #ffaa06;
    border-radius: 100px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}
.art_nav li.active a::before, .art_nav li a:hover::before {
    opacity: 1;
}
.new_wrp:hover .new_ttle {
	text-decoration: underline;
}
.delivery_flex {
    margin-bottom: 115px;
}
.delivery_flex:last-child {
    margin-bottom: 0;
}
.dt1 {
	font-size: 39px;
    color: #181818;
    margin-bottom: 25px;
}
.dt2 {
	font-size: 16px;
	color: #181818;
	font-weight: 300;
	line-height: 54px;
    margin-bottom: -15px;
}
.gift_img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.map_wrp {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  border-radius: 32px;
  background-color: rgb(0, 0, 0);
  -webkit-box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.11);
  max-width: 544px;
  height: 543px;
}
.contact_section {
	padding-top: 100px;
    padding-bottom: 210px;
}
.contact_section h2 {
    margin-bottom: 30px;
}
.cont_item {
	margin-bottom: 45px;
}
.cnt1 {
    font-size: 15px;
    color: #222222;
    margin-bottom: 5px;
    font-weight: 300;
}
.cnt2 {
    font-size: 26px;
    color: #222222;
    font-weight: bold;
}
.cnt2:hover {
    text-decoration: underline;
}
.contact_section .soc_list {
	margin-top: 10px;
    max-width: 224px;
}
.contact_form_wrp {
	margin-left: auto;
    margin-right: auto;
    background-color: #f9f2f2;
    border-radius: 35px;
    max-width: 500px;
    width: 100%;
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 35px;
}

.field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 26px;
  position: relative;
}
.field label {
  padding-left: 5px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateY(20px);
  transform: translateY(0px);
  pointer-events: none;
  font-size: 15px;
  color: #131313;
  font-weight: 300;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
}
.field label.moveUp {
  -webkit-transform: translateY(-18px);
  transform: translateY(-18px);
  font-size: 10px;
  color: #bababa;
  font-weight: 300;
}
.field input {
    background: none;
    border: none;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
    color: #141414;
    font-weight: bold;
    border-bottom: 1px solid #c4bfbf;
}
.field textarea {
    background: none;
    border: none;
    resize: none;
    width: 100%;
    height: 110px;
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
    color: #141414;
    font-weight: bold;
    border-bottom: 1px solid #c4bfbf;
}
.cont_form_ttle {
    font-family: 'Wichita';
    font-size: 50px;
    color: #181818;
    margin-bottom: 25px;
}
.textarea_filed label {
    height: auto;
    top: 8px;
}
.send_form {
	margin-top: 20px;
    margin-bottom: 28px;
    font-size: 28px;
    color: #fff;
    width: 100%;
   border-radius: 100px;
  background-color: rgb(119, 184, 212);
  max-width: 304px;
  height: 72px;

}
.pressing {
	margin: 0;
    position: relative;
    max-width: 214px;
    text-align: center;
    padding-left: 52px;
    font-size: 12px;
    color: #b8b8b8;
    line-height: 16px;
    font-weight: 300;
    margin-left: auto;
    cursor: pointer;
    margin-right: auto;
}
.pressing a {
    color: #77b8d4;
}
.pressing a:hover {
    text-decoration: underline;
}
.pressing::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/check1.png);
    width: 37px;
    height: 18px;
    top: calc(50% - 9px);
    left: 0;
}
.pressing.pressed::before {
	background-image: url(../img/check2.png)
}
.noActive {
    opacity: .6;
}
.rev_section {
    padding-top: 82px;
    background-color: #ea8dc4;
    padding-bottom: 245px;
    position: relative;
}
.rev_section::before, .post_section_section::before, .item_section::before {
	content: '';
    display: block;
    background-image: url(../img/shadow2.png);
    height: 121px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    position: absolute;
}
.rev_item {
	margin-bottom: 150px;
}
.rev_item:last-child {
	margin-bottom: 0;
}
.rev_part1 {
    width: 275px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.rev_part2 {
    width: calc(100% - 280px);
    padding-left: 35px;
    display: inline-block;
    vertical-align: top;
}
.rev_img_new {
	background-position: center;
    background-size: cover;
    height: 275px;
    border-radius: 50%;
    border: 16px solid #fff;
    margin-bottom: 24px;
}
.insta_link  {
    font-size: 15px;
    color: #ffffff;
    font-style: italic;
}
.insta_link img {
    margin-right: 8px;
}
.insta_link:hover {
    text-decoration: underline;
}
.rev_info_about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    font-size: 38px;
    color: #ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: 'Wichita';
    margin-bottom: 24px;
}
.rev_info_about span:last-child {
    font-size: 26px;
}
.rev_text_new {
	line-height: 31px;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 17px;
}
.rev_section .next_puppies {
    color: #fff
}
.rev_section .next_puppies::before {
    background-image: url(../img/border_dash_white.png)
}
.post_first_section {
    position: relative;
    background-position: center;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 75px;
    min-height: 757px;
}
.post_first_section::before {
    content: '';
    display: block;
    position: absolute;left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/post_in_bg.png);
    background-size: cover;
    background-position: top center;
}
.post_first_section .container {
    position: relative;
    z-index: 100
}
.post_first_section .bread_list {
	margin-bottom: 120px;
}
.post_first_section .bread_list li {
    color: #fff;
}
.post_first_section .bread_list li a {
    color: #fff;
}
.post_first_section .bread_list li::after {
    background-image: url(../img/arr2.png)
}
.postt1 {
    margin-bottom: 55px;
    font-size: 35px;
    color: #ffffff;
    line-height: 1.3;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.28);
}
.postt2 {
    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.28);
    max-width: 490px;
    line-height: 36px;
}
.post_in_text {
    padding-bottom: 110px;
    padding-top: 70px;
}
.post_section_section {
    position: relative;
}
.post_photo {
	background-position: center;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 15px);
    z-index: 100;
}
.post_in_inner_text {
    max-height: 600px;
    margin-bottom: 90px;
    position: relative;
    padding-right: 20px;
}
.post_in_inner_text p {
    margin-bottom: 55px;
    line-height: 39px;
    color: #454545;
    font-size: 20px;
    font-weight: 300;
}
.post_in_inner_text p:last-child {
    margin-bottom: 0;
}
.post_section_section .ps__thumb-y {
    background: #8b9be5!important;
}
.post_section_section .ps__rail-y {
    background: rgba(139, 155, 229, 0.73)!important;
    z-index: 100;
}
.post_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 580px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.post_controls a {
    position: relative;
    padding-left: 70px;
    font-size: 16px;
    color: #f7b016;
    font-weight: 300;
    font-style: italic;
    max-width: 240px;
    cursor: pointer;
}
.post_controls a img {
    top: calc(50% - 19px);
    left: 0;
    position: absolute;
}
.post_controls a:hover {
    text-decoration: underline;
}
.item_section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 130px;
}
.item_section .bread_list {
	margin-bottom: 65px;
}
.item_ttle {
    margin-bottom: 50px;
    font-size: 38px;
    color: #181818;
    line-height: 1.4;
}
.main_img {
    margin-bottom: 24px;
    height: 360px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.photo_area {
    max-width: 480px;
}
.photo_thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.photo_thumbs li {
    position: relative;
    margin-right: 30px;
    height: 70px;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.photo_thumbs li:last-child {
    margin-right: 0;
}
.photo_thumbs li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/video.png);
}
.photo_thumbs li span {
    display: block;
    font-size: 12px;
    color: #a0a0a0;
    font-weight: 300;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -22px;
    text-align: center;
}
.main_img a{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 100;
}
.cahrakterisitics_wrp {
    max-width: 370px;
    margin-bottom: -20px;
}
.cahrakterisitics_wrp div {
    display: inline-block;
    vertical-align: top;
    width: 110px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.cahrakterisitics_wrp p {
    font-size: 12px;
    color: #a2a2a2;
    font-weight: 300;
    margin-bottom: 4px;
}
.cahrakterisitics_wrp span {
    display: block;font-size: 17px;
    color: #333233;
}
.price_wrapper {
    margin-top: 60px;
    margin-bottom: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pr_label {
	position: absolute;
	left: 0;
	top: -27px;
}
.price_total {
    line-height: 1;
    margin-bottom: 0;
    font-size: 52px;
    color: #202020;
    font-weight: 300;
}
.price_total img {
    margin-left: 3px;
}
.after_leave {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 13px;
    color: #2d2d2d;
    font-weight: 300;
    font-style: italic;
}
.parents_label {
	font-size: 37px;
    color: #0d0d0d;
    font-family: 'Wichita';
    margin-bottom: 5px;
}
.par_item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-right: 30px;
}
.par_item a {
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    height: 80px;
    width: 80px;
    margin-bottom: 12px;
    display: block;
}
.par_item p {
    font-size: 12px;
    color: #a0a0a0;
    font-weight: 300;
    margin-bottom: 0;
}
.descript_tabs {
    margin-bottom: 35px;
}
.descript_tabs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 17px;
}
.descript_tabs li a {
    font-size: 15px;
    color: #181818;
    border-radius: 100px;
    border: 1px solid #e0e0e0;
    padding: 12px 40px;
    line-height: 1;
    display: block;
}
.descript_tabs li.active a, .descript_tabs li a:hover {
    border-color: #90c4da
}
.descript_tabs li:last-child {
    margin-right: 0;
}
.descript_wrp {
	margin-top: 90px;
}
.d_text {
    margin-bottom: 45px;
    line-height: 36px;
    color: #181818;
    font-weight: 300;
    font-size: 16px;
}
.d_text:last-child {
    margin-bottom: 0;
}
.descript_wrp .tab-content {
    max-width: 890px;
}
.del2_flex{
    margin-bottom: -60px;
}
.del2_flex > div {
    margin-bottom: 60px;
}
.del2_wrp {
	
}
.del2_wrp p {
    font-size: 32px;
    color: #202020;
    margin-bottom: 10px;
    line-height: 1.1;
    font-family: 'Wichita';
}
.del2_wrp img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.closemod {
    position: absolute;
    right: 15px;
    top: 15px;
}

.closemod img {
    width: 20px;
}

.contact_form_wrp {
    position: relative;
}
.send_form:hover {
    opacity: .7;
}
.mod_wrp {
  border-radius: 33px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.11);
  max-width: 943px;
width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
    padding-bottom: 60px;
    padding-left: 25px;
    padding-right: 25px;
}
.mod_wrp .closemod {
	top: 35px;
    opacity: 1;
    right: 35px;
}
.mod_wrp .closemod img {
    width: auto;
}
.mdt1 {
    margin-bottom: 0;
    font-family: 'Wichita';
    text-align: center;
    font-size: 63px;
    color: #202020;
}
.mdt2 {
	font-size: 29px;
    color: #202020;
    font-weight: 300;
    margin-bottom: 70px;
    text-align: center;
}
.hearts {
	display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 35px;
}
.dog_img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    height: 265px;
    width: 265px;
}
.go_path {
    display: inline-block;
    margin-top: 20px;
    color: black;
    font-size: 15px;
}
.map_wrp iframe {
    width: 100%;
    height: 100%;
}
.map_wrp {
	background: #f9f2f2
}