

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('/files/fonts/webfonts/fa-solid-900.eot');
  src: url('/files/fonts/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('/files/fonts/webfonts/fa-solid-900.woff2') format('woff2'), url('/Modules/WS/Files/Fonts/FontAwesome/fa-solid-900.woff') format('woff'), url('/Modules/WS/Files/Fonts/FontAwesome/fa-solid-900.ttf') format('truetype'), url('/Modules/WS/Files/Fonts/FontAwesome/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'FontAwesome';
  font-weight: 900;
}
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('/files/fonts/webfonts/fa-regular-400.eot');
  src: url('/files/fonts/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('/files/fonts/webfonts/fa-regular-400.woff2') format('woff2'), url('/Modules/WS/Files/Fonts/FontAwesome/fa-regular-400.woff') format('woff'), url('/Modules/WS/Files/Fonts/FontAwesome/fa-regular-400.ttf') format('truetype'), url('/Modules/WS/Files/Fonts/FontAwesome/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'FontAwesome';
  font-weight: 400;
}
body > .Content main .ItemTopInfo > .toCalc:after {
    content: "\f061";
    font-family: FontAwesome !important;
    font-weight: 900;
    position: absolute;
    line-height: 23px;
    height: 26px;
    width: 26px;
    text-align: center;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -khtml-opacity: 0.85;
    -moz-opacity: 0.85;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.85);
    opacity: 0.85;
}
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'FontAwesomeBrands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('/Modules/WS/Files/Fonts/FontAwesome/fa-brands-400.eot');
  src: url('/Modules/WS/Files/Fonts/FontAwesome/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('/Modules/WS/Files/Fonts/FontAwesome/fa-brands-400.woff2') format('woff2'), url('/Modules/WS/Files/Fonts/FontAwesome/fa-brands-400.woff') format('woff'), url('/Modules/WS/Files/Fonts/FontAwesome/fa-brands-400.ttf') format('truetype'), url('/Modules/WS/Files/Fonts/FontAwesome/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'FontAwesomeBrands';
}
/*rgba(187, 0, 63, 0.80)*/
/*#ffc6c6*/
/*#ffeec6*/
/*#d3ffc6*/
/*#c6e8ff*/
/*#620f0f*/
/*#624b0f*/
/*#1e620f*/
/*#0f2c62*/
/*#db6a6a*/
/*#ebc875*/
/*#7cd362*/
/*#62baf6*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(92%);
  max-width: calc(46%);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #c1aa81;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(90%);
  }
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
}
html {
  width: 100%;
  height: 100%;
}
body {
  color: #444444;
  width: 100%;
  height: 100%;
  font: 14px/22px "Raleway", Arial, sans-serif;
  line-height: 1.4;
  font-variant: lining-nums;
}
.both {
  float: none !important;
  clear: both;
}
.after-both:after {
  content: '';
  display: block;
  float: none !important;
  clear: both;
}
.inline-block {
  zoom: 1;
  *display: inline;
  display: inline-block;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.transition300 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.transition300bg {
  -webkit-transition: background 0.3s ease 0s;
  -moz-transition: background 0.3s ease 0s;
  -ms-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.mirroring-vertical {
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.mirroring-horizontal {
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.unselectable {
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.pseudo-element-default {
  content: '';
  display: block;
  position: absolute;
}
.nowrap {
  white-space: nowrap;
}
.d-block {
  display: block;
}
.hidden {
  display: none;
}
header,
nav,
section,
article,
aside,
footer,
main {
  display: block;
}
input,
textarea,
select,
button {
  font: inherit;
}
input[type=checkbox],
input[type=radio],
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select {
    padding-right: 0 !important;
    background-image: none !important;
  }
}

a:not(.btn):not(.no-link-decor).link-invert:not(:hover),
a:not(.btn):not(.no-link-decor):not(.link-invert):hover {
  border-bottom-color: transparent;
}
.pseudo-link {
  cursor: pointer;
  color: #9f8f6b;
  border-bottom: 1px dashed;
}
.pseudo-link:hover {
  border-bottom-color: transparent;
}
body.noscroll {
  overflow: hidden;
}

@media all and (min-width: 1250px) {
  .container {
    width: 1170px;
  }
}
.bg1 {
  background-color: #ffffff;
}
.bg2 {
  background-color: #fafafa;
}
.shadow1 {
  -webkit-box-shadow: 0 0 30px 0 rgba(124, 57, 94, 0.1);
  -moz-box-shadow: 0 0 30px 0 rgba(124, 57, 94, 0.1);
  box-shadow: 0 0 30px 0 rgba(124, 57, 94, 0.1);
}
.shadow2 {
  -webkit-box-shadow: 0 5px 5px 0 rgba(27, 17, 22, 0.05);
  -moz-box-shadow: 0 5px 5px 0 rgba(27, 17, 22, 0.05);
  box-shadow: 0 5px 5px 0 rgba(27, 17, 22, 0.05);
}
.box {
  border-radius: 2px;
  margin-bottom: 20px;
}
.color-emphasize1 {
  color: #c1aa81;
}
.color-emphasize2 {
  color: #7c395e;
}
.table-default {
  width: 100%;
  border-collapse: collapse;
  font-size: inherit;
}
.table-default td,
.table-default th {
  padding: 10px;
}
.table-default thead td,
.table-default th {
  font-weight: 600;
}
.table-default thead {
  border-bottom: 2px solid #a4906b;
  background-color: #fafafa;
}
.table-default thead td {
  vertical-align: bottom;
}
.table-default tbody tr {
  border-bottom: 1px solid #e1e1e1;
}
.table-default tbody tr:hover {
  background-color: #ededed;
}
.table-default tbody th {
  text-align: right;
  border-right: 2px solid #e1e1e1;
  background-color: #fafafa;
  padding-right: 20px;
}
.table-default tfoot,
.table-default tbody tr.table-footer {
  font-weight: 500;
  font-size: 16px;
  background: #e3d8c5;
}
.table-scroll {
  max-width: 100%;
  overflow: auto;
}
iframe:not(#eehvnab5nbdfhfdmcn15mldm7r) {
  max-width: 100% !important;
  max-height: 100% !important;
}
.Content {
  min-height: 400px;
  padding-bottom: 100px;
}
.Content .section-title-mini {
  font-size: 20px;
  font-weight: 500;
}
.Content .spoiler-disabled {
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
  opacity: 0.5;
  cursor: not-allowed;
}
.Content .system-message {
  margin: 10px;
  padding: 10px 10px 10px 40px;
  border-radius: 2px;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 14px;
  /*border:1px solid;*/
}
.Content .system-message:before,
.Content .system-message:after {
  left: 2px;
  width: 30px;
}
.Content .system-message:before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  bottom: 2px;
  border-radius: 2px;
}
.Content .system-message:after {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  line-height: 30px;
  font-size: 1.5em;
  font-family: FontAwesome;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
}
.Content .system-message h2 {
  font-size: 1.14em;
  font-weight: bold;
  margin-bottom: 5px;
}
.Content .system-message p + p {
  margin-top: 5px;
}
.Content .system-message.warning {
  border-color: #ffd280;
  background-color: #ffe4b3;
  color: #664200;
}
.Content .system-message.warning:before {
  background-color: #ffa500;
}
.Content .system-message.warning:after {
  content: "\f071";
}
.Content .system-message.error {
  border-color: #e68eab;
  background-color: #f4cdda;
  color: #4b1124;
}
.Content .system-message.error:before {
  background-color: #c92c60;
}
.Content .system-message.error:after {
  content: "\f00d";
}
.Content .system-message.success {
  border-color: #30ff30;
  background-color: #afffaf;
  color: #001600;
}
.Content .system-message.success:before {
  background-color: #00af00;
}
.Content .system-message.success:after {
  content: "\f00c";
}
.Content .system-message.notice {
  border-color: #9caec9;
  background-color: #c7d5ea;
  color: #121821;
}
.Content .system-message.notice:before {
  background-color: #516c94;
}
.Content .system-message.notice:after {
  content: "\f129";
}
.Content .system-text.warning {
  color: #ffa500;
}
.Content .system-text.error {
  color: #c92c60;
}
.Content .system-text.success {
  color: #00af00;
}
.Content .system-text.notice {
  color: #516c94;
}
.js-dropdown:not(.js-dropdown-show) .js-dropdown-list {
  display: none;
}
@media print {
  @page {
    size: A4 portrait;
    margin: 10mm 10mm 10mm 20mm;
  }
  body {
    color: #000000;
  }
  body > .header,
  body > .Footer,
  .BreadcrumbsDefault {
    display: none;
  }
  html,
  body {
    height: auto;
    width: auto;
  }
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .H1Default {
    background: transparent !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    text-align: center;
  }
  .H1Default > h1 {
    color: #444444 !important;
  }
  .table-default,
  .text-default table {
    page-break-inside: auto;
  }
  .table-default thead,
  .text-default table thead {
    display: table-header-group;
  }
  .table-default td,
  .text-default table td,
  .table-default th,
  .text-default table th {
    border: 1px solid #e1e1e1;
  }
  .table-default tr,
  .text-default table tr {
    page-break-inside: avoid;
  }
  .box-spoiler-turn-btn {
    display: none;
  }
}
@media not print {
  .box-spoiler-collapsed .box-spoiler-body {
    display: none;
  }
}
.FormDefault .check-box input[type="checkbox"],
.FormAnimate .check-box input[type="checkbox"],
.FormDefault .radio-box input[type="checkbox"],
.FormAnimate .radio-box input[type="checkbox"],
.FormDefault .check-box input[type=radio],
.FormAnimate .check-box input[type=radio],
.FormDefault .radio-box input[type=radio],
.FormAnimate .radio-box input[type=radio] {
  display: none;
}
.FormDefault .check-box label > a,
.FormAnimate .check-box label > a,
.FormDefault .radio-box label > a,
.FormAnimate .radio-box label > a {
  color: inherit;
}
.FormDefault .check-box input[type="checkbox"] + label,
.FormAnimate .check-box input[type="checkbox"] + label,
.FormDefault .radio-box input[type="checkbox"] + label,
.FormAnimate .radio-box input[type="checkbox"] + label,
.FormDefault .check-box input[type="radio"] + label,
.FormAnimate .check-box input[type="radio"] + label,
.FormDefault .radio-box input[type="radio"] + label,
.FormAnimate .radio-box input[type="radio"] + label {
  padding-left: 35px;
  cursor: pointer;
  line-height: 20px;
  zoom: 1;
  *display: inline;
  display: inline-block;
}
.FormDefault .check-box input[type="checkbox"] + label:before,
.FormAnimate .check-box input[type="checkbox"] + label:before,
.FormDefault .radio-box input[type="checkbox"] + label:before,
.FormAnimate .radio-box input[type="checkbox"] + label:before,
.FormDefault .check-box input[type="radio"] + label:before,
.FormAnimate .check-box input[type="radio"] + label:before,
.FormDefault .radio-box input[type="radio"] + label:before,
.FormAnimate .radio-box input[type="radio"] + label:before {
  content: '';
  display: block;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #8b8b8b;
  background: #ffffff;
}
.FormDefault .check-box input[type="checkbox"] + label:after,
.FormAnimate .check-box input[type="checkbox"] + label:after {
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: transparent;
}
.FormDefault .check-box input[type="checkbox"] + label:hover:after,
.FormAnimate .check-box input[type="checkbox"] + label:hover:after {
  color: #8b8b8b;
}
.FormDefault .check-box input[type="checkbox"]:checked + label:before,
.FormAnimate .check-box input[type="checkbox"]:checked + label:before {
  border-color: #c1aa81;
}
.FormDefault .check-box input[type="checkbox"]:checked + label:after,
.FormAnimate .check-box input[type="checkbox"]:checked + label:after {
  color: #c1aa81;
}
.FormDefault .radio-box input[type="radio"] + label:after,
.FormAnimate .radio-box input[type="radio"] + label:after {
  content: '';
  display: block;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #ffffff;
}
.FormDefault .radio-box input[type="radio"] + label:hover:after,
.FormAnimate .radio-box input[type="radio"] + label:hover:after {
  background-color: #8b8b8b;
}
.FormDefault .radio-box input[type="radio"]:checked + label:before,
.FormAnimate .radio-box input[type="radio"]:checked + label:before {
  border-color: #c1aa81;
}
.FormDefault .radio-box input[type="radio"]:checked + label:after,
.FormAnimate .radio-box input[type="radio"]:checked + label:after {
  background-color: #c1aa81;
}
.FormDefault .check-box,
.FormAnimate .check-box,
.FormDefault .radio-box,
.FormAnimate .radio-box,
.FormDefault .check-list-block,
.FormAnimate .check-list-block,
.FormDefault .radio-list-block,
.FormAnimate .radio-list-block {
  margin-bottom: 25px;
}
.FormDefault .check-list-block:after,
.FormAnimate .check-list-block:after,
.FormDefault .radio-list-block:after,
.FormAnimate .radio-list-block:after {
  content: '';
  display: block;
  clear: both;
}
.FormDefault .check-list-block > .label,
.FormAnimate .check-list-block > .label,
.FormDefault .radio-list-block > .label,
.FormAnimate .radio-list-block > .label {
  margin-bottom: 10px;
}
.FormDefault .check-list-block > .check-box,
.FormAnimate .check-list-block > .check-box,
.FormDefault .radio-list-block > .check-box,
.FormAnimate .radio-list-block > .check-box,
.FormDefault .check-list-block > .radio-box,
.FormAnimate .check-list-block > .radio-box,
.FormDefault .radio-list-block > .radio-box,
.FormAnimate .radio-list-block > .radio-box {
  margin-bottom: 10px;
  float: left;
  margin-right: 30px;
}
.FormDefault {
  max-width: 600px;
}
.FormDefault .input-box {
  margin-bottom: 15px;
}
.FormDefault .input-box > label,
.FormDefault .input-box > .label,
.FormDefault .input-box input,
.FormDefault .input-box select,
.FormDefault .input-box textarea {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.FormDefault .input-box input,
.FormDefault .input-box select,
.FormDefault .input-box textarea {
  font: inherit;
}
.FormDefault .input-box input,
.FormDefault .input-box select,
.FormDefault .input-box textarea {
  border: 1px solid #c7c7c7;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
.FormDefault .input-box input:focus,
.FormDefault .input-box select:focus,
.FormDefault .input-box textarea:focus {
  border-color: #c1aa81;
}
.FormDefault .input-box input,
.FormDefault .input-box select,
.FormDefault .input-box.input-phone .country-code {
  height: 40px;
}
.FormDefault .input-box input,
.FormDefault .input-box select {
  line-height: 38px;
}
.FormDefault .input-box.input-phone .country-code {
  line-height: 40px;
}
.FormDefault .input-box select {
  background: #fafafa;
}
.FormDefault .input-box textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  resize: vertical;
  min-height: 80px;
  height: 80px;
}
.FormDefault .input-box label {
  margin-bottom: 3px;
  color: #555555;
}
.FormDefault .input-box label > .required {
  color: #c92c60;
  font-size: 3em;
  font-weight: 500;
  line-height: 17px;
  height: 17px;
  vertical-align: text-top;
  vertical-align: -webkit-baseline-middle;
}
.FormDefault .input-box.input-phone .country-code {
  position: absolute;
  bottom: 0;
  left: 10px;
}
.FormDefault .input-box.input-phone input,
.FormDefault .input-box.input-phone textarea {
  padding-left: 30px;
}
.FormDefault .input-box:not(.active-select) select {
  background: url("/Modules/WS/Files/Templates/Standard/Images/icon_arrow_down_black.png") 98% 50% no-repeat transparent;
}
@media all and (-Webkit-min-device-pixel-ratio: 1.5), all and (-moz-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-device-pixel-ratio: 1.5) {
  .FormDefault .input-box:not(.active-select) select {
    background-image: url("/Modules/WS/Files/Templates/Standard/Images/icon_arrow_down_black3x.png");
    background-size: 10px auto;
  }
}
.FormDefault .input-box.active-select select {
  background: url("/Modules/WS/Files/Templates/Standard/Images/icon_arrow_up_black.png") 98% 50% no-repeat transparent;
}
@media all and (-Webkit-min-device-pixel-ratio: 1.5), all and (-moz-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-device-pixel-ratio: 1.5) {
  .FormDefault .input-box.active-select select {
    background-image: url("/Modules/WS/Files/Templates/Standard/Images/icon_arrow_up_black3x.png");
    background-size: 10px auto;
  }
}
.FormDefault input[type="submit"],
.FormDefault button[type=submit] {
  padding: 10px 25px;
  margin-top: 20px;
}
.FormDefault button[type=submit] {
  padding-right: 55px;
}
.FormDefault button[type=submit] > i {
  line-height: 26px;
  height: 26px;
  width: 26px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.FormDefault button[type=submit]:hover > i {
  -khtml-opacity: 0.85;
  -moz-opacity: 0.85;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.85);
  opacity: 0.85;
}
.FormDefault .fa.fa-spin {
  vertical-align: -10%;
  font-size: 28px;
  margin-left: 5px;
}
.FormDefault:not(.sending) button[type=submit] > i {
  border: 2px solid #ffffff;
  margin-top: -15px;
  right: 7px;
}
.FormDefault.sending button[type=submit] > i {
  margin-top: -13px;
  right: 9px;
}
.FormAnimate .input-box {
  margin-bottom: 25px;
}
.FormAnimate .input-box:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.FormAnimate .input-box input,
.FormAnimate .input-box select,
.FormAnimate .input-box textarea,
.FormAnimate .input-box.input-phone .country-code {
  font-size: 14px;
}
.FormAnimate .input-box input,
.FormAnimate .input-box select,
.FormAnimate .input-box.input-phone .country-code {
  line-height: 40px;
  height: 40px;
}
.FormAnimate .input-box label,
.FormAnimate .input-box input,
.FormAnimate .input-box select,
.FormAnimate .input-box textarea {
  width: 100%;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.FormAnimate .input-box label {
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
}
.FormAnimate .input-box label > .required {
  font-size: 3em;
  font-weight: 500;
  vertical-align: text-top;
  vertical-align: -webkit-baseline-middle;
}
.FormAnimate .input-box input,
.FormAnimate .input-box select,
.FormAnimate .input-box textarea {
  color: inherit;
}
.FormAnimate .input-box input,
.FormAnimate .input-box textarea {
  background: transparent;
}
.FormAnimate .input-box select {
  padding-right: 20px;
}
.FormAnimate .input-box textarea {
  resize: vertical;
  min-height: 80px;
  height: 80px;
}
.FormAnimate .input-box:not(.active):not(.active-select):not(.active-textarea) label {
  line-height: 40px;
  height: 40px;
  top: 0;
}
.FormAnimate .input-box:not(.active):not(.active-select):not(.active-textarea) label > .required {
  line-height: 40px;
  height: 40px;
}
.FormAnimate .input-box:not(.active):not(.active-textarea):before {
  height: 2px;
}
.FormAnimate .input-box.active label,
.FormAnimate .input-box.active-select label,
.FormAnimate .input-box.active-textarea label {
  line-height: 17px;
  height: 17px;
  top: -17px;
  font-size: 12px;
}
.FormAnimate .input-box.active label > .required,
.FormAnimate .input-box.active-select label > .required,
.FormAnimate .input-box.active-textarea label > .required {
  color: #c92c60;
  line-height: 17px;
  height: 17px;
}
.FormAnimate .input-box.active:before,
.FormAnimate .input-box.active-textarea:before {
  height: 38px;
}
.FormAnimate .input-box.active input {
  padding: 0 10px;
}
.FormAnimate .input-box.active-textarea:before {
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.FormAnimate .input-box.active-textarea textarea {
  padding: 10px;
}
.FormAnimate .input-box.input-phone .country-code {
  position: absolute;
  bottom: 0;
  left: 10px;
}
.FormAnimate .input-box.input-phone:not(.active) .country-code {
  display: none;
}
.FormAnimate .input-box.input-phone.active input,
.FormAnimate .input-box.input-phone.active textarea {
  padding-left: 30px;
}
.FormAnimate input[type=submit],
.FormAnimate button[type=submit] {
  padding: 8px 5px;
  line-height: 20px;
  font-weight: 500;
  white-space: normal;
  word-wrap: normal;
}
.FormAnimate i.fa-spinner {
  font-size: 28px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.FormAnimate.dark {
  color: #ffffff;
}
.FormAnimate.dark .input-box select option {
  background: #44484f;
}
.FormAnimate.dark .input-box:not(.active):not(.active-select) label {
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.6);
  opacity: 0.6;
}
.FormAnimate.dark .input-box.active label,
.FormAnimate.dark .input-box.active-textarea label,
.FormAnimate.dark .input-box.active-select label {
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity: 0.7;
}
.FormAnimate.dark .input-box:not(.active-select):before {
  border-color: rgba(255, 255, 255, 0.5);
}
.FormAnimate.dark .input-box:not(.active-select) select {
  background: url("/Modules/WS/Files/Templates/Standard/Images/icon_arrow_down_white.png") 98% 50% no-repeat transparent;
}
@media all and (-Webkit-min-device-pixel-ratio: 1.5), all and (-moz-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-device-pixel-ratio: 1.5) {
  .FormAnimate.dark .input-box:not(.active-select) select {
    background-image: url("/Modules/WS/Files/Templates/Standard/Images/icon_arrow_down_white3x.png");
    background-size: 10px auto;
  }
}
.FormAnimate.dark .input-box.active-select:before {
  border-color: #ffffff;
}
.FormAnimate.dark .input-box.active-select select {
  background: url("/Modules/WS/Files/Templates/Standard/Images/icon_arrow_up_white.png") 98% 50% no-repeat transparent;
}
@media all and (-Webkit-min-device-pixel-ratio: 1.5), all and (-moz-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-device-pixel-ratio: 1.5) {
  .FormAnimate.dark .input-box.active-select select {
    background-image: url("/Modules/WS/Files/Templates/Standard/Images/icon_arrow_up_white3x.png");
    background-size: 10px auto;
  }
}
.FormAnimate.light .input-box input::-webkit-input-placeholder {
  color: #555555;
}
.FormAnimate.light .input-box input::-moz-placeholder {
  color: #555555;
}
.FormAnimate.light .input-box input:-moz-placeholder {
  color: #555555;
}
.FormAnimate.light .input-box input:-ms-input-placeholder {
  color: #555555;
}
.FormAnimate.light .input-box input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #ffffff, 0 0 0 1px #aaaeb5 !important;
  -webkit-text-fill-color: #555555 !important;
  color: #555555 !important;
  padding-left: 10px;
}
.FormAnimate.light .input-box select option {
  background: #fafafa;
}
.FormAnimate.light .input-box:not(.active):not(.active-select):not(.active-textarea):before {
  border-color: #dbdee3;
}
.FormAnimate.light .input-box:not(.active):not(.active-select):not(.active-textarea) label {
  color: #8b8b8b;
}
.FormAnimate.light .input-box.active:before,
.FormAnimate.light .input-box.active-textarea:before,
.FormAnimate.light .input-box.active-select:before {
  border-color: #aaaeb5;
}
.FormAnimate.light .input-box.active label,
.FormAnimate.light .input-box.active-textarea label,
.FormAnimate.light .input-box.active-select label {
  color: #555555;
}
.FormAnimate.light .input-box:not(.active-select) select {
  background: url("/Modules/WS/Files/Templates/Standard/Images/icon_arrow_down_black.png") 98% 50% no-repeat transparent;
}
@media all and (-Webkit-min-device-pixel-ratio: 1.5), all and (-moz-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-device-pixel-ratio: 1.5) {
  .FormAnimate.light .input-box:not(.active-select) select {
    background-image: url("/Modules/WS/Files/Templates/Standard/Images/icon_arrow_down_black3x.png");
    background-size: 10px auto;
  }
}
.FormAnimate.light .input-box.active-select select {
  background: url("/Modules/WS/Files/Templates/Standard/Images/icon_arrow_up_black.png") 98% 50% no-repeat transparent;
}
@media all and (-Webkit-min-device-pixel-ratio: 1.5), all and (-moz-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-device-pixel-ratio: 1.5) {
  .FormAnimate.light .input-box.active-select select {
    background-image: url("/Modules/WS/Files/Templates/Standard/Images/icon_arrow_up_black3x.png");
    background-size: 10px auto;
  }
}
.box-plus-minus-input,
.box-plus-minus-date {
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  padding: 1px 32px;
  background: #d2c1a3;
  border-radius: 2px;
}
.box-plus-minus-input > .plus,
.box-plus-minus-date > .plus,
.box-plus-minus-input > .minus,
.box-plus-minus-date > .minus {
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  width: 32px;
  text-align: center;
  line-height: 32px;
  color: #ffffff;
  font-size: 15px;
  text-shadow: 1px 1px 1px #a4906b;
}
.box-plus-minus-input > .plus:hover,
.box-plus-minus-date > .plus:hover,
.box-plus-minus-input > .minus:hover,
.box-plus-minus-date > .minus:hover {
  background-color: #c3a165;
}
.box-plus-minus-input > .plus,
.box-plus-minus-date > .plus {
  right: 0;
  border-radius: 0 2px 2px 0;
}
.box-plus-minus-input > .minus,
.box-plus-minus-date > .minus {
  left: 0;
  border-radius: 2px 0 0 2px;
}
.box-plus-minus-input input[type=number],
.box-plus-minus-date input[type=number],
.box-plus-minus-input input[type=date],
.box-plus-minus-date input[type=date] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  text-align: center;
  -moz-appearance: textfield;
  border: 1px solid #c1aa81;
  border-radius: 2px;
  background-color: #fafafa;
}
.box-plus-minus-input input[type=number]::-webkit-inner-spin-button,
.box-plus-minus-date input[type=number]::-webkit-inner-spin-button,
.box-plus-minus-input input[type=date]::-webkit-inner-spin-button,
.box-plus-minus-date input[type=date]::-webkit-inner-spin-button,
.box-plus-minus-input input[type=number]::-webkit-outer-spin-button,
.box-plus-minus-date input[type=number]::-webkit-outer-spin-button,
.box-plus-minus-input input[type=date]::-webkit-outer-spin-button,
.box-plus-minus-date input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.radio-box-default input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.radio-box-default input[type="radio"] + label {
  padding-left: 30px;
  cursor: pointer;
  line-height: 20px;
  display: block;
}
.radio-box-default input[type="radio"] + label:before {
  content: '';
  display: block;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  background: #ffffff;
}
.radio-box-default input[type="radio"] + label:after {
  content: '';
  display: block;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
}
.radio-box-default input[type="radio"]:not(:checked) + label:after,
.radio-box-default input[type="radio"]:not(:checked) + label:not(:hover):after {
  background-color: #ffffff;
}
.radio-box-default input[type="radio"]:not(:checked) + label:hover:after {
  background-color: #e1e1e1;
}
.radio-box-default input[type="radio"]:checked + label:before {
  border-color: #c1aa81;
}
.radio-box-default input[type="radio"]:checked + label:after {
  background-color: #c1aa81;
}
.radio-box-default input[type="radio"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px #c1aa81;
  -moz-box-shadow: 0 0 0 1px #c1aa81;
  box-shadow: 0 0 0 1px #c1aa81;
}
.check-box-default input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.check-box-default input[type="checkbox"] + label {
  padding-left: 30px;
  cursor: pointer;
  line-height: 20px;
  display: block;
}
.check-box-default input[type="checkbox"] + label:before {
  content: '';
  display: block;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  background: #ffffff;
}
.check-box-default input[type="checkbox"] + label:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f00c";
  display: block;
  position: absolute;
}
.check-box-default input[type="checkbox"]:not(:checked) + label:not(:hover):after {
  display: none;
}
.check-box-default input[type="checkbox"]:not(:checked) + label:hover:after {
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.2);
  opacity: 0.2;
}
.check-box-default input[type="checkbox"]:checked + label:before {
  border-color: #c1aa81;
}
.check-box-default input[type="checkbox"]:checked + label:after {
  color: #c1aa81;
}
.check-box-default input[type="checkbox"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px #c1aa81;
  -moz-box-shadow: 0 0 0 1px #c1aa81;
  box-shadow: 0 0 0 1px #c1aa81;
}
.form-field {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
}
.form-field:focus {
  border-color: #c1aa81;
}
.form-field.loading {
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.6);
  opacity: 0.6;
  background-color: #fafafa;
}
.form-field.success {
  background-color: #afffaf;
  color: #001600;
}
.form-field.error {
  background-color: #f4cdda;
  border-color: #e68eab;
  color: #4b1124;
}
.form-field-default {
  padding-left: 15px;
}
.form-field-mini {
  padding-left: 5px;
}
@media print {
  .form-field {
    border: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }
}
input[type=text].form-field-default,
input[type=tel].form-field-default,
input[type=time].form-field-default,
input[type=email].form-field-default,
input[type=search].form-field-default,
textarea.form-field-default {
  padding-right: 15px;
}
input[type=text].form-field-mini,
input[type=tel].form-field-mini,
input[type=time].form-field-mini,
input[type=email].form-field-mini,
input[type=search].form-field-mini,
textarea.form-field-mini {
  padding-right: 5px;
}
input[type=text].form-field,
input[type=number].form-field,
input[type=tel].form-field,
input[type=time].form-field,
input[type=email].form-field,
input[type=date].form-field,
input[type=search].form-field,
select.form-field {
  line-height: 28px;
  height: 30px;
}
textarea.form-field {
  resize: vertical;
}
textarea.form-field-default {
  padding-top: 10px;
  padding-bottom: 10px;
}
textarea.form-field-mini {
  padding-top: 5px;
  padding-bottom: 5px;
}
select.form-field-default,
select.form-field-mini {
  padding-right: 25px;
  background: url("/Modules/WS/Files/Templates/Standard/Images/icon_arrow_down_black.png") 98% 50% no-repeat #fafafa;
}
@media all and (-Webkit-min-device-pixel-ratio: 1.5), all and (-moz-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-device-pixel-ratio: 1.5) {
  select.form-field-default,
  select.form-field-mini {
    background-image: url("/Modules/WS/Files/Templates/Standard/Images/icon_arrow_down_black3x.png");
    background-size: 10px auto;
  }
}
.switcher {
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.switcher-label,
.switcher-switch {
  zoom: 1;
  *display: inline;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  vertical-align: top;
}
.switcher-label {
  line-height: 30px;
}
.switcher-switch {
  margin: 0 10px;
  cursor: pointer;
  border: 3px solid #d4d4d4;
  border-radius: 15px;
  width: 60px;
}
.switcher-switch-point {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: left 0.3s ease 0s;
  -moz-transition: left 0.3s ease 0s;
  -ms-transition: left 0.3s ease 0s;
  -o-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
}
.switcher:not(.switcher-active) .switcher-switch {
  background: #d4d4d4;
}
.switcher:not(.switcher-active) .switcher-label-left {
  font-weight: 600;
}
.switcher:not(.switcher-active) .switcher-label-right {
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity: 0.7;
}
.switcher.switcher-active .switcher-switch {
  background: #c1aa81;
  border-color: #c1aa81;
}
.switcher.switcher-active .switcher-switch .switcher-switch-point {
  left: 30px;
}
.switcher.switcher-active .switcher-label-right {
  font-weight: 600;
}
.switcher.switcher-active .switcher-label-left {
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity: 0.7;
}
.switcher.switcher-disabled {
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
  opacity: 0.5;
  cursor: not-allowed;
}
@media screen {
  textarea + .textarea-print-text {
    display: none;
  }
}
@media print {
  textarea {
    display: none;
  }
}
.text-default {
  line-height: 1.7;
}
.text-default h2 {
  font-size: 1.57em;
  margin-bottom: 15px;
  margin-top: 25px;
  line-height: 1.3;
  text-align: left;
  font-weight: 500;
}
.text-default h3 {
  font-size: 1.28em;
  margin-bottom: 10px;
  margin-top: 15px;
  line-height: 1.3;
  text-align: left;
  font-weight: 600;
}
.text-default p,
.text-default ul,
.text-default ol {
  margin-bottom: 10px;
  font-size: inherit;
  line-height: inherit;
}
.text-default p + ul,
.text-default p + ol {
  margin-top: -5px;
}
.text-default li {
  margin-bottom: 5px;
  margin-left: 25px;
}
.text-default strong,
.text-default b {
  font-weight: 600;
  font-size: 1.1em;
}
.text-default p strong {
  font-size: 1.1em;
}
.text-default img {
  max-width: 100%;
}
.text-default span.marker {
  background-color: yellow;
}
.text-default .table,
.text-default > table {
  margin-bottom: 20px;
}
.text-default table {
  border-collapse: collapse;
  max-width: 100%;
  font-size: inherit;
}
.text-default table td,
.text-default table th {
  padding: 10px;
}
.text-default table thead td,
.text-default table th {
  font-weight: 600;
}
.text-default table thead {
  border-bottom: 2px solid #a4906b;
  background-color: #fafafa;
}
.text-default table thead td {
  vertical-align: bottom;
}
.text-default table tbody tr {
  border-bottom: 1px solid #e1e1e1;
}
.text-default table tbody tr:hover {
  background-color: #ededed;
}
.text-default table tbody th {
  text-align: right;
  border-right: 2px solid #e1e1e1;
  background-color: #fafafa;
  padding-right: 20px;
}
.text-default table tfoot {
  font-weight: 500;
  font-size: 16px;
  background: #e3d8c5;
}
.text-default .img-right,
.text-default .img-left,
.text-default .img-center {
  text-align: center;
  margin: 15px 0;
  z-index: 2;
}
@media all and (min-width: 768px) {
  .text-default .img-right,
  .text-default .img-left {
    max-width: calc(50% - 20px);
    max-width: -webkit-calc(50% - 20px);
    max-width: -moz-calc(50% - 20px);
  }
  .text-default .img-right {
    float: right;
    margin-left: 20px;
  }
  .text-default .img-left {
    float: left;
    margin-right: 20px;
  }
}
.text-default .video_frames {
  margin: 30px 0;
}
.text-default .video_frames:after {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  clear: both;
  float: none;
}
.text-default .video_frames > .video_frame > div {
  height: 0;
  padding-top: 65%;
}
.text-default .video_frames > .video_frame > div > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fafafa;
}
.text-default .video_frames > .video_frame:only-child {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.text-default .video_frames > .video_frame:not(:only-child) {
  margin-bottom: 20px;
}
@media all and (min-width: 640px) {
  .text-default .video_frames > .video_frame:not(:only-child) {
    width: 49%;
    float: left;
  }
  .text-default .video_frames > .video_frame:not(:only-child):nth-child(2n+1) {
    margin-right: 2%;
  }
}
p.text-default {
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .text-default {
    text-align: justify;
  }
}
.Content main.text-default h2:first-child,
.Content main .text-default:first-child h2:first-child {
  margin-top: 0;
}
.btn {
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  cursor: pointer;
  text-align: center;
}
.btn:not(.not-rounded) {
  border-radius: 40px;
}
.btn.btn-default {
  zoom: 1;
  *display: inline;
  display: inline-block;
  line-height: 20px;
  padding: 10px 25px;
}
.btn.btn-mini {
  zoom: 1;
  *display: inline;
  display: inline-block;
  line-height: 20px;
  padding: 5px 25px;
}
.btn.btn-with-icon {
  padding-right: 55px;
}
.btn.btn-with-icon > i {
  line-height: 26px;
  height: 26px;
  width: 26px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.btn.btn-with-icon > i.fa-arrow-right {
  border: 2px solid #ffffff;
  margin-top: -15px;
  right: 7px;
}
.btn.btn-with-icon > i.fa-spin {
  margin-top: -13px;
  right: 9px;
  font-size: 26px;
}
.btn.btn-with-icon:hover > i {
  -khtml-opacity: 0.85;
  -moz-opacity: 0.85;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.85);
  opacity: 0.85;
}
.btn1 {
  color: #ffffff;
  text-transform: uppercase;
}
.btn1:not(:hover) {
  background-color: #c1aa81;
}
.btn1:hover {
  background-color: #caad78;
}
.btn2 {
  color: #ffffff;
  text-transform: uppercase;
}
.btn2:not(:hover) {
  background-color: #7c395e;
}
.btn2:hover {
  background-color: #85305f;
}
.btn2-light {
  color: #ffffff;
  text-transform: uppercase;
  border: 2px solid rgba(124, 57, 94, 0.2);
  background-clip: padding-box;
}
.btn2-light:not(:hover) {
  background-color: #c64b8f;
}
.btn2-light:hover {
  background-color: #85305f;
}
.btn2-light.btn-default {
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn1-empty {
  border: 2px solid #c1aa81;
}
.btn1-empty:not(:hover) {
  background: transparent;
  color: inherit;
}
.btn1-empty:hover {
  background: #c1aa81;
  color: #ffffff;
}
.btn1-empty.btn-default {
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn1-empty.btn-mini {
  padding-top: 3px;
  padding-bottom: 3px;
}
.btn-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group .btn {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group .btn:not(:only-child):first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group .btn:not(:only-child):last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .btn:not(:only-child):not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group .btn:not(:only-child):not(:first-child) {
  border-left: 0;
}
.Alert {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.Alert .hidden-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity: 0.7;
  background: #000;
}
.Alert .alert-message {
  min-height: 70px;
  padding: 30px 35px;
  background-color: #fff;
  position: fixed;
  z-index: 4;
  top: 20px;
}
.Alert .alert-message > .alert-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  font-size: 3em;
  line-height: 42px;
  z-index: 2;
  border-radius: 0;
}
.Alert .alert-message > .alert-close:not(:hover) {
  background-color: #ffffff;
  color: #c92c60;
}
.Alert .alert-message > .alert-close:hover {
  background: #c92c60;
  color: #ffffff;
}
.Alert .alert-message .alert-text {
  padding: 11px 10px 11px 75px;
  line-height: 150%;
}
.Alert .alert-message .alert-text h3 {
  font-size: 1.1em;
  padding-bottom: 7px;
}
.Alert .alert-message .alert-command {
  margin-top: 30px;
}
.Alert .alert-message .alert-command .btn {
  padding: 6px 20px;
  margin-bottom: 10px;
}
.Alert .alert-message::before {
  display: block;
  position: absolute;
  font-size: 40px;
  text-align: center;
  line-height: 55px;
  width: 55px;
  height: 55px;
  top: 45px;
  left: 32px;
  font-family: FontAwesome !important;
  font-weight: 900;
}
.Alert .alert-message.warning::before {
  content: "\f071";
  color: #ffa500;
}
.Alert .alert-message.ok::before {
  content: "\f00c";
  color: #00af00;
}
.Alert .alert-message.cart::before {
  content: "\f217";
  color: #c1aa81;
}
@media all and (max-width: 459px) {
  .Alert .alert-message {
    left: 0;
    right: 0;
    top: 5%;
  }
}
@media all and (min-width: 460px) and (max-width: 767px) {
  .Alert .alert-message {
    top: 5%;
    left: 5%;
    right: 5%;
  }
}
@media (min-width: 768px) and (min-height: 640px) {
  .Alert .alert-message {
    margin-top: -260px;
    top: 50%;
  }
}
@media all and (min-width: 768px) {
  .Alert .alert-message {
    left: 50%;
    margin-left: -235px;
    width: 400px;
  }
}
@media (max-height: 639px) {
  body.noscroll .Alert {
    overflow: auto;
    position: fixed;
  }
  .Alert .alert-message {
    position: absolute;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
#ModalWindow {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  white-space: nowrap;
  text-align: center;
}
#ModalWindow:after {
  content: "";
  height: 100%;
}
#ModalWindow > *,
#ModalWindow:after {
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  display: inline-block;
}
#ModalWindow .hidden-back {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity: 0.7;
  background: #44484f;
}
#ModalWindow .window-wrapper {
  z-index: 4;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 2px;
  padding: 30px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  width: 1000px;
  max-width: 100%;
  white-space: normal;
}
#ModalWindow .window-wrapper .close-window {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  font-size: 3em;
  line-height: 39px;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  border-radius: 2px;
}
#ModalWindow .window-wrapper .close-window:not(:hover) {
  background-color: transparent;
  color: #ff0000;
}
#ModalWindow .window-wrapper .close-window:hover {
  background: #ff0000;
  color: #ffffff;
}
#ModalWindow .window-wrapper .window-title {
  color: #444444;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  text-shadow: -1px 0 1px rgba(0, 0, 0, 0.16);
}
#ModalWindow .window-wrapper .window-content {
  padding-top: 20px;
}
#ModalWindow .window-wrapper .window-content .window-error,
#ModalWindow .window-wrapper .window-content .window-ok {
  text-align: center;
  padding: 5px;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#ModalWindow .window-wrapper .window-content .window-error {
  background: #c92c60;
  color: #ffffff;
}
#ModalWindow .window-wrapper .window-content .window-ok {
  background: #00af00;
  color: #ffffff;
}
@media (min-width: 768px) {
  #ModalWindow .window-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#ModalForm {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  white-space: nowrap;
  text-align: center;
}
#ModalForm:after {
  content: "";
  height: 100%;
}
#ModalForm > *,
#ModalForm:after {
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  display: inline-block;
}
#ModalForm .hidden-back {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity: 0.7;
  background: #44484f;
}
#ModalForm .form-block {
  z-index: 4;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 2px;
  padding: 30px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  max-width: 460px;
  white-space: normal;
}
#ModalForm .form-block .close-hidden-form {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  font-size: 3em;
  line-height: 39px;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  border-radius: 2px;
}
#ModalForm .form-block .close-hidden-form:not(:hover) {
  background-color: transparent;
  color: #ff0000;
}
#ModalForm .form-block .close-hidden-form:hover {
  background: #ff0000;
  color: #ffffff;
}
#ModalForm .form-block .form-title {
  color: #444444;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  text-shadow: -1px 0 1px rgba(0, 0, 0, 0.16);
}
#ModalForm .form-block .form-content {
  padding-top: 20px;
}
#ModalForm .form-block .form-content .form-error,
#ModalForm .form-block .form-content .form-ok {
  text-align: center;
  padding: 5px;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#ModalForm .form-block .form-content .form-error {
  background: #c92c60;
  color: #ffffff;
}
#ModalForm .form-block .form-content .form-ok {
  background: #00af00;
  color: #ffffff;
}
#ModalForm .form-block .form-content form .input-block {
  margin-bottom: 15px;
}
#ModalForm .form-block .form-content form .input-block label {
  font-size: 1em;
  line-height: 18px;
  display: block;
  margin-bottom: 3px;
}
#ModalForm .form-block .form-content form .input-block input,
#ModalForm .form-block .form-content form .input-block textarea {
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  padding-right: 10px;
  background-color: #fafafa;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#ModalForm .form-block .form-content form .input-block input:focus,
