@charset "UTF-8";
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Light.ttf");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-ExtraLight.ttf");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Open_Sans/OpenSans-ExtraBold.ttf");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Open_Sans/OpenSans-Bold.ttf");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Open_Sans/OpenSans-SemiBold.ttf");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Open_Sans/OpenSans-Light.ttf");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/icons/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/icons/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/icons/MaterialIcons-Regular.woff") format("woff"), url("../fonts/icons/MaterialIcons-Regular.ttf") format("truetype"); }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

/* ╤Б╨▒╤А╨╛╤Б ╤Б╤В╨╕╨╗╨╡╨╣ ╨▒╤А╨░╤Г╨╖╨╡╤А╨░ */
* {
  box-sizing: border-box; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.2; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ol {
  padding-left: 1.4em;
  list-style: decimal; }

ul {
  padding-left: 1.4em;
  list-style: square; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* ╨║╨╛╨╜╨╡╤Ж ╨║╨╛╨┤╨░ ╤Б╨▒╤А╨╛╤Б╨░ ╤Б╤В╨╕╨╗╨╡╨╣ ╨▒╤А╨░╤Г╨╖╨╡╤А╨░ */
#breadcrumbs {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin-left: 0px; }
  #breadcrumbs li {
    padding: 5px;
    color: #444444; }
    #breadcrumbs li a {
      text-decoration: none;
      color: #444444; }
      #breadcrumbs li a span {
        border-bottom: 1px solid #444444; }
    #breadcrumbs li:first-child {
      padding: 5px 5px 5px 0; }

.breadcrumbs {
  background-color: #ffffff;
  color: #000;
  padding: 12px 50px;
  background-color: rgba(255, 255, 255, 0.6);
  transition-duration: 0.5s; }
  .breadcrumbs span {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 12px; }

.fixed .breadcrumbs {
  display: none; }

body {
  margin: 0 auto; }

body .top_nav {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  position: absolute;
  z-index: 4; }

body .top_nav .main-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(0px);
  transition-duration: 0.3s;
  margin: 50px 0 0 0; }

body .top_nav .main-line a {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  flex-flow: column nowrap; }

body .top_nav .main-line a span {
  padding: 5px 0;
  color: black;
  font-weight: 600; }

body .top_nav .main-line a img {
  padding: 2px; }

