/* --------------------------------- */
.containerWrapper { width: 100%; max-width: 1240px; padding: 0 20px; box-sizing: border-box; margin: 0 auto; position: relative; }
.containerPage { min-width: 520px; overflow: hidden; }

/* --------------------------------- */
.containerHeader { height: 110px; position: fixed; left: 0; top: 0; width: 100%; background: #fff; box-shadow: 0 20px 100px rgba(0,0,0,0.06); z-index: 10; }
.containerHeader .containerHeader--wrapper { max-width: 1540px; padding: 0 20px; box-sizing: border-box; margin: 0 auto; position: relative; }
.containerHeader .containerHeader--menu { float: left; width: 60px; height: 60px; background: #000; border-radius: 100%; margin-top: 25px; padding: 16px 13px; box-sizing: border-box; cursor: pointer; transition: all .2s; }
.containerHeader .containerHeader--menu:hover { background: #333; text-decoration: none; }
.containerHeader .containerHeader--menu .menu--element { float: left; width: 100%; height: 3px; background: #fff; border-radius: 40px; margin: 3px 0; }
.containerHeader .containerHeader--menu .menu--element.short { width: 70%; }
.containerHeader .containerHeader--window { position: absolute; top: 130px; left: 0; width: 285px; background: #fff; border-radius: 20px; padding: 20px; box-sizing: border-box; box-shadow: 0 30px 50px rgba(0,0,0,0.05); display: none; }
.containerHeader .containerHeader--window::before { content: ''; width: 32px; height: 15px; display: block; position: absolute; top: -12px; left: 32px; background: url('../img/window.png') no-repeat; }
.containerHeader .containerHeader--window .window--first { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #eee; }
.containerHeader .containerHeader--window .window--first a { display: block; font-size: 16px; font-weight: 500; color: #000; padding: 5px 0; }
.containerHeader .containerHeader--window .window--second a { display: block; color: #999; padding: 5px 0; }
.containerHeader .containerHeader--logotype { float: left; margin-left: 40px; padding-left: 40px; position: relative; height: 50px; margin-top: 30px; }
.containerHeader .containerHeader--logotype::before { content: ''; height: 40px; width: 1px; background: #eee; position: absolute; top: 5px; left: 0; display: block; }
.containerHeader .containerHeader--logotype .containerHeader--logo img{ display: block; width: 160px; height:auto; position: relative; top: 15px; background-size: 100%; }
.containerHeader .containerHeader--basket { float: right; width: 60px; height: 60px; background: #000; border-radius: 100%; text-align: center; cursor: pointer; margin-top: 25px; transition: all .2s; position: relative; }
.containerHeader .containerHeader--basket .block--count { position: absolute; top: 4px; right: 4px; width: 10px; height: 10px; border-radius: 100%; background: #ed175e; display: block; overflow: hidden; text-indent: 9999px; }
.containerHeader .containerHeader--basket span:empty { width: 0; height: 0; }
.containerHeader .containerHeader--basket:hover { background: #333; text-decoration: none; }
.containerHeader .containerHeader--basket img { position: relative; top: 18px; }
.containerHeader .containerHeader--socials { float: right; margin-right: 40px; margin-top: 30px; }
.containerHeader .containerHeader--socials .socials--button { float: left; width: 50px; height: 50px; text-align: center; border: 1px solid #eee; border-radius: 100%; background: #fff; box-shadow: 0 5px 10px rgba(0,0,0,0.06); margin-left: 10px; transition: all .2s; }
.containerHeader .containerHeader--socials .socials--button:hover { border-color: #ccc; text-decoration: none; }
.containerHeader .containerHeader--socials .socials--button:first-child { margin-left: 0; }
.containerHeader .containerHeader--socials .socials--button img { position: relative; top: 15px; }
#information-contact .containerHeader--socials { display: inline-block;width: 100%;margin-bottom: 15px; }
#information-contact .containerHeader--socials .socials--button { float: left; width: 50px; height: 50px; text-align: center; border: 1px solid #eee; border-radius: 100%; background: #fff; box-shadow: 0 5px 10px rgba(0,0,0,0.06); margin-left: 10px; transition: all .2s; }
#information-contact .containerHeader--socials .socials--button:hover { border-color: #ccc; text-decoration: none; }
#information-contact .containerHeader--socials .socials--button:first-child { margin-left: 0; }
#information-contact .containerHeader--socials .socials--button img { position: relative; top: 15px; }
.containerHeader .containerHeader--design { float: right; margin-right: 40px; padding-right: 40px; position: relative; margin-top: 30px; }
.containerHeader .containerHeader--design::before { content: ''; height: 40px; width: 1px; background: #eee; position: absolute; top: 5px; right: 0; display: block; }
.containerHeader .containerHeader--design .design--button { height: 50px; line-height: 50px; padding: 0 30px; background: #000; color: #fff; border-radius: 40px; font-weight: 500; display: block; transition: all .2s; }
.containerHeader .containerHeader--design .design--button:hover { background: #333; text-decoration: none; }

/* --------------------------------- */
.containerMain { padding:50px 0 20px 0; }
.containerMain .containerMain--first { display: inline-block; width: calc(100% + 30px); position: relative; left: -15px; }
.containerMain .containerMain--first .containerMain--first--element { float: left; width: 25%; padding: 0 15px; box-sizing: border-box; margin-bottom: 30px; }
.containerMain .containerMain--first .containerMain--first--content { background: #f5f5f5; border-radius: 20px; padding: 15px; text-align: center; height: 306px; }
.containerMain .containerMain--first .containerMain--first--image { text-align: center; }
.containerMain .containerMain--first .containerMain--first--image img { max-width: 100%; }
.containerMain .containerMain--first .containerMain--first--title { text-align: center; height: 24px; line-height: 24px; font-weight: 500; font-size: 16px; padding-top: 10px; }
.containerMain .containerMain--first .containerMain--first--title a { color: #000; display: block; }
.containerMain .containerMain--second { display: inline-block; width: calc(100% + 30px); position: relative; left: -15px; }
.containerMain .containerMain--second .containerMain--second--element { float: left; width: 25%; padding: 0 15px; box-sizing: border-box; margin-bottom: 30px; }
.containerMain .containerMain--second .containerMain--second--element:first-child { width: 50%; }
.containerMain .containerMain--second .containerMain--second--content { background: #f5f5f5; border-radius: 20px; padding: 15px; text-align: center; }
.containerMain .containerMain--second .containerMain--second--image { text-align: center; }
.containerMain .containerMain--second .containerMain--second--image img { max-width: 100%; }
.containerMain .containerMain--second .containerMain--second--title { text-align: center; height: 24px; line-height: 24px; font-weight: 500; font-size: 16px; padding-top: 10px; }
.containerMain .containerMain--second .containerMain--second--title a { color: #000; display: block; }
.containerMain .containerMain--first .containerMain--first--more { height: 277px; text-align: left; padding: 70px 15px 20px 15px; box-sizing: border-box; text-align: center; }
.containerMain .containerMain--first .containerMain--first--more .first--word { font-size: 18px; display: block; }
.containerMain .containerMain--first .containerMain--first--more .second--word { font-size: 29px; display: block; font-weight: 700; line-height: 30px; }
.containerMain .containerMain--first .containerMain--first--more .third--word { text-align: center; padding-top: 20px; display: block; }

/* --------------------------------- */
.containerInformation { padding: 50px 0 20px 0; border-top: 3px solid #f1f1f1; }
.containerInformation .containerInformation--container { width: calc(100% + 30px); position: relative; left: -15px; display: inline-block; }
.containerInformation .containerInformation--container .containerInformation--element { float: left; width: 50%; padding: 0 15px; margin-bottom: 30px; box-sizing: border-box; }
.containerInformation .containerInformation--container .containerInformation--element--content { background: #f5f5f5; border-radius: 20px; padding: 40px; overflow: hidden; }
.containerInformation .containerInformation--container .containerInformation--element--content .containerInformation--element--icon { float: left; width: 80px; }
.containerInformation .containerInformation--container .containerInformation--element--content .containerInformation--element--present { margin-left: 120px; }
.containerInformation .containerInformation--container .containerInformation--element--content .containerInformation--element--present h3 { font-size: 18px; color: #000; }
.containerInformation .containerInformation--container .containerInformation--element--content .containerInformation--element--present p { margin-bottom: 0; font-size: 16px; }

/* --------------------------------- */
.containerAbout { background: #f5f5f5; padding: 50px 0; }
.containerAbout h1 { font-size: 30px; font-weight: 700; padding-bottom: 15px; }
.containerAbout p { line-height: 24px; color: rgba(0,0,0,0.5); }
.containerAbout p:last-child { margin-bottom: 0; }

/* --------------------------------- */
.containerPopular { position: relative; }
.containerPopular.inside::before { display: none; }
.containerPopular.catalogue { border-top: 1px solid #f1f1f1; padding-top: 25px; margin-top: 25px; }
.containerPopular.catalogue .title--inside { font-size: 18px; font-weight: 500; padding-bottom: 30px; }
.containerPopular::before { content: ''; height: 440px; width: 100%; background: #f5f5f5; position: absolute; top: 0; left: 0; display: block; }
.containerPopular .containerPopular--header { padding-top: 50px; padding-bottom: 30px; position: relative; margin-bottom: 30px; }
.containerPopular .containerPopular--header::after { content: ''; position: absolute; bottom: 0; left: 0; width: 140px; height: 3px; background: #000; display: block; }
.containerPopular .containerPopular--header h3 { font-size: 30px; font-weight: 700; color: #000; }
.containerPopular .containerPopular--header p { margin: 0; padding-top: 4px; opacity: 0.7; }
.containerPopular .containerPopular--container { width: calc(100% + 30px); position: relative; left: -15px; display: inline-block; }
.containerPopular .containerPopular--container .containerPopular--element { float: left; width: 33.3333%; padding: 0 15px; margin-bottom: 30px; box-sizing: border-box; }
.containerPopular .containerPopular--container .containerPopular--element--image { background: #fff; border-radius: 20px; text-align: center; padding: 30px 20px; box-shadow: 0 30px 40px rgba(0,0,0,0.05); transition: all .2s; min-height:200px; position: relative; }
.containerPopular .containerPopular--container .containerPopular--element--image img { max-width: 100%; }
.action--image { width: 60px; height: 60px; text-align: center; line-height: 60px; background: #000; color: #fff; border-radius: 100%; font-size: 14px; font-weight: 400; position: absolute; top: 20px; right: 20px; }
.action--image2 { width: 60px; height: 60px; text-align: center; line-height: 60px; background: #000; color: #fff; border-radius: 100%; font-size: 14px; font-weight: 400; position: absolute; top: 90px; right: 20px; }
.action--image3 { width: 60px; height: 60px; text-align: center; line-height: 60px; background: #000; color: #fff; border-radius: 100%; font-size: 14px; font-weight: 400; position: absolute; top: 160px; right: 20px; }
.action--image4 { width: 60px; height: 60px; text-align: center; line-height: 60px; background: #000; color: #fff; border-radius: 100%; font-size: 14px; font-weight: 400; position: absolute; top: 230px; right: 20px; }
.containerPopular .containerPopular--container .containerPopular--element--present { padding: 30px 40px; min-height: 240px; padding-bottom:0px;}
.containerPopular .containerPopular--container .containerPopular--element--present h3 a { color: #000; }
.containerPopular .containerPopular--container .containerPopular--element--present ul li { padding: 1px 0; color: #999; }
.containerPopular .containerPopular--container .containerPopular--element--present ol li { padding: 1px 0; color: #999; }
.containerPopular .containerPopular--container .containerPopular--element--present ol { margin: 0; padding: 0; list-style: none; }
.containerPopular .containerPopular--container .containerPopular--element--present ul { margin: 0; padding: 0; list-style: none; }
.containerPopular .containerPopular--container .containerPopular--element--present .containerPopular--element--bottom { padding-top: 15px; height: 50px; }
.containerPopular .containerPopular--container .containerPopular--element--present .containerPopular--element--bottom .element--bottom--left { float: left; line-height: 50px; font-size: 22px; color: #000; }
.containerPopular .containerPopular--container .containerPopular--element--present .containerPopular--element--bottom .element--bottom--left s { color: #999; }
.containerPopular .containerPopular--container .containerPopular--element--present .containerPopular--element--bottom .element--bottom--right { float: right; }
.containerPopular .containerPopular--container .containerPopular--element--present .containerPopular--element--bottom .element--bottom--buy { height: 50px; width: 50px; background: #000; border-radius: 100%; text-align: center; display: block; }
.element--bottom--buy:hover {cursor:pointer}
.containerPopular .containerPopular--container .containerPopular--element--present .containerPopular--element--bottom .element--bottom--buy span { display: none; }
.containerPopular .containerPopular--container .containerPopular--element--present .containerPopular--element--bottom .element--bottom--buy img { position: relative; top: 13px; }
/*
.containerPopular .containerPopular--container .containerPopular--element--present .containerPopular--element--bottom .element--bottom--buy { width: 270px; height: 50px; background: #000; text-align: center; display: block; border-radius: 40px; color: #fff; font-weight: 500; }
.containerPopular .containerPopular--container .containerPopular--element--present .containerPopular--element--bottom .element--bottom--buy span { display: inline-block; vertical-align: middle; position: relative; top: 10px; font-size: 16px; }
.containerPopular .containerPopular--container .containerPopular--element--present .containerPopular--element--bottom .element--bottom--buy img { position: relative; top: 13px; margin-right: 20px; }
*/

/* --------------------------------- */
.size--content { text-align: center; }
.size--content .size--content--image { margin-bottom: 20px; }
.size--content .size--content--present h3 { font-weight: 500; font-size: 16px; color: #000; }
.size--content .size--content--present small { color: #000; display: block; padding-bottom: 30px; }
.size--content .size--table { border-collapse: collapse; width: 100%; }
.size--content .size--table tr:first-child td { font-weight: 500; color: #000; }
.size--content .size--table tr td { padding: 10px; border-bottom: 1px solid rgba(0,0,0,0.1); }
.size--content .size--table tr td:nth-child(2) { background: #f1f1f1; }
.size--content .size--table tr td:nth-child(3) { background: #f1f1f1; }

/* --------------------------------- */
.containerFooter { position: relative; }
.containerFooter .containerFooter--first { padding: 50px 0; overflow: hidden; }
.containerFooter .containerFooter--logotype { float: left; margin-right: 40px; padding-right: 40px; position: relative; height: 50px; }
.containerFooter .containerFooter--logotype::before { content: ''; height: 40px; width: 1px; background: #eee; position: absolute; top: 5px; right: 0; display: block; }
.containerFooter .containerFooter--logotype .containerFooter--logo img{ display: block; width: 250px; position: relative; top: 10px; }
.containerFooter .containerFooter--pay { float: left;padding-top:8px }
.containerFooter .containerFooter--socials { float: right; }
.containerFooter .containerFooter--socials .socials--button { float: left; width: 50px; height: 50px; text-align: center; border: 1px solid #eee; border-radius: 100%; background: #fff; box-shadow: 0 5px 10px rgba(0,0,0,0.06); margin-left: 10px; transition: all .2s; }
.containerFooter .containerFooter--socials .socials--button:hover { border-color: #ccc; text-decoration: none; }
.containerFooter .containerFooter--socials .socials--button:first-child { margin-left: 0; }
.containerFooter .containerFooter--socials .socials--button img { position: relative; top: 15px; }
.containerFooter .containerFooter--menu { padding: 10px 0; border-top: 2px solid #f1f1f1; border-bottom: 2px solid #f1f1f1; }
.containerFooter .containerFooter--menu a { display: inline-block; padding: 5px 25px 5px 0; color: #000; }
.containerFooter .containerFooter--menu a:last-child { padding-right: 0; }
.containerFooter .containerFooter--copyrights { padding: 30px 0 50px 0; overflow: hidden;  }
@media (min-width: 1200px) {
.containerFooter .containerFooter--copyrights .containerFooter--copyrights--left {text-align:left;color:#999;}	
}
@media (max-width: 1199px){
.containerFooter .containerFooter--copyrights .containerFooter--copyrights--left {text-align:center;color:#999;}
}
.containerFooter .containerFooter--copyrights .containerFooter--copyrights--right { float: right; color: #999; }
.containerFooter .containerFooter--copyrights .containerFooter--copyrights--right a { margin: -8px 0 0 10px; float: right; }
.containerFooter .containerFooter--copyrights .containerFooter--copyrights--right img { position: relative; top: 5px; filter: grayscale(1); }

/* --------------------------------- */
.containerCons { position: relative; }
.containerCons .containerCons--left { float: left; width: 700px; position: relative; box-sizing: border-box; border-radius: 20px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.containerCons .containerCons--left::after { content: ''; background: #fff; border-radius: 20px; height: 800px; position: absolute; top: 65px; left: 0; width: 100%; z-index: 1; }
.containerCons .containerCons--right { margin-left: 750px; color: #000; height: 865px; }
.containerCons .containerCons--right .containerCons--title { font-size: 18px; font-weight: 500; padding-bottom: 15px; }
.containerCons .containerCons--right .containerCons--issues { display: inline-block; width: calc(100% + 20px); position: relative; left: -10px; }
.containerCons .containerCons--right .containerCons--issues--element { float: left; width: 50%; padding: 0 10px; box-sizing: border-box; margin-bottom: 20px; }
.containerCons .containerCons--right .containerCons--issues--element a { border: 1px solid rgba(0,0,0,0.2); padding: 10px; text-align: center; border-radius: 20px; display: block; transition: all .2s; }
.containerCons .containerCons--right .containerCons--issues--element a.current { background: rgba(0,0,0,0.03); border-color: rgba(0,0,0,0.2); }
.containerCons .containerCons--right .containerCons--issues--element a:hover { text-decoration: none; border-color: rgba(0,0,0,0.4); }
.containerCons .containerCons--right .containerCons--issues--element a img { max-width: 80%; max-height: 138px; }
.containerCons .containerCons--right .containerCons--issues--element a span { display: block; color: #000; padding-top: 5px; }
.containerCons .containerCons--bottom { padding-top: 50px; margin-top: 50px; border-top: 1px solid rgba(0,0,0,0.1); }
.containerCons .containerCons--bottom .containerCons--bottom--block { float: left; margin-right: 50px; }
.containerCons .containerCons--bottom .containerCons--bottom--title { font-size: 18px; font-weight: 500; padding-bottom: 15px; color: #000; }
.containerCons .containerCons--bottom .containerCons--bottom--present { position: relative; }
.containerCons .containerCons--bottom .containerCons--bottom--present .containerCons--bottom--price { float: left; min-width: 100px; padding: 0 30px; height: 52px; background: #000; text-align: center; border-radius: 40px; font-size: 18px; font-weight: 500; line-height: 52px; text-transform: uppercase; color: #fff; transition: all .2s; }
.containerCons .containerCons--bottom .containerCons--bottom--present .containerCons--bottom--size { float: left; width: 50px; height: 50px; border: 1px solid rgba(0,0,0,0.2); text-align: center; border-radius: 100%; margin-right: 10px; line-height: 50px; text-transform: uppercase; color: #000; transition: all .2s; }
.containerCons .containerCons--bottom .containerCons--bottom--present .containerCons--bottom--size.wide { width: 140px; border-radius: 40px; }
.containerCons .containerCons--bottom .containerCons--bottom--present .containerCons--bottom--size.current { text-decoration: none; border-color: rgba(0,0,0,0.4); background: rgba(0,0,0,0.1); }
.containerCons .containerCons--bottom .containerCons--bottom--present .containerCons--bottom--size:hover { text-decoration: none; border-color: rgba(0,0,0,0.4); }
.containerCons .containerCons--bottom .containerCons--bottom--present .containerCons--bottom--color { float: left; width: 48px; height: 48px; border: 2px solid rgba(0,0,0,0.2); text-align: center; border-radius: 100%; margin-right: 10px; transition: all .2s; }
.containerCons .containerCons--bottom .containerCons--bottom--present .containerCons--bottom--color.current { border-color: #ed175e; }
.containerCons .containerCons--bottom .containerCons--bottom--present .containerCons--bottom--color.white { background: #fff; }
.containerCons .containerCons--bottom .containerCons--bottom--present .containerCons--bottom--color.black { background: #000; }
.containerCons .containerCons--order { text-align: center; padding-top: 50px; clear: both; }
.containerCons .containerCons--order small { color: rgba(0,0,0,0.7); display: block; padding-bottom: 50px; line-height: 16px; }
.containerCons .containerCons--order .containerCons--order--button { display: inline-block; background: #000; color: #fff; font-size: 18px; font-weight: 500; border-radius: 40px; height: 60px; line-height: 60px; padding: 0 40px; }
.containerCons .containerCons--left--message { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; border-radius: 20px; z-index: 15; }
.containerCons .containerCons--left--message .containerCons--left--message--back { background: #fff; width: 100%; height: 100%; filter: blur(70px); position: absolute; top: 0; left: 0; z-index: 10; opacity: 0.8; }
.containerCons .containerCons--left--message .containerCons--left--message--content { position: relative; z-index: 20; color: #000; text-align: center; padding-top: 400px; }
.containerCons .containerCons--left--message .containerCons--left--message--content span { display: block; padding-bottom: 50px; font-size: 18px; text-transform: uppercase; font-weight: 500; }

/* --------------------------------- */
.containerView { padding-top: 110px; position: relative; border-bottom: 2px solid #f1f1f1; }
.containerView .containerView--header { padding: 50px 0; background: #fff; text-align: center; }
.containerView.cons .containerView--header { padding: 50px 0; background: #111; text-align: center; }
.containerView .containerView--header .containerView--intro::before { position: absolute; top: 0; left: 50%; width: 50px; height: 2px; background: #000; display: block; margin-left: -25px; content: ''; margin-top: 13px; }
.containerView .containerView--header .containerView--intro { padding: 25px 100px 0 100px; line-height: 24px; color: #1b3946; text-align: center; position: relative; opacity: 0.7; display: inline-block; width: 100%; box-sizing: border-box; }
.containerView .containerView--header .containerView--intro:empty { padding: 0; }
.containerView .containerView--header .containerView--intro:empty::before { opacity: 0; }
.containerView .containerView--header .containerView--bread { color: #1b3946; opacity: 0.7; }
.containerView .containerView--header .containerView--bread a { color: #1b3946; }
.containerView.cons .containerView--header .containerView--bread a { color: #fff; }
.containerView .containerView--header .containerView--title { padding-bottom: 5px; position: relative; left: -2px; }
.containerView .containerView--header .containerView--title h1 { color: #1b3946; font-size: 33px; font-weight: 500; }
.containerView.cons .containerView--header .containerView--title h1 { color: #fff; font-size: 33px; font-weight: 500; }
.containerView .containerView--header .containerView--action { display: inline-block; padding: 15px 30px; background: #000; border-radius: 40px; margin-top: 10px; color: #fff; font-weight: 500; font-size: 18px; }
.containerView .containerView--header .containerView--action:empty { padding: 0; margin-top: 0; display: block; }
.containerView .containerView--content { background: #fff; padding: 10px 0 50px 0; display: inline-block; width: 100%; }
.containerView.cons .containerView--content { background: #000; padding: 50px 0; display: inline-block; width: 100%; }
.containerView .containerView--content--left { float: left; width: 290px; }
.containerView .containerView--content--right { margin-left: 320px; }
.containerView .containerView--content--present p:last-child { margin-bottom: 0; }

@media screen and (max-width: 1100px){
    .containerMain .containerMain--first .containerMain--first--element { width: 50%; }
}

@media screen and (max-width: 1250px){
    .containerContent--item .content--order--buy { float: left; margin-top: 20px; }
}

@media screen and (max-width: 940px){
    .containerContent--item .containerContent--item--images { width: 100%; }
    .containerContent--item .containerContent--item--present { margin-left: 0; clear: both; }
}
    .containerPopular .containerPopular--container { display: flex; flex-flow: wrap; }
@media screen and (max-width: 820px){
    .containerHeader .containerHeader--logotype { padding-left: 20px; margin-left: 20px; }
    .containerHeader .containerHeader--socials { display: none; }
    .containerMain .containerMain--first .containerMain--first--content { height: 290px; }
    .containerMain .containerMain--first .containerMain--first--more { height: auto; padding: 40px 15px 20px 15px; }
    .containerPopular .containerPopular--container .containerPopular--element { width: 100%; }
    .containerPopular.main .containerPopular--container .containerPopular--element:first-child { width: 100%; }
    .containerPopular .containerPopular--container .containerPopular--element--present { padding: 30px 10px; }
    .containerInformation .containerInformation--container .containerInformation--element { width: 100%; }
    .containerFooter .containerFooter--first { text-align: center; }
    .containerFooter .containerFooter--logotype { float: none; display: inline-block; vertical-align: middle; }
    .containerFooter .containerFooter--pay { float: none; display: inline-block; vertical-align: middle; }
    .containerFooter .containerFooter--socials { float: left; width: 100%; text-align: center; margin-top: 20px; }
    .containerFooter .containerFooter--socials .socials--button { float: none; display: inline-block; margin: 0 10px; }
    .containerFooter .containerFooter--copyrights .containerFooter--copyrights--right span { display: none; }
    .containerFilters .filters--block { width: 50%; }
    .containerView .containerView--header .containerView--intro { padding: 20px 20px 0 20px; }
    .order--window .order--window--container .order--window--content { width: 500px; }
    .order--window--item .order--window--item--content { margin: -20px 0 0 0; clear: both; float: right; text-align: right; }
    .order--window--item .order--window--item--content ul li { float: right; margin-right: 0; margin-left: 20px; }
    .order--window .order--window--container .order--window--bottom .order--window--bottom--right .buttonGrey { display: none; }
    .containerPopular .containerPopular--container { display: flex; flex-flow: wrap; }
    .containerPopular .containerPopular--container .containerPopular--element--image { height: 460px; min-height: auto; padding: 10px; }
    .containerPopular .containerPopular--container .containerPopular--element--image img { height: 100%; width: 100%; object-fit: contain; }
    .containerPopular .containerPopular--container .containerPopular--element--present { min-height: 300px; }
    .containerPopular .containerPopular--container .containerPopular--element--present .containerPopular--element--bottom .element--bottom--left { font-size: 24px; }
    .containerPopular .containerPopular--container .containerPopular--element--present .containerPopular--element--bottom .element--bottom--buy { height: 50px; width: 270px; border-radius: 40px; color: #fff; font-weight: 500; }
    .containerPopular .containerPopular--container .containerPopular--element--present .containerPopular--element--bottom .element--bottom--buy span { display: inline-block; vertical-align: middle; position: relative; top: 10px; font-size: 16px; }
    .containerPopular .containerPopular--container .containerPopular--element--present .containerPopular--element--bottom .element--bottom--buy img { position: relative; top: 13px; margin-right: 20px; }

    .containerHeader .containerHeader--window { width: 100%; }
    .containerHeader .containerHeader--window .window--first a { font-size: 18px; padding: 7px 0; }
    .containerHeader .containerHeader--window .window--second a { font-size: 18px; }

    .containerView .containerView--header { padding: 30px 0; }
    .containerView .containerView--header .containerView--action { margin-top: 25px; }
    .containerPopular .containerPopular--container .containerPopular--element--image:hover .first--image { display: block; height: 100%; width: 100%; object-fit: contain; }
    .containerPopular .containerPopular--container .containerPopular--element--image:hover .second--image { display: none; }

    .containerFooter .containerFooter--menu { text-align: center; }
    .containerFooter .containerFooter--menu a { display: inline-block; padding: 8px 14px; color: #000; }
}

@media screen and (max-width: 700px){
    .containerMain .containerMain--first .containerMain--first--content { height: 260px; }
}

@media screen  and (max-height: 800px) {
    .containerHeader .containerHeader--window { width: 485px; }
    .containerHeader .containerHeader--window .window--first { padding-bottom: 0; margin-bottom: 0; border-bottom: none; float: left; width: 50%; }
    .containerHeader .containerHeader--window .window--second { float: right; width: 50%; }
}


@media screen  and (max-height: 350px) {
    .containerHeader .containerHeader--window { top: 111px; }
    .containerHeader .containerHeader--window .window--first a { font-size: 14px; padding: 2px 0; }
    .containerHeader .containerHeader--window .window--second a { padding: 2px 0; }
}
.payment {
    width: 58px;
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 5px;
}
@media screen  and (max-width: 580px) {
.containerFooter .containerFooter--logotype::before {width: 0px;}
.containerFooter .containerFooter--logotype {
    margin-right: auto;
    margin-left: auto;
    text-align: -webkit-center;
    display: block !important;
    padding-right: 0px;
    height: 50px;
}
}


.containerView--bread {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  flex-wrap: wrap;
  color: #9AA0A1;
}
@media (max-width: 1199px) {
  .containerView--bread {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}
.containerView--bread li {
  margin: -5px;
  padding: 5px;
  display:inline-block;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .containerView--bread li {
    display: inline-block;
  }
}
.containerView--bread li:not(:last-child):after {
  margin: 0 0.3em;
  content: "|";
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .containerView--bread li:not(:last-child):after {
    display: inline-block;
  }
}
.containerView--bread a {
  color: #2D2C38;
  transition: all 0.4s;
}
.containerView--bread a:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .containerView--bread a:hover {
    color: #9AA0A1;
  }
}
.layout__breadcrumbs {
    margin: 5px 2px 5px;
    font-size: 14px;
}
@media (max-width: 1199px){
.layout__breadcrumbs {
    margin: 0px -2px 0px;
    padding: 5px 13px 5px 5px;
    overflow-x: auto;
}
}

.containerPopular .containerPopular--container .containerPopular--element--present .containerPopular--element--intro {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;line-height: 1.5;
    height: 85px;padding: 15px 0;
}
.containerPopular .containerPopular--container .containerPopular--element--present h3 { font-size: 18px; font-weight: 500; color: #000; padding-bottom: 15px; 
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 40px;}
	
	
	.containerView .containerView--content--present {
    line-height: 26px;
}