/*!

DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

*/
pre {
  font: normal 14/1.5 monospace !important;
  position: relative;
  padding: 15px;
  text-align: left !important;
  background: #eee; }
  pre:before {
    content: 'debug';
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    color: #aaa; }

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

.clear {
  display: block;
  clear: both;
  width: 100%; }

.fsz12 {
  font-size: 12px; }

.fsz14 {
  font-size: 14px; }

.fsz16 {
  font-size: 16px; }

.fsz18 {
  font-size: 18px; }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.taj {
  text-align: justify; }

.ttu {
  text-transform: uppercase; }

.ttl {
  text-transform: lowercase; }

.fw400 {
  font-weight: 400; }

.fw700 {
  font-weight: 700; }

.fsi {
  font-style: italic; }

.fsn {
  font-style: normal; }

.nop {
  padding: 0 !important; }

.nom {
  margin: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }
  *:focus {
    outline: 0; }

/* Base */
body, html {
  margin: 0;
  padding: 0; }

body {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #141414;
  background: #fff;
  overflow-x: hidden; }
  body.noscroll {
    overflow: hidden; }

iframe {
  border: 0; }

hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #ddd; }

img {
  max-width: 100%;
  max-height: 100%; }

/* Headers */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 400;
  line-height: 1;
  margin: 1em 0;
  /*&:last-child {
  	margin-bottom: 0;
  }*/ }
  h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
    margin-top: 0; }

h1, .h1 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 0.9em; }
  @media (min-width: 992px) {
    h1, .h1 {
      margin-bottom: 40px;
      font-size: 48px; } }

h2, .h2 {
  font-size: 32px;
  text-align: center; }

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-size: 30px; }

/* Text */
p {
  margin: 10px 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    text-decoration: none; }

b, strong {
  font-weight: 700; }
  b i, b em, strong i, strong em {
    font-weight: 700; }

i, em {
  font-weight: 400;
  font-style: italic; }
  i b, i strong, em b, em strong {
    font-weight: 700 !important; }

/* Lists */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

ol {
  list-style-type: decimal; }