body .top_nav .main-line a:active {
  color: #c50707; }

body .top_nav .main-line .logo {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 96px;
  transition-duration: 0.8s;
  order: 1;
  background: #ffffff; }

body .top_nav .main-line .logo a {
  padding: 0;
  margin: 25px 30px 20px 36px; }

body .top_nav .main-line .logo img {
  width: auto;
  transition-duration: 0.3s; }

body .top_nav .main-line nav {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  order: 2; }

body .top_nav .main-line nav .menu-nav {
  list-style: none;
  display: flex;
  flex-flow: row; }

body .top_nav .main-line nav .menu-nav li {
  padding: 10px 15px;
  color: #c50707; }

body .fixed {
  position: fixed;
  justify-content: flex-start;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

body .fixed .main-line {
  background-color: white;
  margin: 0; }

body .fixed .main-line .logo {
  width: 168px;
  height: auto; }

body .fixed .main-line .logo img {
  width: 138px;
  height: auto; }

body .fixed .main-line .accordion .link {
  color: #444444;
  font-size: 1rem; }

body .fixed .main-line .accordion .link:hover {
  border-bottom: 1px solid #444444;
  color: black; }

body .fixed .main-line .accordion .link:active {
  border-bottom: 1px solid #444444;
  color: black; }

body .fixed .main-line a:hover {
  color: black; }

body .wrapper .slider img {
  width: 100%; }

.accordion {
  width: 100%; }

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 15px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 300;
  position: relative;
  text-transform: uppercase; }

.accordion .link:hover {
  border-left: 1px solid #ffffff;
  color: #c50707; }

.accordion .link:active {
  border-left: 1px solid #ffffff;
  color: #c50707; }

.coll {
  position: relative; }

.accordion li:last-child .link {
  border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px; }

.accordion li.open .link {
  color: #444444; }

.accordion li.open i {
  color: #444444; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.submenu {
  display: none;
  background: #ffffff;
  font-size: 14px; }

/*.submenu li { 
  &:hover {
      border: 1px solid #4b4a5e; 
  }
}
*/
.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 0 5px; }

.submenu a:hover {
  transform: scale(1.01); }

.submenu a img {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 5px; }

.submenu a img:hover {
  background: #c50707; }

.submenu a img:active {
  background: #c50707; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.upi {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  position: absolute;
  left: 175px;
  list-style: none;
  width: 46%;
  margin-top: 12px;
  /*padding-right: 100px;*/
  animation-name: fadeIn;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-fill-mode: backwards; }

.wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  position: relative; }

.wrapper .wrap-h2 {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  position: absolute;
  top: 10%;
  left: 10%;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px; }

.wrapper .wrap-h2 h2 {
  text-transform: uppercase;
  flex: 1;
  align-self: flex-start;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
  padding: 1rem 0; }

.wrapper .wrap-h2 h2.wh {
  background-color: #ffffff;
  font-weight: 200;
  font-size: 2rem;
  padding: 7px 20px; }

.wrapper .button-wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  width: 100%;
  bottom: 20%;
  left: 10%;
  z-index: 4;
  position: absolute; }

.wrapper .button-wrap a {
  text-decoration: none; }

.wrapper .button-wrap a .choose {
  display: flex;
  justify-content: center;
  width: 200px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 10px 0;
  color: #000;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  flex: 1;
  align-self: flex-start;
  transition-duration: 0.4s; }

.wrapper .button-wrap a .choose:hover {
  background-color: transparent;
  color: #ffffff;
  cursor: pointer; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  /*height: 85vh;*/
  padding: 0;
  margin: 0; }

.rslides li {
  visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

.prev {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 2%;
  opacity: 0.4;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(themes.gif) no-repeat left top;
  margin-top: -45px; }

.next {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  right: 2%;
  opacity: 0.4;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(themes.gif) no-repeat left top;
  margin-top: -45px;
  transform: rotate(180deg); }

.blocks {
  display: flex;
  flex-flow: row nowrap;
  padding: 20px 0 0 0;
  font-family: "Montserrat", sans-serif; }

.blocks .blocks-row {
  flex-flow: row nowrap;
  justify-content: space-between; }

.blocks .blocks-row .blocks1 {
  position: relative; }

.blocks .blocks-row .blocks1 img {
  width: 100%;
  color: #555;
  border-left: 10px solid #FFF;
  margin-bottom: 20px;
  margin-right: 5px;
  display: flex;
  align-items: center; }

.blocks .blocks-row .blocks1 .info {
  position: absolute;
  bottom: 0;
  left: 10%;
  padding: 10px;
  max-width: 500px; }

.blocks .blocks-row .blocks1 .info h3 {
  font-size: 3rem;
  font-weight: 700;
  color: #555;
  overflow: hidden;
  margin-bottom: 20px;
  text-transform: uppercase; }

.blocks .blocks-row .blocks1 .info span {
  font-size: 1.7rem;
  position: relative;
  bottom: 9px;
  color: #555; }

.blocks .blocks-row .blocks1 .info span.descri {
  font-size: 1rem; }

.blocks .blocks-row .three-bl .info h3 {
  color: #58595b; }

.blocks .blocks-row .three-bl .info span {
  color: #58595b; }

.blocks .blocks2 img {
  padding: 0 0 20px 10px;
  max-width: 100%; }

footer {
  font-family: "Montserrat", sans-serif;
  color: #000; }

footer .all-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  background-color: #f3f3f3;
  margin: 0;
  padding: 20px; }

footer .all-wrap .collections {
  padding: 20px;
  max-width: 350px; }

footer .all-wrap .collections h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 35px;
  text-transform: uppercase; }

footer .all-wrap .collections h5::after {
  content: "";
  width: 25px;
  height: 3px;
  background: #b72937;
  display: block;
  margin: 10px 0 20px; }

footer .all-wrap .collections ul.collect {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  font-weight: 300; }

footer .all-wrap .collections ul.collect li {
  padding: 0 20px;
  background-color: #e8e8e8;
  margin: 5px;
  align-self: center; }

footer .all-wrap .collections ul.collect li a {
  text-decoration: none;
  color: #000; }

footer .all-wrap .collections ul.collect li:hover {
  background-color: #d1d1d1; }

footer .menu-nav-footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none; }

footer .menu-nav-footer li {
  padding: 0 10px; }

footer .menu-nav-footer li a {
  color: #444444;
  text-decoration: none;
  font-weight: 300; }

footer .menu-nav-footer li a:hover {
  border-bottom: 1px solid black; }

footer .menu-nav-footer li.wherebuy a {
  color: #444444; }

footer .menu-nav-footer li.wherebuy a:hover {
  border-bottom: 1px solid black; }

footer .white-line {
  background-color: #ffffff;
  color: #afafaf;
  font-size: .8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }

footer .white-line a {
  color: #000;
  text-decoration: none;
  padding: 20px 2px; }

footer .white-line a:hover {
  text-decoration: underline; }

footer .white-line span {
  padding: 20px 2px; }

footer .red-line {
  width: 100%;
  padding: 5px 0;
  background: #c50707; }

.products-related .h2-like {
  font-weight: 500;
  font-size: 1.6rem;
  padding: 30px 0 10px 0;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif; }

.products {
  margin-top: 20px;
  padding: 0 20px 20px 20px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }

.products h2 {
  font-family: "Montserrat", sans-serif;
  color: #444444;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 3.0rem;
  font-weight: 600;
  max-width: 1280px; }

.products .text-img {
  max-width: 1280px;
  padding-bottom: 10px;
  margin: 0 auto; }

.products .text-img h2 {
  font-family: "Montserrat", sans-serif;
  color: #444444;
  padding: 20px;
  font-size: 3.0rem;
  font-weight: 600;
  max-width: 1280px;
  margin: 0 auto; }

.products .text-img .text-img-desc {
  display: flex;
  flex-flow: row wrap;
  padding: 20px;
  font-family: "Montserrat", sans-serif; }

.products .text-img .text-img-desc span {
  max-width: 450px;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.3em;
  margin-right: 20px; }

.products .text-img .text-img-desc img {
  border: 6px solid #e5e5e5;
  max-width: 100%;
  height: auto; }

.products ul {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0; }

.products ul li {
  width: 33%;
  padding: 5px;
  position: relative;
  transition: all 0.25s ease; }

.products ul li a {
  font-family: "Montserrat", sans-serif;
  color: #ffffff; }

.products ul li a img {
  display: flex;
  width: 100%;
  height: auto;
  border: 1px solid #fff;
  overflow: hidden;
  max-height: 275px;
  /*max-width: 350px;*/ }

.products ul li a div.name {
  display: flex;
  flex-flow: column nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #444444;
  font-size: 1.2rem;
  font-weight: 400;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.25s ease; }

.products ul li a div.name .code-lam {
  font-size: 0.7rem; }

.products ul li .look {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  opacity: 0;
  transition: all .4s; }

.products ul li .look:hover {
  opacity: 1; }

.products ul li:hover .name {
  display: none; }

.content-wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 20px;
  font-family: "Montserrat", sans-serif;
  color: #444444; }

.content-wrap .content-zag {
  font-size: 2.45rem;
  font-weight: 300;
  padding: 10px 0; }

.content-wrap .content {
  font-size: 1rem;
  line-height: 1.6rem;
  margin-top: 10px;
  font-weight: 300;
  /*padding: 0 10px;*/ }

.content-wrap .content span p {
  padding: 6px 0; }

.content-wrap .content a {
  color: #4a74d6; }

.content-wrap .content ul {
  padding-top: 10px; }

.content-wrap .content ul li {
  list-style-type: none;
  border-left: 2px solid #395bac;
  margin: 10px 30px;
  padding-left: 10px; }

.content-wrap .content .table-serv {
  padding-top: 10px;
  margin: 20px 0; }

.content-wrap .content .table-serv tbody tr {
  background-color: #f3f6fd; }

.content-wrap .content .table-serv tbody tr:nth-child(odd) {
  background-color: #e4ebfd; }

.content-wrap .content .table-serv tbody tr td {
  padding: 20px;
  margin: 10px 30px; }

.content-wrap-type {
  margin: 0;
  padding: 20px;
  font-family: "Montserrat", sans-serif;
  color: #444444;
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }

.content-wrap-type .content-zag-type {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 5px;
  border: 2px solid #395bac;
  margin: 0 5px; }

.content-wrap-type .content-zag-type a {
  text-decoration: none;
  color: #395bac; }

.content-wrap-type .content-zag-type a:active {
  color: #c50707; }

.content-wrap-type .content-zag-type a:hover {
  color: #c50707; }

.content-wrap-type .content-zag-type:hover {
  color: #c50707;
  border: 2px solid #c50707; }

.content-wrap-type .content {
  font-size: 1rem;
  line-height: 1.4rem; }

.gallery {
  display: flex;
  justify-content: center; }

.gallery ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none; }

.wrap-img {
  position: relative;
  font-family: "Montserrat", sans-serif; }

.wrap-img .background-img {
  width: 100%;
  position: relative;
  margin-top: 80px; }

.wrap-img .zagg {
  position: absolute;
  bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  z-index: 10; }

.cart-bread {
  padding: 110px 0 0 0; }

.content-wrap {
  /*margin-top: 40px;*/
  flex-flow: column nowrap;
  max-width: 1280px;
  margin: 0 auto;
  /*align-items: center;*/ }

.content-wrap #msProduct {
  display: flex;
  flex-flow: row wrap;
  flex-flow: wrap; }

.content-wrap #msProduct .part1 {
  flex: 1; }

.content-wrap #msProduct .descr {
  margin-left: 20px; }

.content-wrap #msProduct .part1 h1 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding-bottom: 20px; }

.content-wrap #msProduct .part1 form .form-group {
  display: flex;
  justify-content: space-between; }

.content-wrap #msProduct .part1 form .form-group label, .content-wrap #msProduct .part1 form .form-group div {
  padding: 10px 5px 10px 0; }

.content-wrap #msProduct .part1 form .form-group label {
  font-weight: 300; }

.content-wrap .wrap-dopimage {
  display: flex;
  justify-content: space-around;
  flex-flow: wrap; }

.content-wrap .wrap-dopimage .dopimage {
  max-width: 400px;
  padding-top: 10px;
  /* margin: 50px 0; */ }

.content-wrap .wrap-dopimage .dopimage .typephoto {
  padding: 10px 0; }

.content-wrap .wrap-dopimage .dopimage img {
  width: 100%; }

.content-wrap #msGallery .foto img {
  max-width: 500px;
  width: 100%; }

/*
  # ----- Script info:
  - Author: Michael Mammoliti
  - Name: rSlider.js
  - Version: 0.2.1
  - js dipendencies: jQuery
  - Release date: 8 February 2016
  - GitHub: https://github.com/MichaelMammoliti/rSlider.js

  # ----- Contact info
  - GitHub: https://github.com/MichaelMammoliti
  - Mail: mammoliti.michael@gmail.com
  - Twitter: @MichMammoliti

  # ----- License Info
  - Released under the GPL v3 license.
*/
.rSlider {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #fff; }

.rSlider > .rSlider--view {
  width: 1000%;
  display: block;
  overflow: hidden; }

.rSlider > .rSlider--view:before {
  content: " ";
  display: block; }

.rSlider > .rSlider--view > .rSlider--slide {
  float: left;
  position: relative;
  display: block;
  overflow: hidden; }

.rSlider > .rSlider--view > .rSlider--slide:before {
  content: " ";
  display: block; }

.rSlider > .rSlider--view > .rSlider--slide > .rSlider--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 0; }

.rSlider > .rSlider--view > .rSlider--slide > .rSlider--container {
  padding: 200px 100px;
  max-width: 1200px;
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }

.rSlider > .rSlider--view > .rSlider--slide > .rSlider--container:before {
  content: " ";
  display: block; }

.rSlider > .rSlider--view > .rSlider--slide > .rSlider--bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1; }

.rSlider > .rSlider--dots-controls {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
  display: block;
  overflow: hidden; }

.rSlider > .rSlider--dots-controls:before {
  content: " ";
  display: block; }

.rSlider > .rSlider--dots-controls button {
  float: left;
  cursor: pointer;
  background: #fff;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  opacity: .4;
  border: 3px solid #fff;
  margin-right: 5px;
  margin-bottom: 5px; }

.rSlider > .rSlider--dots-controls button:last-of-type {
  margin-right: 0;
  margin-bottom: 0; }

.rSlider > .rSlider--dots-controls button.active {
  background: 0 0;
  border: 3px solid #fff;
  opacity: 1; }

.rSlider > .rSlider--arrow-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.rSlider > .rSlider--arrow-controls span {
  width: 100px;
  padding: 20px;
  position: absolute;
  overflow: hidden;
  top: 0;
  height: 100%;
  z-index: 3;
  text-align: center;
  cursor: pointer; }

.rSlider > .rSlider--arrow-controls span:first-child {
  left: 0; }

.rSlider > .rSlider--arrow-controls span:last-child {
  right: 0; }

.rSlider > .rSlider--arrow-controls span:hover button {
  border-color: #fff; }

.rSlider > .rSlider--arrow-controls button {
  position: relative;
  width: 40px;
  height: 40px;
  top: 50%;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: 0 0;
  border: 3px solid rgba(255, 255, 255, 0.4);
  cursor: pointer; }

.rSlider.css-transitions .rSlider--arrow-controls button, .rSlider.css-transitions .rSlider--bg-color, .rSlider.css-transitions .rSlider--dots-controls button, .rSlider.css-transitions .rSlider--slide, .rSlider.css-transitions .rSlider--view {
  -webkit-transition: all .6s ease 0s;
  transition: all .6s ease 0s; }

.rSlider .rSlider--bg-color {
  background: rgba(0, 0, 0, 0.5); }

.rSlider .slide-styled {
  width: 100%;
  max-width: 700px;
  margin-left: 15%; }

.rSlider .slide-styled h1 {
  /* font-size: 4rem; */
  font-size: 48px;
  color: #fff;
  font-weight: 600; }

.rSlider .slide-styled p {
  /* font-size: 1.4rem; */
  color: #fff;
  /* padding: 50px 0; */
  font-size: 15px;
  padding: 20px 0;
  margin-top: 10px;
  border-top: 2px solid; }

.rSlider .slide-styled a, .rSlider .slide-styled button {
  border: 2px solid white;
  color: white;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  padding: 14px 46px 13px 26px;
  letter-spacing: .1em;
  position: relative;
  font-weight: 700;
  transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  text-decoration: none; }

.rSlider .slide-styled a:hover, .rSlider .slide-styled button:hover {
  background: #dedcdc; }

.rSlider:hover .rSlider--bg-color {
  background: rgba(0, 0, 0, 0.3); }

.pagination {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  list-style: none; }

.pagination .page-item {
  padding: 5px; }

.pagination .page-item a {
  color: #444444;
  text-decoration: none; }

.pagination .active a {
  color: #c50707; }

.content-wrap {
  margin: 0 auto !important;
  max-width: 1280px !important;
  padding: 20px !important;
  font-family: "Montserrat", sans-serif !important;
  color: #444444 !important; }

.wrapper-buy input {
  display: none; }

.wrapper-buy input:checked + .vkladki {
  background-color: #7a000e;
  color: white;
  display: none; }

.wrapper-buy.vkladki {
  cursor: pointer;
  padding: 10px 40px;
  background-color: #bebebe;
  border-radius: 5px 5px 0 0;
  display: block;
  float: left;
  margin-right: 5px; }

.content-buy {
  position: relative;
  clear: both;
  width: 100%; }

.wrapper-buy input[id="tab-1"]:checked ~ .content-buy .tab-1, .wrapper-buy input[id="tab-2"]:checked ~ .content-buy .tab-2 {
  display: block; }

.accordion {
  display: block;
  font-size: inherit;
  margin: 0px;
  position: relative; }

.accordion input {
  display: none;
  position: absolute;
  visibility: hidden;
  left: 50%;
  top: 50%;
  z-index: 1; }

.accordion {
  display: block;
  font-size: inherit;
  margin: 0px;
  position: relative; }

.accordion input {
  display: none;
  position: absolute;
  visibility: hidden;
  left: 50%;
  top: 50%;
  z-index: 1; }

.accordion__header {
  background-color: #f3f3f3;
  border: 1px solid #c2c2c2;
  border-bottom-width: 0px;
  color: #313131;
  cursor: pointer;
  transition: background 0.2s;
  padding: 20px;
  position: relative;
  z-index: 2; }

.accordion__header:hover {
  background-color: #dbdbdb;
  color: #000; }

.accordion__header:hover:before, .accordion__header:hover:after {
  background-color: #000; }

.accordion__header:before, .accordion__header:after {
  background-color: #313131;
  content: '';
  display: block;
  position: absolute;
  z-index: 3; }

.accordion__header:before {
  height: 2px;
  margin-top: -1px;
  top: 50%;
  right: 20px;
  width: 8px; }

.accordion__header:after {
  height: 8px;
  margin-top: -4px;
  top: 50%;
  right: 23px;
  width: 2px; }

.accordion input:checked ~ .accordion__header {
  background: #c2c2c2;
  border-color: #c2c2c2;
  color: #000; }

.accordion input:checked ~ .accordion__header:hover {
  background-color: #c8c8c8;
  border-color: #c2c2c2;
  color: #000; }

.accordion input:checked ~ .accordion__header:before {
  background-color: #000; }

.accordion input:checked ~ .accordion__header:after {
  display: none; }

.accordion:first-child .accordion__header {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.accordion:last-child .accordion__header {
  border-bottom-width: 1px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.accordion:last-child input:checked ~ .accordion__header {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

.accordion__content {
  background-color: white;
  border-width: 0px 1px;
  display: none;
  padding: 0; }

.accordion input:checked ~ .accordion__content {
  display: block; }

.accordion:last-child .accordion__content {
  border-bottom-width: 1px;
  border-radius: 0px 0px 4px 4px; }

.accordion__content h6 {
  color: #f3f3f3;
  font-size: 18px;
  margin-bottom: 5px; }

table {
  border: 1px solid #bebebe;
  border-collapse: collapse;
  font-size: 1rem;
  width: 100%;
  color: #636363; }

table thead {
  background-color: #bebebe; }

table td, table th {
  padding: 5px;
  text-align: center; }

table td li, table th li {
  list-style-type: none; }

table td {
  position: relative; }

table td:first-child {
  color: #636363; }

table td a {
  text-decoration: none;
  color: #636363; }

table td a:hover {
  color: #f3f3f3;
  text-decoration: underline; }

table tr:nth-child(even) {
  background-color: #ededed; }

table tbody > tr:hover {
  background-color: #dcdcdc; }

article {
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  border-top: 5px solid #a8a8a9;
  display: none; }

.blocks .blocks-row .three-bl .info h4 {
  color: white !important; }

/*.blocks {
    flex-flow: nowrap!important;
    padding: 20px 0 0 0;
    font-family: "Montserrat", sans-serif;
}*/
.rSlider > .rSlider--dots-controls button {
  float: left;
  cursor: pointer;
  background: white;
  height: 18px !important;
  width: 16px;
  border-radius: 50%;
  opacity: .4;
  border: 3px solid white;
  margin-right: 5px;
  margin-bottom: 5px; }

.submenu a img {
  display: none !important; }

.name_main_page {
  display: flex;
  flex-flow: column nowrap;
  position: absolute;
  bottom: 0;
  height: 80px;
  z-index: 2;
  color: white;
  font-weight: 400;
  /*width: 100%;*/
  max-width: 100%;
  padding: 20px;
  text-decoration: none;
  font-size: 15px; }

.blocks .blocks-row .blocks1 .info {
  width: 100% !important;
  height: 90px;
  position: absolute;
  left: 0;
  padding: 10px;
  max-width: 700px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.25s ease; }

.podrobnee {
  background: white;
  display: inline-block;
  /* padding: 20px 40px; */
  color: black;
  text-decoration: none;
  width: 90px;
  border-radius: 4px;
  opacity: 0.7;
  position: absolute;
  z-index: 2;
  color: black;
  font-weight: 300;
  max-width: 80%;
  left: 0;
  background-color: white;
  border: black;
  border-radius: 3px;
  padding: 4px;
  opacity: 0.7;
  bottom: 0;
  margin-left: 20px;
  margin-bottom: 7px;
  /*transition: all .25s ease-in;*/ }

/*# sourceMappingURL=main.css.map */
@media (min-width: 1400px) {
  .name_main_page {
    display: flex;
    flex-flow: column nowrap;
    position: absolute;
    height: 75px;
    z-index: 2;
    color: white;
    font-weight: 400;
    /*  width: 100%; */
    max-width: 100%;
    padding: 20px;
    text-decoration: none;
    font-size: 15px; }

  .blocks .blocks-row .blocks1 .info {
    width: 940px;
    height: 85px;
    position: absolute;
    left: 0;
    padding: 10px;
    max-width: 951px; }

  .podrobnee {
    position: absolute;
    z-index: 2;
    color: black;
    font-weight: 300;
    max-width: 80%;
    left: 0;
    background-color: white;
    border: black;
    border-radius: 3px;
    padding: 4px;
    opacity: 0.7;
    bottom: 0;
    margin-left: 20px;
    margin-bottom: 7px;
    /*transition: all .25s ease-in;*/ } }
body header.top_nav.fixed {
  width: 100vw;
  background: #ffffff; }

@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .blocks .blocks-row .blocks1 .info {
    width: 674px;
    max-width: none; }

 /* #zag_blocks_main{
  left: -10px!important;
}*/
  .zag_kol {
    left: -10px; } }
.zag_kol {
  position: relative;
  left: -4px;
  display: flex;
  flex-flow: column; }

@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .blocks .blocks-row .blocks1 .info {
    width: 100%;
    height: 95px; }

  .name_main_page {
    width: 554px; } }
@media screen and (max-width: 1026px) and (min-width: 1023px) {
  .blocks .blocks-row .blocks1 .info {
    width: 500px;
    height: 95px; }

  .name_main_page {
    height: 100px; }

  .podrobnee {
    font-size: 15px; }

  .form-horizontal.ms2_form {
    margin-left: 10px; }

  div.slide-styled {
    position: relative;
    left: 110px; }

  .rSlider .slide-styled p {
    font-size: 1.7rem; } }
@media screen and (max-width: 768px) {
  .blocks {
    flex-flow: row wrap; }

  .blocks .blocks-row .blocks1 .info {
    background: rgba(255, 255, 255, 0.6); }

  .blocks .blocks-row .blocks1 .info span {
    font-size: 1rem;
    font-weight: 700; }

  .blocks .blocks-row .blocks1 .info span.descri {
    font-weight: 400; } }
.main-nav {
  background: #fff;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  font-family: "Montserrat", sans-serif !important;
  color: #444444; }

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden; }

.nav-brand {
  float: left;
  margin: 0; }
  .nav-brand .logo-classen {
    max-width: 150px;
    width: 100%;
    padding: 9px 0; }

.nav-brand a {
  display: block;
  padding: 11px 11px 11px 20px;
  color: #555;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none; }

#main-menu {
  clear: both;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

@media (min-width: 768px) {
  #main-menu {
    float: right;
    clear: none;
    padding-top: 22px; } }
/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 24px 16px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #555;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0; }

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0; }

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent; }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none; }

#main-menu-state:checked ~ #main-menu {
  display: block; }

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px; }

  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block; } }
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }
:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  touch-action: pan-y; }
  .swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.slider {
  position: relative; }

.wrapper-slider {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }

.catalog-slider {
  background: #ffffff;
  position: absolute;
  top: 30px;
  z-index: 2;
  border-radius: 4px;
  width: 100%;
  max-width: 300px; }
  .catalog-slider .divcat {
    text-transform: uppercase;
    font-size: 1.8rem;
    border-bottom: 1px solid #d8d8d8;
    padding: 20px 26px; }
  .catalog-slider .sliderul {
    margin: 0;
    list-style: none;
    padding: 20px 0;
    font-weight: 200; }
    .catalog-slider .sliderul li {
      padding: 10px 26px; }
      .catalog-slider .sliderul li a {
        text-decoration: none;
        color: #333333;
        transition: all .2s; }
        .catalog-slider .sliderul li a:hover {
          color: #66281d; }
      .catalog-slider .sliderul li:hover {
        background-color: #f0f0f0; }
    .catalog-slider .sliderul li.all {
      font-weight: 400; }
      .catalog-slider .sliderul li.all a {
        color: #66281d; }

.slider-block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 530px;
  position: relative; }
  .slider-block .wrapper {
    width: 100%;
    max-width: 1200px;
    display: flex; }
  .slider-block .wrap-desc {
    display: flex;
    flex-flow: column nowrap;
    align-items: center; }
  .slider-block .slidetext {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    text-align: center;
    border-bottom: 4px solid white;
    padding-bottom: 20px;
    font-family: "Open Sans", sans-serif; }
  .slider-block .description {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-flow: column nowrap;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    color: #ffffff;
    font-size: 3rem;
    font-weight: 500;
    text-transform: uppercase;
    height: 500px; }
    .slider-block .description a {
      padding: 20px 0; }
    .slider-block .description .zagzz2 {
      font-size: 1.6rem;
      font-weight: 200;
      padding-top: 10px; }
  .slider-block img {
    width: 100%; }

.goto {
  padding: 15px 50px;
  background: transparent;
  color: #ffffff;
  border: 4px solid #ffffff;
  font-family: "Montserrat", sans-serif;
  transition: .3s;
  font-size: 1rem;
  font-weight: 300; }
  .goto:hover {
    cursor: pointer;
    background: #ffffff;
    color: #333333; }

@media screen and (max-width: 630px) {
  .products ul li {
    width: 48%; }

  .content-wrap #msProduct {
    display: flex;
    flex-flow: column; } }
@media screen and (max-width: 500px) {
  .slider-block .wrap-desc {
    padding: 20px; }
    .slider-block .wrap-desc .slidetext {
      font-size: 2rem; }
      .slider-block .wrap-desc .slidetext .zagzz2 {
        font-size: 1rem;
        line-height: 1.6; }

  .accordion__content {
    overflow-x: scroll; }

  .products h2 {
    padding: 20px;
    font-size: 1.5rem; }

  .products ul {
    justify-content: center; }

  .products ul li {
    width: 100%;
    padding: 10px 0; }

  footer .menu-nav-footer {
    flex-flow: column nowrap;
    align-items: center;
    padding: 0; }

  footer .menu-nav-footer li {
    padding: 20px; }

  .wrap-img .zagg {
    font-size: 2rem; }

  #breadcrumbs {
    font-size: 0.7rem; }

  .content-wrap #msProduct .descr {
    margin-left: 0; }

  .content-wrap #msProduct .part1 h1 {
    padding: 30px 0 20px 0; } }
@media screen and (max-width: 1000px) {
  .icon {
    display: flex;
    align-items: center;
    position: relative; }

  nav .menu-nav {
    display: inline-flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 20px;
    left: -420px;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    transition: .3s;
    background-color: #ffffff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4); }

  nav .menu-nav li {
    padding: 10px;
    order: 2; }

  nav .menu-nav li ul {
    position: relative;
    padding-top: 0; }

  nav .menu-nav li .upi {
    display: flex;
    flex-flow: column;
    padding-right: 0;
    padding: 0;
    left: 0px;
    width: 1000%; }

  body .top_nav .main-line {
    height: 80px; }

  body .top_nav .main-line .logo {
    height: 78px; }

  body .top_nav .main-line nav .menu-nav {
    list-style: none;
    display: flex;
    flex-flow: column nowrap; }

  body .top_nav .main-line nav .menu-nav .link {
    color: #444444; }

  .wrapper .icons-services {
    display: none; }

  .blocks .blocks-row {
    flex-flow: row wrap; }

  .blocks .blocks-row .blocks1 {
    width: 100%;
    max-width: 1000px; }

  .blocks .blocks-row .blocks1 .info {
    padding: 10px;
    max-width: 500px; }

  .blocks .blocks-row .blocks1 .info h3 {
    font-size: 2rem; }

  .blocks .blocks-row .blocks1 .info span {
    font-size: 0.9rem; }

  .fixed .main-line .icon .hamburger {
    background: #444444; }

  .fixed .main-line .icon .hamburger:before, .fixed .main-line .icon .hamburger:after {
    background: #444444; }

  .fixed .main-line .icon .hamburger.open {
    background: rgba(0, 0, 0, 0); }

  .submenu a img {
    display: none; } }
@media screen and (max-width: 420px) and (min-width: 326px) {
  nav .menu-nav li .upi {
    display: flex;
    flex-flow: column;
    padding-right: 0;
    padding: 0;
    left: 0px;
    width: 100%; }

  div.slide-styled {
    position: relative;
    bottom: 210px;
    right: 20px; }

  .rSlider .slide-styled h1 {
    font-size: 1.3rem;
    color: white;
    font-weight: 600;
    position: relative;
    top: 15px; }

  .rSlider .slide-styled p {
    font-size: 1.1rem;
    color: white;
    padding: 25px 0;
    width: 250px; }

  .rSlider .slide-styled a, .rSlider .slide-styled button {
    padding: 10px 5px;
    font-size: 1rem;
    position: relative;
    bottom: 15px; }

  .rSlider > .rSlider--view > .rSlider--slide > .rSlider--container {
    top: 27%;
    height: 10px; }

  div#rSlider--view1_s1.rSlider-slide {
    height: 750px !important; }

  a.rSlider--view_nav.rSlider--view1_nav.next {
    top: 60% !important; }

  a.rSlider--view_nav.rSlider--view1_nav.prev {
    top: 60% !important; }

  .kollection_h1 {
    font-size: 2rem !important; }

  .rSlider {
    height: 180px; }

  .podrobnee {
    left: 15px;
    font-size: 11px;
    width: 70px; }

  .rSlider .slide-styled a, .rSlider .slide-styled button {
    padding: 10px 5px;
    font-size: 1rem; } }
@media screen and (max-width: 500px) {
  .content-wrap .content-zag {
    font-size: 1.6rem; }

  .rSlider {
    max-height: 400px; } }

/*# sourceMappingURL=main.css.map */