#ModalForm .form-block .form-content form .input-block textarea:focus {
  border-color: #c1aa81;
}
#ModalForm .form-block .form-content form .input-block input {
  height: 38px;
  line-height: 36px;
}
#ModalForm .form-block .form-content form .input-block textarea {
  line-height: 1.5;
  padding-top: 8px;
  padding-bottom: 8px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  resize: vertical;
  vertical-align: top;
}
#ModalForm .form-block .form-content form .input-block textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
#ModalForm .form-block .form-content form .input-block textarea::-webkit-scrollbar {
  width: 3px;
}
#ModalForm .form-block .form-content form .input-block textarea::-webkit-scrollbar-thumb {
  border-radius: 3px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(128, 128, 128, 0.5);
}
#ModalForm .form-block .form-content form .input-block ul.select-list {
  display: none;
  max-height: 200px;
  overflow: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 76px;
  background-color: #fafafa;
  z-index: 2;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 0 25px 0 #676d78;
  -moz-box-shadow: 0 0 25px 0 #676d78;
  box-shadow: 0 0 25px 0 #676d78;
}
#ModalForm .form-block .form-content form .input-block ul.select-list li {
  list-style: none;
  padding: 10px;
  cursor: pointer;
  line-height: 1em;
}
#ModalForm .form-block .form-content form .input-block ul.select-list li:hover {
  background-color: #ffffff;
}
#ModalForm .form-block .form-content form .input-block.show-select .select-text {
  z-index: 3;
  background-color: #fafafa;
}
#ModalForm .form-block .form-content form .input-block.show-select .select-list {
  display: block;
}
#ModalForm .form-block .form-content form .input-block.required input,
#ModalForm .form-block .form-content form .input-block.required textarea {
  border-color: #ff4d4d;
  border-radius: 2px 2px 0 0;
}
#ModalForm .form-block .form-content form .input-block.required > p {
  text-align: center;
  padding: 5px;
  background: #c92c60;
  color: #ffffff;
  border-radius: 0 0 2px 2px;
}
#ModalForm .form-block .form-content form .input-block:not(.with-icon) label + input,
#ModalForm .form-block .form-content form .input-block:not(.with-icon) label + textarea,
#ModalForm .form-block .form-content form .input-block:not(.with-icon) .select-text input {
  padding-left: 10px;
}
#ModalForm .form-block .form-content form .input-block.with-icon > i {
  width: 30px;
  text-align: center;
  color: #2b2a29;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 38px;
  height: 38px;
}
#ModalForm .form-block .form-content form .input-block.with-icon > i + input,
#ModalForm .form-block .form-content form .input-block.with-icon > i + textarea,
#ModalForm .form-block .form-content form .input-block.with-icon > i + .select-text {
  padding-left: 30px;
}
#ModalForm .form-block .form-content form .input-block.with-icon > i + label {
  padding-left: 30px;
}
#ModalForm .form-block .form-content form .input-block.phone-block .country-code {
  position: absolute;
  top: 21px;
  line-height: 38px;
  height: 38px;
}
#ModalForm .form-block .form-content form .input-block.phone-block:not(.with-icon) input {
  padding-left: 38px;
}
#ModalForm .form-block .form-content form .input-block.phone-block:not(.with-icon) .country-code {
  left: 5px;
  width: 30px;
  text-align: center;
}
#ModalForm .form-block .form-content form .input-block.phone-block.with-icon > i + input {
  padding-left: 68px;
}
#ModalForm .form-block .form-content form .input-block.phone-block.with-icon > i + input + .country-code {
  left: 30px;
}
#ModalForm .form-block .form-content form .checkbox-block input[type="checkbox"],
#ModalForm .form-block .form-content form .radio-block input[type="checkbox"],
#ModalForm .form-block .form-content form .checkbox-block input[type=radio],
#ModalForm .form-block .form-content form .radio-block input[type=radio] {
  display: none;
}
#ModalForm .form-block .form-content form .checkbox-block label > a,
#ModalForm .form-block .form-content form .radio-block label > a {
  color: inherit;
}
#ModalForm .form-block .form-content form .checkbox-block input[type="checkbox"] + label,
#ModalForm .form-block .form-content form .radio-block input[type="checkbox"] + label,
#ModalForm .form-block .form-content form .checkbox-block input[type="radio"] + label,
#ModalForm .form-block .form-content form .radio-block input[type="radio"] + label {
  padding-left: 35px;
  cursor: pointer;
  line-height: 20px;
  zoom: 1;
  *display: inline;
  display: inline-block;
}
#ModalForm .form-block .form-content form .checkbox-block input[type="checkbox"] + label:before,
#ModalForm .form-block .form-content form .radio-block input[type="checkbox"] + label:before,
#ModalForm .form-block .form-content form .checkbox-block input[type="radio"] + label:before,
#ModalForm .form-block .form-content form .radio-block input[type="radio"] + label:before {
  content: '';
  display: block;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  background: transparent;
}
#ModalForm .form-block .form-content form .checkbox-block.required > p,
#ModalForm .form-block .form-content form .radio-list-block.required > p {
  text-align: center;
  padding: 5px;
  background: #c92c60;
  color: #ffffff;
  border-radius: 2px;
  margin-top: 5px;
}
#ModalForm .form-block .form-content form .checkbox-block {
  margin-bottom: 10px;
}
#ModalForm .form-block .form-content form .checkbox-block input[type="checkbox"] + label:after {
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: transparent;
}
#ModalForm .form-block .form-content form .checkbox-block input[type="checkbox"] + label:hover:after {
  color: #e1e1e1;
}
#ModalForm .form-block .form-content form .checkbox-block input[type="checkbox"]:checked + label:before {
  border-color: #c1aa81;
}
#ModalForm .form-block .form-content form .checkbox-block input[type="checkbox"]:checked + label:after {
  color: #c1aa81;
}
#ModalForm .form-block .form-content form .checkbox-block.agreement {
  margin-top: 20px;
}
#ModalForm .form-block .form-content form .radio-list-block {
  margin-bottom: 15px;
}
#ModalForm .form-block .form-content form .radio-list-block:after {
  content: '';
  display: block;
  clear: both;
}
#ModalForm .form-block .form-content form .radio-list-block > .label {
  margin-bottom: 10px;
}
#ModalForm .form-block .form-content form .radio-list-block .radio-block {
  margin-bottom: 10px;
  float: left;
  margin-right: 30px;
}
#ModalForm .form-block .form-content form .radio-list-block .radio-block input[type="radio"] + label:after {
  content: '';
  display: block;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: transparent;
}
#ModalForm .form-block .form-content form .radio-list-block .radio-block input[type="radio"] + label:hover:after {
  background-color: #e1e1e1;
}
#ModalForm .form-block .form-content form .radio-list-block .radio-block input[type="radio"]:checked + label:before {
  border-color: #c1aa81;
}
#ModalForm .form-block .form-content form .radio-list-block .radio-block input[type="radio"]:checked + label:after {
  background-color: #c1aa81;
}
#ModalForm .form-block .form-content form input[type="submit"] {
  line-height: 28px;
  height: 50px;
  display: block;
  width: 100%;
  margin-top: 32px;
  padding: 11px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#ModalForm .form-block .form-content form .msg-warning {
  top: 31px;
}
#ModalForm .form-block .form-content form i.fa-spinner {
  font-size: 28px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#ModalForm .form-block .form-content .text-default p,