table {
  border-collapse: collapse;
  border: 1px solid #000; }

th {
  padding: 5px;
  border: 1px solid #000; }

td {
  padding: 5px;
  border: 1px solid #000; }

section {
  position: relative; }

.video__container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .video__container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.animate {
  transition-delay: 0s;
  transition-duration: 0.2s;
  animation-duration: 2s; }
  .animate.fadeInUp {
    transition-property: transform, opacity;
    transform: translateY(50%);
    opacity: 0; }
    .animate.fadeInUp.animated {
      transform: translateY(0);
      opacity: 1; }
  .animate.fadeInLeft {
    transition-property: transform, opacity;
    transform: translateX(-50%);
    opacity: 0; }
    .animate.fadeInLeft.animated {
      transform: translateX(0);
      opacity: 1; }
  .animate.fadeIn {
    transition-property: opacity;
    opacity: 0; }
    .animate.fadeIn.animated {
      opacity: 1; }
  .animate.fadeInRight {
    transition-property: transform, opacity;
    transform: translateX(50%);
    opacity: 0; }
    .animate.fadeInRight.animated {
      transform: translateY(0);
      opacity: 1; }
  .animate[data-duration="0.1"] {
    transition-duration: 0.1s; }
  .animate[data-delay="0.1"] {
    transition-delay: 0.1s; }
  .animate[data-duration="0.2"] {
    transition-duration: 0.2s; }
  .animate[data-delay="0.2"] {
    transition-delay: 0.2s; }
  .animate[data-duration="0.3"] {
    transition-duration: 0.3s; }
  .animate[data-delay="0.3"] {
    transition-delay: 0.3s; }
  .animate[data-duration="0.4"] {
    transition-duration: 0.4s; }
  .animate[data-delay="0.4"] {
    transition-delay: 0.4s; }
  .animate[data-duration="0.5"] {
    transition-duration: 0.5s; }
  .animate[data-delay="0.5"] {
    transition-delay: 0.5s; }
  .animate[data-duration="0.6"] {
    transition-duration: 0.6s; }
  .animate[data-delay="0.6"] {
    transition-delay: 0.6s; }
  .animate[data-duration="0.7"] {
    transition-duration: 0.7s; }
  .animate[data-delay="0.7"] {
    transition-delay: 0.7s; }
  .animate[data-duration="0.8"] {
    transition-duration: 0.8s; }
  .animate[data-delay="0.8"] {
    transition-delay: 0.8s; }
  .animate[data-duration="0.9"] {
    transition-duration: 0.9s; }
  .animate[data-delay="0.9"] {
    transition-delay: 0.9s; }
  .animate[data-duration="1"] {
    transition-duration: 1s; }
  .animate[data-delay="1"] {
    transition-delay: 1s; }
  .animate[data-duration="1.1"] {
    transition-duration: 1.1s; }
  .animate[data-delay="1.1"] {
    transition-delay: 1.1s; }
  .animate[data-duration="1.2"] {
    transition-duration: 1.2s; }
  .animate[data-delay="1.2"] {
    transition-delay: 1.2s; }
  .animate[data-duration="1.3"] {
    transition-duration: 1.3s; }
  .animate[data-delay="1.3"] {
    transition-delay: 1.3s; }
  .animate[data-duration="1.4"] {
    transition-duration: 1.4s; }
  .animate[data-delay="1.4"] {
    transition-delay: 1.4s; }
  .animate[data-duration="1.5"] {
    transition-duration: 1.5s; }
  .animate[data-delay="1.5"] {
    transition-delay: 1.5s; }
  .animate[data-duration="1.6"] {
    transition-duration: 1.6s; }
  .animate[data-delay="1.6"] {
    transition-delay: 1.6s; }
  .animate[data-duration="1.7"] {
    transition-duration: 1.7s; }
  .animate[data-delay="1.7"] {
    transition-delay: 1.7s; }
  .animate[data-duration="1.8"] {
    transition-duration: 1.8s; }
  .animate[data-delay="1.8"] {
    transition-delay: 1.8s; }
  .animate[data-duration="1.9"] {
    transition-duration: 1.9s; }
  .animate[data-delay="1.9"] {
    transition-delay: 1.9s; }
  .animate[data-duration="2"] {
    transition-duration: 2s; }
  .animate[data-delay="2"] {
    transition-delay: 2s; }
  .animate[data-duration="2.1"] {
    transition-duration: 2.1s; }
  .animate[data-delay="2.1"] {
    transition-delay: 2.1s; }
  .animate[data-duration="2.2"] {
    transition-duration: 2.2s; }
  .animate[data-delay="2.2"] {
    transition-delay: 2.2s; }
  .animate[data-duration="2.3"] {
    transition-duration: 2.3s; }
  .animate[data-delay="2.3"] {
    transition-delay: 2.3s; }
  .animate[data-duration="2.4"] {
    transition-duration: 2.4s; }
  .animate[data-delay="2.4"] {
    transition-delay: 2.4s; }
  .animate[data-duration="2.5"] {
    transition-duration: 2.5s; }
  .animate[data-delay="2.5"] {
    transition-delay: 2.5s; }
  .animate[data-duration="2.6"] {
    transition-duration: 2.6s; }
  .animate[data-delay="2.6"] {
    transition-delay: 2.6s; }
  .animate[data-duration="2.7"] {
    transition-duration: 2.7s; }
  .animate[data-delay="2.7"] {
    transition-delay: 2.7s; }
  .animate[data-duration="2.8"] {
    transition-duration: 2.8s; }
  .animate[data-delay="2.8"] {
    transition-delay: 2.8s; }
  .animate[data-duration="2.9"] {
    transition-duration: 2.9s; }
  .animate[data-delay="2.9"] {
    transition-delay: 2.9s; }
  .animate[data-duration="3"] {
    transition-duration: 3s; }
  .animate[data-delay="3"] {
    transition-delay: 3s; }
  .animate[data-duration="3.1"] {
    transition-duration: 3.1s; }
  .animate[data-delay="3.1"] {
    transition-delay: 3.1s; }
  .animate[data-duration="3.2"] {
    transition-duration: 3.2s; }
  .animate[data-delay="3.2"] {
    transition-delay: 3.2s; }
  .animate[data-duration="3.3"] {
    transition-duration: 3.3s; }
  .animate[data-delay="3.3"] {
    transition-delay: 3.3s; }
  .animate[data-duration="3.4"] {
    transition-duration: 3.4s; }
  .animate[data-delay="3.4"] {
    transition-delay: 3.4s; }
  .animate[data-duration="3.5"] {
    transition-duration: 3.5s; }
  .animate[data-delay="3.5"] {
    transition-delay: 3.5s; }
  .animate[data-duration="3.6"] {
    transition-duration: 3.6s; }
  .animate[data-delay="3.6"] {
    transition-delay: 3.6s; }
  .animate[data-duration="3.7"] {
    transition-duration: 3.7s; }
  .animate[data-delay="3.7"] {
    transition-delay: 3.7s; }
  .animate[data-duration="3.8"] {
    transition-duration: 3.8s; }
  .animate[data-delay="3.8"] {
    transition-delay: 3.8s; }
  .animate[data-duration="3.9"] {
    transition-duration: 3.9s; }
  .animate[data-delay="3.9"] {
    transition-delay: 3.9s; }
  .animate[data-duration="4"] {
    transition-duration: 4s; }
  .animate[data-delay="4"] {
    transition-delay: 4s; }
  .animate[data-duration="4.1"] {
    transition-duration: 4.1s; }
  .animate[data-delay="4.1"] {
    transition-delay: 4.1s; }
  .animate[data-duration="4.2"] {
    transition-duration: 4.2s; }
  .animate[data-delay="4.2"] {
    transition-delay: 4.2s; }
  .animate[data-duration="4.3"] {
    transition-duration: 4.3s; }
  .animate[data-delay="4.3"] {
    transition-delay: 4.3s; }
  .animate[data-duration="4.4"] {
    transition-duration: 4.4s; }
  .animate[data-delay="4.4"] {
    transition-delay: 4.4s; }
  .animate[data-duration="4.5"] {
    transition-duration: 4.5s; }
  .animate[data-delay="4.5"] {
    transition-delay: 4.5s; }
  .animate[data-duration="4.6"] {
    transition-duration: 4.6s; }
  .animate[data-delay="4.6"] {
    transition-delay: 4.6s; }
  .animate[data-duration="4.7"] {
    transition-duration: 4.7s; }
  .animate[data-delay="4.7"] {
    transition-delay: 4.7s; }
  .animate[data-duration="4.8"] {
    transition-duration: 4.8s; }
  .animate[data-delay="4.8"] {
    transition-delay: 4.8s; }
  .animate[data-duration="4.9"] {
    transition-duration: 4.9s; }
  .animate[data-delay="4.9"] {
    transition-delay: 4.9s; }
  .animate[data-duration="5"] {
    transition-duration: 5s; }
  .animate[data-delay="5"] {
    transition-delay: 5s; }
  .animate[data-duration="5.1"] {
    transition-duration: 5.1s; }
  .animate[data-delay="5.1"] {
    transition-delay: 5.1s; }

@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Thin.eot");
  src: local("Gilroy Thin"), local("Gilroy-Thin"), url("fonts/Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Thin.woff") format("woff"), url("fonts/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-UltraLight.eot");
  src: local("Gilroy UltraLight"), local("Gilroy-UltraLight"), url("fonts/Gilroy-UltraLight.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-UltraLight.woff") format("woff"), url("fonts/Gilroy-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Light.woff") format("woff"), url("fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Medium.woff") format("woff"), url("fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-SemiBold.eot");
  src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-SemiBold.woff") format("woff"), url("fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Heavy.eot");
  src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url("fonts/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Heavy.woff") format("woff"), url("fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-ExtraBold.eot");
  src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url("fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-ExtraBold.woff") format("woff"), url("fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
.form {
  position: relative;
  padding: 20px;
  border: 1px solid #141414; }
  .form:after {
    content: '';
    display: block;
    clear: both; }
  .form--popup {
    padding: 20px; }
  .form__header {
    margin-bottom: 20px; }
  .form__footer {
    margin-top: 20px;
    text-align: center; }
  .form__field {
    margin-bottom: 20px; }
  .form__messages {
    display: none;
    margin-bottom: 20px; }
  .form__notes {
    font-size: 80%; }
  .form__require {
    font-weight: 700;
    color: #f00; }
  .form__bad {
    color: #f00; }
  .form__good {
    color: #0f0; }
  .form-group {
    display: block; }

.subscribe .field {
  margin-bottom: 11px; }
  .subscribe .field input {
    background: rgba(255, 255, 255, 0.09);
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.45);
    border: 0; }
  .subscribe .field [type=submit] {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    background: #07382f;
    padding: 12px 24px;
    transition: .2s ease;
    border: 0; }
    .subscribe .field [type=submit]:hover {
      background: #005440;
      color: #d3d3d3; }

::-webkit-input-placeholder {
  color: #666; }

::-moz-placeholder {
  color: #666; }

:-moz-placeholder {
  color: #666; }

:-ms-input-placeholder {
  color: #666; }

::-webkit-inner-spin-button {
  display: none; }

::-webkit-calendar-picker-indicator {
  display: none; }

::-webkit-inner-cancel-button {
  display: none; }

::-webkit-clear-button {
  display: none; }

::-webkit-search-cancel-button {
  display: none; }

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

input, textarea, select {
  font: inherit;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  transition: all .2s;
  color: #141414;
  border: none;
  border-radius: 30px;
  background: #E2E2E2;
  font-weight: 600;
  /*&:hover, &:focus {
  	border-color: lighten($fg, 50);
  }*/ }
  input.is-error, textarea.is-error, select.is-error {
    border-color: #f00; }

.btn, button, [type='submit'], [type='reset'] {
  font: inherit;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 20px;
  cursor: pointer;
  transition: all .2s;
  text-align: center;
  text-decoration: none;
  color: #141414; }
  .btn:focus, button:focus, [type='submit']:focus, [type='reset']:focus {
    border-color: #141414; }
  .btn:hover, button:hover, [type='submit']:hover, [type='reset']:hover {
    text-decoration: none;
    color: #949494;
    border-color: #949494;
    background: white; }
  .btn:active, button:active, [type='submit']:active, [type='reset']:active {
    border-color: #070707;
    background: #f2f2f2; }

.btnlink {
  background: #A2875A;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 45px;
  transition: .2s;
  border: 1px solid #A2875A; }
  @media (min-width: 992px) {
    .btnlink {
      font-size: 16px;
      padding: 16px 48px; } }
  .btnlink:hover {
    border-color: #000;
    color: #000;
    background: #fff; }

label {
  display: block;
  margin: 0;
  margin-bottom: 5px; }
  label.require:after {
    content: ' *';
    font-weight: 700;
    color: #f00; }
  label.is-error {
    color: #f00; }

textarea {
  resize: none; }

[type='radio'], [type='checkbox'] {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0; }

.search-page table, .search-page td {
  border: none;
  padding: 0; }

.control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(177, 177, 177, 0.6);
  border-radius: 50%;
  z-index: 10; }
  @media (min-width: 992px) {
    .control {
      width: 43px;
      height: 43px; } }
  .control svg {
    width: 17px;
    height: 17px;
    fill: #000;
    fill-opacity: 0.64; }
  .control.prev {
    left: 5px; }
    @media (min-width: 1500px) {
      .control.prev {
        left: 50px; } }
  .control.next {
    right: 5px; }
    @media (min-width: 1500px) {
      .control.next {
        right: 50px; } }

.title {
  font-size: 26px;
  color: #141414;
  text-align: center;
  font-weight: 600; }
  @media (min-width: 768px) {
    .title {
      font-size: 48px; } }

.search {
  padding-bottom: 70px; }
  .search-form {
    margin-top: 30px; }
    .search-form form {
      position: relative; }
    .search-form button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 25px;
      border: 0;
      background: none;
      padding: 0; }
    .search-form svg {
      width: 32px;
      height: 32px; }
    .search-form input {
      background: #F7F7F7;
      border-radius: 50px;
      padding: 22px 25px 22px 70px;
      border: 0; }

.load_more {
  /*margin: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  text-align: center;*/
  max-width: 180px;
  margin: 15px auto 0; }
  .load_more.tiles__item-button a {
    width: 100%;
    background: #A2875A;
    border: 1px solid #A2875A;
    color: #fff; }
    .load_more.tiles__item-button a:hover {
      color: #000;
      border-color: #000;
      background: #fff; }

.pagenavi {
  text-align: center;
  margin-top: 30px; }

/*
 * base on bootstrap 4
 */
/* container */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1500px) {
    .container {
      max-width: 1470px;
      padding-right: 15px;
      padding-left: 15px; } }

.m-auto {
  margin: auto; }

/* row */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1500px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

/* col */
.col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: static !important;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 576px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1500px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1; }

.col-auto {
  width: auto;
  max-width: none;
  flex: 0 0 auto; }

.col-1 {
  max-width: 8.3333333333%;
  flex: 0 0 8.3333333333%; }

.col-2 {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%; }

.col-3 {
  max-width: 25%;
  flex: 0 0 25%; }

.col-4 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%; }

.col-5 {
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%; }

.col-6 {
  max-width: 50%;
  flex: 0 0 50%; }

.col-7 {
  max-width: 58.3333333333%;
  flex: 0 0 58.3333333333%; }

.col-8 {
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%; }

.col-9 {
  max-width: 75%;
  flex: 0 0 75%; }

.col-10 {
  max-width: 83.3333333333%;
  flex: 0 0 83.3333333333%; }

.col-11 {
  max-width: 91.6666666667%;
  flex: 0 0 91.6666666667%; }

.col-12 {
  max-width: 100%;
  flex: 0 0 100%; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

.offset-12 {
  margin-left: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

@media (min-width: 576px) {
  .col-sm {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 576px) {
  .col-sm-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 576px) {
  .col-sm-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 576px) {
  .col-sm-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 576px) {
  .col-sm-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 576px) {
  .col-sm-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 576px) {
  .offset-sm-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-3 {
    margin-left: 25%; } }

@media (min-width: 576px) {
  .offset-sm-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-6 {
    margin-left: 50%; } }

@media (min-width: 576px) {
  .offset-sm-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-9 {
    margin-left: 75%; } }

@media (min-width: 576px) {
  .offset-sm-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 576px) {
  .order-sm-first {
    order: -1; } }

@media (min-width: 576px) {
  .order-sm-last {
    order: 13; } }

@media (min-width: 576px) {
  .order-sm-0 {
    order: 0; } }

@media (min-width: 576px) {
  .order-sm-1 {
    order: 1; } }

@media (min-width: 576px) {
  .order-sm-2 {
    order: 2; } }

@media (min-width: 576px) {
  .order-sm-3 {
    order: 3; } }

@media (min-width: 576px) {
  .order-sm-4 {
    order: 4; } }

@media (min-width: 576px) {
  .order-sm-5 {
    order: 5; } }

@media (min-width: 576px) {
  .order-sm-6 {
    order: 6; } }

@media (min-width: 576px) {
  .order-sm-7 {
    order: 7; } }

@media (min-width: 576px) {
  .order-sm-8 {
    order: 8; } }

@media (min-width: 576px) {
  .order-sm-9 {
    order: 9; } }

@media (min-width: 576px) {
  .order-sm-10 {
    order: 10; } }

@media (min-width: 576px) {
  .order-sm-11 {
    order: 11; } }

@media (min-width: 576px) {
  .order-sm-12 {
    order: 12; } }

@media (min-width: 768px) {
  .col-md {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 768px) {
  .col-md-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 768px) {
  .col-md-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 768px) {
  .col-md-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 768px) {
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 768px) {
  .col-md-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 768px) {
  .col-md-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 768px) {
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 768px) {
  .col-md-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 768px) {
  .col-md-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 768px) {
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 768px) {
  .col-md-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 768px) {
  .col-md-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: 25%; } }

@media (min-width: 768px) {
  .offset-md-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-6 {
    margin-left: 50%; } }

@media (min-width: 768px) {
  .offset-md-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-9 {
    margin-left: 75%; } }

@media (min-width: 768px) {
  .offset-md-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .order-md-first {
    order: -1; } }

@media (min-width: 768px) {
  .order-md-last {
    order: 13; } }

@media (min-width: 768px) {
  .order-md-0 {
    order: 0; } }

@media (min-width: 768px) {
  .order-md-1 {
    order: 1; } }

@media (min-width: 768px) {
  .order-md-2 {
    order: 2; } }

@media (min-width: 768px) {
  .order-md-3 {
    order: 3; } }

@media (min-width: 768px) {
  .order-md-4 {
    order: 4; } }

@media (min-width: 768px) {
  .order-md-5 {
    order: 5; } }

@media (min-width: 768px) {
  .order-md-6 {
    order: 6; } }

@media (min-width: 768px) {
  .order-md-7 {
    order: 7; } }

@media (min-width: 768px) {
  .order-md-8 {
    order: 8; } }

@media (min-width: 768px) {
  .order-md-9 {
    order: 9; } }

@media (min-width: 768px) {
  .order-md-10 {
    order: 10; } }

@media (min-width: 768px) {
  .order-md-11 {
    order: 11; } }

@media (min-width: 768px) {
  .order-md-12 {
    order: 12; } }

@media (min-width: 992px) {
  .col-lg {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 992px) {
  .col-lg-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 992px) {
  .col-lg-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 992px) {
  .col-lg-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 992px) {
  .col-lg-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 992px) {
  .col-lg-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-3 {
    margin-left: 25%; } }

@media (min-width: 992px) {
  .offset-lg-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-6 {
    margin-left: 50%; } }

@media (min-width: 992px) {
  .offset-lg-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-9 {
    margin-left: 75%; } }

@media (min-width: 992px) {
  .offset-lg-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .order-lg-first {
    order: -1; } }

@media (min-width: 992px) {
  .order-lg-last {
    order: 13; } }

@media (min-width: 992px) {
  .order-lg-0 {
    order: 0; } }

@media (min-width: 992px) {
  .order-lg-1 {
    order: 1; } }

@media (min-width: 992px) {
  .order-lg-2 {
    order: 2; } }

@media (min-width: 992px) {
  .order-lg-3 {
    order: 3; } }

@media (min-width: 992px) {
  .order-lg-4 {
    order: 4; } }

@media (min-width: 992px) {
  .order-lg-5 {
    order: 5; } }

@media (min-width: 992px) {
  .order-lg-6 {
    order: 6; } }

@media (min-width: 992px) {
  .order-lg-7 {
    order: 7; } }

@media (min-width: 992px) {
  .order-lg-8 {
    order: 8; } }

@media (min-width: 992px) {
  .order-lg-9 {
    order: 9; } }

@media (min-width: 992px) {
  .order-lg-10 {
    order: 10; } }

@media (min-width: 992px) {
  .order-lg-11 {
    order: 11; } }

@media (min-width: 992px) {
  .order-lg-12 {
    order: 12; } }

@media (min-width: 1500px) {
  .col-xl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 1500px) {
  .col-xl-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 1500px) {
  .col-xl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 1500px) {
  .col-xl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 1500px) {
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 1500px) {
  .col-xl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 1500px) {
  .col-xl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 1500px) {
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 1500px) {
  .col-xl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 1500px) {
  .col-xl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 1500px) {
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 1500px) {
  .col-xl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 1500px) {
  .col-xl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 1500px) {
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 1500px) {
  .offset-xl-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 1500px) {
  .offset-xl-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 1500px) {
  .offset-xl-3 {
    margin-left: 25%; } }

@media (min-width: 1500px) {
  .offset-xl-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 1500px) {
  .offset-xl-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 1500px) {
  .offset-xl-6 {
    margin-left: 50%; } }

@media (min-width: 1500px) {
  .offset-xl-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 1500px) {
  .offset-xl-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 1500px) {
  .offset-xl-9 {
    margin-left: 75%; } }

@media (min-width: 1500px) {
  .offset-xl-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 1500px) {
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1500px) {
  .order-xl-first {
    order: -1; } }

@media (min-width: 1500px) {
  .order-xl-last {
    order: 13; } }

@media (min-width: 1500px) {
  .order-xl-0 {
    order: 0; } }

@media (min-width: 1500px) {
  .order-xl-1 {
    order: 1; } }

@media (min-width: 1500px) {
  .order-xl-2 {
    order: 2; } }

@media (min-width: 1500px) {
  .order-xl-3 {
    order: 3; } }

@media (min-width: 1500px) {
  .order-xl-4 {
    order: 4; } }

@media (min-width: 1500px) {
  .order-xl-5 {
    order: 5; } }

@media (min-width: 1500px) {
  .order-xl-6 {
    order: 6; } }

@media (min-width: 1500px) {
  .order-xl-7 {
    order: 7; } }

@media (min-width: 1500px) {
  .order-xl-8 {
    order: 8; } }

@media (min-width: 1500px) {
  .order-xl-9 {
    order: 9; } }

@media (min-width: 1500px) {
  .order-xl-10 {
    order: 10; } }

@media (min-width: 1500px) {
  .order-xl-11 {
    order: 11; } }

@media (min-width: 1500px) {
  .order-xl-12 {
    order: 12; } }

/* display */
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; } }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; } }

@media (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important; } }

@media (min-width: 576px) {
  .d-sm-table {
    display: table !important; } }

@media (min-width: 576px) {
  .d-sm-table-row {
    display: table-row !important; } }

@media (min-width: 576px) {
  .d-sm-table-cell {
    display: table-cell !important; } }

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important; } }

@media (min-width: 576px) {
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; } }

@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) {
  .d-md-block {
    display: block !important; } }

@media (min-width: 768px) {
  .d-md-table {
    display: table !important; } }

@media (min-width: 768px) {
  .d-md-table-row {
    display: table-row !important; } }

@media (min-width: 768px) {
  .d-md-table-cell {
    display: table-cell !important; } }

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important; } }

@media (min-width: 768px) {
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; } }

@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important; } }

@media (min-width: 992px) {
  .d-lg-table {
    display: table !important; } }

@media (min-width: 992px) {
  .d-lg-table-row {
    display: table-row !important; } }

@media (min-width: 992px) {
  .d-lg-table-cell {
    display: table-cell !important; } }

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important; } }

@media (min-width: 992px) {
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1500px) {
  .d-xl-none {
    display: none !important; } }

@media (min-width: 1500px) {
  .d-xl-inline {
    display: inline !important; } }

@media (min-width: 1500px) {
  .d-xl-inline-block {
    display: inline-block !important; } }

@media (min-width: 1500px) {
  .d-xl-block {
    display: block !important; } }

@media (min-width: 1500px) {
  .d-xl-table {
    display: table !important; } }

@media (min-width: 1500px) {
  .d-xl-table-row {
    display: table-row !important; } }

@media (min-width: 1500px) {
  .d-xl-table-cell {
    display: table-cell !important; } }

@media (min-width: 1500px) {
  .d-xl-flex {
    display: flex !important; } }

@media (min-width: 1500px) {
  .d-xl-inline-flex {
    display: inline-flex !important; } }

.page {
  padding: 15px 0;
  flex-grow: 1; }

.form-review {
  margin: 30px 0 20px;
  /*input, textarea {
  	background: rgba(255, 255, 255, 0.2);
  	border-radius: 10px;
  }*/ }
  .form-review__title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px; }
  .form-review .field-value {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center; }
  .form-review .rating-block {
    text-align: center; }
  .form-review .label {
    font-weight: 600; }
  .form-review input[type=radio] {
    margin-right: 5px;
    margin-left: 20px; }
    .form-review input[type=radio]:first-child {
      margin-left: 0; }
  .form-review label {
    margin-bottom: 0; }
    .form-review label.mb10 {
      margin-bottom: 10px; }
  .form-review .subm {
    text-align: center;
    margin-top: 10px; }
  .form-review [type=submit] {
    text-transform: uppercase;
    background: #A2875A;
    border: 1px solid #A2875A;
    color: #fff;
    transition: .2s ease;
    border-radius: 30px; }
    .form-review [type=submit]:hover {
      background: #fff;
      border-color: #000;
      color: #000; }
  .form-review [name=surname] {
    position: absolute;
    opacity: 0;
    z-index: -1; }

.delivery, .payment {
  background: #fff; }
  .delivery .icons-line, .payment .icons-line {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .delivery .icons-line.nowrap, .payment .icons-line.nowrap {
      flex-wrap: nowrap; }
    .delivery .icons-line__item, .payment .icons-line__item {
      padding: 10px;
      width: 50%;
      text-align: center; }
      .delivery .icons-line__item.w100, .payment .icons-line__item.w100 {
        width: 100%; }
      @media (min-width: 992px) {
        .delivery .icons-line__item, .payment .icons-line__item {
          width: auto; }
          .delivery .icons-line__item.w100, .payment .icons-line__item.w100 {
            width: auto; }
          .delivery .icons-line__item img, .payment .icons-line__item img {
            max-height: 100px; } }
  .delivery h3, .payment h3 {
    margin-bottom: 15px;
    font-size: 20px; }
  .delivery-block, .payment-block {
    margin-bottom: 25px; }
    .delivery-block .imgs, .payment-block .imgs {
      justify-content: center; }
    .delivery-block .img, .payment-block .img {
      margin-right: 15px;
      max-width: 150px;
      display: flex;
      justify-content: center;
      align-items: center; }

html, body {
  min-width: 320px;
  height: 100%; }

.wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  width: 100%;
  min-height: 100%; }

.main {
  padding: 70px 0 50px; }
  @media (min-width: 1500px) {
    .main {
      padding: 111px 0 95px; } }
  .main h1.detail, .main .h1.detail {
    opacity: 0;
    position: absolute; }
  .main h1.bx-title, .main .h1.bx-title {
    font-size: 22px;
    margin: 0 0 15px 0;
    text-align: center; }
    @media (min-width: 992px) {
      .main h1.bx-title, .main .h1.bx-title {
        font-size: 28px;
        text-align: left;
        margin-bottom: 0; } }
    @media (min-width: 1500px) {
      .main h1.bx-title, .main .h1.bx-title {
        font-size: 36px; } }

.auth {
  margin-bottom: 15px; }
  .auth a {
    color: #A2875A;
    text-decoration: underline; }
    .auth a:hover {
      text-decoration: none; }

.basket-items-list-table {
  border: none; }
  .basket-items-list-table td {
    border: none; }

.bx-authform {
  max-width: 500px;
  margin: 0 auto; }
  .bx-authform-formgroup-container {
    margin-bottom: 15px; }
  .bx-authform .bx-captcha-wrap {
    display: flex; }
    .bx-authform .bx-captcha-wrap .bx-authform-input-container {
      margin-left: 10px;
      flex-grow: 1; }

.bx-soa-section-description {
  font-weight: bold;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px; }

.bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(images/FCWSv2.jpg);
  opacity: 0.1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s; }

.pagination {
  position: relative; }

.sale-personal-section-index-block.bx-theme-green {
  background: #A2875A; }

.top-block {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .top-block .btnlink {
    margin-left: 30px; }

#new-template {
  display: none;
  width: 500px;
  max-width: 90%;
  text-align: center; }

@media (max-width: 600px) {
  .main-user-consent-request-popup {
    top: 56px;
    max-width: 100%;
    overflow-y: auto; }
    .main-user-consent-request-popup-cont {
      min-height: auto;
      position: static;
      transform: unset; }
    .main-user-consent-request-popup-header {
      white-space: normal; }
    .main-user-consent-request-popup-text {
      width: 100%; } }
#panel {
  position: relative; }
  #panel:hover {
    z-index: 99999; }

.iframe-container {
  position: relative;
  height: 0;
  padding-bottom: 63%;
  margin: 0 auto; }
  .iframe-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.youtube-video {
  padding: 40px 0 100px; }
  .youtube-video .title {
    margin-bottom: 20px; }

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 10px;
  z-index: 10000; }
  .header.inner {
    top: 0;
    padding: 14px 0;
    background: #645B4B; }
  .header__mobile {
    position: fixed;
    width: 100%;
    height: calc(100vh - 60px);
    left: 0;
    top: 60px;
    z-index: 100;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    transition: .3s;
    transform: translateX(-100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 30px;
    overflow-y: auto; }
    .header__mobile.active {
      transform: translateX(0); }
    .header__mobile .header__menu {
      display: block;
      margin-left: 0;
      padding: 0 10px;
      font-size: 14px; }
      .header__mobile .header__menu .menu-arrow {
        display: flex;
        align-items: center;
        padding: 0 10px; }
        .header__mobile .header__menu .menu-arrow.open svg {
          transform: rotate(90deg); }
        .header__mobile .header__menu .menu-arrow svg {
          width: 25px;
          height: 26px;
          fill: #fff;
          transition: .2s; }
      .header__mobile .header__menu > ul {
        display: block; }
        .header__mobile .header__menu > ul > li {
          margin-bottom: 5px;
          padding: 0; }
          .header__mobile .header__menu > ul > li a.root-item {
            padding: 0; }
          .header__mobile .header__menu > ul > li.parent-default .parent-ul {
            width: 100%; }
            .header__mobile .header__menu > ul > li.parent-default .parent-ul a {
              padding: 5px 0 5px 10px; }
          .header__mobile .header__menu > ul > li .default a {
            padding: 5px 0 5px 10px; }
          .header__mobile .header__menu > ul > li > .parent-li {
            background: rgba(255, 255, 255, 0.2);
            min-height: 36px;
            color: #A2875A; }
            .header__mobile .header__menu > ul > li > .parent-li a {
              font-size: 16px; }
            .header__mobile .header__menu > ul > li > .parent-li svg {
              fill: #A2875A; }
          .header__mobile .header__menu > ul > li .parent-li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 5px 0 5px 10px; }
          .header__mobile .header__menu > ul > li:last-child {
            margin-bottom: 0; }
          .header__mobile .header__menu > ul > li > a {
            font-size: 24px; }
          .header__mobile .header__menu > ul > li ul.parent-ul {
            position: static;
            background: rgba(255, 255, 255, 0.2);
            color: #fff;
            box-shadow: unset;
            margin-top: 5px;
            padding: 0; }
            .header__mobile .header__menu > ul > li ul.parent-ul > li {
              padding: 0; }
              .header__mobile .header__menu > ul > li ul.parent-ul > li:not(.default) a.parent {
                border-bottom: 0;
                height: auto;
                font-weight: normal; }
            .header__mobile .header__menu > ul > li ul.parent-ul ul {
              display: none; }
    .header__mobile .header__contacts {
      display: block;
      margin: 30px 0; }
      .header__mobile .header__contacts-item a {
        justify-content: center;
        font-size: 20px;
        margin: 15px 0; }
        .header__mobile .header__contacts-item a svg {
          fill: #A2875A; }
  .header__logo {
    width: 50px; }
    @media (min-width: 1500px) {
      .header__logo {
        width: auto; } }
  .header__container {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0 10px;
    position: relative; }
    .header__container > .row {
      align-items: center; }
  .header__left, .header__right, .header__contacts, .header__icons {
    display: flex;
    align-items: center; }
  .header svg {
    fill: #A2875A; }
  .header__menu {
    margin-left: 15px;
    display: none; }
    @media (min-width: 992px) {
      .header__menu {
        display: block; }
        .header__menu .menu-arrow {
          display: none; } }
    .header__menu > ul {
      list-style: none;
      display: flex;
      padding: 0; }
      .header__menu > ul > li {
        padding: 27px 0; }
        .header__menu > ul > li.parent-default {
          position: relative; }
          .header__menu > ul > li.parent-default .parent-ul {
            width: 130px; }
        .header__menu > ul > li a.root-item {
          display: block;
          border-radius: 20px;
          transition: .3s;
          white-space: nowrap;
          font-size: 14px;
          padding: 5px; }
          @media (min-width: 1500px) {
            .header__menu > ul > li a.root-item {
              padding: 5px 19px;
              font-size: 16px; } }
          .header__menu > ul > li a.root-item:hover {
            background: #A2875A;
            color: #0F0F0F; }
        @media (min-width: 992px) {
          .header__menu > ul > li:hover ul.parent-ul {
            display: flex; } }
        .header__menu > ul > li ul.parent-ul {
          display: none;
          flex-wrap: wrap;
          position: absolute;
          background: rgba(255, 255, 255, 0.95);
          color: #000;
          padding: 20px;
          top: 100%;
          box-shadow: 0 3px 10px 0 #ccc;
          left: 0;
          width: 100%; }
          .header__menu > ul > li ul.parent-ul > li {
            padding: 0 15px; }
            @media (min-width: 992px) {
              .header__menu > ul > li ul.parent-ul > li {
                width: 25%; } }
            .header__menu > ul > li ul.parent-ul > li:first-child {
              padding-left: 0; }
            .header__menu > ul > li ul.parent-ul > li:last-child {
              padding-right: 0; }
            .header__menu > ul > li ul.parent-ul > li.default {
              width: 100%;
              padding-left: 0;
              padding-right: 0; }
            .header__menu > ul > li ul.parent-ul > li:not(.default) > .parent-li > a {
              border-bottom: 1px solid #A2875A;
              display: block;
              margin-bottom: 5px;
              height: 55px;
              padding: 0;
              font-weight: 600;
              font-size: 14px; }
              @media (min-width: 992px) {
                .header__menu > ul > li ul.parent-ul > li:not(.default) > .parent-li > a {
                  height: 40px; } }
              @media (min-width: 1500px) {
                .header__menu > ul > li ul.parent-ul > li:not(.default) > .parent-li > a {
                  height: 55px;
                  font-size: 17px; } }
            .header__menu > ul > li ul.parent-ul > li a {
              transition: .2s;
              padding: 3px 0;
              display: block; }
              @media (min-width: 992px) {
                .header__menu > ul > li ul.parent-ul > li a {
                  font-size: 13px;
                  padding: 2px 0; } }
              @media (min-width: 1500px) {
                .header__menu > ul > li ul.parent-ul > li a {
                  font-size: 16px;
                  padding: 3px 0; } }
              .header__menu > ul > li ul.parent-ul > li a:hover {
                color: #A2875A; }
  .header__right {
    justify-content: center; }
    @media (min-width: 992px) {
      .header__right {
        justify-content: flex-end; } }
  .header__contacts {
    white-space: nowrap;
    font-size: 12px;
    display: none; }
    @media (min-width: 992px) {
      .header__contacts {
        display: flex; } }
    @media (min-width: 1500px) {
      .header__contacts {
        font-size: 16px; } }
    .header__contacts svg {
      width: 20px;
      height: 20px;
      margin-right: 3px; }
    .header__contacts-item {
      margin: 0 5px; }
      .header__contacts-item a {
        display: flex;
        align-items: center; }
  .header__icons {
    margin-left: 10px; }
    @media (min-width: 1500px) {
      .header__icons {
        margin-left: 15px; } }
    .header__icons-item {
      margin: 0 10px;
      position: relative; }
      @media (min-width: 992px) {
        .header__icons-item {
          margin: 0 2px; } }
    .header__icons svg {
      width: 20px;
      height: 20px; }
      @media (min-width: 1500px) {
        .header__icons svg {
          width: 32px;
          height: 32px; } }
  .header__cart .count {
    position: absolute;
    z-index: 1;
    background: #000;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -6px;
    right: -8px;
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid #A2875A; }
    @media (min-width: 992px) {
      .header__cart .count {
        top: 0;
        right: 0; } }

.footer__cell {
  border: 1px solid #e3e3e3;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .footer__cell {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .footer__cell.empty {
    display: none; }
    @media (min-width: 992px) {
      .footer__cell.empty {
        display: block; } }
  @media (min-width: 1500px) {
    .footer__cell {
      display: block; } }
  .footer__cell:nth-child(4n+1) {
    border-left: 0; }
  .footer__cell:nth-child(4n) {
    border-right: 0; }
.footer .logo {
  display: flex;
  justify-content: center;
  align-items: center; }
.footer__menu {
  padding: 0 10px; }
  .footer__menu:nth-child(2) {
    margin-top: 15px; }
  .footer__menu-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000; }
    @media (min-width: 1500px) {
      .footer__menu-title {
        font-size: 18px; } }
  .footer__menu-content {
    font-size: 14px; }
    .footer__menu-content ul {
      padding-left: 0;
      list-style: none; }
      .footer__menu-content ul li:before {
        marker: none; }

.main-container {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  transition: transform 0.5s, -webkit-transform 0.5s; }
  .main-container.hide {
    transform: translate3d(-300px, 0, 0); }
.main-menu {
  z-index: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  overflow-y: auto;
  background: #000;
  transform: translate3d(50%, 0, 0);
  transition: all 0.5s;
  visibility: hidden; }
  .main-menu.show {
    z-index: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  .main-menu-header {
    display: flex;
    justify-content: flex-end;
    padding: 16px; }
    .main-menu-header .fa {
      color: rgba(224, 175, 107, 0.73);
      cursor: pointer;
      font-size: 28px; }
  .main-menu ul {
    padding: 0 20px; }
    .main-menu ul li a {
      display: block;
      text-transform: uppercase;
      line-height: 1.2;
      font-weight: 300;
      color: #e0af6b;
      font-size: 1.375rem;
      margin: 0 0 0.75em; }

.logo {
  position: relative;
  z-index: 1; }
  .logo__image {
    position: absolute;
    z-index: 1;
    left: 1px;
    top: 22px;
    animation-duration: 2s;
    padding-left: 62px; }

@media (min-width: 992px) {
  .burger {
    display: none; } }
.burger.active span {
  opacity: 1;
  transform: rotate(45deg) translate(1px, -7px); }
  .burger.active span:nth-last-child(1) {
    transform: rotate(-45deg) translate(1px, 3px); }
  .burger.active span:nth-last-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2); }
.burger span {
  display: block;
  width: 35px;
  height: 3px;
  margin-bottom: 5px;
  margin-left: auto;
  position: relative;
  background: #A2875A;
  z-index: 2;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
  .burger span:first-child {
    transform-origin: 0% 0%; }
  .burger span:nth-last-child(2) {
    transform-origin: 0% 100%; }
  .burger span:last-child {
    margin-bottom: 0; }

.mainslider {
  position: relative; }
  .mainslider__item {
    position: relative; }
    .mainslider__item img {
      height: 300px;
      object-fit: cover; }
      @media (min-width: 768px) {
        .mainslider__item img {
          height: auto; } }
    .mainslider__item-content {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding-bottom: 45px; }
      .mainslider__item-content:after {
        content: '';
        position: absolute;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30%; }
      @media (min-width: 992px) {
        .mainslider__item-content {
          padding-bottom: 160px; } }
      @media (min-width: 1500px) {
        .mainslider__item-content {
          padding-bottom: 120px; } }
      .mainslider__item-content-title {
        text-align: center;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        position: relative;
        z-index: 1; }
        @media (min-width: 768px) {
          .mainslider__item-content-title {
            font-size: 30px; } }
        @media (min-width: 992px) {
          .mainslider__item-content-title {
            font-size: 56px; } }
  .mainslider .slick-dots {
    bottom: 20px; }
    @media (min-width: 992px) {
      .mainslider .slick-dots {
        bottom: 100px; } }
    @media (min-width: 1500px) {
      .mainslider .slick-dots {
        bottom: 80px; } }
    .mainslider .slick-dots li {
      width: 30px;
      height: 2px; }
      @media (min-width: 992px) {
        .mainslider .slick-dots li {
          width: 130px; } }
      .mainslider .slick-dots li button {
        width: 100%;
        height: 100%;
        background: #B3B3B3;
        padding: 0; }
        .mainslider .slick-dots li button:before {
          content: none; }
      .mainslider .slick-dots li.slick-active button, .mainslider .slick-dots li:hover button {
        background: rgba(0, 0, 0, 0.78); }

.newseller {
  padding: 30px 0 130px; }

.tiles {
  position: relative;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; }
  .tiles__background {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-image: url(images/FCWSv2.jpg);
    opacity: 0.5;
    mix-blend-mode: overlay;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s; }
  .tiles__title {
    color: rgba(224, 224, 224, 0.72);
    border-color: #e0af6b; }
  .tiles__list {
    display: flex;
    margin: 15px -15px 0;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      .tiles__list {
        margin-top: 50px; } }
    .tiles__list .control {
      position: absolute;
      top: auto;
      bottom: -75px;
      transform: translateY(0); }
      .tiles__list .control.prev {
        left: auto;
        right: calc(50% + 5px); }
      .tiles__list .control.next {
        left: calc(50% + 5px); }
  .tiles__item {
    padding: 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .tiles__item {
        width: 50%; } }
    @media (min-width: 992px) {
      .tiles__item {
        width: 33.3%; } }
    @media (min-width: 1500px) {
      .tiles__item {
        width: 25%; } }
    .tiles__item-container {
      background: #fff;
      box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
      padding: 14px 20px 20px;
      border-radius: 30px;
      text-align: center;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .tiles__item-container:hover .tiles__item-picture img {
        transform: scale(1.15); }
    .tiles__item-picture {
      border-radius: 20px;
      margin-bottom: 15px;
      background: #fff;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
      .tiles__item-picture img {
        width: 100%;
        height: 150px;
        object-fit: contain;
        transition: .2s; }
        @media (min-width: 1500px) {
          .tiles__item-picture img {
            height: 210px; } }
    .tiles__item-title {
      color: #141414;
      font-size: 16px;
      font-weight: 400;
      min-height: 38px; }
      @media (min-width: 1500px) {
        .tiles__item-title {
          font-size: 20px;
          height: 80px; }
          .tiles__item-title.news-title {
            height: auto;
            min-height: auto;
            margin-bottom: 15px; } }
    .tiles__item-date {
      font-size: 12px; }
    .tiles__item-preview {
      text-align: left;
      margin-bottom: 15px; }
    .tiles__item-price {
      margin-bottom: 15px;
      color: #141414;
      font-size: 24px;
      font-weight: 600;
      display: inline-block;
      border-top: 1px solid #D2D2D2;
      padding-top: 5px;
      margin-top: 15px; }
    .tiles__item-button {
      display: flex;
      justify-content: center; }
      .tiles__item-button a {
        box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
        font-weight: 600;
        color: #141414;
        background: #fff;
        border: 1px solid;
        border-radius: 30px;
        transition: all 300ms ease-in-out 0s;
        text-transform: uppercase;
        width: 50%;
        margin: 0 5px;
        padding: 10px;
        font-size: 14px; }
        @media (min-width: 1500px) {
          .tiles__item-button a {
            padding: 10px;
            font-size: 16px; } }
        .tiles__item-button a.add2cart {
          background: #A2875A;
          color: #fff;
          border-color: #A2875A; }
          .tiles__item-button a.add2cart:hover {
            border-color: #141414;
            background: #fff;
            color: #141414; }
        .tiles__item-button a:hover {
          background: #A2875A;
          color: #fff;
          border-color: #A2875A; }

.catalog-link {
  font-size: 20px;
  text-align: center; }
  @media (min-width: 992px) {
    .catalog-link {
      font-size: 24px; } }
  .catalog-link a {
    text-decoration: underline; }

.heading {
  padding: 20px 0px 0px 23px;
  border-style: solid;
  border-width: 0px 0px 0px 10px; }
  .heading-title {
    text-transform: uppercase;
    font-size: 75px;
    font-weight: 600;
    line-height: 0.9em; }

.shape {
  transform: rotate(180deg);
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr; }
  .shape svg {
    height: 100px;
    transform: translateX(-50%) rotateY(180deg);
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%; }
  .shape-catalog {
    transform: none;
    z-index: 1; }
    .shape-catalog.shape-top {
      top: 0; }
  .shape-top {
    top: -99px; }
  .shape-bottom {
    bottom: -1px; }
  .shape__footer-top {
    fill: #000; }
  .shape__footer-bottom {
    fill: #091819; }
  .shape__about-top {
    fill: #073532; }
  .shape__catalog-top {
    fill: #000; }
  .shape__newsallers {
    fill: #000; }
  .shape-video {
    transform: none;
    z-index: 1; }
    .shape-video.shape-top {
      top: 0; }
  .shape-contacts {
    transform: none;
    z-index: 1;
    bottom: unset;
    top: 100%;
    fill: #000; }
  .shape-contacts-top {
    z-index: 1;
    fill: #000; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  background: none;
  margin-top: 20px;
  font-size: 12px; }
  @media (min-width: 992px) {
    .breadcrumb {
      margin-top: 45px;
      font-size: 16px; } }
  .breadcrumb-item:last-child {
    display: none; }
    @media (min-width: 992px) {
      .breadcrumb-item:last-child {
        display: block; } }
  .breadcrumb-item .fa {
    margin: 0 5px 0 10px; }
  .breadcrumb-item span {
    color: #A2875A; }
    .breadcrumb-item span.separator {
      color: inherit;
      padding: 0 0 0 4px; }
      @media (min-width: 992px) {
        .breadcrumb-item span.separator {
          padding: 0 3px 0 7px; } }
  .breadcrumb-item a {
    text-decoration: underline; }
    .breadcrumb-item a:hover {
      text-decoration: none; }
    .breadcrumb-item a span {
      color: #000; }

.catalog {
  background: #000; }
  .catalog-page .catalog__section-list {
    background: none;
    padding: 0;
    margin-bottom: 50px; }
    .catalog-page .catalog__section-list-container {
      flex-wrap: wrap; }
  .catalog-page .h1 {
    text-align: left; }
  .catalog-page .search {
    margin-top: 50px;
    padding-bottom: 0; }
  .catalog .heading {
    padding: 110px 0px 36px 0px; }
  .catalog__title {
    padding: 20px 0px 0px 23px;
    border-style: solid;
    border-width: 0px 0px 0px 10px;
    border-color: #e0af6b;
    color: rgba(255, 255, 255, 0.62); }
  .catalog__section-description {
    margin-bottom: 30px; }
  .catalog__section-list {
    background: #e0c9ac;
    padding: 0 150px;
    position: relative; }
    .catalog__section-list-background {
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute;
      background-image: url(images/FCWSv2.jpg);
      opacity: 0.1;
      transition: background 0.3s, border-radius 0.3s, opacity 0.3s; }
    .catalog__section-list-container {
      display: flex;
      position: relative;
      z-index: 2; }
      .catalog__section-list-container .column {
        width: 50%;
        display: flex;
        flex-wrap: wrap; }
  .catalog__section-item {
    margin-bottom: 30px;
    /*width: 50%;
    padding: 5px;
    &.w100 {
      width: 100%;
    }*/ }
    .catalog__section-item:not(.inner):nth-child(2n+1) .catalog__section-item-caption {
      justify-content: flex-end;
      text-align: right; }
    .catalog__section-item:not(.inner):nth-child(2n+1) .catalog__section-item-title:after {
      margin-left: auto; }
    .catalog__section-item.inner .catalog__section-item-caption {
      font-size: 18px; }
      @media (min-width: 1500px) {
        .catalog__section-item.inner .catalog__section-item-caption {
          font-size: 24px; } }
    .catalog__section-item a {
      display: block;
      overflow: hidden;
      position: relative;
      padding-bottom: 63%; }
      .catalog__section-item a:hover .catalog__section-item-picture {
        opacity: 0.5;
        transform: translate3d(0, 0, 0) scale(1); }
    .catalog__section-item-picture {
      width: 100%;
      opacity: 1;
      transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
      object-fit: contain;
      position: absolute; }
    .catalog__section-item-caption {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 1.3em;
      font-weight: 600;
      font-size: 20px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #23262B 100%);
      display: flex;
      align-items: flex-end; }
      @media (min-width: 992px) {
        .catalog__section-item-caption {
          font-size: 22px; } }
      @media (min-width: 1500px) {
        .catalog__section-item-caption {
          font-size: 28px; } }
    .catalog__section-item-title {
      color: #fff;
      position: relative; }
      .catalog__section-item-title span {
        display: block;
        font-size: 16px;
        font-weight: normal; }
        .catalog__section-item-title span br {
          display: block; }
      @media (min-width: 1500px) {
        .catalog__section-item-title br {
          display: none; } }
      .catalog__section-item-title:after {
        content: '';
        width: 150px;
        height: 2px;
        background: #fff;
        display: block;
        margin-top: 15px; }
  .catalog__detail-info {
    margin-top: 25px; }
    .catalog__detail-info-heading {
      background: #E2E2E2;
      padding: 15px; }
      .catalog__detail-info-heading > .row {
        align-items: center; }
    .catalog__detail-info .main-info {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center; }
      @media (min-width: 992px) {
        .catalog__detail-info .main-info {
          flex-wrap: nowrap;
          justify-content: flex-start; } }
      .catalog__detail-info .main-info__price {
        color: #000;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 15px; }
        @media (min-width: 992px) {
          .catalog__detail-info .main-info__price {
            font-size: 28px;
            margin-bottom: 0; } }
        @media (min-width: 1500px) {
          .catalog__detail-info .main-info__price {
            font-size: 36px; } }
      .catalog__detail-info .main-info__buttons {
        display: flex;
        align-items: center; }
        .catalog__detail-info .main-info__buttons-quantity {
          text-align: center;
          font-weight: bold;
          display: flex;
          align-items: center;
          margin: 0 15px 0 0; }
          @media (min-width: 992px) {
            .catalog__detail-info .main-info__buttons-quantity {
              margin: 0 15px; } }
          .catalog__detail-info .main-info__buttons-quantity .quantity {
            padding: 0 12px;
            font-size: 16px;
            color: #fff;
            cursor: pointer;
            background: #A2875A;
            outline: none;
            font-weight: normal;
            height: 37px;
            display: flex;
            align-items: center; }
            @media (min-width: 992px) {
              .catalog__detail-info .main-info__buttons-quantity .quantity {
                height: 51px; } }
            .catalog__detail-info .main-info__buttons-quantity .quantity.minus {
              border-radius: 25px 0 0 25px; }
            .catalog__detail-info .main-info__buttons-quantity .quantity.plus {
              border-radius: 0 25px 25px 0; }
          .catalog__detail-info .main-info__buttons-quantity input {
            color: #000;
            font-size: 16px;
            text-align: center;
            padding: 10px;
            border: none;
            height: 37px;
            width: 40px;
            margin: 0 6px;
            background: #fff;
            border-radius: 0; }
            @media (min-width: 992px) {
              .catalog__detail-info .main-info__buttons-quantity input {
                height: 51px; } }
        @media (min-width: 992px) and (max-width: 1500px) {
          .catalog__detail-info .main-info__buttons-buy a {
            padding: 16px 20px; } }
    .catalog__detail-info-block {
      margin-top: 35px; }
    .catalog__detail-info .gallery {
      width: 585px;
      height: 300px;
      border: 1px solid #D2D2D2;
      border-radius: 20px;
      max-width: 100%; }
      @media (min-width: 992px) {
        .catalog__detail-info .gallery {
          height: 408px; } }
      .catalog__detail-info .gallery-item img {
        margin: 0 auto;
        cursor: pointer; }
    .catalog__detail-info .control {
      width: 30px;
      height: 60px;
      display: block;
      padding: 21px 6px;
      background: rgba(80, 80, 80, 0.8);
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 2px;
      z-index: 1; }
      .catalog__detail-info .control svg {
        fill: #fff; }
      .catalog__detail-info .control.prev {
        left: 0; }
      .catalog__detail-info .control.next {
        right: 0; }
  .catalog__detail-chars {
    margin-top: 10px;
    overflow: hidden;
    transition: .2s;
    position: relative; }
    .catalog__detail-chars-title {
      font-size: 24px;
      margin-bottom: 30px;
      margin-top: 35px; }
      @media (min-width: 992px) {
        .catalog__detail-chars-title {
          margin-top: 0; } }
    .catalog__detail-chars.blur:after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 30px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #fff); }
    .catalog__detail-chars.show:after {
      content: none; }
    .catalog__detail-chars-item {
      display: flex;
      padding: 10px;
      flex-wrap: wrap;
      border-bottom: 1px solid #D2D2D2;
      /*&:nth-child(2n) {
        background: #ded3c0;
      }*/ }
      .catalog__detail-chars-item:last-child {
        border-bottom: 0; }
      @media (min-width: 992px) {
        .catalog__detail-chars-item {
          flex-wrap: nowrap; } }
      .catalog__detail-chars-item-code {
        min-width: 200px;
        font-weight: 600; }
      .catalog__detail-chars-item-sep {
        margin: 0 10px 0 5px; }
  .catalog__detail-tabs {
    display: flex;
    border-bottom: 1px solid #ccc;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      .catalog__detail-tabs {
        flex-wrap: nowrap; } }
    .catalog__detail-tabs-container {
      background: #fff;
      margin-top: 40px;
      border: 1px solid #ccc;
      text-align: justify; }
    .catalog__detail-tabs-item {
      cursor: pointer;
      padding: 16px 47px;
      transition: .2s;
      font-size: 16px;
      border-right: 1px solid #ccc;
      width: 100%;
      text-align: center; }
      @media (min-width: 992px) {
        .catalog__detail-tabs-item {
          width: auto;
          text-align: left; } }
      .catalog__detail-tabs-item:hover, .catalog__detail-tabs-item.active {
        background: #A2875A;
        color: #fff; }
  .catalog__detail-tab-item {
    transform: scale(0);
    position: absolute;
    z-index: -1;
    transition: .2s;
    padding: 30px; }
    .catalog__detail-tab-item.active {
      position: static;
      transform: scale(1); }

.show-all-chars {
  width: 180px;
  display: block;
  font-size: 16px;
  text-transform: unset;
  margin-top: 15px;
  text-align: center;
  padding: 5px 45px; }
  @media (min-width: 992px) {
    .show-all-chars {
      padding: 10px 48px; } }

.sorting {
  background: #E2E2E2;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  padding: 18px 15px; }
  .sorting__directions {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      .sorting__directions {
        flex-wrap: nowrap; } }
    .sorting__directions-label {
      font-weight: 600;
      width: 100%; }
      @media (min-width: 768px) {
        .sorting__directions-label {
          width: auto; } }
    .sorting__directions-value {
      margin-top: 5px; }
      @media (min-width: 768px) {
        .sorting__directions-value {
          margin-left: 20px;
          margin-top: 0; } }
      .sorting__directions-value a {
        display: flex;
        align-items: center; }
      .sorting__directions-value svg {
        width: 21px;
        height: 21px;
        fill: #A2875A; }
        .sorting__directions-value svg.up {
          transform: rotate(180deg); }

.video {
  position: relative;
  padding: 150px 0 170px;
  background-color: rgba(224, 201, 172, 0.62); }
  .video__background {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(images/FCWSv2.jpg);
    background-position: top left;
    opacity: 0.1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s; }
  .video__logo {
    text-align: right; }
  .video .heading {
    border-color: #e0af6b; }
    .video .heading .video-title .heading-title {
      font-size: 55px;
      color: #002d16;
      line-height: 1; }
  .video__blocks {
    margin-top: 70px; }
    .video__blocks-items {
      display: flex;
      flex-wrap: wrap;
      max-width: 1600px;
      margin: 0 auto; }
    .video__blocks-item {
      width: 50%;
      padding: 10px; }
      .video__blocks-item-container {
        box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.41);
        height: 100%; }
        .video__blocks-item-container.contacts-block {
          padding: 48px;
          transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
          background-image: url(images/mini.jpg);
          position: relative;
          background-size: cover;
          background-position: center; }
  .video .contacts .heading {
    padding-top: 0;
    border-color: #fff; }
    .video .contacts .heading-title {
      color: rgba(224, 175, 107, 0.82); }
  .video .contacts__list {
    margin-top: 40px; }
    .video .contacts__list ul {
      padding-left: 0; }
    .video .contacts__list li {
      padding-bottom: calc(15px/2);
      margin-top: calc(15px/2);
      font-size: 20px;
      font-weight: 400;
      display: flex;
      align-items: center;
      position: relative; }
      .video .contacts__list li:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 41%;
        border-top: 1px dotted #6baa9d; }
      .video .contacts__list li:first-child {
        border-top: 0;
        margin-top: 0; }
      .video .contacts__list li:last-child:after {
        content: none; }
    .video .contacts__list-icon {
      width: 20px; }
      .video .contacts__list-icon i {
        color: #e0af6b;
        font-size: 20px; }
    .video .contacts__list-text {
      color: rgba(255, 255, 255, 0.72);
      padding-left: 19px; }

.copyright__cell {
  border-bottom: 1px solid #e3e3e3; }
  .copyright__cell:last-child {
    border-bottom: 0; }
.copyright__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 10px;
  font-size: 14px; }
.copyright__text {
  padding: 0 20px; }

@media (min-width: 992px) {
  section.contacts {
    margin-top: 75px; } }
section.contacts > .container {
  border-bottom: 1px solid #E3E3E3; }
  @media (min-width: 992px) {
    section.contacts > .container {
      padding-bottom: 90px; } }
section.contacts .contacts__map-wrap {
  border-radius: 20px; }

.contacts {
  margin-bottom: 60px; }
  .contacts__item {
    text-align: center;
    font-size: 18px; }
    .contacts__item-icon {
      margin-bottom: 15px; }
    .contacts__item-title {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 10px; }
  .contacts__values, .contacts__title {
    padding-top: 30px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .contacts__values, .contacts__title {
        margin-bottom: 0; } }
    @media (min-width: 1500px) {
      .contacts__values, .contacts__title {
        padding-top: 90px; } }
  .contacts .title {
    text-align: left; }
  .contacts .subtitle {
    background: #141414;
    color: #fff;
    font-weight: 600;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 20px;
    font-size: 14px; }
    @media (min-width: 1500px) {
      .contacts .subtitle {
        padding: 5px 17px;
        font-size: 16px; } }
  .contacts__value {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 300;
    border-bottom: 2px solid #E3E3E3;
    padding: 20px 0; }
    @media (min-width: 1500px) {
      .contacts__value {
        font-size: 22px; } }
    .contacts__value:last-child {
      border-bottom: 0; }
    .contacts__value-label {
      width: 120px;
      display: flex;
      align-items: center;
      flex: none; }
      .contacts__value-label .icon {
        width: 30px;
        height: 30px;
        background: #A2875A;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: none;
        margin-right: 10px;
        padding: 6px; }
        .contacts__value-label .icon svg {
          fill: #fff;
          width: 100%;
          height: 100%; }
    .contacts__value-item {
      transform: translateY(2px); }
  .contacts__map {
    margin-bottom: 50px; }
    .contacts__map-wrap {
      height: 300px;
      overflow: hidden; }
      @media (min-width: 1500px) {
        .contacts__map-wrap {
          height: 450px; } }

.callback {
  padding: 30px 0;
  position: relative; }
  .callback .bg {
    opacity: 0.5;
    mix-blend-mode: overlay; }
  .callback h2 {
    font-weight: 600; }
  .callback .column {
    text-align: center; }
    .callback .column .phone {
      font-size: 30px;
      line-height: 1;
      margin-bottom: 5px;
      font-weight: bold; }
    .callback .column .email {
      font-size: 24px;
      margin-top: 15px; }
    .callback .column .fields {
      display: flex;
      flex-wrap: wrap; }
      .callback .column .fields .field {
        width: 100%;
        padding: 5px; }
        .callback .column .fields .field.w50 {
          width: 50%; }
        .callback .column .fields .field input, .callback .column .fields .field button {
          display: block;
          width: 100%;
          padding: 10px; }
        .callback .column .fields .field button {
          text-transform: uppercase;
          background: #A2875A;
          border: 1px solid #A2875A;
          color: #fff;
          transition: .2s ease;
          border-radius: 30px; }
          .callback .column .fields .field button:hover {
            background: #fff;
            border-color: #000;
            color: #000; }
    .callback .column a {
      transition: .2s ease; }
      .callback .column a:hover {
        color: #A2875A; }

#overlay {
  z-index: 99999;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center; }

.modal_window {
  position: relative;
  z-index: 100000;
  background: #fff;
  color: #000;
  opacity: 0;
  padding: 20px;
  font-size: 16px;
  text-align: center; }

.advantages {
  text-align: center;
  margin-bottom: 50px; }
  .advantages__item {
    margin: 25px 0; }
    .advantages__item-icon {
      margin-bottom: 10px; }
    .advantages__item-text {
      font-weight: 600; }

.partners .title {
  color: #fff; }
.partners__container {
  background: url(images/partners-bg.jpg) no-repeat center;
  padding: 55px 40px 100px;
  background-size: cover; }
  @media (min-width: 1500px) {
    .partners__container {
      padding: 55px 105px 100px; } }
  @media (min-width: 1500px) {
    .partners__container {
      padding: 55px 220px 100px; } }
.partners__item {
  background: #fff;
  border-radius: 20px;
  padding: 10px;
  height: 220px;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto; }

.lines {
  display: flex;
  justify-content: center;
  margin: 35px 0; }
  .lines .line {
    width: 220px;
    height: 2px;
    background: #fff;
    margin: 0 10px; }

.reviews {
  margin-bottom: 50px; }
  .reviews__item {
    background: #FFF3DF;
    border-radius: 30px;
    padding: 15px 25px;
    text-align: left; }
    .reviews__item-wrap {
      height: 100%;
      padding: 15px 0; }
    .reviews__item-top {
      display: flex;
      margin-bottom: 20px; }
    .reviews__item-name {
      font-weight: 600;
      border-right: 1px solid #A2875A;
      padding-right: 25px;
      margin-right: 25px; }
    .reviews__item-prop {
      margin-bottom: 5px; }
  .reviews__text {
    margin-bottom: 10px; }
  .reviews__bottom {
    margin-top: 30px; }
    .reviews__bottom-info {
      display: flex;
      font-weight: 600; }
      .reviews__bottom-info .city {
        margin-left: 10px; }
  .reviews .raiting {
    display: flex;
    align-items: center; }
    .reviews .raiting__title {
      font-weight: 600;
      margin-right: 10px; }
    .reviews .raiting .fa {
      color: #e6e6e6;
      margin: 0 2px; }
      .reviews .raiting .fa.color {
        color: #A2875A; }
  .reviews__answer {
    background: #FFF3DF;
    border-radius: 30px;
    padding: 15px 25px;
    text-align: left;
    width: 80%;
    margin: 10px 0 0 auto; }
  .reviews .pagination {
    text-align: center; }

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