@import "reset.css"; 
@import "fonts.css"; 

body,html
{
    font-size: 30px;
    font-weight: 400;
    font-family: 'PFBeauSansPro-Bbook', 'Arial', sans-serif;
}
body *
{
    box-sizing: border-box;
}
body
{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
}
.maxiWind
{
    width: 100% !important;
}
.clear
{
    clear: both;
}
.content
{
    width: 955px;
    margin: auto;
    position: relative;
    z-index: 1;
}
.header
{
    padding: 35px;
    position: relative;
    min-height: 767px;
    background: #fff;
}
.logo
{
    display: inline-block;
    margin-left: 27px;
}
.add-box
{
    position: absolute;
}
.header_1
{
    top: 0;
    right: 0;
    width: 250px;
    height: 174px;
    background-image: url(../img/header_1.png);
}
.header_2
{
    bottom: 0;
    left: 0;
    width: 589px;
    height: 205px;
    background-image: url(../img/header_2.png);
}
.header_chair
{
    bottom: 35px;
    left: 111px;
    width: 531px;
    height: 477px;
    background-image: url(../img/header_chair.png);
}
.header_cat
{
    bottom: 35px;
    right: 49px;
    width: 542px;
    height: 389px;
    background-image: url(../img/header_cat.png);
}
.main-menu
{
    position: absolute;
    top: 45px;
    left: calc((100% - 800px) / 2);
}
.main-manu__ul
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 800px;
}
.main-menu__li
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.main-menu__li img
{
    margin-right: 7px;
}
.main-menu__li a
{
    font-size: 20px;
    color: #1f211f;
    text-decoration: none;
}
.main-menu__li a:hover,
.main-menu__li a.active
{
    color:#50b09b;
}
.add-nav
{
    position: absolute;
    display: inline-block;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 9px;
    font-size: 36px;
    font-family: 'PFBeauSansPro-Bbook', 'Arial', sans-serif;
    z-index: 10;
    line-height: 0.7;
    text-decoration: none;
}
.add-nav:hover
{
    background-color: burlywood;
}
.blue
{
    background-color: #50b09b;
}
.orange
{
    background-color: #ff7200;
}
.add-nav__header.blue
{
    top: 225px;
    left: 320px;
}
.add-nav__header.orange
{
    top: 310px;
    right: 145px;
}
.pet-supplies
{
    position: relative;
    min-height: 770px;
}
.inner-shadow:before
{
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    left: calc((100vw - 100% + 17px) / -2);
    height: 100%;
    background-image: linear-gradient(
        to bottom, rgba(0,0,0,.2), rgba(0,0,0,0.05) 70px, 
        rgba(0,0,0,0.05) 655px, rgba(0,0,0,.2));
}
.pet-supplies__title,
.chairs-ac__title,
.about-us__title
{
    font-size: 76px;
    margin: 43px 0 75px 0;
    text-transform: uppercase;
    font-family: 'PFBeauSansPro-Bold', 'Arial', sans-serif;
}
.pet-supplies .content
{
    padding: 0;
}
.pet-supplies__text,
.chairs-ac__text,
.about-us__text
{
    width: 720px;
}
.pet-supplies__text p,
.chairs-ac__text p,
.about-us__text p
{
    margin: 43px 0;
}
.pet-supplies .add-nav
{
    position: static;
}
.pet-supplies__arrow
{
    top: 65px;
    left: 7px;
    width: 205px;
    height: 455px;
    background-image: url(../img/pet-supplies__arrow.png);
}
.pet-supplies__tr
{
    top: 0px;
    right: 0px;
    width: 306px;
    height: 205px;
    background-image: url(../img/pet-supplies__tr.png);
}
.pet-supplies__bl
{
    bottom: 0px;
    left: 0px;
    width: 189px;
    height: 193px;
    background-image: url(../img/pet-supplies__bl.png);
}

