/*
 * scss config begin
 */
/*
 * scss config end
 */
/*
	defaults begin
*/
hr {
  border: 0;
  border-top: 1px solid #AE8C69; }

p {
  padding: 8px 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

html {
  overflow-y: scroll; }

.in {
  width: 1240px;
  margin: 0 auto; }
  .in:after {
    content: '';
    display: block;
    clear: both; }

.hidden {
  display: none; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.bold {
  font-weight: 600; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.psevdo-url {
  text-decoration: none;
  padding-bottom: 2px;
  display: inline-block;
  border-bottom: 1px dashed inherit; }
  .psevdo-url:hover {
    text-decoration: none; }

.del {
  text-decoration: line-through; }

table {
  border-collapse: collapse; }
  table tr {
    border-bottom: 1px solid #cccccc; }
    table tr:nth-of-type(1) {
      margin-top: 5px;
      border-top: 1px solid #dddddd; }
    table tr:nth-of-type(2n) {
      background: #f5f5f5; }
    table tr:nth-of-type(2n + 1) {
      background: #ffffff; }
    table tr th, table tr td {
      padding: 5px 3px; }
    table tr th {
      background: #9E2418;
      color: #ffffff;
      text-align: left; }

input {
  /* Firefox 19+ */
  /* Firefox 18- */ }
  input::-webkit-input-placeholder {
    text-indent: 0;
    transition: text-indent 0.5s ease;
    color: #999999; }
  input::-moz-placeholder {
    text-indent: 0;
    transition: text-indent 0.5s ease;
    color: #999999; }
  input:-moz-placeholder {
    text-indent: 0;
    transition: text-indent 0.5s ease;
    color: #999999; }
  input:-ms-input-placeholder {
    text-indent: 0;
    transition: text-indent 0.5s ease;
    color: #999999; }
  input:focus {
    /* Firefox 19+ */
    /* Firefox 18- */ }
    input:focus::-webkit-input-placeholder {
      text-indent: 500px;
      transition: text-indent 0.5s ease; }
    input:focus::-moz-placeholder {
      text-indent: 500px;
      transition: text-indent 0.5s ease; }
    input:focus:-moz-placeholder {
      text-indent: 500px;
      transition: text-indent 0.5s ease; }
    input:focus:-ms-input-placeholder {
      text-indent: 500px;
      transition: text-indent 0.5s ease; }

/* Eric Meyer's Reset CSS v2.0 begin (modernized) */
html, body, div, span, applet, 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%;
  font: inherit;
  vertical-align: baseline;
  outline: none; }

html {
  font-family: "Open Sans", Arial, Verdana, sans-serif;
  font-size: 16px;
  color: #333333; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Eric Meyer's Reset CSS v2.0 end */
/**
modals begin
*/
.wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%; }

html {
  overflow-y: scroll; }

.glyph, .smartModal .modalClose {
  font-family: Close;
  color: inherit; }

.smartModal.layer-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  overflow: hidden;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=20);
  display: none;
  cursor: pointer; }
.smartModal.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 600;
  padding: 25px 0;
  display: none;
  cursor: pointer; }
.smartModal.modalBox {
  width: 600px;
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
  background: #fff;
  cursor: default; }
  @media (max-width: 980px) {
    .smartModal.modalBox {
      width: 100%;
      margin-top: 0; } }
.smartModal.modalHeader {
  background: #89312B;
  color: #fff;
  padding: 15px 20px;
  font-size: 20px;
  border-left: 1px solid #89312B;
  border-right: 1px solid #89312B;
  border-top: 1px solid #89312B; }
.smartModal .modalContent {
  border-left: 1px solid #89312B;
  border-right: 1px solid #89312B;
  color: #000;
  padding: 20px;
  line-height: 1.4; }
.smartModal .modalFooter {
  border-left: 1px solid #89312B;
  border-right: 1px solid #89312B;
  background: #fff;
  height: 5px;
  border-bottom: 1px solid #89312B; }
.smartModal .modalClose {
  font-size: 12px;
  height: 12px;
  width: 12px;
  padding: 5px;
  margin: 15px;
  margin-right: 13px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #fff; }
  .smartModal .modalClose:before {
    content: '\e802'; }
  .smartModal .modalClose:hover {
    color: #F0F6FF; }

/**
modals end
*/
/*
	defaults end
*/
/**
	styles part begin
*/
p {
  line-height: 140%; }

h1, h2, h3, h4 {
  font-weight: 600; }

h1 {
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 50px; }

.in h1 {
  font-size: 48px;
  font-weight: 300; }

div {
  color: inherit; }

button {
  height: 30px;
  width: 120px;
  font-family: inherit;
  display: block;
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 3px;
  color: #fbf4b3;
  font-size: 16px;
  background-color: #426527;
  box-shadow: 0 2px #2B4E12; }

/**
	styles part begin
*/
.col, .logo, .nav, .header .contacts {
  float: left; }
  .col-3 {
    width: 33.333333%;
    font-weight: 300; }
  .col-2 {
    width: 50%; }

.row {
  margin: 0 0; }
  .row:after {
    content: '';
    display: block;
    clear: both; }

.psevdo-link {
  text-decoration: none;
  border-bottom: 1px dashed;
  margin: 0 10px;
  vertical-align: middle;
  display: inline-block;
  padding-bottom: 2px;
  font-weight: 300; }

.va-customer {
  width: 1px;
  min-height: inherit;
  display: inline-block; }
.va-container {
  display: inline-block; }
.va.middle {
  vertical-align: middle; }

.header {
  background: url(../img/c.png);
  padding: 15px 0 10px 0;
  border-bottom: 3px solid #61261F; }
  .header-in {
    min-height: 50px; }

.logo {
  display: inline-block;
  height: 48px;
  margin-right: 10px;
  font-size: 40px;
  color: #E4DFB8;
  text-decoration: none;
  line-height: 100%;
  font-weight: 600; }

.nav {
  min-height: inherit;
  width: 450px;
  margin-left: 20px; }
  .nav .va-container {
    width: 449px; }
  .nav .group_end {
    margin-bottom: 0; }

.header .contacts {
  text-align: right;
  padding-top: 3px;
  height: inherit;
  width: 220px;
  margin-left: 15px; }
  .header .contacts a {
    text-decoration: none;
    color: #E4DFB8; }

.structure-division:nth-of-type(2n + 1) {
  background: #E6C797; }
.structure-division:nth-of-type(2n + 0) {
  background: #ECD5B3; }

.structure-division-in {
  padding: 1px 0 40px 0; }

.product-list-in {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  width: 1260px; }
.product-list-item {
  background: #61261F;
  padding: 15px;
  margin: 10px;
  width: 265px;
  float: left;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  position: relative; }
  .product-list-item:hover {
    background: #7a3027; }
    .product-list-item:hover .product-img {
      width: 263px;
      padding: 0;
      border-color: #7A3027;
      transition: width .15s ease-in, padding .15s ease-in; }
.product-img {
  width: 243px;
  border: 1px solid #7A3227;
  background: #692921;
  padding: 10px;
  transition: width .15s ease-out, padding .15s ease-out; }
  .product-img-parent {
    height: 265px;
    margin-bottom: 3px; }
.product-title {
  font-weight: 600;
  padding-top: 5px;
  line-height: 20px;
  font-size: 18px;
  color: #8DB563;
  padding-bottom: 5px;
  margin-bottom: 10px; }
  .product-title:after {
    content: '';
    display: block;
    clear: both; }
.product-desc {
  color: #A5967D;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.4; }
.product-old-price {
  margin-right: 10px;
  text-decoration: line-through;
  display: inline-block;
  color: #EC3030; }
.product-price {
  font-size: 16px;
  font-weight: bold;
  color: #F3E7E7; }
.product-buy {
  float: left; }
.product-details {
  float: left;
  margin-right: 10px;
  background: #86725A;
  box-shadow: 0 2px #6D5B49; }

.modalContent .product-img {
  width: 366px; }

.footer {
  border-top: 3px solid #61261F;
  background: url(../img/c.png);
  color: #fbf4b3; }
  .footer-in {
    padding-top: 30px;
    padding-bottom: 30px; }

.rows_links {
  margin-bottom: 3px; }

.group_end {
  margin-bottom: 16px; }

.product-callback {
  width: 250px; }
  .product-callback-header {
    width: 175px;
    vertical-align: middle;
    display: inline-block;
    float: right;
    margin-top: 7px; }

.top-info {
    background-size: 100% auto !important;
    position: relative;
    height: calc(100% - 78px);
    min-height: 600px;
    padding-bottom: 30px;
}
  .top-info-cover {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0; }
  .top-info-in {
    position: relative;
    text-align: center; }
    .top-info-in h1 {
      color: #FCD969;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      background: rgba(95, 74, 53, 0.58);
      font-weight: 300;
      line-height: 55px;
      display: inline;
      font-size: 40px; }
      .top-info-in h1 ~ iframe {
        margin-top: 20px;
        max-width: 100%; }

.review-author {
  text-align: right;
  font-style: italic;
  margin-top: 10px; }

#reviews p {
  color: #111; }
  #reviews p.review-author {
    color: #56513B; }

.footer-2 {
  padding-left: 40px; }

.top-info-in {
  padding-top: 40px;
  padding-bottom: 0;
  height: 375px; }

p {
  padding: 7px 0;
  line-height: 140%; }

h2 {
  font-size: 26px !important;
  padding-bottom: 20px;
  line-height: 130%; }

strong {
  font-weight: 600; }

.big-text {
  font-size: 1.3em; }

.label-title-text {
  padding-top: 5px;
  font-weight: 300;
  font-size: 21px; }

.normal-lh {
  line-height: 130%; }

p.first-screen, .first-screen p {
  font-size: 16px;
  color: #d9e1d8; }

h2.first-screen {
  font-size: 39px !important;
  color: #ccc; }

.col-2.first-screen:last-of-type {
  width: 45%;
  padding: 2%;
  margin-top: 80px;
  background: rgba(95, 74, 53, 0.58); }

.clear:after {
  content: '';
  display: block;
  clear: both; }

.products_gallery {
  width: 370px;
  position: relative;
  float: left; }

.buy-modal .modalBox {
  width: 400px; }

.product-page-in-modal .modalBox {
  width: 900px; }
  .product-page-in-modal .modalBox .product-img {
    border: 0;
    background: none;
    padding: 0; }

.product-order,
.product-to-payment {
  width: 180px; }

.checkout-online {
  height: 16px;
  width: 16px;
  margin: 0;
  vertical-align: top;
  margin-top: 10px;
  display: none; }
  .checkout-online-label {
    font-size: 13px;
    margin-top: 9px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer; }
  .checkout-online-form-group {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none; }
  .checkout-online-checkbox {
    width: 14px;
    height: 14px;
    display: inline-block;
    border: 1px solid #888888;
    vertical-align: top;
    margin-top: 10px;
    cursor: pointer; }
    .checkout-online-checkbox:before {
      content: '';
      width: 10px;
      height: 10px;
      display: inline-block;
      position: relative;
      top: -5px;
      right: -2px;
      cursor: pointer; }
  .checkout-online:checked ~ .checkout-online-checkbox:before {
    background: #444; }

.slider-products .next, .slider-products .prev {
  position: absolute;
  top: 174px;
  left: 0;
  width: 21px;
  height: 0;
  padding-top: 21px;
  overflow: hidden;
  display: block;
  z-index: 101; }
.slider-products .prev {
  left: 10px;
  background: url(../img/slider/arrow-prev.png); }
.slider-products .next {
  left: 338px;
  background: url(../img/slider/arrow-next.png); }
.slider-products .slides_container {
  width: 366px;
  height: 366px;
  overflow: hidden;
  float: left;
  position: relative;
  border: 1px solid #dfdfdf; }
.slider-products .pagination {
  width: 370px;
  display: block; }
.slider-products .pagination li a {
  display: block;
  width: 55px;
  height: 55px;
  margin: 1px;
  float: left;
  background: #f9f9f9;
  border: 1px solid #ccc; }
  .slider-products .pagination li a:first-of-type {
    margin-left: 0; }
.slider-products .pagination li.current a {
  border: 1px solid #7f7f7f; }

.input {
  font-size: 14px;
  display: block;
  margin-top: 10px;
  width: auto;
  width: calc(100% - 34px);
  padding: 10px 15px;
  outline: none;
  border: 1px solid #a9a9a9; }
  .input.errorInput {
    border: 1px solid #CA3228;
    background: rgba(255, 0, 0, 0.05); }

.product-callback-submit {
  width: 250px;
  margin-top: 10px; }

.callback .modalBox {
  width: 400px; }

.mollis-packing-process-item {
  float: left;
  width: calc(33.3333333% - 20px);
  padding: 10px;
  padding-bottom: 30px;
  line-height: 1.4;
  font-weight: 600;
  color: #58554D; }
  .mollis-packing-process-item img {
    width: 94%;
    padding: calc(3% - 1px);
    border: 1px solid #B38140;
    background: rgba(191, 120, 31, 0.62);
    margin-bottom: 5px; }

.mollis-result {
  height: 400px;
  margin-bottom: -70px;
  margin-top: 30px; }
  .mollis-result:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    background: url(/assets/uploads/desc/10-result-big.jpg) no-repeat center center;
    background-position: center center;
    background-size: 100% auto;
    background-attachment: fixed;
    height: 396px;
    border-top: 4px solid #4E1510; }
  .mollis-result:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    height: 396px;
    border-top: 4px solid transparent; }

.modalBox .product-desc {
  display: none; }

#packing {
  background: #CCAF83;
  padding-bottom: 30px; }
  #packing h1 {
    color: #58554D; }

#packing .structure-division-content {
  margin: 0 -10px; }

a {
  color: #5C9222; }

em {
  font-style: italic; }

#about {
  background: #A3744A; }
  #about .structure-division-in {
    height: 450px; }
    #about .structure-division-in:before {
      content: '';
      display: inline-block;
      position: relative;
      margin-bottom: -500px;
      margin-left: 60px;
      width: 500px;
      height: 500px;
      background: url(/assets/uploads/instagram/12552428_730282987106914_1146078343_n.jpg) no-repeat center center;
      background-size: contain; }
    #about .structure-division-in h1 {
      width: 50%;
      margin-left: 50%;
      color: #F1D892; }
    #about .structure-division-in .structure-division-content {
      width: 50%;
      margin-left: 50%;
      color: #f3d88c; }

.footer-fop {
  color: #B5A88E;
  font-size: 11px;
  display: inline-block;
  width: 417px;
  position: relative;
  right: 5px;
  margin-bottom: 10px; }

@media only screen and (max-width: 1240px) {
  .in {
    width: 100%; }

  /*** header[navbar] begin ***/
  .logo {
    margin-bottom: 30px;
    margin-left: 20px; }

  .nav {
    display: block;
    margin-left: 10px;
    width: auto; }

  .nav .va-container {
    width: 100%; }

  .nav .psevdo-link {
    border-bottom: 0; }

  .va-customer {
    display: none; }

  /*** header[navbar] end ***/
  /*** top-info-in begin ***/

  .top-info-in {
    padding: 0;
    width: auto;
    height: auto; }

  .top-info-in .col-2 {
    width: 100%;
    display: none; }

  .top-info-in .col-2.first-screen:last-of-type {
    width: 96%;
    /* padding-left: 0; */
    display: block;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    background: rgba(89, 31, 22, 0.63);
    border-bottom: 4px solid #692A22;
    color: #E4DFB8; }

  .first-screen p {
    color: #E4DFB8; }

  h2.first-screen {
    padding-bottom: 5px;
    color: #E4DFB8; }

  /*** top-info-in end ***/
  /*** products-list begin ***/
  h1 {
    padding: 0 20px;
    font-size: 32px;
    margin-bottom: 10px;
    color: #58554D; }

  .product-list-in {
    margin: 0; }

  .product-list-item {
    width: 100%; }

  .product-img,
  .product-list-item:hover .product-img {
    width: 90%;
    width: calc(100% - 22px); }

  .product-list-item:hover .product-img {
    width: 100%;
    padding: 0; }

  .product-img-parent {
    height: 0;
    padding-bottom: 100%; }

  /*** products-list end ***/
  /*** other begin ***/
  .slick-next {
    right: 4px !important; }

  .slick-prev {
    left: 4px !important; }

  #soc_networks .col-2 {
    width: 100%;
    overflow: hidden; }
    #soc_networks .col-2 iframe {
      width: 100% !important; }

  .structure-division-content {
    padding: 0 20px; }

  #packing .structure-division-content {
    margin: 0 -10px;
    width: calc(100% - 10px);
    padding: 0 10px; }

  #about .structure-division-in h1 {
    width: calc(50% - 40px);
    margin-left: 50%;
    color: #F1D892; }

  #about .structure-division-in:before {
    content: '';
    display: inline-block;
    position: relative;
    margin-bottom: -44%;
    margin-left: 60px;
    width: calc(50% - 100px);
    height: auto;
    padding-bottom: calc(50% - 100px); }

  #about .structure-division-in {
    height: auto; }

  #about .structure-division-in .structure-division-content {
    width: calc(50% - 40px); }

  /*** other end ***/
  /*** footer begin ***/
  .footer .col-3 {
    width: auto;
    padding: 0 20px; }
    .footer .col-3:first-child {
      padding-bottom: 30px; }
    .footer .col-3 .footer-2 {
      padding-left: 0; }
      .footer .col-3 .footer-2 .footer-group-parent {
        display: inline-block; }
        .footer .col-3 .footer-2 .footer-group-parent .group_end {
          margin-bottom: 0; }
      .footer .col-3 .footer-2 .group_end-parent {
        height: 16px; }

  /*** footer end ***/ }
@media (max-width: 320px) {
  .mollis-packing-process-item {
    width: calc(100% - 10px); } }
@media (min-width: 321px) and (max-width: 480px) {
  .mollis-packing-process-item {
    width: calc(100% - 10px); } }
@media (max-width: 480px) {
  #about .structure-division-in:before {
    margin-left: 30px;
    margin-top: 30px;
    width: calc(100% - 60px);
    height: auto;
    padding-bottom: calc(100% - 60px);
    margin-bottom: -5%; }

  #about .structure-division-in .structure-division-content,
  #about .structure-division-in h1 {
    width: calc(100% - 50px);
    margin-left: 10px; }

  .nav {
    min-height: 30px;
    height: auto; }

  .logo {
    margin-bottom: 0;
    height: auto; } }
@media (min-width: 481px) and (max-width: 800px) {
  .mollis-packing-process-item {
    width: calc(50% - 20px); }

  .header .contacts {
    margin-top: -10px; }

  .nav {
    min-height: 30px; }

  .product-callback-header {
    margin-top: 0; } }
@media (max-width: 800px) {
  .mollis-result {
    display: none; }
    .mollis-result:before {
      background: none; } }
@media only screen and (min-width: 1100px) and (max-width: 1240px) {
  #about .structure-division-in {
    height: 450px; } }
@media only screen and (min-width: 481px) and (max-width: 1240px) {
  .header-in {
    min-height: initial; }

  .logo {
    margin-bottom: 0; }

  .product-list-item {
    width: calc(50% - 60px); }

  #soc_networks .col-2 {
    width: 50%; }

  .footer .col-3 {
    float: left;
    width: 41.66665%;
    width: calc(50% - 40px); }
    .footer .col-3:last-child {
      width: auto; } }
@media only screen and (min-width: 600px) and (max-width: 1240px) {
  .contacts {
    position: absolute;
    right: 20px;
    top: 20px; }

  .product-callback-header {
    margin-right: 20px; }

  .logo {
    float: none;
    display: block; } }
@media only screen and (min-width: 801px) and (max-width: 1240px) {
  .product-list-item {
    width: calc(33.333333% - 50px); }

  .nav {
    width: auto;
    min-height: 30px; }

  .logo {
    margin-bottom: 0; }

  .product-callback-header {
    width: 180px;
    vertical-align: middle;
    display: inline-block;
    float: right;
    margin-top: 0;
    /* margin-bottom: -8px; */
    margin-right: 15px; }

  .product-callback-header {
    margin-right: 15px; }

  .header .contacts {
    padding-top: 1px;
    width: 440px;
    top: 7px;
    right: 15px; } }
@media (max-width: 600px) {
  .product-callback-header {
    margin-right: 20px; } }
@media (max-width: 400px) {
  .product-callback-header {
    margin-right: 20px; }

  .buy-modal .modalBox,
  .callback .modalBox {
    width: 100%; } }
.smartModal .modalFooter {
  background: #89312B; }

.smartModal .modalContent {
  background: #fff;
  color: #544235; }

.checkout-online-checkbox,
input {
  background-color: #fff; }

.products-modal-price {
  font-size: 20px;
  padding-top: 25px;
  padding-bottom: 10px;
  color: #4D8E38; }

.products-modal-description-block {
  float: right;
  width: 460px; }

.products-modal-img-parent {
  position: absolute;
  top: 0;
  left: 366px;
  z-index: 0; }

.slider-products .pagination li a,
.slider-products .slides_container {
  border: 1px solid #DAAC32; }

.smartModal .modalClose,
.smartModal.modalHeader {
  color: #FBF6CA; }

.ml-custom-block-see-video {
  color: #f5f5f5;
  position: absolute;
  left: 43%;
  margin-left: 400px;
  font-weight: 300;
  font-size: 30px;
  width: 320px;
  right: 0;
  top: 150px;
  text-align: right; }
  .ml-custom-block-see-video-arrow {
    width: 260px;
    margin-top: 30px; }

#delivery_details .col-2 {
  float: left;
  text-align: center;
  margin-top: 30px; }
#delivery_details .delivery-image {
  border: 1px solid #9C7547;
  border-radius: 100px;
  width: 200px; }
#delivery_details .delivery-title {
  font-size: 28px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #111; }
#delivery_details .delivery-text {
  font-size: 18px;
  font-weight: 300;
  width: 265px;
  margin: 0 auto;
  color: #111; }

.col-5 {
  float: left;
  text-align: center;
  margin-top: 20px;
  width: calc(20% - 16px);
  padding: 10px; }
  .col-5:first-child {
    padding-left: 0; }
  .col-5:last-child {
    padding-right: 0; }
  .col-5 .process-title {
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #111;
    line-height: 1.3; }
  .col-5 .process-image {
    border: 1px solid #9C7547;
    border-radius: 100px;
    width: 200px; }

.review-avatar {
  border: 1px solid #9C7547;
  border-radius: 100px;
  width: 160px;
  float: left;
  margin-right: 30px;
  filter: sepia(60%);
  -moz-filter: sepia(60%);
  -webkit-filter: sepia(60%);
  -o-filter: sepia(60%);
  -ms-filter: sepia(60%);
  filter: sepia(60%); }

.product-discount {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 130px;
  height: 130px;
  background: url("../img/action-label.png"); }


@media (min-width: 601px) and (max-width: 700px) {
    
  .products-modal-img {
    width: 320px !important; }
    .products-modal-img-parent {
      left: 320px !important; }

  .products_gallery .slides_control {
    left: -320px !important; }

  .slider-products .slides_container {
    width: 320px !important;
    height: 320px !important; }

  .slider-products .pagination,
  .products_gallery {
    width: 324px; }

  .slider-products .next {
    left: 292px !important; }

  .slider-products .next, .slider-products .prev {
    top: 152px; }

  .products-modal-description-block {
    width: calc(100% - 352px); } }
@media (min-width: 501px) and (max-width: 600px) {
  .products-modal-img {
    width: 220px !important; }
    .products-modal-img-parent {
      left: 220px !important; }

  .products_gallery .slides_control {
    left: -220px !important; }

  .slider-products .slides_container {
    width: 220px !important;
    height: 220px !important; }

  .slider-products .pagination,
  .products_gallery {
    width: 224px; }

  .slider-products .next {
    left: 192px !important; }

  .slider-products .next, .slider-products .prev {
    top: 102px; }

  .products-modal-description-block {
    width: calc(100% - 252px); } }
@media (max-width: 500px) {
  .products-modal-description-block {
    float: none;
    width: auto; }

  .slider-products .pagination, .products_gallery {
    width: 100%;
    margin-bottom: 20px; }

  .products-modal-img {
    width: 340px !important; }
    .products-modal-img-parent {
      left: 340px !important; }

  .products_gallery .slides_control {
    left: -340px !important; }

  .slider-products .slides_container {
    width: 340px !important;
    height: 340px !important; }

  .slider-products .next {
    left: 312px !important; }

  .slider-products .next, .slider-products .prev {
    top: 182px; } }
@media (max-width: 400px) {
  .products-modal-img {
    width: 240px !important; }
    .products-modal-img-parent {
      left: 240px !important; }

  .products_gallery .slides_control {
    left: -240px !important; }

  .slider-products .slides_container {
    width: 240px !important;
    height: 240px !important; }

  .slider-products .next {
    left: 212px !important; }

  .slider-products .next, .slider-products .prev {
    top: 132px; } }
#packaging_process .structure-division-content {
  overflow: hidden; }

.packaging-hor-block {
  position: relative; }
  .packaging-hor-block-title {
    font-weight: 700;
    padding-bottom: 10px; }
  .packaging-hor-block-text {
    font-size: 18px;
    font-weight: 300;
    width: 360px;
    position: absolute;
    top: 30px;
    line-height: 1.4em; }
  .packaging-hor-block .ss-icon {
    position: absolute;
    top: 310px; }
    .packaging-hor-block .ss-icon:nth-last-child(2) {
      left: 435px; }
    .packaging-hor-block .ss-icon:last-child {
      right: 20px; }
  .packaging-hor-block.inversion .packaging-hor-block-text {
    right: 0;
    left: auto; }
  .packaging-hor-block.inversion .ss-icon:nth-last-child(2) {
    left: 15px; }
  .packaging-hor-block.inversion .ss-icon:last-child {
    right: 440px; }
  .packaging-hor-block.inversion div.carousel {
    left: -175px;
    right: auto; }

.packaging-hor-block:first-child .packaging-hor-block-text {
  top: 100px; }
#about_toys {
    overflow-x: hidden;}
#about_toys .packaging-hor-block-text {
  top: 20px;
  color: #111;
  width: 370px; }

div.carousel {
  perspective: 1200px;
  font-size: 0;
  margin-bottom: 3rem;
  overflow: hidden;
  right: -250px;
  width: 1200px;
  position: relative; }

figure.spinner {
  transform-style: preserve-3d;
  height: 425px;
  transform-origin: 50% 50% -500px;
  transition: 1s; }

figure.spinner img {
  width: 40%;
  max-width: 425px;
  position: absolute;
  left: 30%;
  transform-origin: 50% 50% -500px;
  outline: 1px solid transparent; }

figure.spinner img:nth-child(1) {
  transform: rotateY(0deg); }

figure.spinner img:nth-child(2) {
  transform: rotateY(-45deg); }

figure.spinner img:nth-child(3) {
  transform: rotateY(-90deg); }

figure.spinner img:nth-child(4) {
  transform: rotateY(-135deg); }

figure.spinner img:nth-child(5) {
  transform: rotateY(-180deg); }

figure.spinner img:nth-child(6) {
  transform: rotateY(-225deg); }

figure.spinner img:nth-child(7) {
  transform: rotateY(-270deg); }

figure.spinner img:nth-child(8) {
  transform: rotateY(-315deg); }

div.carousel ~ span {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  transition: 0.6s color;
  position: relative;
  margin-top: -6rem;
  border-bottom: none;
  line-height: 0; }

div.carousel ~ span:hover {
  color: #888;
  cursor: pointer; }


@media (max-width: 1315px) {
    .ml-custom-block-see-video {
        left: 42%;
        font-size: 28px;
        top: 175px;
    }
    .ml-custom-block-see-video-arrow {
        width: 215px;
    }
    .top-info {
        height: calc(90% - 78px);
    }
}
@media (max-width: 1290px) {
    .in {
        width: 100%;
    }
    .ml-custom-block-see-video-arrow {
        width: 135px;
    }
    .ml-custom-block-see-video {
        width: 210px;
        font-size: 22px;
        left: 46%;
        top: 160px;
    }
    .product-list-in {
        width: 100%;
    }
    .product-list-item {
        width: 260px;
    }
    .footer-in, .header-in {
        width: 99%;
    }
    .header .contacts {
        width: 215px;
    }
    .footer {
        overflow: hidden;
    }
    .section-in {
        width: 100%;
        overflow-x: hidden;
    }
    .structure-division-content {
        padding: 0 10px;
    }
}
@media (max-width: 1240px) {
    .product-list-item {
        width: 255px;
    }
    .top-info {
        height: auto;
    }
    .top-info-in {
        height: auto;
    }
    #about_toys .packaging-hor-block-text {
        width: 30%;
    }
    div.carousel {
        width: 900px;
        right: -270px;
    }
    .packaging-hor-block.inversion div.carousel {
        left: -70px;
    }
    figure.spinner, figure.spinner img {
        transform-origin: 50% 50% -435px;
    }
    .packaging-hor-block .ss-icon:nth-last-child(2) {
        left: 380px;
    }
    .packaging-hor-block .ss-icon:last-child {
        left: 1040px;
    }
    .packaging-hor-block.inversion .ss-icon:nth-last-child(2) {
        left: 40px;
    }
    .packaging-hor-block.inversion .ss-icon:last-child {
        left: 700px;
    }
    .packaging-hor-block .ss-icon {
        top: 285px;
    }
    .col-5 .process-image {
        width: 100%;
        border-radius: 50%;
    }
}
@media (max-width: 1150px) {
    .ml-custom-block-see-video {
        width: 210px;
        font-size: 20px;
        left: 39%;
        top: 220px;
    }
}
@media (max-width: 1110px) {
    div.carousel {
        width: 700px;
        right: -325px;
    }
    figure.spinner {
        height: 280px;
    }
    figure.spinner, figure.spinner img {
        transform-origin: 50% 50% -338px;
    }
    .packaging-hor-block .ss-icon:nth-last-child(2) {
        left: 391px;
    }
    .packaging-hor-block .ss-icon:last-child {
        left: 940px;
    }
    .packaging-hor-block.inversion .ss-icon:nth-last-child(2) {
        left: 0;
    }
    .packaging-hor-block.inversion .ss-icon:last-child {
        left: 540px;
    }
    .packaging-hor-block .ss-icon {
        top: 240px;
    }
}
@media (max-width: 1020px) {
    .ml-custom-block-see-video-arrow {
        width: 90px;
        margin-top: 5px;
    }
    .ml-custom-block-see-video {
        width: 150px;
        font-size: 17px;
        top: 220px;   
    }
}
@media (max-width: 1125px) {
    #about_toys .packaging-hor-block-text {
        width: 100%;
        position: inherit;
    }
}
@media (max-width: 1000px) {
    .packaging-hor-block-text {
        width: 100%;
        position: initial;
    }
    div.carousel {
        left: 50%;
        margin-left: -350px;
        margin-top: 25px;
    }
    .packaging-hor-block.inversion div.carousel {
        left: 50%;
    }
    .packaging-hor-block .ss-icon:nth-last-child(2),
    .packaging-hor-block.inversion .ss-icon:nth-last-child(2) {
        left: 21%;
    }
    .packaging-hor-block .ss-icon:last-child,
    .packaging-hor-block.inversion .ss-icon:last-child {
        left: 78%;
    }
}
@media (max-width: 980px) {   
  .products-modal-description-block {
    width: calc(100% - 398px); }

  .product-page-in-modal .modalBox {
    width: 100%; } 
}
@media (max-width: 980px) {
    .ml-custom-block-see-video {
        left: 40%;
        width: 115px;
        font-size: 13px;
        top: 235px;
    }
    .ml-custom-block-see-video-arrow {
        width: 75px;
    }
}
@media (max-width: 880px) {
    .ml-custom-block-see-video {
        left: 40%;
        width: 93px;
        font-size: 13px;
        top: 210px;
    }
    .ml-custom-block-see-video-arrow {
        width: 55px;
    }
}
@media (max-width: 840px) {
    .ml-custom-block-see-video {
        left: 37%;
        width: 85px;
        font-size: 12px;
        top: 214px;
    }
    .ml-custom-block-see-video-arrow {
        width: 38px;
    }
}
@media (max-width: 800px) {
    .ml-custom-block-see-video {
        display: none;
    }
}
@media (max-width: 768px) {
    #last_call_to_action h1 {
        font-size: 45px;
    }
    .top-info-in h1 {
        font-size: 38px;
        line-height: 52px;
        padding: 0;
        position: relative;
        top: 10px;
    }
    div.carousel {
        margin-bottom: 0;
    }
    .packaging-hor-block-title {
        text-align: center;
        margin-top: 15px;
    }
    .packaging-hor-block {
        margin-top: 35px;
        margin-bottom: 70px;
    }
    #delivery_details .delivery-text {
        width: 85%;
    }
    .review-avatar {
        width: 40%;
        border-radius: 50%;
    }
    .product-list-item {
        width: 42%;
    }
    #products_list h1 {
        margin-bottom: 30px;
    }
    .last_call_to_action h1 {
        font-size: 44px;
        margin-bottom: 10px;
    }
    .group_end-parent {
        display: none;
    }
    .psevdo-link {
        margin: 0 3px;
    }
    .footer-in .col-3 {
        width: 44%!important;
    }
    .footer-fop {
        width: 100%;
    }
    #reviews .structure-division-in {
        padding-bottom: 0;
    }
    #products_list h1 {
        margin-top: 30px;
    }
}
@media (max-width: 720px) {
    .col-5 {
        vertical-align: top;
        display: inline-block;
        float: none;
        width: calc(25% - 16px);
    }
    #process .structure-division-in {
        text-align: center;
    }
    .top-info-in h1 {
        font-size: 36px;
        line-height: 50px;
    }
}
@media (max-width: 600px) {
    div.carousel {
        width: 550px;
        margin-left: -275px;
    }
    figure.spinner, figure.spinner img {
        transform-origin: 50% 50% -266px;
    }
    .packaging-hor-block .ss-icon {
        top: 210px;
    }
    figure.spinner {
        height: 220px;
    }
    .packaging-hor-block .ss-icon:nth-last-child(2),
    .packaging-hor-block.inversion .ss-icon:nth-last-child(2) {
        left: 10%;
    }
    .packaging-hor-block .ss-icon:last-child,
    .packaging-hor-block.inversion .ss-icon:last-child {
        left: 87%;
    }
    .modalContent .products-modal-description-block {
        width: 38%;
    }
}
@media (max-width: 580px) {
    #delivery_details .structure-division-content {
        text-align: center;
    }
    #delivery_details .col-2 {
        float: none;
        display: inline-block;
        width: 100%;
    }
    #delivery_details .delivery-text {
        display: inline-block;
    }
    .col-5 {
        width: 100%;
        padding: 0;
    }
    .top-info-in h1 {
        font-size: 30px;
        line-height: 38px;
    }
}
@media (max-width: 580px) {
    .modalContent .products-modal-description-block {
        width: 100%;
    }
}
@media (max-width: 480px) {
    div.carousel {
        width: 400px;
        margin-left: -200px;
    }
    figure.spinner, figure.spinner img {
        transform-origin: 50% 50% -193px;
    }
    .packaging-hor-block .ss-icon:nth-last-child(2),
    .packaging-hor-block.inversion .ss-icon:nth-last-child(2) {
        left: 12%;
    }
    .packaging-hor-block .ss-icon:last-child,
    .packaging-hor-block.inversion .ss-icon:last-child {
        left: 84%;
    }
    .packaging-hor-block .ss-icon {
        top: 180px;
    }
    figure.spinner {
        height: 160px;
    }
    .packaging-hor-block-text {
        font-size: 16px;
    }
    .in h1 {
        font-size: 34px;
        margin-top: 20px;
    }
    .top-info-in h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .footer-fop {
        width: 100%;
    }
}
@media (max-width: 320px) {
    .logo {
        font-size: 30px;
        margin-left: 15px;
    }
    .header .psevdo-link {
        margin: 0 0 0 6px;
        font-size: 14px;
    }
    .header .contacts {
        float: right;
        width: 100%;
    }
    .contacts .normal-lh {
        float: right;
        margin-right: 15px;
    }
    .product-callback-header {
        float: right;
        margin-right: 15px;
    }
    .top-info iframe {
        height: 250px;
    }
    .top-info {
        background: url(/assets/uploads/bg-6.jpg) no-repeat center transparent!important;
        padding-bottom: 0;
        min-height: 530px;
    }
    .top-info-in h1 {
        font-size: 25px;
        line-height: 34px;
    }
    #about_toys h1, #packaging_process h1, #process h1, #delivery_details h1 {
      padding-left: 10px;
      text-align: left;
      font-size: 25px;
    }
    #about_toys .structure-division-in {
        padding-bottom: 0;
    }
    #process .process-image {
        width: 50%;
    }
    #process .process-title {
        margin-bottom: 10px;
      font-size: 14px;
    }
    #delivery_details .delivery-text {
        width: 100%;
      font-size: 14px;
    }
    .product-list-item {
        width: 100%;
    }
    #last_call_to_action span {
        font-size: 12px;
    }
    .footer-in .col-3 {
        width: 98%!important;
    }
    #delivery_details .delivery-title {
        font-size: 22px;
    }
    .in h1 {
        font-size: 25px;
        padding-right: 0;
        padding-left: 10px;
    }
    .review-avatar {
        width: 60%;
        margin: 0 auto;
        float: none;
    }
    .slick-dots {
        display: none!important;
    }
    .slick-slider {
        margin-bottom: 10px;
    }
    .slick-slide p {
        padding: 15px 3px 0px 3px;
    }
    #products_list h1 {
        margin-top: 0;
    }
    #last_call_to_action h1 {
        font-size: 26px;
    }
    .footer-in {
        padding: 10px 0;
    }
    .footer .col-3 {
        padding: 0 5px;
    }
    .normal-lh {
        font-size: 14px;
    }
    .footer .big-text {
        font-size: 14px;
    }
    .footer .product-callback {
        margin: 0 auto;
    }
    .psevdo-link {
        font-size: 14px;
    }
    .footer .color6 {
        margin-right: 5px;
        font-size: 12px;
    }
    .top-info .in h1 {
        padding-left: 0;
    }
    #packaging_process .structure-division-in {
        padding-bottom: 0;
    }
}

/*# sourceMappingURL=style.css.map */