#ModalForm .form-block .form-content .text-default ul,
#ModalForm .form-block .form-content .text-default ol {
  margin-bottom: 10px;
}
#ModalForm .form-block .form-content .text-default p + ul,
#ModalForm .form-block .form-content .text-default p + ol {
  margin-top: -5px;
}
#ModalForm .form-block .form-content .text-default .align-center {
  text-align: center;
}
#ModalForm .form-block .form-content .links-block {
  text-align: center;
}
#ModalForm .form-block .form-content .links-block a {
  margin-right: 20px;
}
#ModalForm .form-block .form-content .links-block a:last-child {
  margin-right: 0;
}
#ModalForm .form-block .form-content .links-block.select-city a {
  display: block;
  margin-bottom: 10px;
  margin-right: 0;
}
#ModalForm .form-block .form-content .links-block.select-city a[disabled] {
  text-decoration: none;
  color: #444444;
  cursor: default;
}
#ModalForm .form-block .form-content .cancel {
  color: red;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100px;
}
#ModalForm .form-block .form-content .cancel:hover {
  text-decoration: none;
}
#ModalForm.form-yes-no .form-content {
  text-align: center;
}
#ModalForm.form-yes-no .btn-yes,
#ModalForm.form-yes-no .btn-no {
  padding: 5px 25px;
  border-radius: 15px;
  zoom: 1;
  *display: inline;
  display: inline-block;
  line-height: 24px;
}
#ModalForm.form-yes-no .btn-yes {
  margin-right: 15px;
}
@media all and (max-width: 459px) {
  #ModalForm .form-block .form-content form input[type="submit"] {
    font-size: 1.15em;
  }
}
@media all and (min-width: 460px) {
  #ModalForm .form-block .form-content form input[type="submit"] {
    font-size: 1.28em;
  }
}
@media (min-width: 768px) {
  #ModalForm .form-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body > .header > header .logo {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(68, 68, 68, 0.6);
  float: left;
}
body > .header > header .logo:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url("/Modules/WS/Files/Templates/Standard/Images/logo.png") 0 0 no-repeat;
  background-size: contain;
}
body > .header > header .contacts-info > .phones > .phone > .tel,
body > .header > header .contacts-info > .other > .mail a {
  color: #c1aa81;
  font-weight: 500;
}
body > .header > header .contacts-info > .phones > .phone {
  text-align: right;
}
body > .header > header .contacts-info > .phones > .phone > .tel {
  line-height: inherit;
}
body > .header > header .contacts-info > .phones > .phone > .fab {
  line-height: inherit;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
}
body > .header > header .contacts-info > .phones > .phone > .fab.fa-whatsapp {
  background: #009E53;
}
body > .header > header .contacts-info > .phones > .phone > .fab.fa-viber {
  background: #8B51A2;
}
body > .header > header .contacts-info > .phones > .phone > a.fab:hover {
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity: 0.7;
}
body > .header > header .contacts-info > .phones > .phone > .fab + .tel {
  margin-left: 10px;
}
body > .header > header .contacts-info > .other > .work-time {
  color: #8b8b8b;
  max-width: 160px;
}
body > .header > header .call-me {
  padding: 13px 26px;
  font-weight: 500;
}
@media all and (max-width: 519px) {
  body > .header > header .call-me {
    display: none;
  }
}
@media all and (max-width: 639px) {
  body > .header > header {
    padding-top: 15px;
  }
  body > .header > header .logo {
    padding-top: 40px;
    max-width: 200px;
    margin-bottom: 10px;
  }
  body > .header > header .contacts-info > .phones > .phone,
  body > .header > header .contacts-info > .other > .mail {
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  body > .header > header .contacts-info > .phones > .phone > .fab,
  body > .header > header .contacts-info > .other > .mail > .fab {
    width: 24px;
    height: 24px;
  }
}
@media all and (min-width: 640px) {
  body > .header > header {
    padding-top: 20px;
  }
}
@media all and (min-width: 640px) and (max-width: 839px) {
  body > .header > header .btnToggleMobileMenu {
    margin-top: -4px;
  }
  body > .header > header .logo {
    max-width: 200px;
    padding-left: 155px;
    padding-top: 5px;
    margin-bottom: 20px;
  }
  body > .header > header .contacts-info > .phones > .phone,
  body > .header > header .contacts-info > .other > .mail {
    font-size: 18px;
    line-height: 28px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  body > .header > header .contacts-info > .phones > .phone > .fab,
  body > .header > header .contacts-info > .other > .mail > .fab {
    width: 28px;
    height: 28px;
  }
}
@media all and (max-width: 839px) {
  body > .header > header .logo:before {
    height: 30px;
  }
  body > .header > header .call-me {
    position: absolute;
    top: 14px;
    right: 60px;
  }
  body > .header > header .contacts-info {
    clear: both;
    text-align: center;
    background: #ededed;
    margin: 0 -15px;
    padding: 10px 15px;
  }
  body > .header > header .contacts-info > .phones,
  body > .header > header .contacts-info > .phones > .phone,
  body > .header > header .contacts-info > .other {
    zoom: 1;
    *display: inline;
    display: inline-block;
  }
  body > .header > header .contacts-info > .phones > .phone {
    margin-right: 25px;
  }
  body > .header > header .contacts-info > .other > .work-time {
    display: none;
  }
}
@media all and (min-width: 840px) {
  body > .header > header {
    padding-bottom: 20px;
  }
  body > .header > header .logo {
    max-width: 250px;
    padding-top: 50px;
    letter-spacing: 1.5px;
  }
  body > .header > header .logo:before {
    height: 40px;
  }
  body > .header > header .contacts-info {
    float: right;
  }
  body > .header > header .contacts-info > .phones,
  body > .header > header .contacts-info > .other {
    float: right;
  }
  body > .header > header .contacts-info > .phones > .phone:not(:last-child) {
    margin-bottom: 10px;
  }
  body > .header > header .call-me {
    float: right;
  }
}
@media all and (min-width: 840px) and (max-width: 939px) {
  body > .header > header .contacts-info {
    margin-left: 40px;
  }
  body > .header > header .contacts-info > .phones > .phone {
    font-size: 18px;
    line-height: 28px;
  }
  body > .header > header .contacts-info > .phones > .phone > .fab {
    width: 28px;
    height: 28px;
  }
  body > .header > header .contacts-info > .other {
    display: none;
  }
}
@media all and (max-width: 939px) {
  body > .header > header .btnToggleMobileMenu {
    margin-left: 25px;
    font-size: 28px;
    float: right;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
  }
  body > .header > header .btnToggleMobileMenu.fa-bars {
    color: #c1aa81;
  }
  body > .header > header .btnToggleMobileMenu.fa-times {
    color: #7c395e;
  }
}
@media all and (min-width: 940px) {
  body > .header > header .btnToggleMobileMenu {
    display: none;
  }
}
@media all and (min-width: 940px) and (max-width: 1023px) {
  body > .header > header .contacts-info {
    margin-left: 40px;
  }
  body > .header > header .contacts-info > .phones > .phone,
  body > .header > header .contacts-info > .other > .mail {
    font-size: 18px;
  }
  body > .header > header .contacts-info > .phones {
    margin-left: 20px;
  }
  body > .header > header .contacts-info > .phones > .phone {
    line-height: 28px;
  }
  body > .header > header .contacts-info > .phones > .phone > .fab {
    width: 28px;
    height: 28px;
  }
  body > .header > header .contacts-info > .other > .mail {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 1024px) {
  body > .header > header .contacts-info > .phones > .phone,
  body > .header > header .contacts-info > .other > .mail {
    font-size: 22px;
  }
  body > .header > header .contacts-info > .phones > .phone {
    line-height: 35px;
  }
  body > .header > header .contacts-info > .phones > .phone > .fab {
    width: 35px;
    height: 35px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  body > .header > header .contacts-info {
    margin-left: 50px;
  }
  body > .header > header .contacts-info > .phones {
    margin-left: 30px;
  }
}
@media all and (min-width: 1200px) {
  body > .header > header .contacts-info {
    margin-left: 95px;
  }
  body > .header > header .contacts-info > .phones {
    margin-left: 80px;
  }
}
body > .header .MainMenu .mainmenu-item {
  list-style: none;
}
body > .header .MainMenu .mainmenu-item:not(.active) .mainmenu-link:not(:hover),
body > .header .MainMenu .mainmenu-item.active .mainmenu-link {
  color: inherit;
}
body > .header .MainMenu .mainmenu-item:not(.active) .mainmenu-link:hover {
  color: #c1aa81;
}
@media all and (max-width: 939px) {
  body > .header .MainMenu:not(.show) {
    display: none;
  }
  body > .header .MainMenu.show {
    position: absolute;
    top: 75px;
    right: 0;
    max-width: 400px;
    background: #44484f;
    z-index: 2;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0 0 100px 0 rgba(68, 72, 79, 0.5);
    -moz-box-shadow: 0 0 100px 0 rgba(68, 72, 79, 0.5);
    box-shadow: 0 0 100px 0 rgba(68, 72, 79, 0.5);
  }
  body > .header .MainMenu.show .mainmenu-item {
    display: block;
    color: #ffffff;
  }
  body > .header .MainMenu.show .mainmenu-item .mainmenu-link {
    display: block;
    padding: 10px 15px 10px 20px;
  }
  body > .header .MainMenu.show .mainmenu-item.active:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 5px;
    background: #c1aa81;
  }
}
@media all and (min-width: 940px) {
  body > .header .MainMenu {
    border-top: 1px solid #ededed;
  }
  body > .header .MainMenu .mainmenu-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    justify-content: space-between;
    text-align: justify;
    text-align-last: justify;
  }
  body > .header .MainMenu .mainmenu-list .mainmenu-item {
    zoom: 1;
    *display: inline;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  body > .header .MainMenu .mainmenu-list .mainmenu-item.active:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #c1aa81;
  }
  body > .header .MainMenu .mainmenu-list .mainmenu-item.mobile-view {
    display: none;
  }
}
@media all and (min-width: 940px) and (max-width: 1023px) {
  body > .header .MainMenu .mainmenu-link {
    font-size: 16px;
  }
}
@media all and (min-width: 1024px) {
  body > .header .MainMenu .mainmenu-link {
    font-size: 18px;
  }
}
@media all and (max-width: 939px) {
  body > .header {
    overflow: visible !important;
  }
}
body > .Footer {
  color: #ffffff;
}
body > .Footer a {
  color: inherit !important;
}
body > .Footer .d-block {
  display: block;
}
body > .Footer address {
  font-style: normal;
}
body > .Footer .country-name,
body > .Footer .region,
body > .Footer .postal-code,
body > .Footer .company > .category,
body > .Footer .company > .photo {
  display: none;
}
body > .Footer .footer-links {
  background: #44484f;
  padding-top: 60px;
  padding-bottom: 60px;
}
body > .Footer .footer-links .column .col-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
body > .Footer .footer-links .column .col-content > p {
  margin-bottom: 15px;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity: 0.7;
}
body > .Footer .footer-links .column .col-content > p > i {
  font-size: 20px;
  display: block;
}
body > .Footer .footer-links .column .col-content > ul li {
  list-style: none;
  margin-bottom: 15px;
  padding-left: 20px;
}
body > .Footer .footer-links .column .col-content > ul li:before {
  color: #ac9468;
  font-weight: 900;
  font-family: 'FontAwesome';
  content: "\f061";
  position: absolute;
  top: 0;
  left: 0;
}
body > .Footer .footer-links .column .col-content > ul li a {
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity: 0.7;
}
body > .Footer .footer-links .column .col-content > form .input-box {
  margin-bottom: 25px;
}
body > .Footer .footer-links .column .col-content > form input[type=submit] {
  width: 140px;
}
@media all and (max-width: 639px), all and (min-width: 1024px) {
  body > .Footer .footer-links .column .col-content > p {
    padding-left: 34px;
  }
  body > .Footer .footer-links .column .col-content > p > i {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    text-align: center;
  }
}
@media all and (min-width: 640px) and (max-width: 1023px) {
  body > .Footer .footer-links .column .col-content > p {
    float: left;
    width: -webkit-calc((100% - (30px * 3)) / 4);
    width: -moz-calc((100% - (30px * 3)) / 4);
    width: calc((100% - (30px * 3)) / 4);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body > .Footer .footer-links .column .col-content > p > i {
    margin-bottom: 10px;
  }
  body > .Footer .footer-links .column .col-content > p:not(:nth-child(4n)) {
    margin-right: 30px;
  }
  body > .Footer .footer-links .column .col-content > p:nth-child(4n+1) {
    clear: both;
  }
  body > .Footer .footer-links .column .col-content > form .input-box {
    float: left;
    width: -webkit-calc((100% - (30px * 2)) / 3);
    width: -moz-calc((100% - (30px * 2)) / 3);
    width: calc((100% - (30px * 2)) / 3);
  }
  body > .Footer .footer-links .column .col-content > form .input-box:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  body > .Footer .footer-links .column .col-content > form input[type=submit] {
    clear: both;
  }
  body > .Footer .footer-links .column:nth-child(2),
  body > .Footer .footer-links .column:nth-child(3) {
    float: left;
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
  }
  body > .Footer .footer-links .column:nth-child(2) {
    margin-right: 30px;
  }
  body > .Footer .footer-links .column:nth-child(4) {
    clear: both;
  }
}
@media all and (max-width: 1023px) {
  body > .Footer .footer-links .column:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1024px) {
  body > .Footer .footer-links .column {
    float: left;
    width: -webkit-calc((100% - (30px * 3)) / 4);
    width: -moz-calc((100% - (30px * 3)) / 4);
    width: calc((100% - (30px * 3)) / 4);
  }
  body > .Footer .footer-links .column:not(:nth-child(4n)) {
    margin-right: 30px;
  }
  body > .Footer .footer-links .column:nth-child(4n+1) {
    clear: both;
  }
}
body > .Footer footer {
  background: rgba(68, 72, 79, 0.7);
  padding-top: 20px;
  padding-bottom: 20px;
}
body > .Footer footer .company,
body > .Footer footer .developer {
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.65);
  opacity: 0.65;
}
body > .Footer footer .developer a {
  white-space: nowrap;
}
@media all and (max-width: 1023px) {
  body > .Footer footer {
    text-align: center;
  }
  body > .Footer footer .company {
    margin-bottom: 15px;
  }
}
@media all and (min-width: 1024px) {
  body > .Footer footer .company {
    float: left;
  }
  body > .Footer footer .developer {
    float: right;
    margin-left: 30px;
  }
}
body > .Content .H1Default {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 0 1px #f2f2f2;
  -moz-box-shadow: 0 1px 0 1px #f2f2f2;
  box-shadow: 0 1px 0 1px #f2f2f2;
}
body > .Content .H1Default h1 {
  font-weight: 400;
  color: #000;
}
@media all and (max-width: 459px) {
  body > .Content .H1Default h1 {
    font-size: 22px;
  }
}
@media all and (min-width: 460px) and (max-width: 839px) {
  body > .Content .H1Default h1 {
    font-size: 26px;
  }
}
@media all and (max-width: 839px) {
  body > .Content .H1Default {
    padding: 20px 0;
    border-width: 5px;
  }
}
@media all and (min-width: 840px) and (max-width: 1023px) {
  body > .Content .H1Default {
    padding: 25px 0;
  }
  body > .Content .H1Default h1 {
    font-size: 30px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  body > .Content .H1Default {
    padding: 30px 0;
  }
  body > .Content .H1Default h1 {
    font-size: 36px;
  }
}
@media all and (min-width: 1200px) {
  body > .Content .H1Default {
    margin-top: -20px;
    padding: 0px 0 35px 0;
  }
  body > .Content .H1Default h1 {
    font-size: 40px;
    margin-top: 15px;
  }
}
body > .Content .FormOrder {
  padding: 60px 0;
  background: url("/Modules/WS/Files/Templates/Standard/Images/bg_texture_dark.jpg") 50% 50% repeat;
}
body > .Content .FormOrder h2 {
  font-size: 30px;
  font-weight: 600;
  color: #c1aa81;
  margin-bottom: 10px;
}
body > .Content .FormOrder .form-description {
  font-size: 22px;
  font-weight: 400;
  color: #c1aa81;
  margin-bottom: 30px;
}
@media all and (max-width: 519px) {
  body > .Content .FormOrder form .input-box {
    margin-bottom: 25px;
  }
  body > .Content .FormOrder form input[type=submit] {
    width: 100%;
  }
}
@media all and (min-width: 520px) and (max-width: 839px) {
  body > .Content .FormOrder form .input-box {
    width: -webkit-calc((100% - 15px) / 2);
    width: -moz-calc((100% - 15px) / 2);
    width: calc((100% - 15px) / 2);
    float: left;
    margin-bottom: 15px;
  }
  body > .Content .FormOrder form .input-box:first-child {
    margin-right: 15px;
  }
  body > .Content .FormOrder form input[type=submit] {
    clear: both;
    width: 100%;
  }
}
@media all and (max-width: 839px) {
  body > .Content .FormOrder form i.fa-spinner {
    bottom: 6px;
    right: 8px;
  }
}
@media all and (min-width: 840px) {
  body > .Content .FormOrder form .input-box,
  body > .Content .FormOrder form input[type=submit] {
    float: left;
  }
  body > .Content .FormOrder form .input-box {
    margin-right: 30px;
    width: -webkit-calc((100% - 195px - (30px * 2)) / 2);
    width: -moz-calc((100% - 195px - (30px * 2)) / 2);
    width: calc((100% - 195px - (30px * 2)) / 2);
  }
  body > .Content .FormOrder form input[type=submit] {
    width: 195px;
  }
  body > .Content .FormOrder form i.fa-spinner {
    bottom: 31px;
    right: 8px;
  }
}
body > .Content .FormOrder .notice {
  color: #ffffff;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity: 0.7;
  font-size: 12px;
}
body > .Content .FormOrder .notice a {
  color: inherit;
}
@media all and (max-width: 1023px) {
  body > .Content .FormOrder form {
    margin-bottom: 15px;
  }
  body > .Content .FormOrder .notice {
    text-align: center;
  }
}
@media all and (min-width: 1024px) {
  body > .Content .FormOrder form {
    width: -webkit-calc(100% - 270px - 45px);
    width: -moz-calc(100% - 270px - 45px);
    width: calc(100% - 270px - 45px);
    float: left;
  }
  body > .Content .FormOrder .notice {
    width: 270px;
    float: right;
    padding-top: 5px;
  }
}
body > .Content main .clothes-type {
  margin-bottom: 40px;
}
body > .Content main .clothes-type h2 {
  margin-bottom: 20px;
}
body > .Content main .clothes-type .clothes-list .cloth {
  margin-bottom: 30px;
  border-bottom: 2px solid #ffffff;
  -webkit-box-shadow: 0 3px 0 0 #c1aa81;
  -moz-box-shadow: 0 3px 0 0 #c1aa81;
  box-shadow: 0 3px 0 0 #c1aa81;
}
body > .Content main .clothes-type .clothes-list .cloth .cloth-title {
  font-size: 13px;
  padding: 10px 0;
  text-align: center;
}
body > .Content main .clothes-type .clothes-list .cloth .cloth-title span {
  font-weight: 600;
  font-size: 1.23em;
  display: block;
}
body > .Content main .clothes-type .clothes-list .cloth .cloth-images a,
body > .Content main .clothes-type .clothes-list .cloth .cloth-images img {
  display: block;
  width: 100%;
}
body > .Content main .clothes-type .clothes-list .cloth .cloth-images img {
  height: auto;
}
body > .Content main .clothes-type .clothes-list .cloth .cloth-images,
body > .Content main .clothes-type .clothes-list .cloth .cloth-images a {
  color: inherit;
}
body > .Content main .clothes-type .clothes-list .cloth .cloth-description {
  padding: 20px 12px 10px;
}
body > .Content main .clothes-type .clothes-list .cloth .cloth-description ul li {
  display: block;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #555555;
  position: relative;
}
body > .Content main .clothes-type .clothes-list .cloth .cloth-description ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #c1aa81;
}
@media all and (min-width: 360px) {
  body > .Content main .clothes-type .clothes-list .cloth {
    float: left;
  }
}
@media all and (min-width: 360px) and (max-width: 639px) {
  body > .Content main .clothes-type .clothes-list .cloth {
    width: -webkit-calc((100% - (15px * 1)) / 2);
    width: -moz-calc((100% - (15px * 1)) / 2);
    width: calc((100% - (15px * 1)) / 2);
  }
  body > .Content main .clothes-type .clothes-list .cloth:not(:nth-child(2n)) {
    margin-right: 15px;
  }
  body > .Content main .clothes-type .clothes-list .cloth:nth-child(2n+1) {
    clear: both;
  }
}
@media all and (min-width: 640px) and (max-width: 767px) {
  body > .Content main .clothes-type .clothes-list .cloth {
    width: -webkit-calc((100% - (20px * 2)) / 3);
    width: -moz-calc((100% - (20px * 2)) / 3);
    width: calc((100% - (20px * 2)) / 3);
  }
  body > .Content main .clothes-type .clothes-list .cloth:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  body > .Content main .clothes-type .clothes-list .cloth:nth-child(3n+1) {
    clear: both;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  body > .Content main .clothes-type .clothes-list .cloth {
    width: -webkit-calc((100% - (20px * 3)) / 4);
    width: -moz-calc((100% - (20px * 3)) / 4);
    width: calc((100% - (20px * 3)) / 4);
  }
  body > .Content main .clothes-type .clothes-list .cloth:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  body > .Content main .clothes-type .clothes-list .cloth:nth-child(4n+1) {
    clear: both;
  }
}
@media all and (min-width: 1200px) {
  body > .Content main .clothes-type .clothes-list .cloth:only-child,
  body > .Content main .clothes-type .clothes-list .cloth:nth-last-child(2):first-child,
  body > .Content main .clothes-type .clothes-list .cloth:nth-last-child(2):first-child ~ .cloth,
  body > .Content main .clothes-type .clothes-list .cloth:nth-last-child(3):first-child,
  body > .Content main .clothes-type .clothes-list .cloth:nth-last-child(3):first-child ~ .cloth {
    width: -webkit-calc((100% - (20px * 4)) / 5);
    width: -moz-calc((100% - (20px * 4)) / 5);
    width: calc((100% - (20px * 4)) / 5);
  }
  body > .Content main .clothes-type .clothes-list .cloth:only-child:not(:last-child),
  body > .Content main .clothes-type .clothes-list .cloth:nth-last-child(2):first-child:not(:last-child),
  body > .Content main .clothes-type .clothes-list .cloth:nth-last-child(2):first-child ~ .cloth:not(:last-child),
  body > .Content main .clothes-type .clothes-list .cloth:nth-last-child(3):first-child:not(:last-child),
  body > .Content main .clothes-type .clothes-list .cloth:nth-last-child(3):first-child ~ .cloth:not(:last-child) {
    margin-right: 30px;
  }
  body > .Content main .clothes-type .clothes-list .cloth:nth-last-child(4):first-child,
  body > .Content main .clothes-type .clothes-list .cloth:nth-last-child(4):first-child ~ .cloth {
    width: -webkit-calc((100% - (30px * 3)) / 4);
    width: -moz-calc((100% - (30px * 3)) / 4);
    width: calc((100% - (30px * 3)) / 4);
  }
  body > .Content main .clothes-type .clothes-list .cloth:nth-last-child(4):first-child:not(:last-child),
  body > .Content main .clothes-type .clothes-list .cloth:nth-last-child(4):first-child ~ .cloth:not(:last-child) {
    margin-right: 30px;
  }
  body > .Content main .clothes-type .clothes-list .cloth:nth-last-child(5):first-child,
  body > .Content main .clothes-type .clothes-list .cloth:nth-last-child(5):first-child ~ .cloth {
    width: -webkit-calc((100% - (20px * 4)) / 5);
    width: -moz-calc((100% - (20px * 4)) / 5);
    width: calc((100% - (20px * 4)) / 5);
  }
  body > .Content main .clothes-type .clothes-list .cloth:nth-last-child(5):first-child:not(:last-child),
  body > .Content main .clothes-type .clothes-list .cloth:nth-last-child(5):first-child ~ .cloth:not(:last-child) {
    margin-right: 20px;
  }
  body > .Content main .clothes-type .clothes-list .cloth:nth-last-child(6):first-child,
  body > .Content main .clothes-type .clothes-list .cloth:nth-last-child(6):first-child ~ .cloth {
    width: -webkit-calc((100% - (15px * 5)) / 6);
    width: -moz-calc((100% - (15px * 5)) / 6);
    width: calc((100% - (15px * 5)) / 6);
  }
  body > .Content main .clothes-type .clothes-list .cloth:nth-last-child(6):first-child:not(:last-child),
  body > .Content main .clothes-type .clothes-list .cloth:nth-last-child(6):first-child ~ .cloth:not(:last-child) {
    margin-right: 15px;
  }
}
@media all and (min-width: 360px) {
  body > .Content main .clothes-type .clothes-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  body > .Content main .clothes-type .clothes-list .cloth > div {
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
body > .Content .BreadcrumbsDefault {
  color: #8b8b8b;
  font-size: 12px;
  margin-bottom: 35px;
}
body > .Content .BreadcrumbsDefault a {
  color: inherit;
}
body > .Content .BreadcrumbsDefault a:not(:first-child),
body > .Content .BreadcrumbsDefault span:not(:first-child) {
  margin-left: 5px;
}
body > .Content .BreadcrumbsDefault a:not(:last-child),
body > .Content .BreadcrumbsDefault span:not(:last-child) {
  margin-right: 5px;
}
body > .Content {
  padding-bottom: 0;
}
body > .Content main .ItemImages .main-image {
  display: block;
  margin-bottom: 12px;
  border: 1px solid #dbdbdb;
}
body > .Content main .ItemImages .main-image img {
  display: block;
  width: 100%;
  height: auto;
}
body > .Content main .ItemImages a.main-image:hover {
  border-color: #c1aa81;
}
body > .Content main .ItemImages .mini-images a {
  display: block;
  float: left;
  width: -webkit-calc((100% - (5px * 2)) / 3);
  width: -moz-calc((100% - (5px * 2)) / 3);
  width: calc((100% - (5px * 2)) / 3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #dbdbdb;
}
body > .Content main .ItemImages .mini-images a img {
  display: block;
  width: 100%;
  height: auto;
}
body > .Content main .ItemImages .mini-images a:hover {
  border-color: #c1aa81;
}
body > .Content main .ItemImages .mini-images a:not(:nth-child(3n)) {
  margin-right: 5px;
}
body > .Content main .ItemImages .mini-images a:nth-child(3n+1) {
  clear: both;
}
body > .Content main .ItemTopInfo > .mini-description {
  color: #555555;
  margin-bottom: 24px;
  line-height: 1.7;
}
body > .Content main .ItemTopInfo > .advantages {
  margin-bottom: 25px;
}
body > .Content main .ItemTopInfo > .advantages h2 {
  margin-bottom: 12px;
}
body > .Content main .ItemTopInfo > .advantages ul {
  margin-left: 10px;
  color: #555555;
}
body > .Content main .ItemTopInfo > .advantages ul li {
  margin-bottom: 10px;
  line-height: 20px;
  display: block;
  list-style: none;
  padding-left: 28px;
  position: relative;
}
body > .Content main .ItemTopInfo > .advantages ul li:before {
  content: "\f005";
  font-family: FontAwesome !important;
  font-weight: 900;
  font-size: 12px;
  color: #c1aa81;
  position: absolute;
  top: 0;
  left: 0;
  line-height: inherit;
}
body > .Content main .ItemTopInfo > .offer,
body > .Content main .ItemTopInfo > .toCalc {
  margin-bottom: 40px;
}
body > .Content main .ItemTopInfo > .offer > .price {
  font-size: 16px;
  font-weight: 600;
  color: #987f53;
  margin-bottom: 20px;
}
body > .Content main .ItemTopInfo > .offer > .price > b {
  font-size: 1.25em;
}
body > .Content main .ItemTopInfo > .offer > .btn {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 11px 10px;
  width: 180px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body > .Content main .ItemTopInfo > .toCalc {
  display: block;
  background-color: #a78d5e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 16px;
  position: relative;
}
body > .Content main .ItemTopInfo > .toCalc:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 37px;
  background: url("/files/images-ms/icon_calculator.png") -43px 0 no-repeat;
}
@media all and (-Webkit-min-device-pixel-ratio: 1.5), all and (-moz-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-device-pixel-ratio: 1.5) {
  body > .Content main .ItemTopInfo > .toCalc:before {
    background-image: url("/files/images-ms/icon_calculator3x.png");
    background-size: auto 49px;
  }
}

body > .Content main .ItemTopInfo > .toCalc:hover:after {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
  opacity: 1;
}
body > .Content main .ItemTopInfo > .payment-options,
body > .Content main .ItemTopInfo > .delivery-options {
  margin-bottom: 20px;
}
body > .Content main .ItemTopInfo > .payment-options > h2,
body > .Content main .ItemTopInfo > .delivery-options > h2 {
  margin-bottom: 12px;
}
body > .Content main .ItemTopInfo > .payment-options ul li,
body > .Content main .ItemTopInfo > .delivery-options ul li {
  display: block;
  list-style: none;
}
body > .Content main .ItemTopInfo > .payment-options ul li:before,
body > .Content main .ItemTopInfo >  {
  content: '';
  display: block;
  position: absolute;
  background: url("/files/images-ms/icons_delivery_payment.png") 0 0 no-repeat;
}
body > .Content main .ItemTopInfo > .payment-options ul li:before, body > .Content main .ItemTopInfo > .delivery-options ul li:before {
    content: '';
    display: block;
    position: absolute;
    background: url(/files/images-ms/icons_delivery_payment.png) 0 0 no-repeat;
}

@media all and (-Webkit-min-device-pixel-ratio: 1.5), all and (-moz-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-device-pixel-ratio: 1.5) {
  body > .Content main .ItemTopInfo > .payment-options ul li:before,
  body > .Content main .ItemTopInfo > .delivery-options ul li:before {
    background-image: url("/files/images-ms/icons_delivery_payment3x.png");
    background-size: auto 62px;
  }
}
body > .Content main .ItemTopInfo > .payment-options ul li .li-title,
body > .Content main .ItemTopInfo > .delivery-options ul li .li-title {
  display: block;
}
body > .Content main .ItemTopInfo > .payment-options ul li .delivery-price,
body > .Content main .ItemTopInfo > .delivery-options ul li .delivery-price {
  display: block;
  margin-top: 10px;
  font-size: 1.14em;
  font-weight: 500;
}
body > .Content main .ItemTopInfo > .payment-options ul li.card:before,
body > .Content main .ItemTopInfo > .delivery-options ul li.card:before {
  width: 42px;
  height: 30px;
  background-position: 0 0;
}
body > .Content main .ItemTopInfo > .payment-options ul li.cash:before,
body > .Content main .ItemTopInfo > .delivery-options ul li.cash:before {
  width: 24px;
  height: 35px;
  background-position: -45px 0;
}
body > .Content main .ItemTopInfo > .payment-options ul li.bank-transfer:before,
body > .Content main .ItemTopInfo > .delivery-options ul li.bank-transfer:before {
  width: 32px;
  height: 32px;
  background-position: -72px 0;
}
body > .Content main .ItemTopInfo > .payment-options ul li.moscow:before,
body > .Content main .ItemTopInfo > .delivery-options ul li.moscow:before {
  width: 42px;
  height: 25px;
  background-position: 0 -37px;
}
body > .Content main .ItemTopInfo > .payment-options ul li.regions:before,
body > .Content main .ItemTopInfo > .delivery-options ul li.regions:before {
  width: 42px;
  height: 25px;
  background-position: -45px -37px;
}
body > .Content main .description {
  margin-top: 50px;
  margin-bottom: 60px;
}
body > .Content main .description + .clothes-type {
  margin-top: -35px;
}
body > .Content main .description-after-form {
  padding-top: 60px;
  padding-bottom: 100px;
}
body > .Content main .description h2,
body > .Content main .description-after-form h2 {
  font-size: 20px;
  font-weight: 500;
}
@media all and (max-width: 359px) {
  body > .Content main .ItemTopInfo > .toCalc {
    padding: 27px 20px 67px 67px;
  }
  body > .Content main .ItemTopInfo > .toCalc:before {
    left: 20px;
    top: 30px;
  }
  body > .Content main .ItemTopInfo > .toCalc:after {
    bottom: 20px;
    left: 67px;
  }
}
@media all and (min-width: 360px) {
  body > .Content main .ItemTopInfo > .toCalc {
    padding: 27px 80px 27px 77px;
  }
  body > .Content main .ItemTopInfo > .toCalc:before {
    left: 27px;
  }
  body > .Content main .ItemTopInfo > .toCalc:after {
    top: 50%;
    margin-top: -15px;
    right: 22px;
  }
}
@media all and (min-width: 360px) and (max-width: 939px) {
  body > .Content main .ItemTopInfo > .toCalc:before {
    top: 50%;
    margin-top: -19px;
  }
}
@media all and (max-width: 459px) {
  body > .Content main .ItemImages {
    margin-bottom: 30px;
  }
  body > .Content main .ItemTopInfo > .payment-options ul li,
  body > .Content main .ItemTopInfo > .delivery-options ul li {
    margin-bottom: 15px;
    padding-left: 55px;
  }
  body > .Content main .ItemTopInfo > .payment-options ul li:before,
  body > .Content main .ItemTopInfo > .delivery-options ul li:before {
    top: 0;
  }
  body > .Content main .ItemTopInfo > .payment-options ul li.card,
  body > .Content main .ItemTopInfo > .delivery-options ul li.card {
    min-height: 30px;
    position: relative;
  }
  body > .Content main .ItemTopInfo > .payment-options ul li.card:before,
  body > .Content main .ItemTopInfo > .delivery-options ul li.card:before {
    left: 0;
  }
  body > .Content main .ItemTopInfo > .payment-options ul li.cash,
  body > .Content main .ItemTopInfo > .delivery-options ul li.cash {
    min-height: 35px;
        position: relative;
  }
  body > .Content main .ItemTopInfo > .payment-options ul li.cash:before,
  body > .Content main .ItemTopInfo > .delivery-options ul li.cash:before {
    left: 7px;
  }
  body > .Content main .ItemTopInfo > .payment-options ul li.bank-transfer,
  body > .Content main .ItemTopInfo > .delivery-options ul li.bank-transfer {
    min-height: 32px;
        position: relative;
  }
  body > .Content main .ItemTopInfo > .payment-options ul li.bank-transfer:before,
  body > .Content main .ItemTopInfo > .delivery-options ul li.bank-transfer:before {
    left: 6px;
  }
  body > .Content main .ItemTopInfo > .payment-options ul li.moscow,
  body > .Content main .ItemTopInfo > .delivery-options ul li.moscow {
    min-height: 25px;
        position: relative;
  }
  body > .Content main .ItemTopInfo > .payment-options ul li.moscow:before,
  body > .Content main .ItemTopInfo > .delivery-options ul li.moscow:before {
    left: 0;
  }
  body > .Content main .ItemTopInfo > .payment-options ul li.regions,
  body > .Content main .ItemTopInfo > .delivery-options ul li.regions {
    min-height: 25px;
        position: relative;
  }
  body > .Content main .ItemTopInfo > .payment-options ul li.regions:before,
  body > .Content main .ItemTopInfo > .delivery-options ul li.regions:before {
    left: 0;
  }
}
@media all and (min-width: 460px) {
  body > .Content main .ItemImages {
    float: left;
  }
  body > .Content main .ItemTopInfo > .payment-options ul li,
  body > .Content main .ItemTopInfo > .delivery-options ul li {
    float: left;
  }
  body > .Content main .ItemTopInfo > .payment-options ul li:before,
  body > .Content main .ItemTopInfo > .delivery-options ul li:before {
    left: 0;
    top: 0;
  }
  body > .Content main .ItemTopInfo > .payment-options ul li {
    width: -webkit-calc((100% - (30px * 2)) / 3);
    width: -moz-calc((100% - (30px * 2)) / 3);
    width: calc((100% - (30px * 2)) / 3);
    padding-top: 38px;
    position: relative;
  }
  body > .Content main .ItemTopInfo > .payment-options ul li:not(:nth-child(3n)) {
    margin-right: 30px;
  position: relative;
  }
  body > .Content main .ItemTopInfo > .delivery-options ul li {
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
    padding-top: 32px;
    position: relative;
  }
  body > .Content main .ItemTopInfo > .delivery-options ul li:nth-child(2n+1) {
    margin-right: 30px;
    clear: both;
  }
}
@media all and (min-width: 460px) and (max-width: 719px) {
  body > .Content main .ItemImages {
    width: 200px;
  }
  body > .Content main .ItemTopInfo > .mini-description,
  body > .Content main .ItemTopInfo > .advantages,
  body > .Content main .ItemTopInfo > .offer {
    width: -webkit-calc(100% - 200px - 25px);
    width: -moz-calc(100% - 200px - 25px);
    width: calc(100% - 200px - 25px);
  }
  body > .Content main .ItemTopInfo > .offer {
    clear: both;
  }
}
@media all and (min-width: 720px) and (max-width: 767px) {
  body > .Content main .ItemImages {
    width: 250px;
  }
  body > .Content main .ItemTopInfo > .mini-description,
  body > .Content main .ItemTopInfo > .advantages,
  body > .Content main .ItemTopInfo > .offer {
    width: -webkit-calc(100% - 250px - 25px);
    width: -moz-calc(100% - 250px - 25px);
    width: calc(100% - 250px - 25px);
  }
}
@media all and (min-width: 460px) and (max-width: 767px) {
  body > .Content main .ItemImages {
    z-index: 1;
  }
  body > .Content main .ItemTopInfo > .mini-description,
  body > .Content main .ItemTopInfo > .advantages,
  body > .Content main .ItemTopInfo > .offer {
    float: right;
  }
  body > .Content main .ItemTopInfo > .toCalc {
    clear: both;
  }
}
@media all and (min-width: 768px) {
  body > .Content main .ItemTopInfo {
    float: right;
  }
}
@media all and (min-width: 768px) and (max-width: 939px) {
  body > .Content main .ItemImages {
    width: 300px;
  }
  body > .Content main .ItemTopInfo {
    width: -webkit-calc(100% - 300px - 30px);
    width: -moz-calc(100% - 300px - 30px);
    width: calc(100% - 300px - 30px);
  }
}
@media all and (min-width: 940px) {
  body > .Content main .ItemTopInfo > .offer {
    float: left;
    padding-top: 5px;
    position: relative;
  }
  body > .Content main .ItemTopInfo > .toCalc {
    float: right;
    width: -webkit-calc(100% - 180px - 25px);
    width: -moz-calc(100% - 180px - 25px);
    width: calc(100% - 180px - 25px);
    max-width: 355px;
  }
  body > .Content main .ItemTopInfo > .toCalc:before {
    top: 29px;
  }
}
@media all and (min-width: 940px) and (max-width: 1023px) {
  body > .Content main .ItemImages {
    width: 350px;
  }
  body > .Content main .ItemTopInfo {
    width: -webkit-calc(100% - 350px - 30px);
    width: -moz-calc(100% - 350px - 30px);
    width: calc(100% - 350px - 30px);
  }
}
@media all and (min-width: 1024px) {
  body > .Content main .ItemImages {
    width: 400px;
  }
  body > .Content main .ItemTopInfo {
    width: -webkit-calc(100% - 400px - 30px);
    width: -moz-calc(100% - 400px - 30px);
    width: calc(100% - 400px - 30px);
  }
}


















































@font-face {
  font-family: Raleway;
  src: url("/Modules/WS/Files/Fonts/Raleway/Thin/Normal/Raleway-Thin.woff2") format("woff2"), url("/Modules/WS/Files/Fonts/Raleway/Thin/Normal/Raleway-Thin.woff") format("woff"), url("/Modules/WS/Files/Fonts/Raleway/Thin/Normal/Raleway-Thin.ttf") format("truetype"), url("/Modules/WS/Files/Fonts/Raleway/Thin/Normal/Raleway-Thin.svg") format("svg"), url('/Modules/WS/Files/Fonts/Raleway/Thin/Normal/Raleway-Thin.eot') format('embedded-opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url("/Modules/WS/Files/Fonts/Raleway/Thin/Italic/Raleway-Thin-Italic.woff2") format("woff2"), url("/Modules/WS/Files/Fonts/Raleway/Thin/Italic/Raleway-Thin-Italic.woff") format("woff"), url("/Modules/WS/Files/Fonts/Raleway/Thin/Italic/Raleway-Thin-Italic.ttf") format("truetype"), url("/Modules/WS/Files/Fonts/Raleway/Thin/Italic/Raleway-Thin-Italic.svg") format("svg"), url('/Modules/WS/Files/Fonts/Raleway/Thin/Italic/Raleway-Thin-Italic.eot') format('embedded-opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url("/Modules/WS/Files/Fonts/Raleway/ExtraLight/Normal/Raleway-ExtraLight.woff2") format("woff2"), url("/Modules/WS/Files/Fonts/Raleway/ExtraLight/Normal/Raleway-ExtraLight.woff") format("woff"), url("/Modules/WS/Files/Fonts/Raleway/ExtraLight/Normal/Raleway-ExtraLight.ttf") format("truetype"), url("/Modules/WS/Files/Fonts/Raleway/ExtraLight/Normal/Raleway-ExtraLight.svg") format("svg"), url('/Modules/WS/Files/Fonts/Raleway/ExtraLight/Normal/Raleway-ExtraLight.eot') format('embedded-opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url("/Modules/WS/Files/Fonts/Raleway/ExtraLight/Italic/Raleway-ExtraLight-Italic.woff2") format("woff2"), url("/Modules/WS/Files/Fonts/Raleway/ExtraLight/Italic/Raleway-ExtraLight-Italic.woff") format("woff"), url("/Modules/WS/Files/Fonts/Raleway/ExtraLight/Italic/Raleway-ExtraLight-Italic.ttf") format("truetype"), url("/Modules/WS/Files/Fonts/Raleway/ExtraLight/Italic/Raleway-ExtraLight-Italic.svg") format("svg"), url('/Modules/WS/Files/Fonts/Raleway/ExtraLight/Italic/Raleway-ExtraLight-Italic.eot') format('embedded-opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url("/Modules/WS/Files/Fonts/Raleway/Light/Normal/Raleway-Light.woff2") format("woff2"), url("/Modules/WS/Files/Fonts/Raleway/Light/Normal/Raleway-Light.woff") format("woff"), url("/Modules/WS/Files/Fonts/Raleway/Light/Normal/Raleway-Light.ttf") format("truetype"), url("/Modules/WS/Files/Fonts/Raleway/Light/Normal/Raleway-Light.svg") format("svg"), url('/Modules/WS/Files/Fonts/Raleway/Light/Normal/Raleway-Light.eot') format('embedded-opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url("/Modules/WS/Files/Fonts/Raleway/Light/Italic/Raleway-Light-Italic.woff2") format("woff2"), url("/Modules/WS/Files/Fonts/Raleway/Light/Italic/Raleway-Light-Italic.woff") format("woff"), url("/Modules/WS/Files/Fonts/Raleway/Light/Italic/Raleway-Light-Italic.ttf") format("truetype"), url("/Modules/WS/Files/Fonts/Raleway/Light/Italic/Raleway-Light-Italic.svg") format("svg"), url('/Modules/WS/Files/Fonts/Raleway/Light/Italic/Raleway-Light-Italic.eot') format('embedded-opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url("/Modules/WS/Files/Fonts/Raleway/Regular/Normal/Raleway-Regular.woff2") format("woff2"), url("/Modules/WS/Files/Fonts/Raleway/Regular/Normal/Raleway-Regular.woff") format("woff"), url("/Modules/WS/Files/Fonts/Raleway/Regular/Normal/Raleway-Regular.ttf") format("truetype"), url("/Modules/WS/Files/Fonts/Raleway/Regular/Normal/Raleway-Regular.svg") format("svg"), url('/Modules/WS/Files/Fonts/Raleway/Regular/Normal/Raleway-Regular.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url("/Modules/WS/Files/Fonts/Raleway/Regular/Normal/Raleway-Regular.woff2") format("woff2"), url("/Modules/WS/Files/Fonts/Raleway/Regular/Normal/Raleway-Regular.woff") format("woff"), url("/Modules/WS/Files/Fonts/Raleway/Regular/Normal/Raleway-Regular.ttf") format("truetype"), url("/Modules/WS/Files/Fonts/Raleway/Regular/Normal/Raleway-Regular.svg") format("svg"), url('/Modules/WS/Files/Fonts/Raleway/Regular/Normal/Raleway-Regular.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url("/Modules/WS/Files/Fonts/Raleway/Regular/Italic/Raleway-Regular-Italic.woff2") format("woff2"), url("/Modules/WS/Files/Fonts/Raleway/Regular/Italic/Raleway-Regular-Italic.woff") format("woff"), url("/Modules/WS/Files/Fonts/Raleway/Regular/Italic/Raleway-Regular-Italic.ttf") format("truetype"), url("/Modules/WS/Files/Fonts/Raleway/Regular/Italic/Raleway-Regular-Italic.svg") format("svg"), url('/Modules/WS/Files/Fonts/Raleway/Regular/Italic/Raleway-Regular-Italic.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url("/Modules/WS/Files/Fonts/Raleway/Regular/Italic/Raleway-Regular-Italic.woff2") format("woff2"), url("/Modules/WS/Files/Fonts/Raleway/Regular/Italic/Raleway-Regular-Italic.woff") format("woff"), url("/Modules/WS/Files/Fonts/Raleway/Regular/Italic/Raleway-Regular-Italic.ttf") format("truetype"), url("/Modules/WS/Files/Fonts/Raleway/Regular/Italic/Raleway-Regular-Italic.svg") format("svg"), url('/Modules/WS/Files/Fonts/Raleway/Regular/Italic/Raleway-Regular-Italic.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url("/Modules/WS/Files/Fonts/Raleway/Medium/Normal/Raleway-Medium.woff2") format("woff2"), url("/Modules/WS/Files/Fonts/Raleway/Medium/Normal/Raleway-Medium.woff") format("woff"), url("/Modules/WS/Files/Fonts/Raleway/Medium/Normal/Raleway-Medium.ttf") format("truetype"), url("/Modules/WS/Files/Fonts/Raleway/Medium/Normal/Raleway-Medium.svg") format("svg"), url('/Modules/WS/Files/Fonts/Raleway/Medium/Normal/Raleway-Medium.eot') format('embedded-opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url("/Modules/WS/Files/Fonts/Raleway/Medium/Italic/Raleway-Medium-Italic.woff2") format("woff2"), url("/Modules/WS/Files/Fonts/Raleway/Medium/Italic/Raleway-Medium-Italic.woff") format("woff"), url("/Modules/WS/Files/Fonts/Raleway/Medium/Italic/Raleway-Medium-Italic.ttf") format("truetype"), url("/Modules/WS/Files/Fonts/Raleway/Medium/Italic/Raleway-Medium-Italic.svg") format("svg"), url('/Modules/WS/Files/Fonts/Raleway/Medium/Italic/Raleway-Medium-Italic.eot') format('embedded-opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url("/Modules/WS/Files/Fonts/Raleway/SemiBold/Normal/Raleway-SemiBold.woff2") format("woff2"), url("/Modules/WS/Files/Fonts/Raleway/SemiBold/Normal/Raleway-SemiBold.woff") format("woff"), url("/Modules/WS/Files/Fonts/Raleway/SemiBold/Normal/Raleway-SemiBold.ttf") format("truetype"), url("/Modules/WS/Files/Fonts/Raleway/SemiBold/Normal/Raleway-SemiBold.svg") format("svg"), url('/Modules/WS/Files/Fonts/Raleway/SemiBold/Normal/Raleway-SemiBold.eot') format('embedded-opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url("/Modules/WS/Files/Fonts/Raleway/SemiBold/Italic/Raleway-SemiBold-Italic.woff2") format("woff2"), url("/Modules/WS/Files/Fonts/Raleway/SemiBold/Italic/Raleway-SemiBold-Italic.woff") format("woff"), url("/Modules/WS/Files/Fonts/Raleway/SemiBold/Italic/Raleway-SemiBold-Italic.ttf") format("truetype"), url("/Modules/WS/Files/Fonts/Raleway/SemiBold/Italic/Raleway-SemiBold-Italic.svg") format("svg"), url('/Modules/WS/Files/Fonts/Raleway/SemiBold/Italic/Raleway-SemiBold-Italic.eot') format('embedded-opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url("/Modules/WS/Files/Fonts/Raleway/Bold/Normal/Raleway-Bold.woff2") format("woff2"), url("/Modules/WS/Files/Fonts/Raleway/Bold/Normal/Raleway-Bold.woff") format("woff"), url("/Modules/WS/Files/Fonts/Raleway/Bold/Normal/Raleway-Bold.ttf") format("truetype"), url("/Modules/WS/Files/Fonts/Raleway/Bold/Normal/Raleway-Bold.svg") format("svg"), url('/Modules/WS/Files/Fonts/Raleway/Bold/Normal/Raleway-Bold.eot') format('embedded-opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url("/Modules/WS/Files/Fonts/Raleway/Bold/Normal/Raleway-Bold.woff2") format("woff2"), url("/Modules/WS/Files/Fonts/Raleway/Bold/Normal/Raleway-Bold.woff") format("woff"), url("/Modules/WS/Files/Fonts/Raleway/Bold/Normal/Raleway-Bold.ttf") format("truetype"), url("/Modules/WS/Files/Fonts/Raleway/Bold/Normal/Raleway-Bold.svg") format("svg"), url('/Modules/WS/Files/Fonts/Raleway/Bold/Normal/Raleway-Bold.eot') format('embedded-opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url("/Modules/WS/Files/Fonts/Raleway/Bold/Italic/Raleway-Bold-Italic.woff2") format("woff2"), url("/Modules/WS/Files/Fonts/Raleway/Bold/Italic/Raleway-Bold-Italic.woff") format("woff"), url("/Modules/WS/Files/Fonts/Raleway/Bold/Italic/Raleway-Bold-Italic.ttf") format("truetype"), url("/Modules/WS/Files/Fonts/Raleway/Bold/Italic/Raleway-Bold-Italic.svg") format("svg"), url('/Modules/WS/Files/Fonts/Raleway/Bold/Italic/Raleway-Bold-Italic.eot') format('embedded-opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url("/Modules/WS/Files/Fonts/Raleway/Bold/Italic/Raleway-Bold-Italic.woff2") format("woff2"), url("/Modules/WS/Files/Fonts/Raleway/Bold/Italic/Raleway-Bold-Italic.woff") format("woff"), url("/Modules/WS/Files/Fonts/Raleway/Bold/Italic/Raleway-Bold-Italic.ttf") format("truetype"), url("/Modules/WS/Files/Fonts/Raleway/Bold/Italic/Raleway-Bold-Italic.svg") format("svg"), url('/Modules/WS/Files/Fonts/Raleway/Bold/Italic/Raleway-Bold-Italic.eot') format('embedded-opentype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url("/Modules/WS/Files/Fonts/Raleway/ExtraBold/Normal/Raleway-ExtraBold.woff2") format("woff2"), url("/Modules/WS/Files/Fonts/Raleway/ExtraBold/Normal/Raleway-ExtraBold.woff") format("woff"), url("/Modules/WS/Files/Fonts/Raleway/ExtraBold/Normal/Raleway-ExtraBold.ttf") format("truetype"), url("/Modules/WS/Files/Fonts/Raleway/ExtraBold/Normal/Raleway-ExtraBold.svg") format("svg"), url('/Modules/WS/Files/Fonts/Raleway/ExtraBold/Normal/Raleway-ExtraBold.eot') format('embedded-opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url("/Modules/WS/Files/Fonts/Raleway/ExtraBold/Italic/Raleway-ExtraBold-Italic.woff2") format("woff2"), url("/Modules/WS/Files/Fonts/Raleway/ExtraBold/Italic/Raleway-ExtraBold-Italic.woff") format("woff"), url("/Modules/WS/Files/Fonts/Raleway/ExtraBold/Italic/Raleway-ExtraBold-Italic.ttf") format("truetype"), url("/Modules/WS/Files/Fonts/Raleway/ExtraBold/Italic/Raleway-ExtraBold-Italic.svg") format("svg"), url('/Modules/WS/Files/Fonts/Raleway/ExtraBold/Italic/Raleway-ExtraBold-Italic.eot') format('embedded-opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url("/Modules/WS/Files/Fonts/Raleway/Black/Normal/Raleway-Black.woff2") format("woff2"), url("/Modules/WS/Files/Fonts/Raleway/Black/Normal/Raleway-Black.woff") format("woff"), url("/Modules/WS/Files/Fonts/Raleway/Black/Normal/Raleway-Black.ttf") format("truetype"), url("/Modules/WS/Files/Fonts/Raleway/Black/Normal/Raleway-Black.svg") format("svg"), url('/Modules/WS/Files/Fonts/Raleway/Black/Normal/Raleway-Black.eot') format('embedded-opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url("/Modules/WS/Files/Fonts/Raleway/Black/Italic/Raleway-Black-Italic.woff2") format("woff2"), url("/Modules/WS/Files/Fonts/Raleway/Black/Italic/Raleway-Black-Italic.woff") format("woff"), url("/Modules/WS/Files/Fonts/Raleway/Black/Italic/Raleway-Black-Italic.ttf") format("truetype"), url("/Modules/WS/Files/Fonts/Raleway/Black/Italic/Raleway-Black-Italic.svg") format("svg"), url('/Modules/WS/Files/Fonts/Raleway/Black/Italic/Raleway-Black-Italic.eot') format('embedded-opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: .1em;
  border: solid 0.08em #eeeeee;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}










  body > .Content .PlissePoster > div:before {
    top: 0;
    left: 0;
    bottom: 0;
    background: #c1aa81;
  }
  body > .Content .PlissePoster > div:after {
    top: 0;
    border-width: 244px 40px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #c1aa81;
    border-left-color: #c1aa81;
  }
  body > .Content .PlissePoster .images {
    width: 44%;
  }
}
@media all and (min-width: 1600px) and (max-width: 1799px) {
  body > .Content .PlissePoster > div:before {
    width: 5px;
  }
  body > .Content .PlissePoster > div:after {
    left: 5px;
  }
  body > .Content .PlissePoster h1,
  body > .Content .PlissePoster ul {
    margin-left: 165px;
    width: 45%;
  }
}
@media all and (min-width: 1800px) {
  body > .Content .PlissePoster > div:before {
    width: 100px;
  }
  body > .Content .PlissePoster > div:after {
    left: 100px;
  }
  body > .Content .PlissePoster h1,
  body > .Content .PlissePoster ul {
    margin-left: 265px;
    width: 615px;
  }
}
@media all and (min-width: 1921px) {
  body > .Content .PlissePoster {
    overflow: hidden;
    background: #777057;
  }
  body > .Content .PlissePoster > div {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
body > .Content .PlisseContacts {
  margin-top: 65px;
}
body > .Content .PlisseContacts > h2 {
  margin-bottom: 20px;
  text-align: center;
}
body > .Content .PlisseContacts > p {
  font-size: 16px;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
body > .Content .PlisseContacts .Map {
  background: #F2EFE8;
  height: 300px;
}
body > .Content .PlisseContacts .Map > p {
  position: absolute;
  top: 20px;
  left: 15px;
  right: 15px;
  text-align: center;
  font-size: 16px;
  opacity: 0.7;
}
body > .Content .FormOrder {
  padding: 60px 0;
  background: url("/Modules/WS/Files/Templates/Standard/Images/bg_texture_dark.jpg") 50% 50% repeat;
}
body > .Content .FormOrder h2 {
  font-size: 30px;
  font-weight: 600;
  color: #c1aa81;
  margin-bottom: 10px;
}
body > .Content .FormOrder .form-description {
  font-size: 22px;
  font-weight: 400;
  color: #c1aa81;
  margin-bottom: 30px;
}
@media all and (max-width: 519px) {
  body > .Content .FormOrder form .input-box {
    margin-bottom: 25px;
  }
  body > .Content .FormOrder form input[type=submit] {
    width: 100%;
  }
}
@media all and (min-width: 520px) and (max-width: 839px) {
  body > .Content .FormOrder form .input-box {
    width: -webkit-calc((100% - 15px) / 2);
    width: -moz-calc((100% - 15px) / 2);
    width: calc((100% - 15px) / 2);
    float: left;
    margin-bottom: 15px;
  }
  body > .Content .FormOrder form .input-box:first-child {
    margin-right: 15px;
  }
  body > .Content .FormOrder form input[type=submit] {
    clear: both;
    width: 100%;
  }
}
@media all and (max-width: 839px) {
  body > .Content .FormOrder form i.fa-spinner {
    bottom: 6px;
    right: 8px;
  }
}
@media all and (min-width: 840px) {
  body > .Content .FormOrder form .input-box,
  body > .Content .FormOrder form input[type=submit] {
    float: left;
  }
  body > .Content .FormOrder form .input-box {
    margin-right: 30px;
    width: -webkit-calc((100% - 195px - (30px * 2)) / 2);
    width: -moz-calc((100% - 195px - (30px * 2)) / 2);
    width: calc((100% - 195px - (30px * 2)) / 2);
  }
  body > .Content .FormOrder form input[type=submit] {
    width: 195px;
  }
  body > .Content .FormOrder form i.fa-spinner {
    bottom: 31px;
    right: 8px;
  }
}
body > .Content .FormOrder .notice {
  color: #ffffff;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity: 0.7;
  font-size: 12px;
}
body > .Content .FormOrder .notice a {
  color: inherit;
}
@media all and (max-width: 1023px) {
  body > .Content .FormOrder form {
    margin-bottom: 15px;
  }
  body > .Content .FormOrder .notice {
    text-align: center;
  }
}
@media all and (min-width: 1024px) {
  body > .Content .FormOrder form {
    width: -webkit-calc(100% - 270px - 45px);
    width: -moz-calc(100% - 270px - 45px);
    width: calc(100% - 270px - 45px);
    float: left;
  }
  body > .Content .FormOrder .notice {
    width: 270px;
    float: right;
    padding-top: 5px;
  }
}

body > .Content .PlisseTypes h2 {
  margin-bottom: 20px;
}

body > .Content .PlisseTypes .types-list .type .img {
  margin-bottom: 15px;
  display: block;
  border-bottom: 2px solid #ffffff;
  -webkit-box-shadow: 0 3px 0 0 #c1aa81;
  -moz-box-shadow: 0 3px 0 0 #c1aa81;
  box-shadow: 0 3px 0 0 #c1aa81;
  color: inherit;
}
body > .Content .PlisseTypes .types-list .type .img img {
  display: block;
  width: 100%;
}
body > .Content .PlisseTypes .types-list .type .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
body > .Content .PlisseTypes .types-list .type .title a {
  color: inherit;
}
body > .Content .PlisseTypes .types-list .type .price {
  font-size: 18px;
  font-weight: 500;
  color: #c1aa81;
  margin-bottom: 10px;
}
body > .Content .PlisseTypes .types-list .type .price b {
  font-size: 1.22em;
}
body > .Content .PlisseTypes .types-list .type .description {
  color: #555555;
  line-height: 1.42;
}
body > .Content .PlisseTypes .types-list .type .more {
  padding: 9px 5px;
  width: 200px;
  line-height: 20px;
  font-weight: 500;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media all and (min-width: 460px) {
  body > .Content .PlisseTypes .types-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  body > .Content .PlisseTypes .types-list > .type {
    float: left;
  }
}
@media all and (min-width: 460px) and (max-width: 767px) {
  body > .Content .PlisseTypes .types-list > .type {
    width: -webkit-calc((100% - (30px)) / 2);
    width: -moz-calc((100% - (30px)) / 2);
    width: calc((100% - (30px)) / 2);
  }
  body > .Content .PlisseTypes .types-list > .type:not(:nth-child(2n)) {
    margin-right: 30px;
  }
  body > .Content .PlisseTypes .types-list > .type:nth-child(2n+1) {
    clear: both;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  body > .Content .PlisseTypes .types-list > .type {
    width: -webkit-calc((100% - (30px * 2)) / 3);
    width: -moz-calc((100% - (30px * 2)) / 3);
    width: calc((100% - (30px * 2)) / 3);
  }
  body > .Content .PlisseTypes .types-list > .type:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  body > .Content .PlisseTypes .types-list > .type:nth-child(3n+1) {
    clear: both;
  }
}
@media all and (min-width: 1024px) {
  body > .Content .PlisseTypes .types-list > .type {
    width: -webkit-calc((100% - (45px * 2)) / 3);
    width: -moz-calc((100% - (45px * 2)) / 3);
    width: calc((100% - (45px * 2)) / 3);
  }
  body > .Content .PlisseTypes .types-list > .type:not(:nth-child(3n)) {
    margin-right: 45px;
  }

