/* font-family: "PlayfairDisplayBold"; */
@font-face {
    font-family: "PlayfairDisplayBold";
    src: url("../fonts/PlayfairDisplayBold/PlayfairDisplayBold.eot");
    src: url("../fonts/PlayfairDisplayBold/PlayfairDisplayBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PlayfairDisplayBold/PlayfairDisplayBold.woff") format("woff"),
    url("../fonts/PlayfairDisplayBold/PlayfairDisplayBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "PlayfairDisplayRegular";
    src: url("../fonts/PlayfairDisplayRegular/PlayfairDisplayRegular.eot");
    src: url("../fonts/PlayfairDisplayRegular/PlayfairDisplayRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PlayfairDisplayRegular/PlayfairDisplayRegular.woff") format("woff"),
    url("../fonts/PlayfairDisplayRegular/PlayfairDisplayRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'LibreCaslonDisplay';
    src: url('/css/fonts/librecaslondisplay-400-normal.woff2') format('woff2'), url('/css/fonts/librecaslondisplay-400-normal.woff') format('woff'), url('/css/fonts/librecaslondisplay-400-normal.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;

}
html body {
    font-family: 'LibreCaslonDisplay', 'PlayfairDisplayRegular', sans-serif;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    background: url(../img/headerBG.png);
}
a {
    color: #282828;
}
header {
    padding:0 0 13px 0px;
}
header .logo img {
    max-width: 100%;
}
.header__link--catalog {
    color: #625461;
    font-size: 16px;
    display: block;
    margin-top: 3px;
}
.noPadding {
    padding: 0;
}
header .search .search__input {
    height: 28px;
    border-radius: 8px;
    border-right: 0;
    box-shadow: none;
    -webkit-appearance: none;
}
.logo {
    padding-top: 13px;
}
.logoSVG {
    width: 127px;
    height: 66px;
    background: url(../img/logo_black.svg);
    display: block;
}
.secondBlock {
    padding-top: 13px;
}
.search {
    margin-top: 6px;
    padding-left: 0;
    margin-bottom: 8px;
}
.telInfoTop {
    padding-top: 13px;
}
.search .search__button--noBorders {
    border: 0;
    background: none;
}
.search .search__button--noBorders:focus,
.search .search__button--noBorders:hover {
    outline: none;
}
.search .search__input:focus,
.search .search__input:hover {
    border: 1px solid #ccc;
    border-right: none;
}
.search .search__inputGroupAdd {
    background: white;
    font-size: 1em;
    padding: 0;
    border-radius:0 8px 8px 0px;
}
.telInfoTop {
    color: #282828;
}
.telInfoTop .telInfoTop__nubmer {
    font-size: 24px;
    /*font-family: "PlayfairDisplayBold";*/
    font-weight: bold;
}
.telInfoTop .telInfoTop__orderCall {
    font-size: 18px;
}
.telInfoTop .telInfoTop__link {
    color: #282828;
    border-bottom: 1px solid #afafaa;

}
.telInfoTop .telInfoTop__link:hover {
    border-bottom: none;
    text-decoration: none;
}
.favourite {
    margin-top: 21px;
    padding-left: 26px;
    padding-left: 35px;
}
.favourite .favourite__img {
    background: url(../img/favourite.png) no-repeat;
    width: 25px;
    height: 23px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.favourite .favourite__items {
    background: #000;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    font-size: 10px;
    height: 15px;
    width: 15px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    bottom: -6px;
    right: -4px;
}
.favourite .favourite__link {
    display: inline-block;
    margin-left: 4px;
    color: #282828;
}
.favourite .favourite__link:hover {
    text-decoration: none;
    border-bottom: 1px solid #afafaa;
}
.cart {
    padding-left: 14px;
    padding-top: 12px;
}
.cart .cart__img {
    background: url(../img/cart.png) no-repeat;
    /*width: 24px;*/
    height: 50px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-position: 0px 11px;
    width: 0;
}
.cart .cart__items {
    background: #000;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    font-size: 10px;
    height: 15px;
    width: 15px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    bottom: 0px;
    right: -9px;
}
.cart .cart__links {
    padding-right: 0;
    padding-left: 20px;
} 
.cart .cart__linkBasket, .cart .cart__linkOrder {
    display: block;
}
.cart .cart__linkBasket {
    font-size: 18px;
    color: #282828;
    padding: 0;
}
.cart .cart__linkOrder {
    font-size: 12px;
    color: #fff;
    background: #726771;
    height: 21px;
    line-height: 21px;
    text-align: center;
    margin-top: 22px;
}
.cart .cart__linkOrder:hover {
    text-decoration: none;
}
.personal {
    padding-left: 35px;
    padding-right: 0;
}
.registration {
    padding-left: 4px;
}
.personal, .registration {
    margin-top: 6px;
}
.personal__link , .registration__link {
    font-size: 14px;
    color: #282828;
    border-bottom: 1px solid #afafaa;
}
.personal__link:hover , .registration__link:hover {
    border-bottom: none;
    text-decoration: none;
}
nav {
    background: url(../img/headerMenuBG.png);
    
}
.mainMenu .mainMenu__links {
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
    text-decoration: none;
}
.mainMenu .mainMenu__links:hover {
    text-decoration: none;
    background: #726771;
}
.mainMenu .mainMenu__links.active {
    background: #726771;
}
.topSectionBG {
    background: url(../img/insideTop.png) center center no-repeat;
    position: absolute;
    height: 119px;
    width: 100%;
}
.topSection {
    width: 100%;
}
.topSection__slogan {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-family: "PlayfairDisplayBold", sans-serif;
}
.topSection__slogan--big {
    font-size: 73px;
    line-height: 95px;
}
.topSection__slogan--small {
    font-size: 30px;
    line-height: 0;
}

.catalog__item {
    padding: 0;
    padding-top: 83px;
}
.catalog__item.animated {
    opacity: 0;
}
.catalog__img {
    padding: 0;
    position: absolute;
    z-index: 10;
}
.catalog__img img {
    max-width: 100%;
}
.catalog__item:nth-child(even) .catalog__itemSeparate {
    width: 100%;
    height: 17px;
    background: #dbddd0;
}
.catalog__item:nth-child(odd) .catalog__itemSeparate {
    width: 100%;
    height: 17px;
    background: #f0f1eb;
}
.catalog__itemSeparate {
    margin-top: 355px;
}
.catalog__collectionName {
    color: #f0f1eb;
    font-size: 16px;
}
.catalog__itemName {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 9px;
    line-height: 1.4;
    min-height: 95px;
}
.catalog__itemText {
    padding-top: 40px;
    padding-left: 41px;
    min-height: 166px;
}
.catalog__itemText:hover .catalog__itemName {
    text-decoration: underline;
    color: #fff;
}
.catalog__item:nth-of-type(even) .catalog__itemText {
    
    background: #60555f;
}
.catalog__item:nth-of-type(odd) .catalog__itemText {
    background: #726771;
}
.catalog__itemLink {
    display: block;
    position: relative;
}
.catalog__itemText--collections {
    font-size: 35px;
    color: #fff;
    line-height: 0.9;
    padding-left: 22px;
    padding-right: 27px;
    background: url(../img/all_collections.png) no-repeat right;
    position: relative;
    padding-top: 65px;
}
.catalog__itemText--collections:hover {
    text-decoration: underline;
}
.catalog__itemText--collections:after {
    content: '';
    display: block;
    background: url(../img/all_collections.png);
    position: absolute;
    width: 120px;
    height: 80px;
    right: 29px;
    top: 20px;
}
.catalog__itemLink ::-moz-selection {
    background: none;
    text-shadow: none;
}
.catalog__itemLink ::selection {
    background: none;
    text-shadow: none;
}
section.content {
    margin-top: 24px;
    margin-bottom: 24px;
}
section.content h1 {
    font-size: 20px;
}
.newsBlock {
    padding: 0;
}
.newsBlock__header {
    color: #5d5657;
    font-size: 35px;
    margin-top: 0;
    padding: 0;
    margin-bottom: 25px;
}
.newsBlock__header .newsBlock__allNewsLink {
    color: #5d5657;
    font-size: 18px;
    display: inline-block;
    margin-left: 15px;
}
.newsBlock .newsBlock__newsItem {
    padding: 0px 12px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.newsBlock .newsBlock__newsItem.animated {
    opacity: 0;
}
.newsBlock__newsItem:first-of-type {
    padding:0px 35px 0px 0px;
}
.newsBlock__newsItem:last-child {
    padding: 0px 0px 0px 32px;
}
.newsBlock .newsBlock__newsCategory {
    color: #5d5657;
    font-size: 12px;
    margin-bottom: 12px;
}
.newsBlock .newsBlock__newsCatLink {
    color: #5d5657;
    font-size: 12px;
}
.newsBlock .newsBlock__newsImg {
    margin-top: 15px;
    margin-bottom: 16px;
}
.newsBlock .newsBlock__newsImg img {
    max-width: 100%;
}
.newsBlock .newsBlock__newsHeader {
    color: #5d5657;
    font-size: 22px;
    line-height: 1.4;
}
.newsBlock .newsBlock__newsText {
    color: #292929;
    line-height: 1.2;
    margin-bottom: 5px;
    font-size: 16px;
}
.newsBlock .newsBlock__newsDate {
    color: #7e7e7e;
    font-size: 14px;
}
.newsBlock .newsBlock__newsMore {
    color: #5d5657;
    font-size: 16px;
    text-align: right;
}
.productionBlock {
    margin-top: 51px;
    padding: 0;
}
.productionBlock__header {
    color: #5d5657;
    font-size: 35px;
    margin-top: 0;
    padding: 0;
    margin-bottom: 25px;
}
.gridBlock {
    padding: 0;
}
.grid {
    float: none;
    margin: 0 auto;
}
.grid__item  {
    /*min-width: 297px;*/
/*    max-height: 587px;
    max-width: 100%;
    width: 100%;*/
    max-width: 590px;
    z-index: 10;
    /*opacity: 0;*/
    transition: -webkit-transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}
.grid__item:hover {
    z-index: 15;
}
.grid__itemLink {
    opacity: 0;
    transition: -webkit-transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}
.grid__item:hover .grid__itemMask.grid__itemMask--showen  {
    opacity: 0;
}
.grid__item img {
    max-width: 100%;
}
.grid__itemMask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    -webkit-transition: opacity .9s;
    transition: opacity .9s;
}
.grid__itemMask.grid__itemMask--showen {
    opacity: 1;
}
.grid__itemLink, .grid__allPhotos {
    position: relative;
    z-index: 5;
    display: block;
}
.grid__allPhotosBlock {
    max-width: 295px;
}
.grid .grid__allPhotosBlock:hover {
    -webkit-transform: none;transform: none;
}
.grid__allPhotos {
    display: block;
    min-width: 295px;
    min-height: 295px;
    font-size: 35px;
    color: #5d5657;
    padding-right: 84px;
    padding-left: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 29px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 50px;
}
.grid__allPhotos:hover {
    color: #5d5657;
}
.grid__allPhotos:after {
    content: '';
    display: block;
    background: url(../img/arrowBlack.png);
    position: absolute;
    width: 120px;
    height: 80px;
    right: 95px;
    top: 175px;
}
.storesBlock {
    margin-top: 51px;
}
.storesBlock__header {
    color: #5d5657;
    font-size: 35px;
    margin-top: 0;
    padding: 0;
    margin-bottom: 25px;
}
.storesBlock__store {
    position: relative;
}
.storesBlock__storeImg {
}
.storesBlock__storeImg img {
    max-width: 100%;
    width: 100%;
    max-height: 265px;
}
.storesBlock__storeInfo {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    color: #fff;
    font-size: 18px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .8s;
    transition: all .8s;
}
.storesBlock__storeInfo--showen {
    opacity: 1;
}
.storesBlock__storeInfo:hover {
    opacity: 1;
}
.storesBlock__storeName, .storesBlock__storeAdress, .storesBlock__storeTel {
    height: 33.3%;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.storesBlock__storeName {
    -webkit-align-items: flex-end;-ms-flex-align: end;align-items: flex-end;
    padding-bottom: 7px;
}
.storesBlock__storeAdress {
     -webkit-align-items: center;-ms-flex-align: center;align-items: center;
}
.storesBlock__storeTel {
    padding-top: 9px;
}
.storesBlock__allStores {
    display: block;
    height: 100%;
    font-size: 35px;
    color: #5d5657;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 35px;
    -webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;
    padding: 0 30px;
    -webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
    -webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
    padding-top: 15%;
}
.storesBlock__allStores:hover {
    color: #5d5657;
}
.storesBlock__allStores span {
    display: block;
}
.storesBlock__allStoresArrow {
    display: block;
    margin-left: 30px;
}

.footMenu {
    background: url(../img/footMenu.png);
    padding-top: 35px;
    padding-bottom: 20px;
}
footer .footMenuList {
    text-align: center;
}
footer .footMenuList, footer .subMenu {
    padding: 0;
}
footer .footMenuList li {
    list-style: none;
}
footer .footMenuList li a {
    color: #fff;
}
footer .footMenuList>li {
    margin-bottom: 20px;
}
footer .footMenuList>li:last-child {
    margin-left: 15px;
}
footer .footMenuList>li>a {
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    font-size: 22px;
}
footer .footMenuList>li>a:after {
    content: '';
    display: block;
    background: #8a7f81;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
footer .subMenu {
    padding-top: 20px;
}

footer .fancy,
footer .fancy:hover {
    color: #333;
    border-bottom: 1px dashed #333;
    text-decoration: none;
}
.footText {
    padding-bottom: 25px;
}
.socialButtons__icons {
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-right: 3px;
    background: url(../img/socialSprite.png);
}
.icon-faceb {
  background-position: -68px 0px;
  width: 23px;
  height: 23px;
}
.icon-insta {
  background-position: 0px 0px;
  width: 24px;
  height: 23px;
}
.icon-odnokl {
  background-position: -34px 0px;
  width: 24px;
  height: 23px;
}
.icon-tw {
  background-position: 0px -33px;
  width: 24px;
  height: 23px;
}
.icon-vk {
  background-position: -34px -33px;
  width: 24px;
  height: 23px;
}
.socialButtons {
    padding: 0;
    padding-top: 26px;
}
.copyRights {
    font-size: 18px;
    padding: 0px;
    margin-top: 17px;
}
.contactBlock {
    font-size: 18px;
    padding: 0;
    padding-top: 7px;
    padding-left: 35px;
    line-height: 1.3;
}
footer .bolder {
    /*font-family: "PlayfairDisplayBold";*/
    display: block;
}
.telephoneBlock {
    padding: 0;
    font-size: 18px;
    padding-top: 7px;
    line-height: 1.3;
}
.emailBlock {
    padding: 0;
    font-size: 18px;
    padding-top: 7px;
    line-height: 1.3;
}
.emailBlock a {
    color: #000;
}
.createrBlock {
    font-size: 18px;
    padding: 0;
    padding-top: 27px;
    line-height: 1.3;
}
.createrBlock img {
    display: block;
    margin-bottom: 6px;
}

.createrBlock a {
    color: #000;
    font-size: 18px;
}
.breadCrumbsHeader {
    padding-top: 19px;
}
.breadCrumbs_items {
    color: #fff;
    padding: 0;
}
.breadCrumbs_link {
    font-size: 14px;
    color: #fff;
}
.breadCrumbsHeader .glyphicon {
    font-size: 10px;
}
.breadCrumbs_link:hover {
    color: #fff;
}
.breadCrumbsHeader .pageTitle {
    color: #fff;
    font-size: 24px;
    margin-top: 60px;
}
.leftMenu__leftMenuList {
    list-style-image: url(../img/leftMenuImg.png);
}
.leftMenu__leftMenuList .selected {
    font-weight: bold;
    list-style-image: url(../img/leftMenuImgSelected.png);
}
.leftMenu__leftMenuList:after {
    content: '';
    display: block;
    background: #757a81;
    height: 1px;
    width: 78%;
    margin-top: 29px;
}
.leftMenu__items {
    margin-bottom: 18px;
    padding-left: 9px;
 }
.leftMenu__links {
    font-size: 16px;
    color: #000;
}
.leftMenu__links:hover {
    color: #000;
}
.aboutCompany {
    padding-left: 33px;
    line-height: 1.3;
}
.aboutCompany p {
    font-size: 16px;
    margin-bottom: 12px;
}
.interview {
    background: #5d5657;
    padding: 18px;
}
.interview_photo {
    margin-bottom: 20px;
}
.interview img {
    max-width: 100%;
}
.interview__text {
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
}
.interview__text--smaller {
    font-size: 12px;
}
.aboutCompany {
    padding-left: 33px;
    line-height: 1.3;
}
.aboutCompany__textCurs {
    /*font-family: "PlayfairDisplayItalic";*/
    font-size: 16px;
    padding: 0px;
}
.about {
    padding-bottom: 35px;
}
.separate {
    display: block;
    background: #757a81;
    height: 1px;
    width: 84%;
    margin: 30px auto;
}
.banner {
    margin-top: 30px;
    padding: 0;
}
.banner a {
    display: block;
}
.banner img {
    max-width: 100%;
}
.cooperateBlock {
    margin-top: 50px;   
    padding: 0;
}
.cooperateBlock__header {
    padding: 0;
    margin-bottom: 25px;
    color: #5d5657;
    font-size: 35px;
    margin-top: 0;
}
.cooperateBlock__text {
    font-size: 16px;
    margin-bottom: 50px;
}
.cooperateBlock__items {
    margin-bottom: 70px;
}
.cooperateBlock__item {
    text-align: center;
    position: relative;
}
.cooperateBlock__item img {
    max-width: 100%;
}
.cooperateBlock__item:first-child:after {
    content: '';
    display: block;
    background: #757a81;
    width: 1px;
    height: 85%;
    position: absolute;
    top: 0;
    right: 0;
}
.cooperateBlock__link {
    color: #5d5657;
    font-size: 30px;
    display: inline-block;
    margin-top: 25px;
}
.cooperateBlock__link:hover {
    color: #5d5657;
}
.cooperateBlock__link img {
    display: block;
    margin: 0 auto;
}
.developBlock {
    margin-top: 140px;
}
.developText {
    text-align: center;
    font-size: 44px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.catalogBG {
    background: url(../img/catalogTopBg.png);
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media (min-width: 768px) {
    .mainMenu {
        display: -webkit-flex;display: -ms-flexbox;display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        min-height: 48px;
    }
    footer .footMenuList {
        font-size: 16px;
        text-align: left;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    footer .footMenuList>li:nth-child(5) {
        position: absolute;
        top: 51%;
        right: 18.3%;
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1000px) {
    footer .footMenu .footMenuList>li:nth-child(5) {
        position: absolute;
        top: 51%;
        right: 23.7%;
        width: 197px;
    } 
    
}
@media (min-width: 1000px) {
    .grid__item:hover {
        transform:scale(1.03);
    }
}
@media (max-width: 1200px) {
    .advantages {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .advantages > .advantages__container {
        width: 75%;
    }
    .advantages__item {
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }
    .advantages > div:first-child {
        text-align: center;
    }
    .advantages > div:first-child .advantages__img {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0;
    }
    footer .footMenuList>li>a {
        font-size: 19px;
    }
    footer .footMenuList>li:nth-child(5) {
        right: 21.1%;
    }
    .socialButtons {
        font-size: 0px;
    }
    .copyRights {
        font-size: 14px;
    }
    .contactBlock {
        font-size: 16px;
    }
    .telephoneBlock {
        font-size: 16px;
    }
    .emailBlock {
        font-size: 16px;
    }
    .createrBlock {
        font-size: 16px;
    }
    .createrBlock a {
        font-size: 16px;
    }
    
   
}
@media (max-width: 1000px) {
    .topSection__slogan--big {
        font-size: 70px;
    }
    .topSection__slogan--small {
        font-size: 30px;
    }
    .socialButtons {
        font-size: 0px;
    }
    .copyRights {
        font-size: 14px;
    }
    .contactBlock {
        font-size: 14px;
    }
    .telephoneBlock {
        font-size: 14px;
    }
    .emailBlock {
        font-size: 14px;
    }
    .createrBlock {
        font-size: 14px;
    }
    .createrBlock a {
        font-size: 14px;
    }
    .socialButtons {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 74px;
        padding-top: 11px;
    }
    .copyRights {
        margin-top: 5px;
    }
    .leftMenu__leftMenuList {
        padding: 0;
    }
    .leftMenu__items {
        margin-bottom: 18px;
        padding-left: 0px;
        float: left;
        margin-left: 36px;
        width: 150px;
    }
    .leftMenu__links {
        font-size: 20px;
    }
    .leftMenu__leftMenuList:after {
        margin: 30px auto;
    }

} 
@media (max-width: 991px) {
    .favourite, .personal{
        padding: 0;
    }
    .mainMenu .mainMenu__links {
        font-size: 16px;
    }
    .catalog__itemText--collections {
        padding-right: 174px;
    }
    .newsBlock__newsImg {
        text-align: center;
    }
    .newsBlock .newsBlock__newsItem {
        margin-bottom: 25px;
        padding: 0 10px;
    }
    footer .subMenu>li>a {
        font-size: 14px;
    }
    footer .footMenuList>li>a {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .text-xs-center {
        text-align: center;
    }
    .telInfoTop {
        padding: 0px 10px 0px 10px;
        text-align: center;
        margin-bottom: 10px;
    }
    .favourite {
        padding: 0 10px 0 10px;
        text-align: center;
    }
    .cart {
        padding-left: 10px;
    }
    .personal {
        text-align: center;
    }
    .topSection__slogan--big {
        font-size: 70px;
    }
    .topSection__slogan--small {
        font-size: 30px;
    }
    .topSection__slogan {
        width: 380px;
        margin: 0 auto;
        text-align: center;
    }
    .interview {
        margin-bottom: 25px;
    }

}
@media (max-width: 767px) {
    .topSection {
        background: url(../img/headerBG.png);
        padding-top: 0;
    }
    .storesBlock__store {
        max-width: 392px;
        margin-bottom: 15px;
    }
    .storeBlock__storeItems {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content:center;
        -ms-flex-pack:center;
        justify-content:center;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .storesBlock__text {
        padding-right: 0;
        text-align: justify;
    }
    .grid {
        max-width: 590px;
    }
    .socialButtons {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px;
        height: auto;
        margin-bottom: 5px;
    }
    .contactBlock {
        padding: 0 10px;
        margin-top: 10px;
    }
    .contactBlock .bolder {
        margin-top: 5px;
    }
    .telephoneBlock {
        padding-top: 10px;
    }
    .telephoneBlock .bolder {
        margin-top: 5px;
    }
    .createrBlock {
        padding-top: 10px;
    }
    .createrBlock img {
        margin: 0 auto;
        margin-bottom: 5px;
    }
    .createrBlock a {
        display: block;
        margin-top: 5px;
    }
    .emailBlock {
        padding-top: 10px;
    }
    .leftMenu__leftMenuList:after {
        display: none;
    }
    .cooperateBlock__item {
        margin-bottom: 60px;
    }
    .cooperateBlock__item:last-child {
        margin-bottom: 0;
    }
    .newsBlock__header {
        text-align: center;
    }
    .cooperateBlock__item:first-child:after {
        width: 85%;
        height: 1px;
        top: 115%;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }
}
@media (max-width: 660px) {
    /*.grid__item img {
        min-width: 390px;
    }*/
    .grid__item {
        width: 100%;
        /*padding: 0 10px;*/
        max-width: 100%;
    }
    .cart .cart__linkBasket {

    }
    .cart .cart__linkOrder {
        
    }
    .favourite .favourite__link {
        font-size: 12px;
    }
    .telInfoTop .telInfoTop__nubmer {

    }
    .telInfoTop .telInfoTop__link {

    }
    .personal, .registration {
        margin-top: 15px;
    }
    .secondBlock {
        padding-top: 5px;
    }
    .grid__allPhotosBlock {
        max-width: 590px;
    }
    .leftMenu__links {
        font-size: 15px;
    }
    .leftMenu__items {
        width: 110px;
        margin-bottom: 25px;
    }
}
@media (max-width: 550px) {
    .catalog__itemText--collections {
        padding-right: 174px;
    }
    .storesBlock__allStores {
        padding-top: 10%;
    }
}
@media (max-width: 500px) {
    .advantages__item {
        -webkit-flex-basis: 228px;
        -ms-flex-preferred-size: 228px;
        flex-basis: 228px;
        width: auto;
    }
    .advantages > .advantages__container {
        width: 100%;
    }

}

.orderCallForm {
    position: absolute;
    z-index: 100;
    background: #f0f1eb;
    width: 240px;
    border: 4px solid #5d5657;
    padding: 10px;
    padding-top: 10px;
    top: 80px;
     display: none; 
    color: #3d3d3d;
    left: 0;
}
.cooperateBlock__items .orderCallForm {
    left: 50%;
    margin-left: -120px;
    top: 0;
}
.orderCallForm .closeForm {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.orderCallForm .formTitle {
    font-size: 18px;
    margin-bottom: 10px;
}
.orderCallForm label {
    display: block;
    font-size: 14px;
    color: #3d3d3d;
    margin-bottom: 0;
}
.orderCallForm input {
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 12px;
    height: 26px;
    padding: 5px;
    font-size: 14px;
}
.telInfoTop {
    position: relative;
}
.orderCallForm textarea {
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    width: 100%;
    resize: none;
    height: 100px;
    margin-top: 8px;
    padding: 8px;
}
.orderCallForm .inform {
    font-size: 9px;
}
.orderCallForm .orderCall {
    border-radius: 0;
    border: none;
    background: #726771;
    color: #fff;
    height: 27px;
    line-height: 27px;
    padding: 0;
    width: 118px;
    float: right;
    margin-bottom: 0;
    margin-top: 9px;
    font-size: 12px;
}
.personal {
    position: relative;
}
.logIn {
    position: absolute;
    z-index: 100;
    background: #f0f1eb;
    width: 240px;
    border: 4px solid #5d5657;
    padding: 10px;
    padding-top: 10px;
    top: 25px;
     display: none; 
    color: #3d3d3d;
    left: 0;
}
.logIn .closeForm {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.logIn .formTitle {
    font-size: 18px;
    margin-bottom: 10px;
}
.logIn label {
    display: block;
    font-size: 14px;
    color: #3d3d3d;
    margin-bottom: 0;
}
.logIn input {
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 12px;
    height: 26px;
    padding: 5px;
    font-size: 14px;
}
.logIn textarea {
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    width: 100%;
    resize: none;
    height: 100px;
    margin-top: 8px;
    padding: 8px;
}
.logIn .inform {
    font-size: 9px;
}
.logIn .logBut {
    border-radius: 0;
    border: none;
    background: #726771;
    color: #fff;
    height: 27px;
    line-height: 27px;
    padding: 0;
    width: 118px;
    float: right;
    margin-bottom: 0;
    margin-top: 9px;
    font-size: 12px;
}
.forgotPas {
    color: #3d3d3d;
    font-size: 12px;
    margin-top: 13px;
    float: left;
    border-bottom: 1px solid #c3c4bf;
}
.forgotPas:hover {
    text-decoration: none;
    color: #3d3d3d;
    border-bottom: none;
}
.forgotPas:focus {
    text-decoration: none;
    color: #3d3d3d;
    border-bottom: none;
}

.pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pagination__probel {
    font-size: 16px;
}
.pagination a {
    color: #5d5657;
    font-size: 20px;
    /*width: 25px;*/
    /*height: 25px;*/
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #5d5657;
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    display: inline-table;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    margin: 0 1px;
}
.pagination a.active,
.pagination a:hover {
    text-decoration: none;
    background: #5d5657;
    color: #fff;
}
.pagination a:focus {
    text-decoration: none;
}
.pagination .pagination__prev, .pagination .pagination__next {
    color: #fff;
    background: #757a81;
    border: none;
}
.pagination .pagination__prev.notActive, .pagination .pagination__next.notActive {
    /*background: #b3b4b7;*/
} 
.pagination .pagination__prev {
    margin-right: 10px;
}
.pagination .pagination__next {
    margin-left: 10px;
}

.pagination .pagination__prev .glyphicon{
    top: 3px;
}
.pagination .pagination__next .glyphicon{
    top: 3px;
}

.pagination--centered {
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.paginationSearch {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.searchCount {
    display: none;
}

footer .footMenuList>li:nth-child(5) {
    display: none;
}
.colorSetBox{
    margin-top: 25px;
}
.colorItem{
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}
.colorItem.selected{
    box-shadow: 0px 0px 0px 2px #AB8E69;
}
.colorItem img{
    width: 100%;
    height: 100%;
}

@media (max-width: 500px) {
    .tableSize {
        font-size: 10px;
    }
}
