@font-face {
    font-family: 'AgoraUBlack';
    src: url('fonts/PFAgoraSlabPro-UBlackIt.eot');
    src: local('O'), url('fonts/PFAgoraSlabPro-UBlackIt.woff') format('woff'), url('fonts/PFAgoraSlabPro-UBlackIt.ttf') format('truetype'), url('fonts/PFAgoraSlabPro-UBlackIt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AgoraReg';
    src: url('fonts/PFAgoraSlabPro-Reg.eot');
    src: local('O'), url('fonts/PFAgoraSlabPro-Reg.woff') format('woff'), url('fonts/PFAgoraSlabPro-Reg.ttf') format('truetype'), url('fonts/PFAgoraSlabPro-Reg.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AgoraBold';
    src: url('fonts/PFAgoraSlabPro-Bold.eot');
    src: local('O'), url('fonts/PFAgoraSlabPro-Bold.woff') format('woff'), url('fonts/PFAgoraSlabPro-Bold.ttf') format('truetype'), url('fonts/PFAgoraSlabPro-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AgoraMedIta';
    src: url('fonts/PFAgoraSlabPro-MedItalic.eot');
    src: local('O'), url('fonts/PFAgoraSlabPro-MedItalic.woff') format('woff'), url('fonts/PFAgoraSlabPro-MedItalic.ttf') format('truetype'), url('fonts/PFAgoraSlabPro-MedItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    font: 400 18px/18px "AgoraReg", "Tahoma", sans-serif;
    color: #000;
    background: #fff;
}
h1, h2
{
    font-weight: 700;
    font-size: 25px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 50px auto 75px auto;
    text-align: center;
    position: relative;
}
h1:after,
h2:after
{
    content: '';
    position: absolute;
    left: 50%;
    width: 218px;
    height: 19px;
    margin-left: -109px;
    bottom: -40px;
    background: url(images/paw-line.png);
}
h2.no-top-margin{
    margin-top: 0;
}
h2.no-paw{
    margin-bottom: 20px;
}
h2.no-paw:after{
    display: none;
}
a{
    color: #6e3131;
}
p{
    line-height: 32px;
    padding: 0 0 15px 0;
}
li{
    line-height: 24px;
    padding: 0 0 15px 0px;
    margin-left: 30px;
    list-style-type: disc;
}
td{
    border: 2px dashed #8a8a8a;
    padding: 15px 20px 0 20px;
}
td.gray{
    background-color: #dadada;
}
tr.no-bb td{
    border-bottom: none;
}
tr.no-bt td{
    border-top: none;
}
ol{
    list-style-type: decimal;
}
hr{
    display: inline-block;
    width: 967px;
    height: 2px;
    background: url(images/hr-bg.png);
    margin: 30px auto 60px auto;
}
hr.paw{
    display: inline-block;
    width: 967px;
    height: 19px;
    background: url(images/paw-line.png) center no-repeat;
    margin: 10px auto 20px auto;
}
a:hover{
    color: #333;
    text-decoration: none;
}
strong, 
b{
    font-family: 'AgoraBold';
}
.center{
    text-align: center;
}
.block-wrap{
    width: 100%;
    text-align: center;
    line-height: 0;
}
.block{
    display: inline-block;
    width: 1200px;
    margin: auto;
    text-align: left;
    position: relative;
}
.block .article-text{
    width: 818px;
    margin: 30px;
    float: left;
}
.block.news {
    width: 900px;
}
.block.news h3{
    color: #6e3131;
    margin: 15px 0 5px 0;
    font-weight: bold;
}
.block.news p{
    font-size: 16px;
    line-height: 22px;
}
.article-text p {
    font-size: 17px;
    line-height: 22px;
    position: relative;
}
.article-text p.paw{
    padding-left: 40px;
}
.article-text p.paw:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url(images/paw-icon.png);
}
.article-text p.bordered{
    border: 2px dashed #6e3131;
    border-top: none;
    padding-top: 20px;
    padding-right: 30px;

}
.article-text p.bordered.paw:before {
    top: 23px;
    left: 13px;

}
.article-text p.bordered.first{
    border-top: 2px dashed #6e3131;
}
ul.paw li{
    list-style-type: none;
    margin-left: 30px;
    position: relative;
}
ul.paw.smaller li{
    font-size: 16px;
}
ul.paw li:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url(images/paw-icon.png);
}
ul.paw.color-warning{
    margin: 20px 0 0 0;
    font-size: 16px;
    text-align: center;
}
ul.paw.color-warning li{
    text-align: center;
    border-top: 1px solid #000;
    display: inline-block;
    margin: 0 auto;
    padding: 5px 25px 0 25px;
}
ul.paw.color-warning li:before {
    display: none;
}
ul.paw.color-warning li:after {
    content: '*';
    left: 10px;
    position: absolute;
}
.block-text{
    padding: 0 120px;
}
.block-text p{
    line-height: 26px;
}
.topimage{
    width: 100%;
    height: 700px;
}
.topimage .bg01{
    width: 100%;
    height: 700px;
    background: url(images/bg01.jpg) center no-repeat;
    background-size: cover;
}
.topmenu{
    position: fixed;
    top: 0;
    height: 120px;
    background: url(images/topmenu-bg.png) center no-repeat;
    width: 100%;
    z-index: 1100;
}
.topmenu .logo{
    display: inline-block;
    width: 305px;
    height: 120px;
    float: left;
    margin-left: 27px;
    margin-right: 0;
}
.topmenu .item{
    color: #f6f6f6;
    float: left;
    font-size: 15px;
    line-height: 58px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 9px;
    position: relative;
}
.topmenu .item:before{
    content: "";
    width: 2px;
    height: 32px;
    background: url(images/topmenu-div.png);
    position: absolute;
    top: 0;
    left: -10px;
    margin: 13px 0 0 0;
    pointer-events: none;
}
.topmenu .item:nth-child(2):before{
    display: none;
}
.topmenu .selected{
    color: #8a8a8a;
}
.topmenu .phone{
    background: url(images/icon-phone.png) 0 15px no-repeat;
    padding: 6px 0 0 35px;
    line-height: 23px;
}
.topmenu .email{
    background: url(images/icon-email.png) 0 20px no-repeat;
    padding: 0 0 0 35px;
}
.colors{
    padding-bottom: 68px;
}
.colors .item{
    width: 253px;
    height: 152px;
    float: left;
    margin: 31px 31px 0 0;
}
.colors .item:nth-of-type(4n){
    margin-right: 0;
}
.colors .item:nth-of-type(4n+1){
    margin-left: 48px;
}
.colors img{
    max-width: 253px;
}
.item-row{
    max-width: 1000px;
    margin: 30px 100px;
    position: relative;
}
.item-row .image{
    text-align: center;
}
.item-row .image img{
    max-width: 600px;
}
.item-row .title{
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0;
    position: relative;
}
.item-row .article{
    width: 20%;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
}
.item-new{
    margin-top: 80px;
}
.item-new:before {
    content: '';
    position: absolute;
    left: 62px;
    top: 36px;
    width: 90px;
    height: 30px;
    background: url(images/icon-new.png);
}
.new{
    background: url(images/bg-new.jpg);
}
.new:before{
    content: "";
    display: block;
    width: 100%;
    height: 19px;
    background: url(images/line-bg.png);
}
.new .item-row{
    margin-top: 90px;
}
.new .item-row:before{
    content: '';
    position: absolute;
    right: 0;
    top: -40px;
    width: 132px;
    height: 45px;
    background: url(images/icon-new.png);
}
.new-nobg{
    background: none;
}
.new-nobg:before{
    display: none;
}
.button{
    display: inline-block;
    width: 416px;
    height: 44px;
    background: url(images/btn-link.png);
    font: 400 24px/44px "AgoraBold", "Tahoma", sans-serif;
    color: #000;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    text-align: center;
    margin: 0 auto 30px auto;
}
.expand{
    cursor: pointer;
}
.accordion-head{
    cursor: pointer;
}
.accordion-head:hover p{
    color: #613434;
}
.accordion-head span{
    display: inline-block;
    line-height: 22px;
    margin-top: -10px;
    max-width: 600px;
}
.accordion-head img{
    transition: all .2s ease-in-out;
}
.accordion-head:hover img{
    box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
    transform: scale(1.05);
}
.accordion-body{
    background-color: #fff;
    padding: 20px;
    display: none;
    box-shadow: 15px 15px 30px rgba(0,0,0,0.3);
}
.accordion-body-border{
    border: 2px dashed #613434;
    padding: 20px;
    position: relative;
    width: 100%;
}
.accordion-body-top{
    display: table;
    width: 100%;
}
.accordion-body-close{
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 16px;
    width: 19px;
    height: 18px;
    background: url(images/item-accordion-close.png) 0 0 no-repeat;
}
.accordion-body-image-1{
    vertical-align: middle;
    text-align: center;
    max-width: 420px;
    float: left;
}
.accordion-body-image-1 img{
    max-width: 420px;
    margin: 20px 0;
}
.accordion-body-images img{
    max-width: 180px;
}
.accordion-body-text{
    float: left;
    max-width: 450px;
    margin: -10px 0 0 20px;
    line-height: 22px;
}
.accordion-body-text strong{
    margin: 5px 0 20px 0;
    display: block;
    font-size: 22px;
    line-height: 26px;
}
.accordion-body-text p{
    font-size: 18px;
    line-height: 22px;
}
.accordion-body-colors li{
    outline: 1px dashed #613434;
    outline-offset: 5px;
    padding: 5px;
    margin: 15px 15px 0 5px;
    float: left;
    width: 50px;
    height: 50px;
    list-style-type: none;
}
.accordion-body-text table{
    margin-bottom: 15px;
}
.accordion-body-text td{
    vertical-align: middle;
    padding: 15px;
}
.accordion-body-colors .black{
    background-color: #000;
}
.accordion-body-colors .brown{
    background-color: #321416;
}
.accordion-body-colors .red{
    background-color: #c41127;
}
.accordion-body-colors .beige{
    background-color: #ecbb93;
}
.accordion-body-colors .red-orange{
    background-color: #ea4600;
}
.reviews{
    background: url(images/geography.jpg) top center no-repeat;
}
.reviews:before{
    content: "";
    display: block;
    width: 100%;
    height: 19px;
    background: url(images/line-bg.png);
}
.reviews h2{
    padding-top: 550px;
}
.reviews-row{
    clear: both;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.reviews-row .image{
    width: 250px;
    padding-left: 20px;
    float: left;
}
.reviews-row .text{
    float: left;
}
.reviews-row img{
    max-width: 200px;
    margin-top: 75px;
}
.reviews-row h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
    padding-bottom: 20px;
    position: relative;
}

.footer{
    background-color: #343434;
    font: 400 19px/30px "AgoraReg", "Tahoma", sans-serif;
    color: #fae7d7;
    text-align: center;
}
.footer .block{
    display: inline-block;
    text-align: center;
    position: relative;
    width: auto;
}
.footer:before{
    content: "";
    display: block;
    width: 100%;
    height: 19px;
    background: url(images/line-bg.png);
}
.footer .logo-mini{
    float: left;
    width: 183px;
    min-height: 200px;
    background: url(images/logo-mini.png) 0 30px no-repeat;
    padding-top: 30px;
    background-size: 100%;
}
.footer .menu{
    float: left;
    padding-top: 40px;
    text-align: left;
    width: 130px;
    margin: 0 60px 0 110px;
}
.footer a{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.footer a:nth-child(2),
.footer span:nth-child(2){
    margin-top: 10px;
}
.footer .contacts{
    float: left;
    padding-top: 40px;
    text-align: left;
}
.footer span{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.footer b{
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    color: #fae7d7;
    font-weight: normal;
    font-family: "AgoraReg", "Tahoma", sans-serif;
}
.footer b:after{
    content: '';
    position: absolute;
    left: 0;
    width: 130px;
    height: 2px;
    bottom: -10px;
    background: url(images/h3-line.png);
}
.footer .hotlog-wrap{
    display: block;
    clear: both;
    height: 100px;
    padding: 30px 0;
}
.carousel{
    margin-top: 58px;
}
.carousel-control{
    color: transparent;
    text-shadow: none;
}
.main-banner{
    display: inline-block;
    width: 970px;
    height: 290px;
    margin: 20px 0 60px 0;
}
.main-banner span{
    display: inline-block;
    float: left;
    margin: 30px 0 0 395px;
    font: 400 30px/44px "AgoraBold", "Tahoma", sans-serif;
    text-transform: uppercase;
    color: #000;
}
.main-banner p{
    display: inline-block;
    float: left;
    margin: 5px 0 0 395px;
    width: 510px;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    text-transform: none;
    color: #000;
}

.main-banner-namordnik{
    background: url(images/choose-namordnik.jpg);
}
.main-banner-osheynik{
    background: url(images/choose-osheynik.jpg);
}
.main-banner-povodok{
    background: url(images/choose-povodok.jpg);
}
.main-banner-shleyka{
    background: url(images/choose-shleyka.jpg);
}
.close-button{
    display: inline-block;
    width: 211px;
    height: 44px;
    border: 2px solid #000;
    font: 400 22px/22px "AgoraBold", "Tahoma", sans-serif;
    color: #000;
    text-transform: uppercase;
    margin: 20px 0;
    cursor: pointer;
}
.error{
    color: red;
    display: none;
    margin: -10px 0 10px 0;
    font-weight: 700;
}
.left-menu{
    width: 210px;
    margin: 80px 0 60px 20px;
    float: left;
}
.left-menu .big{
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
    margin: 10px 0 5px 0;
}
.left-menu .big:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 199px;
    height: 2px;
    background: url(images/h1-line.png);
}
.left-menu .big a{
    display: block;
}
.left-menu a.small{
    display: block;
    font-size: 17px;
    line-height: 23px;
    color: #000;
    position: relative;
    margin-bottom: 10px;
}
.left-menu a.small:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 199px;
    height: 1px;
    background: url(images/left-menu-line.png);
}

.cats-list{
    width: 875px;
    margin: 30px;
    float: left;
    text-align: center;
}
.cats-list a{
    display: inline-block;
    width: 277px;
    height: 245px;
    margin: 0 17px 36px 0;
    position: relative;
    text-align: center;
    transition: 0.3s;
}
.cats-list a:hover{
    opacity: 0.8;
}
.cats-list a:nth-of-type(3n){
    margin-right: 0;
}
.cats-list a:last-of-type{
    margin-right: 0;
}
.cats-list a span{
    display: inline-block;
    min-width: 151px;
    padding: 0 5px;
    height: 22px;
    color: #fff;
    font-size: 18px;
    top: 190px;
    text-align: center;
    text-transform: uppercase;
    line-height: 23px;
    outline: 2px dashed #fff;
    outline-offset: 3px;
    position: relative;
    background: url(images/cat-thumb-span-bg.png) 0 0 repeat;
}

.cats-list-main{
    text-align: center;
}
.cats-list-main a{
    display: inline-block;
    width: 341px;
    height: 288px;
    margin: 0 17px 36px 0;
    position: relative;
    text-align: center;
    transition: 0.3s;
}
.cats-list-main a:hover{
    opacity: 0.8;
}
.cats-list-main a:nth-of-type(3n){
    margin-right: 0;
}
.cats-list-main a span{
    display: inline-block;
    min-width: 151px;
    padding: 0 5px;
    height: 22px;
    color: #fff;
    font-size: 18px;
    top: 230px;
    text-align: center;
    text-transform: uppercase;
    line-height: 23px;
    outline: 2px dashed #fff;
    outline-offset: 3px;
    position: relative;
    background: url(images/cat-thumb-span-bg.png) 0 0 repeat;
}
.catalog-cat-description{
    width: 80%;
    margin: auto;
}
.how-to-list{
    text-align: center;
}
.how-to-list a{
    width: 522px;
    height: 257px;
    margin: 0 17px 17px 0;
    position: relative;
    color: #000;
    text-align: center;
    display: inline-block;
}
.how-to-list a:nth-of-type(2n){
    margin-right: 0;
}
.how-to-list b{
    position: absolute;
    left: 23px;
    top: 33px;
    font-size: 20px;
    text-transform: uppercase;
}
.how-to-list p{
    position: absolute;
    left: 23px;
    top: 73px;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    max-width: 260px;
}
.how-to-list span{
    display: inline-block;
    min-width: 151px;
    padding: 0 5px;
    height: 22px;
    color: #000;
    font-size: 18px;
    top: 200px;
    left: 26px;
    text-align: center;
    text-transform: uppercase;
    line-height: 23px;
    outline: 2px dashed #6e3131;
    outline-offset: 3px;
    position: absolute;
    background: #efefee;
    font-weight: 700;
}
.main-map{
    background: url(images/geography.jpg) top center no-repeat;
    min-height: 560px;
}
.main-map:before{
    content: "";
    display: block;
    width: 100%;
    height: 19px;
    background: url(images/line-bg.png);
}
.feedback-wrap{
    text-align: center;
}
.feedback-wrap form{
    width: 684px;
    height: 373px;
    background: url(images/feedback-bg.png);
    position: relative;
    display: inline-block;
    margin: 20px 0 30px 0;
}
.feedback-wrap button{
    display: inline-block;
    border: none;
    min-width: 238px;
    padding: 0 10px;
    height: 27px;
    color: #000;
    font-size: 18px;
    bottom: 30px;
    left: 55px;
    text-align: center;
    text-transform: uppercase;
    line-height: 23px;
    outline: 2px dashed #fff;
    outline-offset: 3px;
    position: absolute;
    background: #cecfb3;
    font-weight: 700;
}
.feedback-wrap button.disabled{
    pointer-events: none;
    opacity: 0.3;
}
.feedback-wrap input{
    background: transparent;
    color: #fff;
    border: none;
    width: 238px;
    position: absolute;
    left: 85px;
    font-size: 17px;
    font-weight: 400;
    max-width: 212px;
}
.feedback-wrap [name="city"]{
    top: 100px;
}
.feedback-wrap [name="name"]{
    top: 142px;
}
.feedback-wrap [name="phone"]{
    top: 185px;
}
.feedback-wrap [name="email"]{
    top: 225px;
}
.feedback-wrap [name="message"]{
    top: 265px;
}
.feedback-wrap input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.feedback-wrap input::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.feedback-wrap input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.feedback-wrap span{
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    display: inline-block;
    left: 45px;
    top: 30px;
    color: #fff;
    text-transform: uppercase;
}
.jcarousel-wrapper{
    height: 190px;
    margin: 20px 0 40px 0;
}
.jcarousel-wrapper.jcarousel-about{
    height: 236px;
}
.jcarousel {
    position: relative;
    overflow: hidden;
    max-width: 700px;
    float: left;
}
.jcarousel-about .jcarousel {
    max-width: 830px;
}
.jcarousel ul {
    width: 10000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
    list-style-type: none;
    margin: 0 10px 0 0;
}
.jcarousel li:last-of-type {
    margin: 0;
}
.jcarousel-control-prev{
    float: left;
    width: 43px;
    height: 187px;
    background: url(images/jc-prev.png);
    margin-right: 10px;
}
.jcarousel-control-next{
    float: left;
    width: 43px;
    height: 187px;
    background: url(images/jc-next.png);
    margin-left: 10px;
}
.jcarousel-control-next.inactive, .jcarousel-control-prev.inactive{
    opacity: 0.3;
}
.jcarousel-about .jcarousel-control-next{
    background: url(images/jc-next-about.png);
    height: 236px;
}
.jcarousel-about .jcarousel-control-prev{
    background: url(images/jc-prev-about.png);
    height: 236px;
}

.contacts-nomap {
    background: url(images/location-bg.png) center repeat-x;
    background-size: auto;
}
.contacts-nomap:before{
   content: "";
   display: block;
   width: 100%;
   height: 19px;
   background: url(images/line-bg.png);
}

.contacts-map{
    background: url(images/location-bg-2.jpg) center repeat-x;
    background-size: auto;
    height: 649px
}
.contacts-map:before{
    content: "";
    display: block;
    width: 100%;
    height: 19px;
    background: url(images/line-bg.png);
}
.contacts-map .block{
    background: url(images/location.png) center no-repeat;
    background-size: auto;
    width: 100%;
    height: 609px
}

.package-pic{
    background: url(images/package.png) center repeat-x;
    background-size: auto;
    height: 659px;
}
.package-pic:before{
    content: "";
    display: block;
    width: 100%;
    height: 19px;
    background: url(images/line-bg.png);
}
.package-pic .block{
    background-size: auto;
    width: 100%;
    text-align: center;
}
.cat-komplekty .catalog-cat-description{
    width: 60%;
}
.cat-komplekty .item-row{
    margin-bottom: 40px;
}
.easyii-box img{
    transition: 0.3s;
}
.easyii-box:hover img{
    opacity: 0.8;
}
.accordion-body .easyii-box:hover img{
    box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
    transform: scale(1.05);
}