.pet-supplies__lot
{
    top: 113px;
    right: 52px;
    width: 357px;
    height: 318px;
    background-image: url(../img/pet-supplies__lot.png);
}
.pet-supplies__cat
{
    bottom: 45px;
    right: 113px;
    width: 185px;
    height: 256px;
    background-image: url(../img/pet-supplies__cat.png);
}
.pet-supplies__bowl
{
    bottom: 45px;
    right: 320px;
    width: 146px;
    height: 91px;
    background-image: url(../img/pet-supplies__bowl.png);
}
.pet-supplies__carrying
{
    bottom: 45px;
    right: 526px;
    width: 314px;
    height: 246px;
    background-image: url(../img/pet-supplies__carrying.png);
}
.chairs-ac
{
    position: relative;
    min-height: 770px;
}
.chairs-ac .content
{
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
.chairs-ac__tl
{
    top: 0px;
    left: 0px;
    width: 252px;
    height: 235px;
    background-image: url(../img/chairs-ac__tl.png);
}
.chairs-ac__br
{
    bottom: 0px;
    right: 0px;
    width: 751px;
    height: 172px;
    background-image: url(../img/chairs-ac__br.png);
}
.chairs-ac__chairs
{
    bottom: 45px;
    left: 62px;
    width: 744px;
    height: 289px;
    background-image: url(../img/chairs-ac__chairs.png);
}
.chairs-ac__title
{
    text-align: right;
    font-size: 55px;
}
.chairs-ac__text
{
    text-align: right;
    margin-top: -45px;
}
.chairs-ac .add-nav
{
    position: static;
    margin-bottom: 17px;
}
.chairs-ac .add-nav.blue
{
    padding: 18px 10px;
}
.chairs-ac .add-nav.orange
{
    padding: 18px 17px;
}
.about-us
{
    position: relative;
    min-height: 770px;
}
.about-us .content
{
    width: 1240px;
}
.about-us__text
{
    font-size: 27px;
    text-align: center;
}
.about-us__cat
{
    bottom: 45px;
    right: 39px;
    width: 473px;
    height: 649px;
    background-image: url(../img/about-us__cat.png);
}
.about-us__bl
{
    bottom: 0px;
    left: 0px;
    width: 1011px;
    height: 126px;
    background-image: url(../img/about-us__bl.png);
}
.about-us__text p
{
    line-height: 1.04;
}
.about-us__text p.about-us__title
{
    margin-bottom: 80px;
}
.footer
{
    position: relative;
    border-bottom: 71px solid #ff7200;
}
.footer .content
{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
.contacts__img
{
    width: 636px;
    height: 493px;
    position: relative;
    background-image: url(../img/contacts__img.png);
    margin-top: 75px;
}
.contacts__map
{
    width: 634px;
    height: 543px;
    position: relative;
    margin-top: 75px;
    overflow: hidden;
    border: 28px solid #40c4c8;
    border-image: url(../img/map_line.png) 60 stretch;
}
.contacts__map-inner
{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.contacts__img *
{
    color: #fff;
    font-size: 24.46px;
}
.contacts__img_name
{
    width: 355px;
    height: 80px;
    text-transform: uppercase;
    font-family: 'PFBeauSansPro-Bold', 'Arial', sans-serif;
    transform: rotate(3deg);
    margin: 47px 0 0 254px;
    text-align: center;
}
.contacts__img_name :first-child
{
    font-size: 59.77px;
}
.contacts__img_name :last-child
{
    font-size: 26.08px;
}
.contacts__img_email
{
    margin: 90px 0 0 349px;
}
.contacts__img_phone
{
    margin: 58px 0 0 349px;
}
.contacts__img_address
{
    margin: 50px 0 0 349px;
    padding-right: 50px;
}
.contacts__img_dow-map
{
    font-size: 18px;
    margin: 25px 0 0 283px;
    display: block;
}
/* cat product*/
.header-inner
{
    min-height: 180px;
    padding: 0;
    position: relative;
}
/*.header-inner:after
{
    content: '';
    position: absolute;
    left: calc((100vw - 100% + 18px) / -2);
    bottom: 0;
    width: 100vw;
    height: 30px;
    background-image: linear-gradient(
        to top, rgba(0,0,0,.3), rgba(0,0,0,0));
}*/
.header-inner .logo
{
    padding: 35px 27px;
}
.header-inner .main-manu__ul
{
    width: 725px;
}
.items
{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
}
.items-parts
{
    width: 1366px;
    margin: auto;
}
.item
{
    /*width: 1366px;*/
    width: 100%;
    position: relative;
    min-height: 451px;
    padding: 65px 0 0 0;
}
.item-pet_1 .vert-line
{
    top: 0px;
    left: 0px;
    width: 64px;
    height: 451px;
    background-image: url(../img/goods-orange-left.png);
}
.item-pet_1 .pet
{
    bottom: 0px;
    right: 30px;
    width: 185px;
    height: 256px;
    background-image: url(../img/pet-supplies__cat.png);
}
.item-pet_3 .vert-line
{
    top: 0px;
    right: 0px;
    width: 64px;
    height: 451px;
    background-image: url(../img/goods-blue-right.png);
}
.item-pet_2 .pet
{
    bottom: 13px;
    left: 16px;
    width: 266px;
    height: 222px;
    background-image: url(../img/goods-dog.png);
}
/*.item-pet_2:before,
.item-tov_2:before
{
    content: '';
    position: absolute;
    left: calc((100vw - 100% + 18px) / -2);
    top: 0;
    width: 100vw;
    height: 30px;
    background-image: linear-gradient(
        to bottom, rgba(0,0,0,.3), rgba(0,0,0,0));
}
.item-pet_2:after,
.item-tov_2:after
{
    content: '';
    position: absolute;
    left: calc((100vw - 100% + 18px) / -2);
    bottom: 0;
    width: 100vw;
    height: 30px;
    background-image: linear-gradient(
        to top, rgba(0,0,0,.3), rgba(0,0,0,0));
}*/
.item:nth-child(odd):before
{
    content: '';
    position: absolute;
    left: calc((100vw - 100% + 18px) / -2);
    top: 0;
    width: 100vw;
    height: 30px;
    background-image: linear-gradient(
        to bottom, rgba(0,0,0,.3), rgba(0,0,0,0));
}
.item:nth-child(odd):after
{
    content: '';
    position: absolute;
    left: calc((100vw - 100% + 18px) / -2);
    bottom: 0;
    width: 100vw;
    height: 30px;
    background-image: linear-gradient(
        to top, rgba(0,0,0,.3), rgba(0,0,0,0));
}
.item .content
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.item-pet_2 .content
{
    flex-flow: row-reverse nowrap;
}
.images
{
    width: 365px;
    height: 100%;
    padding: 30px 0;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.images>img
{
    width: 240px;
    height: auto;
    display: block;
    margin: auto;
    cursor: pointer;

}
.row-img
{
    width: 240px;
    height: 80px;
    margin: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.row-img>a
{
    display: block;
    width: 70px;
    height: 100%;
    margin: 3px;
    position: relative;
    overflow: hidden;

}
.row-img>a>img
{
    position: absolute;
    max-width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.row-img_show
{
    position: absolute;
    display: none;
    width: 475px;
    height: 100%;
    /*display: flex;*/
    flex-flow: row nowrap;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    background: #fff;
    padding: 5px;
    top: -30px;
    left: 170px;
}
.item-pet_2 .row-img_show
{
    top: -30px;
    left: auto;
    right: 170px;
}
.row-img_show-prev
{
    width: 100px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
}

.row-img_show-prev>a
{
    width: 80%;
}
.row-img_show-prev>a.active
{
    width: 99%;
    z-index: 2;
}
.row-img_show-prev>a>img
{
    width: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    transition: all .2s ease-in-out;
}
.row-img_show-prev>a.active>img
{
    width: 100%;
    box-shadow: 0 6px 20px -5px rgba(0,0,0,.6);
}
.row-img_show-img-w
{
    width: 370px;
    height: 100%;
    display: flex;
}
.row-img_show-img
{
    margin: auto;
    display: block;
    max-width: 100%;
    /*width: 100%;*/
    max-height: 100%;
}
.item-text
{
    width: 588px;
    height: 100%;
    text-align: left;
    line-height: 1.2;
}
.item-pet_2 .item-text
{
    text-align: right;
}
.item-text__title
{
    font-family: 'PFBeauSansPro-Bold', 'Arial', sans-serif;
}
.item-text__characteristic
{
    font-family: 'PFBeauSansPro-Light', 'Arial', sans-serif;
    font-size: 24px;
    margin: 24px 0 42px 0;
}
.item-text__description
{
    font-size: 24px;
    padding-right: 180px;
}
.item-pet_2 .item-text__description
{
    padding-right: 0;
    padding-left: 180px;
}
.footer-inner:before
{
    content: '';
    position: absolute;
    left: calc((100vw - 100% + 18px) / -2);
    top: 0;
    width: 100vw;
    height: 30px;
    background-image: linear-gradient(
        to bottom, rgba(0,0,0,.3), rgba(0,0,0,0));
}
.parts
{
    width: 100%;
}
.parts__title
{
    display: inline-block;
    text-transform: uppercase;
    padding: 20px 70px 20px 40px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    font-family: 'PFBeauSansPro-Bold', 'Arial', sans-serif;
    font-size: 30px;
    color: #fff;
    background: #ff7200;
    /*margin-top: 79px;*/
}
.parts .items
{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.parts .item
{
    width: 330px;
    height: 330px;
    min-height: auto;
    box-shadow: 0px 0px 30px rgba(0,0,0,.7);
    border-radius: 40px;
    margin: 40px 45px;
    overflow: hidden;
    position: relative;
    display: flex;
}
.parts .item>img
{
    display: block;
    max-width: 200px;
    max-height: 200px;
    /*width: 100%;*/
    width: auto;
    margin: -47px auto;
}
.parts .item__title
{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-family: 'PFBeauSansPro-Bold', 'Arial', sans-serif;
    font-size: 30px;
    color: #fff;
    height: 100px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 115%;
    padding:0 19%;
    left: calc((115% - 330px) / -2);
    border-radius: 50px;
}
.item-tov .images
{
    flex-flow: row nowrap;
}
.item-tov .row-img
{
    flex-flow: column;
    height: 246px;
}
.item-tov .row-img>a
{
    height: 200px;
}
/*==========advertising===========*/
.adv-box
{
    position: fixed;
    width: 1133px;
    height: auto;
    top: 140px;
    left: calc((100% - 1133px) / 2);
    padding: 45px 50px 120px 50px;
    display: flex !important;
    flex-flow: row wrap;
    justify-content: space-between;
    border-radius: 25px;
    border-top: 5px solid #50b09b;
    border-right: 7px solid #50b09b;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    background: #fff;
    z-index: 999;
}
.close
{
    transform: rotate(45deg);
    font-weight: bold;
    font-size: 60px;
    color: #000;
    z-index: 5;
    position: absolute;
    right: 30px;
    top: 10px;
    cursor: pointer;
}
.adv-title
{
    font-family: 'PFBeauSansPro-Bold', 'Arial', sans-serif;
    font-size: 60px;
    color: #ff7200;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 35px;
}
.adv-text
{
    width: 440px;
}
.adv-text,
.adv-text *
{
    font-family: 'PFBeauSansPro-Bold', 'Arial', sans-serif;
    font-size: 18px;
    color: #ff7200;
    margin: 5px 0;
}
.adv-img
{
    /*width: 100%;*/
    max-width: 477px;
    max-height: 364px;
    margin-left: 30px;
    height: 100%;
}