@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url(/fonts/icomoon.eot?3f653bafadda89016a5372964327edbc);
  src: url(/fonts/icomoon.eot?3f653bafadda89016a5372964327edbc#iefix) format("embedded-opentype"), url(/fonts/icomoon.ttf?86a3a09ebafe55ca61b955c62d37beba) format("truetype"), url(/fonts/icomoon.woff?d5dadab76ae8725d38a2dc0c9904c9b9) format("woff"), url(/fonts/icomoon.svg?c093c9ffd8181d0236c3207b13f06ced#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"], .jq-file:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

ul, ol, li, dl, dt, dd, form, p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  list-style: none;
}

input, select, textarea {
  color: #151515;
  font-family: "FuturaPTBook", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: normal;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  box-shadow: none;
}

textarea {
  overflow: auto;
  resize: none;
}

input::-ms-clear {
  display: none;
}

html, body, header, section, footer, aside, nav, article, figure, figcaption {
  display: block;
  padding: 0;
  margin: 0;
}

a img {
  border: none;
}

html, body { /*height:100%;*/
  -webkit-text-size-adjust: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

big {
  font-size: 200%;
  line-height: normal;
}

small {
  font-size: 90%;
  line-height: normal;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.w100 {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  clear: both;
}

.overflow {
  overflow: hidden;
}

.tCenter {
  text-align: center;
}

a, .jsLink {
  line-height: normal;
  outline: none;
  border-bottom: 1px solid #13A826;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #13A826;
  text-decoration: none;
  cursor: pointer;
}
a.text-danger, .jsLink.text-danger {
  color: #dc3545;
  border-bottom: 1px solid #dc3545;
}
a.control, .jsLink.control {
  color: unset;
  border-bottom: unset;
}
a:hover, .jsLink:hover {
  border-bottom-color: transparent;
}

.jsLink {
  border-bottom-style: dashed;
}

body {
  line-height: 150%;
}

ul, ol {
  padding: 0 0 20px 0;
}

ul li, ol li {
  position: relative;
  z-index: 1;
  padding: 0 0 15px 20px;
}
@media only screen and (max-width: 950px) {
  ul li, ol li {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 750px) {
  ul li, ol li {
    padding-bottom: 10px;
  }
}

ul li:before, ol li:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 12px;
  width: 3px;
  height: 3px;
  background: #5A5975;
  border-radius: 50%;
}
@media only screen and (max-width: 1200px) {
  ul li:before, ol li:before {
    top: 10px;
  }
}
@media only screen and (max-width: 950px) {
  ul li:before, ol li:before {
    top: 8px;
  }
}

ol {
  counter-reset: list;
}

ol > li:before {
  content: counter(list) ".";
  counter-increment: list;
}

ul ul, ol ol, ul ol, ol ul {
  padding-top: 15px;
}

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

.xmx-icon-left:before,
.xmx-icon-right:before,
.xmx-icon-double-left:before,
.xmx-icon-double-right:before,
.xmx-icon-double-left:after,
.xmx-icon-double-right:after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border-style: solid;
  border-color: currentColor;
  border-width: 2px 0 0 2px;
  border-radius: 1px;
  box-sizing: border-box;
  transform-origin: center;
  transform: rotate(-45deg) scale(0.7);
}

.xmx-icon-double-left:after {
  left: -4px;
}

.xmx-icon-double-right:before {
  left: 4px;
}

.xmx-icon-right:before,
.xmx-icon-double-right:before,
.xmx-icon-double-right:after {
  transform: rotate(135deg) scale(0.7);
}

.xmx-btn {
  box-sizing: border-box;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 15px;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #555;
  white-space: nowrap;
}
.xmx-btn:hover {
  border-color: #1284e7;
  color: #1284e7;
}
.xmx-btn:disabled, .xmx-btn.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.xmx-btn-text {
  border: 0;
  padding: 0 4px;
  text-align: left;
  line-height: inherit;
}

.xmx-scrollbar {
  height: 100%;
}
.xmx-scrollbar:hover .xmx-scrollbar-track {
  opacity: 1;
}

.xmx-scrollbar-wrap {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.xmx-scrollbar-track {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: 6px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.24s ease-out;
}
.xmx-scrollbar-track .xmx-scrollbar-thumb {
  position: absolute;
  width: 100%;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144, 147, 153, 0.3);
  transition: background-color 0.3s;
}

.xmx-zoom-in-down-enter-active,
.xmx-zoom-in-down-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: center top;
}

.xmx-zoom-in-down-enter,
.xmx-zoom-in-down-enter-from,
.xmx-zoom-in-down-leave-to {
  opacity: 0;
  transform: scaleY(0);
}

.xmx-datepicker {
  position: relative;
  display: inline-block;
  width: 210px;
}
.xmx-datepicker svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.xmx-datepicker-range {
  width: 320px;
}

.xmx-datepicker-inline {
  width: auto;
}

.xmx-input-wrapper {
  position: relative;
}

.xmx-input {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 6px 30px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.xmx-input:hover, .xmx-input:focus {
  border-color: #409aff;
}
.xmx-input:disabled, .xmx-input.disabled {
  color: #ccc;
  background-color: #f3f3f3;
  border-color: #ccc;
  cursor: not-allowed;
}
.xmx-input:focus {
  outline: none;
}
.xmx-input::-ms-clear {
  display: none;
}

.xmx-icon-calendar,
.xmx-icon-clear {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}

.xmx-icon-clear {
  cursor: pointer;
}
.xmx-icon-clear:hover {
  color: rgba(0, 0, 0, 0.8);
}

.xmx-datepicker-main {
  font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", sans-serif;
  color: #555;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}

.xmx-datepicker-popup {
  position: absolute;
  margin-top: 1px;
  margin-bottom: 1px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 2001;
}

.xmx-datepicker-sidebar {
  float: left;
  box-sizing: border-box;
  width: 100px;
  padding: 6px;
  overflow: auto;
}

.xmx-datepicker-sidebar + .xmx-datepicker-content {
  margin-left: 100px;
  border-left: 1px solid #e8e8e8;
}

.xmx-datepicker-body {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.xmx-btn-shortcut {
  display: block;
  padding: 0 6px;
  line-height: 24px;
}

.xmx-range-wrapper {
  display: flex;
}
@media (max-width: 750px) {
  .xmx-range-wrapper {
    flex-direction: column;
  }
}

.xmx-datepicker-header {
  padding: 6px 8px;
  border-bottom: 1px solid #e8e8e8;
}

.xmx-datepicker-footer {
  padding: 6px 8px;
  text-align: right;
  border-top: 1px solid #e8e8e8;
}

.xmx-calendar {
  box-sizing: border-box;
  width: 248px;
  padding: 6px 12px;
}
.xmx-calendar + .xmx-calendar {
  border-left: 1px solid #e8e8e8;
}

.xmx-calendar-header, .xmx-time-header {
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  text-align: center;
  overflow: hidden;
}

.xmx-btn-icon-left,
.xmx-btn-icon-double-left {
  float: left;
}

.xmx-btn-icon-right,
.xmx-btn-icon-double-right {
  float: right;
}

.xmx-calendar-header-label {
  font-size: 14px;
}

.xmx-calendar-decade-separator {
  margin: 0 2px;
}
.xmx-calendar-decade-separator:after {
  content: "~";
}

.xmx-calendar-content {
  position: relative;
  height: 224px;
  box-sizing: border-box;
}
.xmx-calendar-content .cell {
  cursor: pointer;
}
.xmx-calendar-content .cell:hover {
  color: #555;
  background-color: rgb(243.15, 248.85, 253.8);
}
.xmx-calendar-content .cell.active {
  color: #fff;
  background-color: #1284e7;
}
.xmx-calendar-content .cell.in-range, .xmx-calendar-content .cell.hover-in-range {
  color: #555;
  background-color: rgb(219.45, 236.55, 251.4);
}
.xmx-calendar-content .cell.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3;
}

.xmx-calendar-week-mode .xmx-date-row {
  cursor: pointer;
}
.xmx-calendar-week-mode .xmx-date-row:hover {
  background-color: rgb(243.15, 248.85, 253.8);
}
.xmx-calendar-week-mode .xmx-date-row.xmx-active-week {
  background-color: rgb(219.45, 236.55, 251.4);
}
.xmx-calendar-week-mode .xmx-date-row .cell:hover {
  color: inherit;
  background-color: transparent;
}
.xmx-calendar-week-mode .xmx-date-row .cell.active {
  color: inherit;
  background-color: transparent;
}

.xmx-week-number {
  opacity: 0.5;
}

.xmx-table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
}
.xmx-table th {
  padding: 0;
  font-weight: 500;
  vertical-align: middle;
}
.xmx-table td {
  padding: 0;
  vertical-align: middle;
}

.xmx-table-date td,
.xmx-table-date th {
  height: 32px;
  font-size: 12px;
}
.xmx-table-date .today {
  color: rgb(41.7, 144.3, 233.4);
}
.xmx-table-date .cell.not-current-month {
  color: #ccc;
  background: none;
}

.xmx-time {
  flex: 1;
  width: 224px;
  background: #fff;
}
.xmx-time + .xmx-time {
  border-left: 1px solid #e8e8e8;
}

.xmx-calendar-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.xmx-time-header {
  border-bottom: 1px solid #e8e8e8;
}

.xmx-time-content {
  height: 224px;
  box-sizing: border-box;
  overflow: hidden;
}

.xmx-time-columns {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.xmx-time-column {
  flex: 1;
  position: relative;
  border-left: 1px solid #e8e8e8;
  text-align: center;
}
.xmx-time-column:first-child {
  border-left: 0;
}
.xmx-time-column .xmx-time-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.xmx-time-column .xmx-time-list::after {
  content: "";
  display: block;
  height: 192px;
}
.xmx-time-column .xmx-time-item {
  cursor: pointer;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
}
.xmx-time-column .xmx-time-item:hover {
  color: #555;
  background-color: rgb(243.15, 248.85, 253.8);
}
.xmx-time-column .xmx-time-item.active {
  color: #1284e7;
  background-color: transparent;
  font-weight: 700;
}
.xmx-time-column .xmx-time-item.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3;
}

.xmx-time-option {
  cursor: pointer;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 20px;
}
.xmx-time-option:hover {
  color: #555;
  background-color: rgb(243.15, 248.85, 253.8);
}
.xmx-time-option.active {
  color: #1284e7;
  background-color: transparent;
  font-weight: 700;
}
.xmx-time-option.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3;
}

.mx-datepicker {
  width: 100% !important;
}

.mx-icon-calendar, .mx-icon-clear {
  right: 18px !important;
}

.mx-calendar {
  padding: unset !important;
}

.noUi-target {
  margin: 10px 0 15px 0 !important;
}

.range-time-wrap {
  font-size: 16px !important;
  white-space: nowrap;
  line-height: 1;
  position: absolute;
  z-index: 1;
  background: #fff;
  text-align: center;
  padding: 8px 12px;
  border: 1px solid #37a816;
  transform: translate3d(-50%, 0, 0);
  left: -14px;
}

.range-time-wrap:before, .range-time-wrap:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -7px;
  margin-left: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #37a816;
}

.range-time-wrap:after {
  border-bottom-color: #fff;
  top: -6px;
}

.mx-calendar-header-label {
  color: #fff !important;
}

.mx-calendar-header, .mx-time-header {
  background-color: #37a816 !important;
}

.mx-calendar-content .cell.active {
  color: #fff;
  background-color: #37a816 !important;
}

.mx-table-date .today {
  color: #13A826 !important;
}
.mx-table-date .today.active {
  color: #fff !important;
}

.mx-btn {
  color: #fff !important;
  text-transform: uppercase !important;
  font-family: "FuturaPTLight", Arial, Helvetica, sans-serif !important;
}

.mx-icon-left:before, .mx-icon-right:before, .mx-icon-double-left:before, .mx-icon-double-right:before, .mx-icon-double-left:after, .mx-icon-double-right:after {
  width: 12px !important;
  height: 12px !important;
}

.mx-input {
  padding: 15px 20px !important;
  font-size: 18px !important;
  line-height: normal !important;
  margin: 0 !important;
  background: #eff3f8 !important;
  border: none !important;
  display: block;
  box-sizing: border-box !important;
  width: 100%;
  color: #151515 !important;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  border-radius: unset !important;
  height: auto !important;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  font-family: "FuturaPTBook", Arial, Helvetica, sans-serif !important;
}
@media only screen and (max-width: 950px) {
  .mx-input {
    font-size: 14px;
    padding: 7px 10px;
  }
}
.mx-input:hover {
  box-shadow: 0 0 0 1px #13A826 inset;
  border-color: #13A826;
}
.mx-input:focus {
  background: #fff;
  box-shadow: 0 0 0 1px #13A826 inset;
  border-color: #13A826;
}
.mx-input[disabled] {
  pointer-events: none;
}

@font-face {
  font-family: "FuturaPTBook";
  src: url(/fonts/FuturaPTBook.eot?ccdb3525073a3454afad07d560b807f2);
  src: url(/fonts/FuturaPTBook.eot?ccdb3525073a3454afad07d560b807f2) format("embedded-opentype"), url(/fonts/FuturaPTBook.woff2?f7528922152fd0bbad3839040e1ecb8e) format("woff2"), url(/fonts/FuturaPTBook.woff?8aaebad13e7040bd502978411eb54b22) format("woff"), url(/fonts/FuturaPTBook.ttf?3fead782fee287d00c2ebe849fe55fd3) format("truetype"), url(/fonts/FuturaPTBook.svg?455ce34ebb8a4f215bcf1fa1a2bc1beb#FuturaPTBook) format("svg");
}
@font-face {
  font-family: "FuturaPTLight";
  src: url(/fonts/FuturaPTLight.eot?9d68d21b64b20aed7b17f94e886539d9);
  src: url(/fonts/FuturaPTLight.eot?9d68d21b64b20aed7b17f94e886539d9) format("embedded-opentype"), url(/fonts/FuturaPTLight.woff2?f8109a0a54310a3fd028361f10c764c8) format("woff2"), url(/fonts/FuturaPTLight.woff?14adfd24b91320daebfa6174f6f58180) format("woff"), url(/fonts/FuturaPTLight.ttf?0dd36aec1f96b51f39c449f9fdf8a24d) format("truetype"), url(/fonts/FuturaPTLight.svg?a8e36c8b0b2eacdf09ceb8191f2f5186#FuturaPTLight) format("svg");
}
@font-face {
  font-family: "Glyphter";
  src: url(/fonts/Glyphter.eot?e63392a14ed782ed31611d064be8eb43);
  src: url(/fonts/Glyphter.eot?e63392a14ed782ed31611d064be8eb43?#iefix) format("embedded-opentype"), url(/fonts/Glyphter.woff?9d68318746e071a266a47c629c5e7413) format("woff"), url(/fonts/Glyphter.ttf?3d64c319cd56df05ddb55745d5a1135b) format("truetype"), url(/fonts/Glyphter.svg?dc931d082071497ac322eaf95bac40cb#Glyphter) format("svg");
  font-weight: normal;
  font-style: normal;
}
input[type=checkbox] {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.js-select {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.grecaptcha-badge {
  display: none !important;
}

.shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.shadow-1:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.shadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.shadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.grid {
  display: grid !important;
}

@media only screen and (max-width: 500px) {
  .mobile-width-100 {
    width: 100% !important;
  }
}

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

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.h-100 {
  height: 100px !important;
}

.w-100prc {
  width: 100% !important;
}

.timeBlock {
  padding: 0 0 20px 30px;
}

@media only screen and (max-width: 750px) {
  #check_card_form .colRightCaption {
    display: flex;
  }
}
@media only screen and (max-width: 750px) {
  #check_card_form .colRightCaption .colRightCaption-item {
    width: 50%;
  }
}

#address_card {
  padding: 15px 20px;
  min-height: 55px;
  height: auto;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #address_card {
    padding: 10px 15px;
    min-height: auto;
  }
}
#address_card.not-icon {
  padding: 15px;
}

#to_address_card .order-comment {
  position: relative;
}
@media only screen and (max-width: 600px) {
  #to_address_card .order-comment .w-100prc {
    display: block;
  }
  #to_address_card .order-comment .w-100prc #apply_address {
    margin-top: 10px;
    text-align: center;
  }
}
#to_address_card .order-comment #apply_address {
  margin-right: unset;
}
#to_address_card .order-comment #suggest > ymaps {
  width: 100% !important;
}
#to_address_card .order-comment #suggest ymaps[class*=-suggest-item] {
  padding: 5px 9px 5px 9px;
  border-bottom: 1px solid #e7e7e7;
}
#to_address_card .order-comment #suggest .ymaps-2-1-79-search__suggest-item {
  white-space: unset;
}
#to_address_card .order-comment .icon-pin {
  position: absolute;
  top: 18px;
  right: 4%;
  cursor: pointer;
}
#to_address_card .order-comment .icon-pin:hover {
  color: #13A826;
}
#to_address_card .order-comment #order_map {
  height: 320px;
  margin-top: 20px;
  margin-bottom: 15px;
}
#to_address_card .order-comment .old-addresses span {
  display: block;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  margin: 5px;
}
#to_address_card .order-comment .old-addresses span:hover {
  color: #5A5975;
}

.fancybox-slide .modal--banner {
  position: relative;
}
.fancybox-slide .modal--banner-main {
  max-width: 240px;
  margin: 0 auto;
}
.fancybox-slide .modal--banner-text {
  color: #03595A;
  font-size: 16px;
}
.fancybox-slide .modal--banner-text p {
  padding-bottom: 10px;
}
.fancybox-slide .modal--banner-sub {
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 10px;
}
.fancybox-slide .modal--banner-button {
  background: linear-gradient(to right, #03595A, #14914D);
  padding: 6px 24px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  border: 0;
  outline: none !important;
  cursor: pointer;
  font-family: "FuturaPTLight", Arial, Helvetica, sans-serif;
}
.fancybox-slide .modal--banner .photo--delivery-close {
  right: 15px;
  top: 15px;
  width: 20px;
  height: 19px;
}
.fancybox-slide .modal--banner.modal {
  max-width: 290px;
  padding: 20px;
  border-radius: 10px;
}
.fancybox-slide .modal--banner-wrap {
  text-align: center;
}

.header--banner-wrap {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9998;
  color: #fff;
  background: linear-gradient(to right, #03595A, #14914D);
  top: 0;
}
.header--banner-wrap > div {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
.header--banner-wrap > div * {
  margin: 0;
  padding: 0;
  color: #fff;
}
.header--banner-wrap > div a {
  text-decoration: none;
  color: #fff;
  border-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .filter {
    margin-bottom: 35px;
  }
  .filter.mobile {
    padding: 0 10px;
  }
}
.filter .rangeCol {
  float: left;
  width: 45%;
  position: relative;
}
.filter .timeRange {
  color: #767d88;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  line-height: 150%;
  padding: 9px 0 0 0;
}
.filter .timeRange span {
  display: inline-block;
}

.text-danger {
  color: #dc3545;
}

.text-green {
  color: #0b9933;
}

.hidden-label {
  float: right !important;
  background: #e2000f !important;
}

#to_address_card .jq-selectbox .jq-selectbox__select-text {
  color: #13A826 !important;
}

#to_address_card .jq-selectbox:hover .jq-selectbox__select-text {
  text-decoration: underline !important;
}

.payment-logo-wrap {
  height: auto;
  margin-bottom: 25px;
}
@media only screen and (max-width: 500px) {
  .payment-logo-wrap {
    text-align: center;
    display: flex;
  }
}

.jcb-logo {
  margin: 15px;
  width: 150px;
  height: 95px;
  outline: none;
  z-index: 100;
}
@media only screen and (max-width: 500px) {
  .jcb-logo {
    margin: 15px 10px;
    width: 40px;
    height: 30px;
  }
}

.delivery-toys-image {
  width: 100%;
  height: auto;
}

.mastercard-logo {
  margin: 15px;
  width: 150px;
  height: 95px;
  outline: none;
  z-index: 100;
}
@media only screen and (max-width: 500px) {
  .mastercard-logo {
    margin: 15px 10px;
    width: 40px;
    height: 30px;
  }
}

.mir-logo {
  margin: 10px 15px;
  width: 230px;
  height: 120px;
  outline: none;
  z-index: 100;
}
@media only screen and (max-width: 500px) {
  .mir-logo {
    margin: 10px 5px;
    width: 90px;
    height: 40px;
  }
}

.visa-logo {
  margin: 10px 15px;
  width: 230px;
  height: 120px;
  outline: none;
  z-index: 100;
}
@media only screen and (max-width: 500px) {
  .visa-logo {
    margin: 10px 5px;
    width: 90px;
    height: 40px;
  }
}

.like {
  background-image: url(/svg/like.svg);
  border: none;
  background-color: #fff;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  outline: none;
}

.like-active {
  background-image: url(/svg/like-active.svg);
  border: none;
  background-color: #fff;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  outline: none;
}

.dislike {
  background-image: url(/svg/dislike.svg);
  border: none;
  background-color: #fff;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  outline: none;
}

.dislike-active {
  background-image: url(/svg/dislike-active.svg);
  border: none;
  background-color: #fff;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  outline: none;
}

.plus-icon {
  background-image: url(/svg/plus-circle.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.handle {
  background-image: url(/svg/handle.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.dots {
  background-image: url(/svg/dots.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 5px !important;
}

.question-icon {
  position: absolute;
  background-image: url(/svg/question_icon.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 7px;
  left: 230px;
  cursor: pointer;
}
.question-icon:hover {
  background-image: url(/svg/question_icon_green.svg);
}
@media only screen and (max-width: 500px) {
  .question-icon {
    top: 3px;
    left: 190px;
  }
}

.dots-gray {
  background-image: url(/svg/dots-gray.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 5px !important;
}

.fa-times {
  background-image: url(/svg/fa-times.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  margin-left: 10px;
}

.fa-times-circle {
  background-image: url(/svg/fa-times-circle.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

#to_who_card .lineForm {
  width: 100%;
  margin: 0 5px 20px 5px;
}
@media only screen and (max-width: 600px) {
  #to_who_card .lineForm #check_phone_to {
    margin-bottom: 10px;
  }
}

#from_who_card .lineForm {
  width: 100%;
  margin: 0 5px 20px 5px;
}

.delivery-toy {
  width: -moz-max-content;
  width: max-content;
  padding-right: 0 !important;
}

.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform: translate(0, 10px);
  background-color: #eff3f8;
  padding: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
  top: -60px;
}

.popover__content:after {
  position: absolute;
  z-index: -1;
  content: "";
  right: 30px;
  bottom: -8px;
  transition-duration: 0.3s;
  transition-property: transform;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #eff3f8;
}
@media only screen and (max-width: 500px) {
  .popover__content:after {
    right: 12px;
  }
}

.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: 29px;
  bottom: -11px;
  transition-duration: 0.3s;
  transition-property: transform;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 10px solid #cfcfcf;
}
@media only screen and (max-width: 500px) {
  .popover__content:before {
    right: 11px;
  }
}

.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
@media only screen and (max-width: 500px) {
  .popover__wrapper:hover .popover__content {
    transform: translate(0, -35px);
  }
}

.popover__message {
  text-align: left;
  padding: unset !important;
}

.range-time-wrap.error {
  border-color: #dc3545;
  color: #dc3545;
}
.range-time-wrap.error:before {
  border-bottom-color: #dc3545;
}

.noUi-base.error .noUi-connect {
  background: #dc3545;
}
.noUi-base.error .noUi-handle {
  background: #dc3545;
}
.noUi-base.error .noUi-handle .noUi-tooltip {
  border-color: #dc3545;
  color: #dc3545;
}
.noUi-base.error .noUi-handle .noUi-tooltip:before {
  border-bottom-color: #dc3545;
}

.noUi-horizontal .noUi-tooltip {
  bottom: -300% !important;
  border: 1px solid #13a826;
  padding: 5px 10px !important;
}

.noUi-horizontal .noUi-tooltip:before, .noUi-horizontal .noUi-tooltip:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 51%;
  top: -7px;
  margin-left: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #37a816;
}

.noUi-horizontal .noUi-tooltip:after {
  border-bottom-color: #fff;
  top: -6px;
}

#date_time_card .lineForm {
  width: 100%;
  margin: 0 5px 20px 5px;
}

.order-comment {
  width: 100%;
  margin: 0 5px 20px 5px !important;
}
@media only screen and (max-width: 750px) {
  .order-comment {
    width: 100%;
    margin: 0 0 20px 5px;
  }
}

.talk--me-button {
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #13A826;
  padding: 10px;
  position: fixed;
  left: 10px;
  bottom: 10px;
  color: #ffffff;
  z-index: 9998;
}
.talk--me-button svg {
  width: 100%;
  height: 100%;
}

.modal--app-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.modal--app-logo img {
  height: 182px;
  width: 182px;
}
.modal--app.modal {
  vertical-align: bottom;
  padding: 40px 22px 30px !important;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.modal--app.modal .fancybox-close-small {
  right: 5px !important;
  top: 0 !important;
  display: none;
}
.modal--app.modal .fancybox-close-small.active {
  display: block;
}
.modal--app.modal .fancybox-close-small:before, .modal--app.modal .fancybox-close-small:after {
  background: #D5D4D2;
}
.modal--app-title {
  color: #000;
  font-family: "FuturaPTBook", sans-serif;
  font-size: 24px;
  font-style: normal;
  text-align: center;
}
.modal--app-text {
  color: #000;
  text-align: center;
  font-family: "FuturaPTLight", sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin: 10px 0 20px;
}
.modal--app-main {
  gap: 30px;
  padding-top: 4em;
}
.modal--app-buttons {
  max-width: 190px;
  max-height: 55px;
  width: 100%;
}
.modal--app-buttons button {
  background: none;
  padding: 0;
  display: none;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  overflow: hidden;
}
.modal--app-buttons button img {
  width: 100%;
}
.modal--app-buttons button.active {
  display: flex;
}

.logout {
  position: absolute;
  bottom: 20px;
  right: 0;
}
@media only screen and (max-width: 500px) {
  .logout {
    bottom: unset;
    right: 50%;
    transform: translate(50%, 0);
  }
}

.address-more {
  margin-top: 10px;
  gap: 10px;
}

.address--error {
  position: absolute;
  right: 0;
  top: -24px;
  color: #f45b77;
  z-index: 1;
  font-size: 14px;
}

.suggest--item-button {
  border: 0;
  background: none;
  white-space: unset;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0 9px;
  text-overflow: ellipsis;
  cursor: pointer;
  text-align: left;
  line-height: 28px;
  font-size: 13px;
  color: #5a5975;
}
.suggest--item-button span {
  font-weight: 700;
}
.suggest--item-button:hover {
  background: #ffeba0;
}
.suggest--item-wrap {
  border-bottom: 1px solid #e7e7e7;
  padding: 5px 9px;
  margin-top: 4px;
}
.suggest--item-wrap:last-child {
  border-bottom: 0;
}
.suggest--wrapper {
  position: absolute;
  background-color: #fff;
  background-clip: padding-box;
  font: 13px/28px Arial, sans-serif;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 9;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: none;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2) !important;
}

.votes_bar {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.js-dislike-counter {
  margin-left: 10px;
}

#onlineSupportReviews .text-bold.mr-2 {
  padding: 0 0 20px 0 !important;
  font-size: 24px !important;
  line-height: 150% !important;
  font-family: "FuturaPTBook", Arial, Helvetica, sans-serif !important;
  color: #5A5975 !important;
  display: block !important;
  font-weight: 500 !important;
  margin-bottom: -15px !important;
}

#onlineSupportReviews .ml-4.date {
  font-size: 18px !important;
  line-height: 150% !important;
  font-family: "FuturaPTBook", Arial, Helvetica, sans-serif !important;
  color: #929292 !important;
  display: block !important;
}

#onlineSupportReviews .lh-primary.review {
  border-radius: unset !important;
}

#onlineSupportReviews .lh-primary.review div:nth-child(3n) {
  float: right !important;
  margin-top: 10px !important;
}

#onlineSupportReviews .location {
  font-size: 18px !important;
  line-height: 150% !important;
  font-family: "FuturaPTBook", Arial, Helvetica, sans-serif !important;
  border: none !important;
  color: #13A826 !important;
  display: inline-block !important;
  margin-bottom: 5px !important;
  opacity: 1 !important;
}

#onlineSupportReviews .location:hover {
  color: #151515 !important;
}

#onlineSupportReviews .value.review-value {
  font-size: 20px !important;
}

#onlineSupportReviews .value.review-value svg.selected {
  color: #13A826 !important;
}

#onlineSupportReviews .text .htmlify {
  font-size: 18px !important;
  color: #5A5975 !important;
  font-family: "FuturaPTBook", Arial, Helvetica, sans-serif !important;
  line-height: 150% !important;
  margin-top: 0 !important;
}

.me-talk-send-btn {
  margin-top: 4em !important;
}

.reviews-title {
  padding: 0 0 0 0 !important;
  margin-bottom: -30px !important;
}

.detPhoto .hidden-label {
  left: 85% !important;
  width: -moz-max-content;
  width: max-content;
  background: #e2000f !important;
}

.catPic {
  position: relative;
}
.catPic--indicator {
  height: 2px;
  flex: 1;
  background: #d2d2d2;
}
.catPic--indicator.active {
  background: #a3a4b9;
}
.catPic--indicator-wrap {
  gap: 8px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  opacity: 0;
}
.catPic--hov {
  height: 100%;
}
.catPic--hov-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 2;
}
.catPic--image {
  position: absolute;
  display: none;
}
.catPic--image.active {
  display: flex;
}
.catPic:hover .catPic--indicator-wrap {
  opacity: 1;
}

.icon-shopping-cart:before {
  content: "\e921";
}

.icon-shopping-cart {
  font-size: 22px;
}
@media only screen and (max-width: 950px) {
  .icon-shopping-cart {
    font-size: 19px;
  }
}

.icon-ico-arr:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e922";
}

.icon-bouquet-13:before {
  content: "Ȅ";
}

.icon-bouquet-12:before {
  content: "ȅ";
}

.icon-bouquet-11:before {
  content: "Ȇ";
}

.icon-bouquet-10:before {
  content: "ȇ";
}

.icon-bouquet-9:before {
  content: "Ȉ";
}

.icon-bouquet-8:before {
  content: "ȉ";
}

.icon-bouquet-7:before {
  content: "Ȋ";
}

.icon-bouquet-6:before {
  content: "ȋ";
}

.icon-bouquet-5:before {
  content: "Ȍ";
}

.icon-ico-edit2:before {
  content: "\e91c";
}

.icon-ico-pass:before {
  content: "\e91d";
}

.icon-ico-del:before {
  content: "\e91a";
}

.icon-ico-edit:before {
  content: "\e91b";
}

.icon-ico-pay:before {
  content: "\e918";
  font-size: 18px;
}

.icon-ico-time:before {
  content: "\e919";
  font-size: 22px;
}

.icon-ico-3d:before {
  content: "\e917";
}

.icon-ico-letter:before {
  content: "\e913";
  font-size: 14px;
  display: block;
  line-height: 1;
}

.icon-ico-load:before {
  content: "\e914";
  font-size: 17px;
}

.icon-ico-print:before {
  content: "\e915";
  font-size: 18px;
}

.icon-ico-user2:before {
  content: "\e916";
  font-size: 18px;
}

.icon-pin:before {
  content: "\e912";
}

.icon-ico-smile:before {
  content: "\e911";
}

.icon-ico-file:before {
  content: "\e910";
}

.icon-ico-arr:before {
  content: "\e900";
}

.icon-ico-arr-left:before {
  content: "\e901";
}

.icon-ico-arr-right:before {
  content: "\e902";
}

.icon-ico-fav:before {
  content: "\e903";
}

.icon-ico-fb:before {
  content: "\e904";
  font-size: 20px;
}
@media only screen and (max-width: 1600px) {
  .icon-ico-fb:before {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1400px) {
  .icon-ico-fb:before {
    font-size: 16px;
  }
}

.icon-ico-inst:before {
  content: "\e905";
  font-size: 20px;
}
@media only screen and (max-width: 1600px) {
  .icon-ico-inst:before {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1400px) {
  .icon-ico-inst:before {
    font-size: 16px;
  }
}

.icon-ico-menu1:before {
  content: "\e906";
}

.icon-ico-menu2:before {
  content: "\e907";
}

.icon-ico-menu3:before {
  content: "\e908";
}

.icon-ico-menu4:before {
  content: "\e909";
}

.icon-ico-menu7 {
  font-family: "Glyphter" !important;
}
.icon-ico-menu7:before {
  content: "A";
}

.icon-ico-phone:before {
  content: "\e90a";
}

.icon-ico-review:before {
  content: "\e90b";
  font-size: 19px;
}

.icon-ico-search:before {
  content: "\e90c";
}
@media only screen and (max-width: 950px) {
  .icon-ico-search:before { /* mobile */
    font-size: 16px;
  }
}

.icon-ico-share:before {
  content: "\e90d";
  font-size: 23px;
}
@media only screen and (max-width: 1600px) {
  .icon-ico-share:before {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1200px) {
  .icon-ico-share:before {
    font-size: 17px;
  }
}

.icon-ico-user:before {
  content: "\e90e";
}

.icon-ico-vk:before {
  content: "\e90f";
  font-size: 18px;
}
@media only screen and (max-width: 1600px) {
  .icon-ico-vk:before {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1400px) {
  .icon-ico-vk:before {
    font-size: 14px;
  }
}

.icon-ico-sk:before {
  content: "\e91e";
  font-size: 22px;
}
@media only screen and (max-width: 1600px) {
  .icon-ico-sk:before {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1400px) {
  .icon-ico-sk:before {
    font-size: 18px;
  }
}

.icon-ico-te:before {
  content: "\e91f";
  font-size: 19px;
}
@media only screen and (max-width: 1600px) {
  .icon-ico-te:before {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1400px) {
  .icon-ico-te:before {
    font-size: 15px;
  }
}

.icon-ico-wh:before {
  content: "\e920";
  font-size: 22px;
}
@media only screen and (max-width: 1600px) {
  .icon-ico-wh:before {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1400px) {
  .icon-ico-wh:before {
    font-size: 18px;
  }
}

p, .p {
  padding: 0 0 20px 0;
  display: block;
}
@media only screen and (max-width: 500px) {
  p.s48, .p.s48 {
    padding-bottom: 10px;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: normal;
  font-weight: normal;
  font-family: "FuturaPTLight", Arial, Helvetica, sans-serif;
  display: block;
  color: #151515;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  padding-top: 0;
}

h1, .h1 {
  font-size: 96px;
  padding: 0 0 50px 0;
  line-height: 1;
}
@media only screen and (max-width: 1600px) {
  h1, .h1 {
    font-size: 80px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1400px) {
  h1, .h1 {
    padding: 0 0 40px 0;
  }
}
@media only screen and (max-width: 1200px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 1;
    padding: 0 0 30px 0;
  }
}
@media only screen and (max-width: 950px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 1;
    padding: 0 0 20px 0;
  }
}
@media only screen and (max-width: 500px) {
  h1, .h1 {
    font-size: 25px;
    line-height: 1;
    padding: 0 0 20px 0;
  }
}

h2, .h2 {
  font-size: 80px;
  padding: 30px 0;
  line-height: 1;
}
@media only screen and (max-width: 1600px) {
  h2, .h2 {
    font-size: 70px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1200px) {
  h2, .h2 {
    font-size: 60px;
    line-height: 1;
  }
}
@media only screen and (max-width: 950px) {
  h2, .h2 {
    font-size: 36px;
    line-height: 1;
    padding: 20px 0;
  }
}

h3, .h3 {
  font-size: 64px;
  line-height: 1;
  padding: 20px 0;
}
@media only screen and (max-width: 1600px) {
  h3, .h3 {
    font-size: 48px;
    line-height: 1;
  }
}
@media only screen and (max-width: 950px) {
  h3, .h3 {
    font-size: 36px;
    line-height: 1;
  }
}
@media only screen and (max-width: 500px) {
  h3, .h3 {
    font-size: 32px;
    line-height: 1;
  }
}

h4, .h4 {
  font-size: 34px;
  line-height: 1;
  padding: 25px 0;
}
@media only screen and (max-width: 1200px) {
  h4, .h4 {
    font-size: 28px;
    line-height: 1;
  }
}
@media only screen and (max-width: 950px) {
  h4, .h4 {
    font-size: 24px;
    line-height: 1;
  }
}
@media only screen and (max-width: 500px) {
  h4, .h4 {
    font-size: 20px;
    line-height: 1;
  }
}

h5, .h5 {
  font-size: 22px;
  padding: 10px 0;
  font-family: "FuturaPTBook", Arial, Helvetica, sans-serif;
  color: #5A5975;
}
@media only screen and (max-width: 1200px) {
  h5, .h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 950px) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 0 15px 0;
  color: #929292;
}
h6 small, .h6 small {
  font-size: 60%;
}

.s80 {
  font-size: 80px;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .s80 {
    font-size: 60px;
    line-height: 1;
  }
}
@media only screen and (max-width: 950px) {
  .s80 {
    font-size: 40px;
    line-height: 1;
  }
}

.s60 {
  font-size: 60px;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .s60 {
    font-size: 40px;
    line-height: 1;
  }
}
@media only screen and (max-width: 950px) {
  .s60 {
    font-size: 20px;
    line-height: 1;
  }
}

.siteWidth {
  padding: 0 90px;
}
.siteWidth.allSize {
  max-width: none;
}
.siteWidth:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 1600px) {
  .siteWidth {
    padding: 0 70px;
  }
}
@media only screen and (max-width: 1400px) {
  .siteWidth {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .siteWidth {
    padding: 0 20px;
  }
}

body {
  font-size: 18px;
  color: #5A5975;
  background: #fff;
  font-family: "FuturaPTBook", Arial, Helvetica, sans-serif;
  line-height: 150%;
}
@media only screen and (max-width: 1200px) {
  body {
    font-size: 16px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 950px) {
  body {
    font-size: 14px;
    line-height: 150%;
  }
}

.header {
  position: fixed;
  z-index: 199;
  left: 0;
  top: 0;
  width: 100%;
  padding: 40px 0;
  background: #fff;
  font-size: 19px;
  color: #5A5975;
  line-height: normal;
}
.header:after {
  content: "";
  display: block;
  clear: both;
}
.header {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transition-delay: 0.1s;
}
@media only screen and (max-width: 1600px) {
  .header {
    padding: 30px 0;
    font-size: 18px;
  }
}
@media only screen and (max-width: 950px) {
  .header {
    font-size: 16px;
    line-height: 150%;
    height: 100px;
    padding: 0;
    border-bottom: 1px solid #ebebeb;
  }
}
@media only screen and (max-width: 950px) {
  .header .colContent {
    float: none;
    width: auto;
  }
}
.header a {
  border: none;
  color: #5A5975;
}
.header a:hover, .header a.current {
  color: #13A826;
}
@media only screen and (max-width: 950px) {
  .header.fixed {
    height: 50px;
    padding: 0;
  }
}
.header .siteWidth {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.city-check {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 60%;
  margin-top: 15px;
  background: #fff;
  box-shadow: 0 10px 40px rgba(2, 91, 86, 0.5);
  width: -moz-max-content;
  width: max-content;
  padding: 10px 15px;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.city-check .title {
  margin-bottom: 10px;
  text-align: center;
}
.city-check .actions {
  text-align: center;
}
.city-check .actions a + a {
  margin-left: 15px;
}
.city-check .actions a {
  margin: unset;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #13A826;
  padding: 5px 15px;
  color: #13A826;
  background: #ffffff;
  white-space: nowrap;
}
.city-check .actions a:hover {
  color: #ffffff;
  border-color: #37a816;
  background: #37a816;
}

.datepicker--wrap .mx-datepicker {
  border: 1px solid transparent;
}
.datepicker--wrap .mx-datepicker.error input {
  box-shadow: 0 0 0 1px #f45b77 inset;
  color: #f45b77;
}

.jq-selectbox {
  cursor: pointer;
}
.jq-selectbox__select-text {
  width: auto !important;
  white-space: nowrap;
  padding: 0 0 0 20px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: url(/images/blank100x100.png?263eb54da885b6c321d2a986cac14021);
}
@media only screen and (max-width: 950px) {
  .jq-selectbox__select-text {
    padding-left: 30px;
  }
}
.jq-selectbox__select-text.placeholder {
  color: #929292;
}
.jq-selectbox__trigger {
  position: absolute;
  z-index: 1;
  left: 2px;
  top: 10px;
}
@media only screen and (max-width: 950px) {
  .jq-selectbox__trigger {
    top: 10px;
    left: 8px;
  }
}
.jq-selectbox__trigger-arrow {
  width: 5px;
  height: 5px;
  border: 1px solid #5A5975;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: center center;
}
.jq-selectbox__dropdown {
  left: 0;
  /*bottom:auto !important;
  top:100% !important;*/
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  width: auto !important;
  min-height: 100%;
  min-width: 100%;
}
.jq-selectbox__dropdown ul {
  padding: 5px 0;
}
.jq-selectbox__dropdown ul li {
  white-space: nowrap;
}
.jq-selectbox__dropdown ul li:before {
  display: none;
}
.jq-selectbox__dropdown ul li {
  padding: 5px 20px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  line-height: normal;
}
.jq-selectbox__dropdown ul li:hover, .jq-selectbox__dropdown ul li.selected {
  color: #13A826;
}
.jq-selectbox__dropdown ul li.disabled {
  display: none;
}
.jq-selectbox:hover .jq-selectbox__select-text {
  color: #13A826;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-color: #13A826;
}
@media only screen and (max-width: 500px) {
  .jq-selectbox.select-sort .jq-selectbox__trigger {
    top: 6px;
  }
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
  transform: rotate(-135deg);
  margin-top: 2px;
}
.jq-selectbox.select2 {
  background: #eff3f8;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.jq-selectbox.select2 .jq-selectbox__select-text {
  padding: 11px 50px 15px 20px;
}
@media only screen and (max-width: 1200px) {
  .jq-selectbox.select2 .jq-selectbox__select-text {
    padding: 9px 50px 12px 20px;
  }
}
@media only screen and (max-width: 950px) {
  .jq-selectbox.select2 .jq-selectbox__select-text {
    padding: 7px 35px 10px 15px;
  }
}
.jq-selectbox.select2 .jq-selectbox__trigger {
  left: auto;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
}
@media only screen and (max-width: 950px) {
  .jq-selectbox.select2 .jq-selectbox__trigger {
    right: 12px;
  }
}
.jq-selectbox.select2.changed .jq-selectbox__select-text {
  color: #151515;
}
.jq-selectbox.select2.focused {
  background: #fff;
  box-shadow: 0 0 0 1px #13A826 inset;
}
.jq-selectbox.select2:hover {
  box-shadow: 0 0 0 1px #13A826 inset;
}
.jq-selectbox.select2:hover .jq-selectbox__select-text {
  color: #151515;
}
.jq-selectbox.select2:hover .jq-selectbox__select-text.placeholder {
  color: #929292;
}
.jq-selectbox.select3 {
  margin: 0 0 15px 0;
}
.jq-selectbox.select3 .jq-selectbox__select-text {
  font-size: 48px;
  line-height: 1;
  font-family: "FuturaPTLight", Arial, Helvetica, sans-serif;
  padding: 0 25px 0 0;
  color: #13A826;
}
@media only screen and (max-width: 950px) {
  .jq-selectbox.select3 .jq-selectbox__select-text {
    font-size: 36px;
    line-height: 1;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .jq-selectbox.select3 .jq-selectbox__select-text {
    font-size: 32px;
    line-height: 1;
  }
}
.jq-selectbox.select3 .jq-selectbox__trigger {
  left: auto;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
}
.jq-selectbox.select3 .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  width: 7px;
  height: 7px;
  border-width: 0 2px 2px 0;
  border-color: #13A826;
}
@media only screen and (max-width: 950px) {
  .jq-selectbox.select3 .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
    border-width: 0 1px 1px 0;
    width: 6px;
    height: 6px;
  }
}
.jq-selectbox select.error + label.error {
  color: #f45b77;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 100%;
  font-size: 14px;
  line-height: 1;
  margin: 2px 0 0 0;
  white-space: nowrap;
}
@media only screen and (max-width: 950px) {
  .jq-selectbox select.error + label.error {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1;
  }
}
.jq-selectbox select.error + label.error + .jq-selectbox__select {
  box-shadow: 0 0 0 1px #f45b77 inset;
}

@media only screen and (max-width: 750px) {
  .block-mobile {
    display: block !important;
  }
}

.left-column {
  width: 45% !important;
}
@media only screen and (max-width: 750px) {
  .left-column {
    width: 100% !important;
  }
}

.center-column {
  width: 5% !important;
}
@media only screen and (max-width: 750px) {
  .center-column {
    width: 100% !important;
  }
}

.center {
  text-align: center;
}

.right-column {
  width: 50% !important;
}
@media only screen and (max-width: 750px) {
  .right-column {
    width: 100% !important;
  }
}

.show-map-icon {
  border-bottom-color: transparent;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 20px;
  cursor: pointer;
}

.hLinks {
  padding: 0;
  float: left;
}
@media only screen and (max-width: 950px) {
  .hLinks {
    display: none;
  }
}
.hLinks li {
  padding: 0 40px 0 0;
}
.hLinks li:before {
  display: none;
}
.hLinks li {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 950px) {
  .hLinks li {
    padding: 0 20px 0 0;
  }
}

.mobLogo {
  display: none;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border: none;
  height: 80%;
}
@media only screen and (max-width: 950px) {
  .mobLogo {
    display: block;
  }
}
.mobLogo img {
  display: block;
  width: auto;
  height: 100%;
}

.userLinks {
  position: absolute;
  display: flex;
  z-index: 10;
  right: 0;
  top: 50%;
  padding: 0 90px 0 0;
  transform: translateY(-50%);
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .userLinks {
    padding: 0 70px 0 0;
  }
}
@media only screen and (max-width: 1400px) {
  .userLinks {
    padding: 0 40px 0 0;
  }
}
@media only screen and (max-width: 1200px) {
  .userLinks {
    padding: 0 20px 0 0;
  }
}
.userLinks a {
  display: flex;
  vertical-align: middle;
  padding: 0 10px;
}
@media only screen and (max-width: 950px) {
  .userLinks a.userSearch {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .userLinks a {
    padding: 0 5px;
  }
}
.userLinks a {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.userLinks a.userFav {
  position: relative;
  z-index: 1;
}
.userLinks a.userFav .fav-count {
  position: absolute;
  z-index: 1;
  right: -2px;
  top: -8px;
  min-width: 10px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  background: #f45b77;
  font-size: 11px;
  line-height: 16px;
  padding: 0 3px;
  color: #fff;
  text-align: center;
}
.userLinks a.userCab {
  position: relative;
  z-index: 1;
}
.userLinks a.userCab .fav-count {
  position: absolute;
  z-index: 1;
  right: -8px;
  top: -8px;
  min-width: 10px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  background: #f45b77;
  font-size: 11px;
  line-height: 16px;
  padding: 0 3px;
  color: #fff;
  text-align: center;
}

.colContent, .article {
  float: right;
  width: 75%;
}
@media screen and (min-width: 1920px) {
  .colContent, .article {
    width: calc(100% - 440px);
  }
}
@media only screen and (max-width: 950px) {
  .colContent, .article {
    float: none;
    width: auto;
  }
}
.colContent.articleWide, .article.articleWide {
  width: 93%;
}
@media only screen and (max-width: 1200px) {
  .colContent.articleWide, .article.articleWide {
    width: 91%;
  }
}
@media only screen and (max-width: 950px) {
  .colContent.articleWide, .article.articleWide {
    width: auto;
    float: none;
  }
}

.flex-center-vertical {
  align-items: center;
}

.flex-center-horizontal {
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.article {
  padding: 160px 0 100px 0;
}
@media only screen and (max-width: 1600px) {
  .article {
    padding: 120px 0 70px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .article {
    padding: 100px 0 50px 0;
  }
}
@media only screen and (max-width: 950px) {
  .article {
    padding: 130px 0 20px 0;
  }
}
@media only screen and (max-width: 600px) {
  .article {
    padding: 155px 0 20px 0;
  }
}
.article.articleWideCab {
  padding-bottom: 0;
  box-sizing: border-box;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.article.articleWideCab .cabCaption {
  flex: 0 0 auto;
}
.article.articleWideCab .grayBg {
  flex: 1 0 auto;
}

.aside {
  float: left;
  width: 22%;
  padding: 55px 0 150px 0;
  box-sizing: border-box;
  position: relative;
  position: sticky;
  z-index: 199;
  top: 0;
  left: 0;
  height: 100vh;
  min-height: 750px;
}
@media screen and (min-width: 1920px) {
  .aside {
    width: 440px;
  }
}
.aside {
  margin: 0 -100% 0 0;
  background: #fff;
}
@media only screen and (max-width: 1600px) {
  .aside {
    padding: 40px 0 140px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .aside {
    padding: 30px 0 120px 0;
  }
}
@media only screen and (max-width: 950px) {
  .aside {
    margin: 0;
    z-index: 45;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    float: none;
    background: #fff;
    height: 100%;
    bottom: 0;
    overflow: auto;
    padding: 0 20px 130px 20px;
    transform: translate3d(0, -100%, 0);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    min-height: 0;
  }
}
.aside .logo {
  position: absolute;
  z-index: 199;
  border: none;
  display: block;
  vertical-align: top;
  opacity: 0;
  top: 55px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 50px;
}
@media only screen and (max-width: 1600px) {
  .aside .logo {
    top: 40px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .aside .logo {
    top: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 950px) {
  .aside .logo {
    display: none;
  }
}
.aside .logo img {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .aside .logo img {
    width: 150px;
    height: 120px;
  }
}
.aside.asideHide {
  z-index: 199;
  white-space: nowrap;
  width: 0%;
  min-width: 120px;
  border-left: 90px solid #fff;
  margin-left: -90px;
}
@media only screen and (max-width: 1600px) {
  .aside.asideHide {
    border-left-width: 70px;
    margin-left: -70px;
    min-width: 100px;
  }
}
@media only screen and (max-width: 1400px) {
  .aside.asideHide {
    border-left-width: 40px;
    margin-left: -40px;
    min-width: 80px;
  }
}
@media only screen and (max-width: 950px) {
  .aside.asideHide {
    white-space: normal;
    min-width: 0;
    width: 100%;
    border: none;
    margin: 0;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: none;
    z-index: 45;
  }
}
.aside.asideHide .aPhone {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 950px) {
  .aside.asideHide .aPhone {
    opacity: 1;
    visibility: visible;
  }
}
.aside.asideHide:hover {
  width: calc(22% + 150px);
  box-shadow: 0 0 40px rgba(37, 90, 199, 0.2);
}
@media screen and (min-width: 1920px) {
  .aside.asideHide:hover {
    width: 440px;
  }
}
@media only screen and (max-width: 1600px) {
  .aside.asideHide:hover {
    width: calc(22% + 100px);
  }
}
@media only screen and (max-width: 1400px) {
  .aside.asideHide:hover {
    width: calc(22% + 80px);
  }
}
@media only screen and (max-width: 1200px) {
  .aside.asideHide:hover {
    border-left-width: 20px;
    margin-left: -20px;
    width: calc(22% + 60px);
  }
}
@media only screen and (max-width: 950px) {
  .aside.asideHide:hover {
    margin: 0;
    width: 100%;
    box-shadow: none;
    white-space: normal;
  }
}
.aside.asideHide:hover + .asideMask {
  opacity: 0.7;
  visibility: visible;
}
.aside.asideHide:hover .logo img {
  width: 197px;
  height: 158px;
  transform: translateX(0px) translateY(0px);
}
@media only screen and (max-width: 1200px) {
  .aside.asideHide:hover .logo img {
    width: 150px;
    height: 120px;
  }
}
.aside.asideHide:hover .menu a {
  padding-right: 20px;
}
.aside.asideHide:hover .aPhone {
  opacity: 1;
  visibility: visible;
}
.aside.asideHide + .asideMask {
  display: block;
}
@media only screen and (max-width: 950px) {
  .aside.asideHide + .asideMask {
    display: none;
  }
}
.aside.asideHide .logo {
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.aside.asideHide .logo img {
  transform: translateX(-80px) translateY(-20px);
  width: 110px;
  height: 88px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 1600px) {
  .aside.asideHide .logo img {
    width: 100px;
    height: 80px;
    transform: translateX(-75px) translateY(-20px);
  }
}
@media only screen and (max-width: 1400px) {
  .aside.asideHide .logo img {
    width: 80px;
    height: 64px;
    transform: translateX(-60px) translateY(-20px);
  }
}
@media only screen and (max-width: 1200px) {
  .aside.asideHide .logo img {
    transform: translateX(-40px) translateY(-10px);
    width: 75px;
    height: 60px;
  }
}
.aside .asideCol {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 950px) {
  .aside .asideCol {
    width: auto;
    overflow: visible;
    height: auto;
    position: static;
  }
}

.asideMask {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  display: none;
}
.asideMask.active {
  opacity: 0.7;
  visibility: visible;
  z-index: 70;
}
@media only screen and (max-width: 950px) {
  .asideMask.active {
    display: block !important;
  }
}

.menu {
  font-size: 24px;
  line-height: 150%;
  opacity: 0;
  position: absolute;
  z-index: 11;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1600px) {
  .menu {
    font-size: 22px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 1400px) {
  .menu {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu {
    font-size: 18px;
  }
}
@media only screen and (max-width: 950px) {
  .menu {
    padding: 100px 0 0 0;
    min-height: 100%;
    z-index: 10;
    box-sizing: border-box;
    position: relative;
    transform: none;
    top: 0;
  }
}
.menu > ul {
  padding: 40px 0 0 0;
}
@media only screen and (max-width: 500px) {
  .menu > ul {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 950px) {
  .menu > ul {
    padding: 0;
  }
}
.menu > ul > li:before {
  display: none;
}
.menu > ul > li {
  padding: 0 0 40px 0;
}
@media only screen and (max-width: 1600px) {
  .menu > ul > li {
    padding: 0 0 30px 0;
  }
}
@media only screen and (max-width: 950px) {
  .menu > ul > li {
    padding: 0 0 20px 0;
  }
}
.menu > ul > li.menuUser, .menu > ul > li.menuCity, .menu > ul > li.menuSearch {
  display: none;
}
@media only screen and (max-width: 950px) {
  .menu > ul > li.menuUser, .menu > ul > li.menuCity, .menu > ul > li.menuSearch {
    display: block;
  }
}
.menu > ul > li.menuCity {
  padding: 10px 20px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin: 0 -20px 20px -20px;
  position: relative;
  z-index: 100;
}
.menu > ul > li.menuSearch {
  padding: 10px 0 0 0;
}
.menu a {
  display: block;
  border: none;
  color: #5A5975;
  padding: 0 0 0 50px;
  position: relative;
  z-index: 1;
  /*white-space: nowrap;*/
}
@media only screen and (max-width: 1600px) {
  .menu a {
    padding: 0 0 0 40px;
  }
}
.menu a:hover {
  padding-left: 60px;
}
@media only screen and (max-width: 1600px) {
  .menu a:hover {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu a:hover {
    padding-left: 40px;
    color: #13A826;
  }
}
.menu a.current {
  color: #13A826;
}
.menu a span {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 6px;
  width: 26px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
}
.menu a span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1600px) {
  .menu a span {
    top: 3px;
  }
}
@media only screen and (max-width: 1400px) {
  .menu a span {
    top: 2px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu a span {
    top: 0;
  }
}
@media only screen and (max-width: 950px) {
  .menu a span {
    font-size: 18px;
    width: 22px;
  }
}

.aPhone {
  position: relative;
  z-index: 1;
  padding: 0 0 30px 0;
}
@media only screen and (max-width: 1600px) {
  .aPhone {
    padding: 0 0 20px 0;
  }
}
@media only screen and (max-width: 950px) {
  .aPhone {
    padding: 0;
    float: left;
  }
}
.aPhone a {
  color: #13A826;
  border-bottom-color: transparent;
}
.aPhone a:hover {
  border-bottom-color: #13A826;
}
.aPhone .icon-ico-phone {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 4px;
  width: 20px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: #5A5975;
}
@media only screen and (max-width: 1600px) {
  .aPhone .icon-ico-phone {
    top: 2px;
    font-size: 23px;
    line-height: 1;
  }
}
@media only screen and (max-width: 950px) {
  .aPhone .icon-ico-phone {
    display: none;
  }
}

.linkTel {
  color: #5A5975;
  border: none;
  white-space: nowrap;
}
.linkTel:hover {
  color: #13A826;
}

.asideFooter {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 0;
  line-height: 1;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.2s;
  white-space: nowrap;
}
@media only screen and (max-width: 1600px) {
  .asideFooter {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .asideFooter {
    padding: 20px 0 5px 0;
  }
}
@media only screen and (max-width: 950px) {
  .asideFooter {
    padding: 20px 0;
    position: relative;
    height: 150px;
    margin-top: -40px;
  }
}
.asideFooter .linkTel {
  font-size: 24px;
  line-height: 1;
  color: #5A5975;
}
@media only screen and (max-width: 1600px) {
  .asideFooter .linkTel {
    font-size: 22px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1200px) {
  .asideFooter .linkTel {
    font-size: 20px;
    line-height: 1;
  }
}
@media only screen and (max-width: 950px) {
  .asideFooter .linkTel {
    font-size: 22px;
    line-height: 1;
  }
}
.asideFooter .linkTel:hover {
  color: #13A826;
}

.socIcons {
  padding-bottom: 0;
}
@media only screen and (max-width: 950px) {
  .socIcons {
    float: right;
    margin: 0;
  }
}
@media only screen and (max-width: 500px) {
  .socIcons {
    float: none;
    clear: both;
    padding: 20px 0 0 0;
  }
}
.socIcons a, .socIcons .a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px 0 0;
  border: none;
  color: #5A5975;
  line-height: 1;
}
@media only screen and (max-width: 1400px) {
  .socIcons a, .socIcons .a {
    padding: 0 15px 0 0;
  }
}
@media only screen and (max-width: 1200px) {
  .socIcons a, .socIcons .a {
    padding: 0 10px 0 0;
  }
}
@media only screen and (max-width: 950px) {
  .socIcons a, .socIcons .a {
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 500px) {
  .socIcons a, .socIcons .a {
    padding: 0 10px 0 0;
  }
}
.socIcons a:hover {
  color: #13A826;
}
@media only screen and (max-width: 950px) {
  .socIcons .a {
    display: none;
  }
}
.socIcons.socIcons404 {
  position: absolute;
  z-index: 1;
  left: 3%;
  bottom: 5%;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .socIcons.socIcons404 {
    bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .socIcons.socIcons404 {
    position: fixed;
    text-align: center;
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .socIcons.socIcons404 .pageIn {
    transform: none;
  }
}
.socIcons.socIcons404 a {
  color: #fff;
}
@media only screen and (max-width: 950px) {
  .socIcons.socIcons404 a {
    padding: 0 10px 0 0;
  }
}
@media only screen and (max-width: 500px) {
  .socIcons.socIcons404 a {
    padding: 0 10px;
  }
}
.socIcons.socIcons404 a:hover {
  color: #13A826;
}

#to_address_card .jq-selectbox__trigger {
  display: none !important;
}

#to_address_card .jq-selectbox__select-text {
  padding: 0 !important;
}

.phone404 {
  position: absolute;
  z-index: 5;
  right: 3%;
  bottom: 5%;
}
@media only screen and (max-width: 750px) {
  .phone404 {
    bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .phone404 {
    position: absolute;
    right: 0;
    width: 100%;
    text-align: center;
    transform: none;
  }
}
.phone404 a {
  color: #fff;
  border: none;
  font-size: 22px;
  font-family: "FuturaPTLight", Arial, Helvetica, sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 500px) {
  .phone404 a {
    font-size: 25px;
  }
}
.phone404 a:hover {
  color: #13A826;
}

.burger {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  display: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: hidden;
}
@media only screen and (max-width: 950px) {
  .burger {
    display: block;
  }
}
.burger:hover div:before, .burger:hover div:after {
  background: #13A826;
}
.burger div {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.burger div:before, .burger div:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #5A5975;
  margin: -6px 0 0 -10px;
  transition: all 0.3s ease-in-out;
}
.burger div:after {
  margin-top: 6px;
  transition: all 0.3s ease-in-out, transform 0.3s ease-in-out 0.15s;
}

.menushow {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
}
.menushow .burger div {
  transform: rotate(-180deg);
}
.menushow .burger div:before {
  transform: rotate(45deg);
  margin: -1px 0 0 -10px;
  transition: all 0.3s ease-in-out, transform 0.3s ease-in-out 0.15s;
}
.menushow .burger div:after {
  transform: rotate(-45deg);
  margin: -1px 0 0 -10px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 950px) {
  .menushow .aside {
    transform: translate3d(0, 0%, 0);
  }
}
@media only screen and (max-width: 950px) {
  .menushow .header.fixed {
    height: 100px;
  }
}

.lingallery_thumbnails {
  margin-top: 20px !important;
  padding-bottom: 5px !important;
}
.lingallery_thumbnails .lingallery_thumbnails_content {
  text-align: center;
}

@media only screen and (max-width: 500px) {
  .lingallery figure:hover a.control {
    opacity: 0;
  }
}

.detPhoto:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  box-shadow: unset !important;
}

.lingallery .lingallery_thumbnails::-webkit-scrollbar {
  height: 4px !important;
}

.lingallery figure {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.lingallery .lingallery_thumbnails::-webkit-scrollbar-track {
  background: #ffffff !important;
}

.lingallery figure a.control {
  color: #27af39 !important;
  text-shadow: 0 5px 20px #0b2e13 !important;
}

.lingallery .lingallery_thumbnails .lingallery_thumbnails_content .lingallery_thumbnails_content_elem {
  margin-right: 15px !important;
}

.jq-selectbox__dropdown ul li.disabled {
  display: block !important;
}

#show_good_gallery {
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 500px) {
  #show_good_gallery {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
#show_good_gallery .lingalleryContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#show_good_gallery .lingalleryContainer .lingallery {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#show_good_gallery .lingalleryContainer .lingallery figure {
  height: 85% !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
@media only screen and (max-width: 500px) {
  #show_good_gallery .lingalleryContainer .lingallery figure {
    height: 100% !important;
  }
}
#show_good_gallery .lingalleryContainer .lingallery figure img {
  height: auto;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -20px;
  left: 0;
  margin: auto;
}
#show_good_gallery .lingalleryContainer .lingallery .lingallery_thumbnails {
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 500px) {
  #show_good_gallery .lingalleryContainer .lingallery .lingallery_thumbnails {
    margin-top: 0 !important;
    display: none;
  }
}

.sText {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
}

.hSearch {
  display: none;
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 950px) {
  .hSearch {
    display: block;
  }
}

.mainSliderBlock {
  position: relative;
  z-index: 1;
  margin: 0 -200px 100px 0;
}
@media only screen and (max-width: 1800px) {
  .mainSliderBlock {
    margin: 0 -70px 100px 0;
  }
}
@media only screen and (max-width: 1600px) {
  .mainSliderBlock {
    margin: 0 -40px 100px 0;
  }
}
@media only screen and (max-width: 1400px) {
  .mainSliderBlock {
    margin: 0 -40px 50px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .mainSliderBlock {
    margin: 0 -20px 40px 0;
  }
}
@media only screen and (max-width: 950px) {
  .mainSliderBlock {
    margin: -20px -20px 20px -20px;
  }
}
.mainSliderBlock:hover .mainSlider:after, .mainSliderBlock:focus .mainSlider:after {
  min-width: 70px;
}
@media only screen and (max-width: 1600px) {
  .mainSliderBlock:hover .mainSlider:after, .mainSliderBlock:focus .mainSlider:after {
    min-width: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .mainSliderBlock:hover .mainSlider:after, .mainSliderBlock:focus .mainSlider:after {
    min-width: 20px;
  }
}
@media only screen and (max-width: 950px) {
  .mainSliderBlock:hover .mainSlider:after, .mainSliderBlock:focus .mainSlider:after {
    min-width: 0px;
  }
}
.mainSliderBlock:hover .sliderNav .next.active svg path {
  animation: none;
}
.mainSliderBlock.mainSliderBlockInner {
  margin-top: -40px;
  margin-bottom: 60px;
  padding-top: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .mainSliderBlock.mainSliderBlockInner {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .mainSliderBlock.mainSliderBlockInner {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 950px) {
  .mainSliderBlock.mainSliderBlockInner {
    margin: -20px -20px 20px -20px;
  }
}
.mainSliderBlock.mainSliderBlockInner .sliderNav {
  bottom: 50%;
  transform: translateY(50%);
  margin-bottom: -20px;
  opacity: 1;
}
@media only screen and (max-width: 950px) {
  .mainSliderBlock.mainSliderBlockInner .sliderNav {
    bottom: 0;
    transform: translateY(0%);
    margin-bottom: 0;
    display: none;
  }
}
.mainSliderBlock.mainSliderBlockInner .sliderNav svg {
  opacity: 0;
}
.mainSliderBlock.mainSliderBlockInner2 {
  margin: 0 0 100px 0;
}
@media only screen and (max-width: 950px) {
  .mainSliderBlock.mainSliderBlockInner2 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .mainSliderBlock.mainSliderBlockInner2 {
    margin-bottom: 20px;
  }
}
.mainSliderBlock.mainSliderBlockInner2 .mainSlider:after {
  display: none;
}
.mainSliderBlock.mainSliderBlockInner2 .mainSlider li a, .mainSliderBlock.mainSliderBlockInner2 .mainSlider li .a {
  height: 300px;
}
@media only screen and (max-width: 950px) {
  .mainSliderBlock.mainSliderBlockInner2 .mainSlider li a, .mainSliderBlock.mainSliderBlockInner2 .mainSlider li .a {
    height: 200px;
  }
}
.mainSliderBlock.mainSliderBlockInner2 .mainSlider li a .slideName, .mainSliderBlock.mainSliderBlockInner2 .mainSlider li .a .slideName {
  padding-bottom: 0;
  bottom: 50%;
  transform: translateY(50%);
  width: 70%;
  max-width: none;
  font-size: 48px;
  line-height: 0.9;
  box-sizing: border-box;
}
@media only screen and (max-width: 950px) {
  .mainSliderBlock.mainSliderBlockInner2 .mainSlider li a .slideName, .mainSliderBlock.mainSliderBlockInner2 .mainSlider li .a .slideName {
    font-size: 36px;
    line-height: 0.9;
  }
}
@media only screen and (max-width: 750px) {
  .mainSliderBlock.mainSliderBlockInner2 .mainSlider li a .slideName, .mainSliderBlock.mainSliderBlockInner2 .mainSlider li .a .slideName {
    font-size: 32px;
    line-height: 0.9;
    width: 75%;
  }
}
@media only screen and (max-width: 500px) {
  .mainSliderBlock.mainSliderBlockInner2 .mainSlider li a .slideName, .mainSliderBlock.mainSliderBlockInner2 .mainSlider li .a .slideName {
    width: 100%;
    font-size: 26px;
    line-height: 1;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}
.mainSliderBlock.mainSliderBlockInner2 .sliderNav {
  left: auto;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
}
@media only screen and (max-width: 500px) {
  .mainSliderBlock.mainSliderBlockInner2 .sliderNav {
    right: auto;
    left: 0;
    bottom: 0;
    transform: none;
  }
}

.mainSlider {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  padding: 0;
  background: #0f7d4e;
  background: linear-gradient(135deg, rgb(1, 86, 89) 0%, rgb(32, 163, 69) 100%);
  position: relative;
  z-index: 1;
}
.mainSlider:after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  min-width: 200px;
}
@media only screen and (max-width: 1600px) {
  .mainSlider:after {
    min-width: 150px;
  }
}
@media only screen and (max-width: 1200px) {
  .mainSlider:after {
    min-width: 100px;
  }
}
@media only screen and (max-width: 950px) {
  .mainSlider:after {
    min-width: 0;
  }
}
.mainSlider:after {
  height: 100%;
  background: #fff;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
}
.mainSlider li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
}
.mainSlider li:before {
  display: none;
}
.mainSlider li a, .mainSlider li .a {
  display: block;
  height: 530px;
  font-size: 19px;
  line-height: 150%;
  color: #fff;
  border: none;
  position: relative;
  z-index: 1;
  padding: 50px 70px;
  box-sizing: border-box;
  white-space: normal;
}
@media only screen and (max-width: 1600px) {
  .mainSlider li a, .mainSlider li .a {
    padding: 50px 55px;
  }
}
@media only screen and (max-width: 1400px) {
  .mainSlider li a, .mainSlider li .a {
    height: 480px;
    padding: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .mainSlider li a, .mainSlider li .a {
    height: 400px;
    padding: 30px;
    font-size: 16px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 950px) {
  .mainSlider li a, .mainSlider li .a {
    height: 220px;
    font-size: 14px;
    line-height: 150%;
    padding: 15px 20px;
  }
}
.mainSlider li a .action-button, .mainSlider li .a .action-button {
  position: absolute;
  font-family: "FuturaPTLight", Arial, Helvetica, sans-serif;
  border: 2px solid #fff;
  color: #fff;
  background: content-box;
  bottom: 40px;
  padding: 10px 25px;
  font-size: 36px;
}
@media only screen and (max-width: 950px) {
  .mainSlider li a .action-button, .mainSlider li .a .action-button {
    border: 1px solid #fff;
    bottom: 15px;
    padding: 5px 20px;
    font-size: 20px;
  }
}
.mainSlider li a .slideName, .mainSlider li .a .slideName {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  padding: 0 0 140px 70px;
  font-size: 64px;
  line-height: 0.9;
  width: 50%;
  max-width: 600px;
  font-family: "FuturaPTLight", Arial, Helvetica, sans-serif;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
@media only screen and (max-width: 1600px) {
  .mainSlider li a .slideName, .mainSlider li .a .slideName {
    font-size: 48px;
    line-height: 1;
    padding: 0 0 130px 55px;
  }
}
@media only screen and (max-width: 1400px) {
  .mainSlider li a .slideName, .mainSlider li .a .slideName {
    padding: 0 0 130px 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .mainSlider li a .slideName, .mainSlider li .a .slideName {
    font-size: 40px;
    line-height: 1;
    padding: 0 0 120px 30px;
  }
}
@media only screen and (max-width: 950px) {
  .mainSlider li a .slideName, .mainSlider li .a .slideName {
    font-size: 26px;
    line-height: 1;
    padding: 0 0 70px 20px;
    width: calc(100% - 260px);
    max-width: 100%;
    right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .mainSlider li a .slideName, .mainSlider li .a .slideName {
    font-size: 24px;
    line-height: 1;
    width: calc(100% - 210px);
  }
}
.mainSlider li a .slideName small, .mainSlider li .a .slideName small {
  display: block;
  font-size: 18px;
  line-height: 150%;
  padding: 10px 0 0 0;
}
@media only screen and (max-width: 750px) {
  .mainSlider li a .slideName small, .mainSlider li .a .slideName small {
    font-size: 16px;
    line-height: 150%;
  }
}
.mainSlider li .slideCat {
  position: relative;
  z-index: 1;
  padding: 0 0 0 20px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  .mainSlider li .slideCat {
    padding-left: 15px;
  }
}
.mainSlider li .slideCat:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  margin: -2px 0 0 0;
  background: #fff;
  border-radius: 50%;
}
.mainSlider img {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transform: translate3d(0px, 0, 0);
  opacity: 0;
  height: 490px;
  width: auto;
}
@media only screen and (max-width: 1400px) {
  .mainSlider img {
    height: 460px;
  }
}
@media only screen and (max-width: 1200px) {
  .mainSlider img {
    height: 380px;
  }
}
@media only screen and (max-width: 950px) {
  .mainSlider img {
    transition: unset !important;
    transform: unset !important;
    right: 0;
    height: 200px;
  }
}
.mainSlider.mainSliderInner {
  overflow: visible;
}
.mainSlider.mainSliderInner li a, .mainSlider.mainSliderInner li .a {
  height: 300px;
}
@media only screen and (max-width: 950px) {
  .mainSlider.mainSliderInner li a, .mainSlider.mainSliderInner li .a {
    height: 220px;
  }
}
.mainSlider.mainSliderInner li a .slideName, .mainSlider.mainSliderInner li a .slideCat, .mainSlider.mainSliderInner li .a .slideName, .mainSlider.mainSliderInner li .a .slideCat {
  font-size: 48px;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
@media only screen and (max-width: 600px) {
  .mainSlider.mainSliderInner li a .slideName, .mainSlider.mainSliderInner li a .slideCat, .mainSlider.mainSliderInner li .a .slideName, .mainSlider.mainSliderInner li .a .slideCat {
    font-size: 24px;
    line-height: 1;
    padding: 0 0 70px 20px;
    width: 55%;
  }
}
.mainSlider.mainSliderInner li a .mw50, .mainSlider.mainSliderInner li .a .mw50 {
  position: absolute;
  bottom: 10px;
}
.mainSlider.mainSliderInner:after {
  width: 0%;
  min-width: 200px !important;
}
@media only screen and (max-width: 1800px) {
  .mainSlider.mainSliderInner:after {
    min-width: 70px !important;
  }
}
@media only screen and (max-width: 1600px) {
  .mainSlider.mainSliderInner:after {
    min-width: 40px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .mainSlider.mainSliderInner:after {
    min-width: 20px !important;
  }
}
@media only screen and (max-width: 950px) {
  .mainSlider.mainSliderInner:after {
    min-width: 0px !important;
  }
}
.mainSlider.mainSliderInner img {
  transform: translate3d(-50px, 0, 0);
  opacity: 1;
  margin-right: 50px;
  bottom: -150px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
@media only screen and (max-width: 1800px) {
  .mainSlider.mainSliderInner img {
    transform: translate3d(20px, 0, 0) !important;
  }
}
@media only screen and (max-width: 1600px) {
  .mainSlider.mainSliderInner img {
    transform: translate3d(40px, 0, 0) !important;
    bottom: -160px;
  }
}
@media only screen and (max-width: 1400px) {
  .mainSlider.mainSliderInner img {
    bottom: -130px;
  }
}
@media only screen and (max-width: 1200px) {
  .mainSlider.mainSliderInner img {
    bottom: -90px;
  }
}
@media only screen and (max-width: 950px) {
  .mainSlider.mainSliderInner img {
    bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .mainSlider.mainSliderInner img {
    bottom: 0;
    margin-right: -20px;
  }
}

@keyframes slidernavpath {
  from {
    stroke-dasharray: 0, 200;
  }
  to {
    stroke-dasharray: 135, 200;
  }
}
.sliderNav {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  padding: 50px 70px;
  white-space: nowrap;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
@media only screen and (max-width: 1600px) {
  .sliderNav {
    padding: 50px 55px;
  }
}
@media only screen and (max-width: 1400px) {
  .sliderNav {
    padding: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .sliderNav {
    padding: 30px;
  }
}
@media only screen and (max-width: 950px) {
  .sliderNav {
    padding: 15px 20px;
  }
}
.sliderNav .prev, .sliderNav .next {
  width: 47px;
  height: 47px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  display: inline-block !important;
  vertical-align: middle;
  margin: 0 5px 0 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 950px) {
  .sliderNav .prev, .sliderNav .next {
    display: none !important;
    width: 40px;
    height: 40px;
  }
}
.sliderNav .prev:hover, .sliderNav .next:hover {
  background: #fff;
  color: #151515;
}
.sliderNav .prev:hover span, .sliderNav .next:hover span {
  color: #151515;
  transform: translate3d(-5px, 0, 0);
}
.sliderNav .prev:hover span:after, .sliderNav .next:hover span:after {
  background: #151515;
  width: 15px;
}
.sliderNav .prev:hover span.icon-ico-arr-right, .sliderNav .next:hover span.icon-ico-arr-right {
  transform: translate3d(5px, 0, 0);
}
.sliderNav .prev:hover + .next svg path, .sliderNav .next:hover + .next svg path {
  animation: none;
}
.sliderNav .prev.paused svg path, .sliderNav .next.paused svg path {
  animation: none;
}
.sliderNav .prev span, .sliderNav .next span {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  font-size: 14px;
  line-height: 15px;
  margin: -7px 0 0 -4px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #fff;
}
.sliderNav .prev span:after, .sliderNav .next span:after {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  margin: -1px 0 0 0;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
}
.sliderNav .prev.active svg path, .sliderNav .next.active svg path {
  transition: 5s stroke-dasharray linear;
  animation: slidernavpath 5s linear;
}
.sliderNav .prev.active:hover svg path, .sliderNav .prev.active.paused svg path, .sliderNav .next.active:hover svg path, .sliderNav .next.active.paused svg path {
  animation: none;
}
.sliderNav .next span {
  margin-left: -3px;
}
.sliderNav .next span:after {
  left: auto;
  right: 0;
}
.sliderNav svg {
  width: 49px;
  height: 49px;
  display: block;
  border-radius: 50%;
  margin: -1px 0 0 -1px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 950px) {
  .sliderNav svg {
    width: 42px;
    height: 42px;
  }
}
.sliderNav svg path {
  stroke-width: 2px;
  fill: transparent;
  stroke: #fff;
  stroke-dasharray: 0, 200;
  stroke-dashoffset: 1;
  stroke-linecap: round;
}
.sliderNav .sliderCount {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 25px;
}
@media only screen and (max-width: 1200px) {
  .sliderNav .sliderCount {
    padding: 0 0 0 15px;
  }
}
@media only screen and (max-width: 950px) {
  .sliderNav .sliderCount {
    padding: 0;
  }
}
.sliderNav .sliderCount:first-child {
  padding-right: 25px;
}
@media only screen and (max-width: 1200px) {
  .sliderNav .sliderCount:first-child {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 950px) {
  .sliderNav .sliderCount:first-child {
    padding: 0;
  }
}
.sliderNav.sliderNav2 {
  color: #151515;
}
.sliderNav.sliderNav2 .prev, .sliderNav.sliderNav2 .next {
  box-shadow: 0 0 0 2px rgba(19, 168, 38, 0.3) inset;
  color: #13A826;
}
.sliderNav.sliderNav2 .prev:hover, .sliderNav.sliderNav2 .next:hover {
  background: #13A826;
  color: #fff;
}
.sliderNav.sliderNav2 .prev:hover span, .sliderNav.sliderNav2 .next:hover span {
  color: #fff;
}
.sliderNav.sliderNav2 .prev:hover span:after, .sliderNav.sliderNav2 .next:hover span:after {
  background: #fff;
}
.sliderNav.sliderNav2 .prev span, .sliderNav.sliderNav2 .next span {
  color: #13A826;
}
.sliderNav.sliderNav2 .prev span:after, .sliderNav.sliderNav2 .next span:after {
  background: #13A826;
}
.sliderNav.sliderNav2 svg path {
  stroke: #13A826;
}
.sliderNav.sliderNav3 {
  padding: 0;
  position: relative;
  float: right;
  margin: -110px 0 70px 0;
}
@media only screen and (max-width: 1400px) {
  .sliderNav.sliderNav3 {
    margin: -100px 0 70px 0;
  }
}
@media only screen and (max-width: 1400px) {
  .sliderNav.sliderNav3 {
    margin: -100px 0 70px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .sliderNav.sliderNav3 {
    margin: -85px 0 50px 0;
  }
}
@media only screen and (max-width: 950px) {
  .sliderNav.sliderNav3 {
    margin: -60px 0 20px 0;
  }
}
@media only screen and (max-width: 950px) {
  .sliderNav.sliderNav3 .prev, .sliderNav.sliderNav3 .next {
    display: inline-block !important;
  }
}

.load .mainSlider:after {
  width: 0%;
}
.load .mainSlider li.slick-current .slideCat {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.1s;
}
.load .mainSlider li.slick-current a img, .load .mainSlider li.slick-current .a img {
  transform: translate3d(-50px, 0, 0);
  transition-delay: 0.2s;
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 1200px) {
  .load .mainSlider li.slick-current a img, .load .mainSlider li.slick-current .a img {
    transform: translate3d(-30px, 0, 0);
  }
}
@media only screen and (max-width: 950px) {
  .load .mainSlider li.slick-current a img, .load .mainSlider li.slick-current .a img {
    transform: translate3d(-20px, 0, 0);
  }
}
@media only screen and (max-width: 500px) {
  .load .mainSlider li.slick-current a img, .load .mainSlider li.slick-current .a img {
    transform: translate3d(30%, 0, 0);
  }
}
.load .mainSlider li.slick-current a .slideName, .load .mainSlider li.slick-current .a .slideName {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.2s;
}
.load .sliderNav, .load .menu, .load .header, .load .aside .logo, .load .asideFooter {
  opacity: 1;
}
.load .pageIn.active {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}

.pageIn {
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}
.pageIn.d2 {
  transition-delay: 0.2s;
}
.pageIn:nth-child(2n) {
  transition-delay: 0.1s;
}
.pageIn:nth-child(3n) {
  transition-delay: 0.2s;
}
.pageIn:nth-child(4n) {
  transition-delay: 0.3s;
}
.pageIn:nth-child(5n) {
  transition-delay: 0.4s;
}
.pageIn:nth-child(6n) {
  transition-delay: 0.5s;
}
.pageIn {
  /*&:nth-child(7n){
      transition-delay: 0.6s;
  }
  &:nth-child(8n){
      transition-delay: 0.7s;
  }
  &:nth-child(9n){
      transition-delay: 0.8s;
  }
  &:nth-child(10n){
      transition-delay: 0.9s;
  }*/
}

.catList {
  margin: 0 0 20px -120px;
  font-size: 0;
  padding: 0;
}
@media only screen and (max-width: 1600px) {
  .catList {
    margin: 0 0 20px -70px;
  }
}
@media only screen and (max-width: 1400px) {
  .catList {
    margin: 0 0 20px -40px;
  }
}
@media only screen and (max-width: 950px) {
  .catList {
    margin: 0 0 20px -20px;
  }
}
.catList hr {
  margin: 0 10px 20px 45px;
}
.catList .coming-soon-title {
  padding: 10px 30px 15px 45px;
  font-size: 54px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 500px) {
  .catList .coming-soon-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 5px;
  }
}
.catList li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 90px 120px;
  width: 50%;
  box-sizing: border-box;
  font-size: 34px;
  line-height: 150%;
  font-family: "FuturaPTLight", Arial, Helvetica, sans-serif;
  text-align: center;
}
.catList li:before {
  display: none;
}
@media only screen and (max-width: 1600px) {
  .catList li {
    padding: 0 0 70px 70px;
    font-size: 30px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 1400px) {
  .catList li {
    padding: 0 0 40px 40px;
    font-size: 28px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 950px) {
  .catList li {
    padding: 0 0 20px 20px;
    font-size: 20px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 500px) {
  .catList li {
    width: 100%;
  }
}
.catList li .catPic {
  background: #fff no-repeat center bottom;
  transition: all 0.2s cubic-bezier(0.42, 0, 1, -0.61);
  background-size: 95%;
  display: block;
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .catList li .catPic {
    margin: 0 0 20px;
  }
  .catList li .catPic--indicator-wrap {
    bottom: -10px;
    gap: 4px;
  }
}
@media only screen and (max-width: 950px) {
  .catList li .catPic {
    margin-bottom: 10px;
  }
  .catList li .catPic--indicator-wrap {
    display: none;
  }
  .catList li .catPic--hov-wrapper {
    display: none;
  }
}
.catList li .catPic.cover {
  background-blend-mode: normal;
}
.catList li .catPic.cover:before {
  display: none;
}
.catList li .catPic.bgTop {
  background-position: center top;
}
.catList li .catPic.empty {
  opacity: 0.3;
}
.catList li .catPic:before, .catList li .catPic:after, .catList li .catPic span {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #b1dea5;
  opacity: 0.256;
  box-shadow: 0 0 0 0px #fff inset;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.catList li .catPic:after {
  box-shadow: none;
  background: #fff;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.2s;
  opacity: 1;
}
.catList li .catPic span {
  opacity: 1;
  box-shadow: 0 0 0 0px #fff inset;
  background: none;
  z-index: 2;
}
.catList li .catPic img {
  width: 100%;
  height: 100%;
}
.catList li a {
  display: block;
  border: none;
  color: #151515;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.catList li:nth-child(2n) {
  margin-top: -130px;
}
@media only screen and (max-width: 1400px) {
  .catList li:nth-child(2n) {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 1200px) {
  .catList li:nth-child(2n) {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 950px) {
  .catList li:nth-child(2n) {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 500px) {
  .catList li:nth-child(2n) {
    margin-top: 0;
  }
}
.catList li:nth-child(2n) .catPic:after {
  transition-delay: 0.1s;
}
.catList li:nth-child(3n) .catPic:after {
  transition-delay: 0.2s;
}
.catList li:nth-child(4n) .catPic:after {
  transition-delay: 0.3s;
}
.catList li:nth-child(5n) .catPic:after {
  transition-delay: 0.4s;
}
.catList li:nth-child(6n) .catPic:after {
  transition-delay: 0.5s;
}
.catList li {
  /* &:nth-child(7n){
      .catPic{
          &:after{
              transition-delay: 0.6s;
          }
      }
  }
  &:nth-child(8n){
      .catPic{
          &:after{
              transition-delay: 0.7s;
          }
      }
  }
  &:nth-child(9n){
      .catPic{
          &:after{
              transition-delay: 0.8s;
          }
      }
  }
  &:nth-child(10n){
      .catPic{
          &:after{
              transition-delay: 0.9s;
          }
      }
  }*/
}
.catList li.active .catPic:after {
  height: 0%;
}
.catList.catList2 {
  margin: 180px 0 20px -35px;
}
@media only screen and (max-width: 1600px) {
  .catList.catList2 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .catList.catList2 {
    margin: 50px 0 0px -20px;
  }
}
@media only screen and (max-width: 950px) {
  .catList.catList2 {
    margin: 30px 0 0 -20px;
  }
}
@media only screen and (max-width: 500px) {
  .catList.catList2 {
    margin: 0 0 30px -20px;
  }
}
.catList.catList2 li {
  padding: 0 0 90px 35px;
  width: 33.3333%;
  font-size: 26px;
  line-height: 150%;
}
@media only screen and (max-width: 1600px) {
  .catList.catList2 li {
    font-size: 24px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 1200px) {
  .catList.catList2 li {
    font-size: 20px;
    line-height: 150%;
    padding: 0 0 70px 20px;
  }
}
@media only screen and (max-width: 950px) {
  .catList.catList2 li {
    font-size: 18px;
    line-height: 150%;
    padding: 0 0 50px 20px;
  }
}
@media only screen and (max-width: 500px) {
  .catList.catList2 li {
    width: 50%;
    padding: 0 0 0 20px;
  }
}
.catList.catList2 li:nth-child(2n) {
  margin-top: 0;
}
.catList.catList2 li:nth-child(3n-1) {
  margin-top: -180px;
}
@media only screen and (max-width: 1600px) {
  .catList.catList2 li:nth-child(3n-1) {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 1200px) {
  .catList.catList2 li:nth-child(3n-1) {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 500px) {
  .catList.catList2 li:nth-child(3n-1) {
    margin-top: 0;
  }
}
.catList.catList2 li:nth-child(3n) {
  margin-top: -360px;
}
@media only screen and (max-width: 1600px) {
  .catList.catList2 li:nth-child(3n) {
    margin-top: -200px;
  }
}
@media only screen and (max-width: 1200px) {
  .catList.catList2 li:nth-child(3n) {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 500px) {
  .catList.catList2 li:nth-child(3n) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 500px) {
  .catList.catList2 li:nth-child(2n) {
    margin-top: 40px;
  }
}
.catList.catList2 li .catPic:before {
  background-color: #f7f6f2;
}
.catList.catList2 li a:hover .catPic {
  transition: all 0.3s cubic-bezier(0.79, -0.35, 0.13, 1.02);
  background-size: 100%;
}
.catList.catList2.catListAll {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
}
@media only screen and (max-width: 950px) {
  .catList.catList2.catListAll {
    margin-bottom: 0;
  }
}
.catList.catList2.catListAll li {
  margin-top: 0 !important;
  padding-bottom: 40px;
}
.catList.catList2.catListAll2 {
  margin-top: 0;
}
@media only screen and (max-width: 950px) {
  .catList.catList2.catListAll2 {
    margin-bottom: 0;
  }
}
.catList.catList2.catListAll2 li {
  margin-top: 0 !important;
  padding-bottom: 40px;
}
.catList.catList2.catListAll2 li:nth-child(3n-1) {
  margin-top: 60px !important;
}
@media only screen and (max-width: 950px) {
  .catList.catList2.catListAll2 li:nth-child(3n-1) {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 500px) {
  .catList.catList2.catListAll2 li:nth-child(3n-1) {
    margin-top: 0 !important;
  }
}
.catList .cost {
  font-size: 19px;
  padding: 10px 0 0 0;
}
@media only screen and (max-width: 1600px) {
  .catList .cost {
    font-size: 18px;
  }
}
@media only screen and (max-width: 950px) {
  .catList .cost {
    font-size: 14px;
    padding: 5px 0 0 0;
  }
}
.catList .label {
  float: left;
  margin: 20px;
}
@media only screen and (max-width: 950px) {
  .catList .label {
    margin: 10px;
  }
}

@supports (background-blend-mode: multiply) {
  .catList li .catPic {
    background-blend-mode: multiply;
  }
  .catList li .catPic:before {
    display: none;
  }
}
.actionSlider {
  margin: 0 0 100px -120px;
  overflow: hidden;
}
@media only screen and (max-width: 1600px) {
  .actionSlider {
    margin: 0 0 100px -70px;
  }
}
@media only screen and (max-width: 1400px) {
  .actionSlider {
    margin: 0 0 70px -70px;
  }
}
@media only screen and (max-width: 1200px) {
  .actionSlider {
    margin: 0 0 50px -40px;
  }
}
@media only screen and (max-width: 950px) {
  .actionSlider {
    margin: 0 -20px 20px -20px;
    position: relative;
    z-index: 1;
    padding: 20px;
  }
}

.actSlidePic {
  position: relative;
  z-index: 1;
  height: 540px;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 1600px) {
  .actSlidePic {
    height: 440px;
  }
}
@media only screen and (max-width: 1400px) {
  .actSlidePic {
    height: 400px;
  }
}
@media only screen and (max-width: 1200px) {
  .actSlidePic {
    height: 350px;
  }
}
@media only screen and (max-width: 950px) {
  .actSlidePic {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
  }
}
.actSlidePic:hover + .sliderNav .next.active svg path {
  animation: none;
}
.actSlidePic li:before {
  display: none;
}
.actSlidePic li {
  padding: 0;
  position: absolute;
  left: 120px;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 0;
}
@media only screen and (max-width: 1600px) {
  .actSlidePic li {
    left: 70px;
  }
}
@media only screen and (max-width: 1200px) {
  .actSlidePic li {
    left: 40px;
  }
}
@media only screen and (max-width: 950px) {
  .actSlidePic li {
    left: 0;
  }
}
.actSlidePic li div {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: no-repeat right top;
  background-size: auto 100%;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.5s;
}
@media only screen and (max-width: 950px) {
  .actSlidePic li div {
    background-size: cover;
    width: 100%;
    opacity: 0;
  }
}
.actSlidePic li.active {
  z-index: 1;
}
.actSlidePic li.active div {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
}
@media only screen and (max-width: 950px) {
  .actSlidePic li.active div {
    opacity: 1;
  }
}
.actSlidePic:after {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #fff;
  transition-delay: 0.3s;
}
.actSlidePic.active:after {
  width: 0%;
}

.actSlidePic1 {
  float: left;
  width: 50%;
  padding: 0;
}

.actSlidePic2 {
  float: left;
  margin-left: 50%;
  width: 275px;
  height: 290px;
}
@media only screen and (max-width: 1600px) {
  .actSlidePic2 {
    height: 275px;
  }
}
@media only screen and (max-width: 1400px) {
  .actSlidePic2 {
    height: 240px;
    width: 240px;
  }
}
@media only screen and (max-width: 1200px) {
  .actSlidePic2 {
    height: 200px;
    width: 200px;
  }
}
@media only screen and (max-width: 950px) {
  .actSlidePic2 {
    display: none;
  }
}
.actSlidePic2 li {
  left: 0 !important;
}

.actSLiderCol {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 70px;
  position: relative;
  z-index: 1;
  height: 540px;
}
@media only screen and (max-width: 1600px) {
  .actSLiderCol {
    height: 440px;
    padding: 55px;
  }
}
@media only screen and (max-width: 1400px) {
  .actSLiderCol {
    padding: 40px;
    height: 400px;
  }
}
@media only screen and (max-width: 1200px) {
  .actSLiderCol {
    height: 350px;
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 950px) {
  .actSLiderCol {
    padding: 0;
    background: #fff;
    float: none;
    width: 100%;
    height: 220px;
  }
}
@media only screen and (max-width: 500px) {
  .actSLiderCol {
    height: 280px;
  }
}
@media only screen and (max-width: 950px) {
  .actSLiderCol .sliderNav {
    padding: 30px 35px;
  }
}

.actSlider {
  padding: 0;
  position: relative;
  z-index: 1;
}
.actSlider:hover + .sliderNav .next.active svg path {
  animation: none;
}
.actSlider li {
  position: absolute !important;
  z-index: 1;
  left: 0 !important;
  top: 0 !important;
  width: 100%;
  padding: 0;
}
.actSlider li:before {
  display: none;
}
.actSlider li {
  box-sizing: border-box;
}
@media only screen and (max-width: 950px) {
  .actSlider li {
    padding: 30px 35px;
  }
}
.actSlider li a {
  display: block;
  border: none;
  color: #151515;
  font-size: 24px;
  line-height: 150%;
}
@media only screen and (max-width: 1600px) {
  .actSlider li a {
    font-size: 18px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 950px) {
  .actSlider li a {
    font-size: 15px;
    line-height: 150%;
  }
}
.actSlider li a:hover .h3 {
  color: #13A826;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.actSlider li .h3, .actSlider li .p {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.actSlider li .p {
  color: #5A5975;
}
.actSlider li.slick-current .h3, .actSlider li.slick-current .p {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.1s;
}
.actSlider li.slick-current .p {
  transition-delay: 0.3s;
}
.actSlider .slick-track {
  width: 100% !important;
}

.mw50 {
  max-width: 50%;
}
@media only screen and (max-width: 950px) {
  .mw50 {
    max-width: 300px;
  }
}
@media only screen and (max-width: 500px) {
  .mw50 {
    max-width: none;
  }
}

.cost {
  display: block;
  color: #929292;
}
.cost s {
  color: #f45b77;
  font-size: 80%;
  padding-right: 10px;
}
.cost.costTotal {
  float: right;
  font-size: 48px;
  line-height: 1;
  color: #151515;
  font-family: "FuturaPTLight", Arial, Helvetica, sans-serif;
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 1200px) {
  .cost.costTotal {
    font-size: 36px;
    line-height: 1;
  }
}
@media only screen and (max-width: 500px) {
  .cost.costTotal {
    float: none;
    clear: both;
    text-align: center;
  }
}
.cost.costTotal s {
  font-size: 50%;
  padding-right: 20px;
}

.label {
  display: inline-block;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px;
  line-height: 1;
  background: #e4ac01;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .label {
    font-size: 13px;
    line-height: 1;
    padding: 5px 7px;
  }
}
@media only screen and (max-width: 950px) {
  .label {
    font-size: 11px;
    line-height: 1;
  }
}
.label.pink {
  background: #f45b77;
}

.pItems {
  padding: 0 0 30px 0;
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .pItems {
    padding: 0 0 20px 0;
  }
}
.pItems li:before {
  display: none;
}
.pItems li {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: left;
}
.pItems li a, .pItems li .a {
  display: inline-block;
  vertical-align: middle;
  border: none;
  box-sizing: border-box;
  padding: 0 20px;
}
@media only screen and (max-width: 500px) {
  .pItems li a, .pItems li .a {
    padding: 0 10px;
  }
}
.pItems li a:first-child, .pItems li .a:first-child {
  padding-left: 0;
}
.pItems li a:last-child, .pItems li .a:last-child {
  padding-right: 0;
}
.pItems li a:hover img, .pItems li .a:hover img {
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.pItems li img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.2;
}

.slick-slide {
  outline: none;
}

.navCaption, .navCaption2 {
  padding-right: 120px;
}
@media only screen and (max-width: 750px) {
  .navCaption, .navCaption2 {
    padding-right: 120px;
  }
}

@media only screen and (max-width: 500px) {
  .navCaption2 p {
    padding: 0 120px 0 0;
  }
}
@media only screen and (max-width: 500px) {
  .navCaption2 {
    padding-right: 0;
  }
}

#container {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #fff;
  border-bottom: 0px solid transparent;
}
@media only screen and (max-width: 950px) {
  #container {
    margin: 0 !important;
  }
}

.page_footer {
  clear: both;
  background: #0f7d4e;
  background: linear-gradient(135deg, #01545a 0%, #13a826 100%);
  color: #fff;
  position: fixed;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 950px) {
  .page_footer {
    position: relative;
  }
}
.page_footer .siteWidth {
  max-width: none;
}
.page_footer h4 {
  color: #fff;
}
.page_footer .agree {
  color: rgba(255, 255, 255, 0.5);
}
.page_footer .agree a {
  color: #fff;
  border-bottom-color: transparent;
}
.page_footer .agree a:hover {
  border-bottom-color: #fff;
}

.fLogo {
  margin-top: 10px;
  max-width: 200px;
  margin-left: auto;
  border: 0 !important;
}
@media only screen and (max-width: 500px) {
  .fLogo {
    margin-left: 0;
  }
}

.fLogo:hover {
  border: 0 !important;
}

.fLogo img {
  max-width: 100%;
}
@media only screen and (max-width: 500px) {
  .fLogo img {
    max-width: 200px;
  }
}

.footer {
  clear: both;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  padding: 70px 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1600px) {
  .footer {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .footer {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 950px) {
  .footer {
    padding: 20px 0;
  }
  .footer .fCenter {
    width: 40%;
  }
}
@media only screen and (max-width: 500px) {
  .footer {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .footer .fMenu {
    order: 1;
  }
  .footer .fCopy {
    order: 2;
  }
  .footer .fCenter {
    order: 3;
  }
}
.footer a {
  color: #fff;
  border-bottom-color: transparent;
}
.footer a:not(.fLogo):hover, .footer a:not(.fLogo) .current {
  border-bottom-color: #fff;
}

.formSbscr {
  width: 460px;
  padding: 100px 0 80px 0;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .formSbscr {
    padding: 70px 0 50px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .formSbscr {
    padding: 50px 0 30px 0;
  }
}
@media only screen and (max-width: 950px) {
  .formSbscr {
    padding: 20px 0 0 0;
    width: 400px;
  }
}
@media only screen and (max-width: 500px) {
  .formSbscr {
    width: 100%;
  }
}
.formSbscr a {
  color: #fff;
}

.fSbcr {
  position: relative;
  z-index: 1;
  padding: 0 69px 0 0;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 950px) {
  .fSbcr {
    padding: 0 49px 0 0;
  }
}
.fSbcr .inpText {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.25);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: transparent;
  color: #fff;
  padding: 0 35px;
  height: 70px;
  font-size: 19px;
  line-height: normal;
}
@media only screen and (max-width: 950px) {
  .fSbcr .inpText {
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
  }
}
.fSbcr .inpText::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fSbcr .inpText:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fSbcr .inpText::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fSbcr .inpText:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fSbcr .inpText:focus, .fSbcr .inpText:hover {
  border-color: white;
}
.fSbcr .inpText + label.error {
  color: #f45b77;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  font-size: 14px;
  line-height: 1;
  margin: 5px 0 0 0;
  white-space: nowrap;
}
@media only screen and (max-width: 950px) {
  .fSbcr .inpText + label.error {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1;
  }
}
.fSbcr .inpText.error {
  border-color: #f45b77;
  color: #f45b77;
}
.fSbcr .sbm {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.25);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  box-sizing: border-box;
  font-size: 15px;
}
@media only screen and (max-width: 950px) {
  .fSbcr .sbm {
    width: 50px;
    height: 50px;
    font-size: 13px;
  }
}
.fSbcr .sbm:hover, .fSbcr .sbm:focus {
  border-color: white;
  color: white;
}

.formOk {
  display: none;
}

.agree {
  font-size: 16px;
  line-height: 150%;
}
@media only screen and (max-width: 950px) {
  .agree {
    font-size: 14px;
    line-height: 150%;
  }
}

.fMenu {
  width: 20%;
  padding: 0;
}
@media only screen and (max-width: 750px) {
  .fMenu {
    width: 25%;
  }
}
@media only screen and (max-width: 500px) {
  .fMenu {
    overflow: hidden;
    padding: 0 0 20px 0;
    width: auto;
  }
}
@media only screen and (max-width: 500px) {
  .fMenu li {
    float: left;
    width: 50%;
  }
}
.fMenu li:before {
  display: none;
}
.fMenu li {
  padding: 0 0 10px 0;
}
.fMenu li:last-child {
  padding: 0;
}

.fCopy {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
}
@media only screen and (max-width: 750px) {
  .fCopy {
    width: 25%;
  }
}
@media only screen and (max-width: 500px) {
  .fCopy {
    width: auto;
    text-align: left;
    overflow: hidden;
  }
}
.fCopy .btn {
  border: 1px solid #fff;
  margin: 0 0 45px 0;
}
@media only screen and (max-width: 1200px) {
  .fCopy .btn {
    margin: 0 0 38px 0;
  }
}
@media only screen and (max-width: 500px) {
  .fCopy .btn {
    margin: 0 0 20px 0;
  }
}
.fCopy p {
  color: #ffffff;
  padding: 10px 0 0 0;
}
@media only screen and (max-width: 500px) {
  .fCopy .fCopyText {
    float: left;
  }
}
@media only screen and (max-width: 500px) {
  .fCopy .fCopyAV {
    float: right;
  }
}

.fCenter {
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 0 20px;
}
@media only screen and (max-width: 500px) {
  .fCenter {
    padding: 0;
    display: block;
    text-align: left;
  }
}
.fCenter .fBtn {
  padding: 0 0 20px 0;
}
.fCenter .fBtn .btn {
  border-color: rgba(255, 255, 255, 0.5);
}
.fCenter p {
  color: rgba(255, 255, 255, 0.5);
  padding: 0;
}

.btn-and-title {
  margin-top: -25px;
  float: left;
}
@media only screen and (max-width: 500px) {
  .btn-and-title {
    margin-top: 0;
  }
}

.btn {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #fff;
  padding: 15px 20px;
  color: #fff;
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
}
@media only screen and (max-width: 950px) {
  .btn {
    padding: 12px 15px;
  }
}
@media only screen and (max-width: 500px) {
  .btn {
    padding: 15px 20px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }
}
.btn:hover {
  border-color: #fff;
  background: #fff;
  color: #13A826;
}
.btn span {
  padding: 0 0 0 20px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 950px) {
  .btn span {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .btn span {
    float: right;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 950px) {
  .btn span.icon-ico-letter:before {
    font-size: 12px;
  }
}
@media only screen and (max-width: 950px) {
  .btn span:before {
    font-size: 15px;
  }
}
.btn.btn2 {
  color: #5A5975;
  border-color: #ebebeb;
  width: 250px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1300px) {
  .btn.btn2 {
    width: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .btn.btn2 {
    width: 220px;
  }
}
@media only screen and (max-width: 950px) {
  .btn.btn2 {
    width: 200px;
  }
}
@media only screen and (max-width: 500px) {
  .btn.btn2 {
    width: 100%;
  }
}
.btn.btn2 span {
  float: right;
  margin-top: 3px;
  margin-left: -100%;
}
.btn.btn2 span.icon-ico-letter {
  margin-top: 6px;
}
@media only screen and (max-width: 950px) {
  .btn.btn2 span.icon-ico-letter {
    margin-top: 3px;
  }
}
.btn.btn2:hover {
  color: #13A826;
  border-color: #13A826;
}
.btn.btn3 {
  width: 100%;
  background: #fff;
  color: #5A5975;
  box-sizing: border-box;
}
.btn.btn3:hover {
  color: #13A826;
}
.btn.btn3 span {
  float: right;
  margin-top: 3px;
  margin-left: -100%;
}
.btn.btn3 span.icon-ico-letter {
  margin-top: 6px;
}
@media only screen and (max-width: 950px) {
  .btn.btn3 span.icon-ico-letter {
    margin-top: 3px;
  }
}
.btn.btn4 {
  color: #13A826;
  background: #ffffff;
  border-color: #13A826;
  margin-right: 10px;
  box-sizing: border-box;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "FuturaPTLight", Arial, Helvetica, sans-serif;
  outline: none;
  font-size: 15px;
  line-height: normal;
  cursor: pointer;
}
.btn.btn4.show-more {
  width: 25%;
  display: unset;
  font-weight: 600;
}
.btn.btn4.show-more:hover {
  font-weight: 500;
}
@media only screen and (max-width: 500px) {
  .btn.btn4.show-more {
    width: 100%;
  }
}
.btn.btn4.btn-red {
  margin: 0;
  border-color: #f45b77;
  color: #f45b77;
}
.btn.btn4.btn-red:hover {
  color: #ffffff;
  border-color: #f45b77;
  background: #f45b77;
}
.btn.btn4.btn-green {
  color: #ffffff;
  border: 2px solid #37a816;
  background: #37a816;
  text-align: center;
  margin: 0;
}
.btn.btn4.btn-gray {
  color: #AFB2C4;
  border: 2px solid #eff3f8;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 1300px) {
  .btn.btn4 {
    width: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .btn.btn4 {
    width: 220px;
  }
}
@media only screen and (max-width: 950px) {
  .btn.btn4 {
    width: 200px;
  }
}
@media only screen and (max-width: 500px) {
  .btn.btn4 {
    width: 100%;
  }
}
.btn.btn4 span {
  float: right;
  margin-top: 2px;
  margin-left: -100%;
}
.btn.btn4 span.icon-ico-letter {
  margin-top: 6px;
}
@media only screen and (max-width: 950px) {
  .btn.btn4 span.icon-ico-letter {
    margin-top: 3px;
  }
}
.btn.btn4:hover {
  color: #ffffff;
  border-color: #37a816;
  background: #37a816;
}
.btn.btn4.disabled {
  color: #ffffff;
  border-color: #cfcdce;
  background: #cfcdce;
}
.btn.btn5 {
  color: #ffffff;
  background: #37a816;
  border-color: #37a816;
  margin-right: 10px;
  box-sizing: border-box;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "FuturaPTLight", Arial, Helvetica, sans-serif;
  outline: none;
  font-size: 15px;
  line-height: normal;
}
.btn.btn5.btn-gray {
  color: #AFB2C4;
  border: 2px solid #eff3f8;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 1300px) {
  .btn.btn5 {
    width: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .btn.btn5 {
    width: 220px;
  }
}
@media only screen and (max-width: 950px) {
  .btn.btn5 {
    width: 200px;
  }
}
@media only screen and (max-width: 500px) {
  .btn.btn5 {
    width: 100%;
  }
}
.btn.btn5 span {
  float: right;
  margin-top: 3px;
  margin-left: -100%;
}
.btn.btn5 span.icon-ico-letter {
  margin-top: 6px;
}
@media only screen and (max-width: 950px) {
  .btn.btn5 span.icon-ico-letter {
    margin-top: 3px;
  }
}
.btn.btn5:hover {
  color: #ffffff;
  border-color: #1f664f;
  background: #1f664f;
}
.btn.btn5.disabled {
  color: #ffffff;
  border-color: #cfcdce;
  background: #cfcdce;
}

.scrFinish .header .siteWidth, .scrFinish .aside, .scrFinish .article {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 950px) {
  .scrFinish .header .siteWidth, .scrFinish .aside, .scrFinish .article {
    opacity: 1;
  }
}

.pageStartOut.out {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.loader {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1);
}
.loader.out {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.loader svg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 200px;
  height: 200px;
}
@media only screen and (max-width: 950px) {
  .loader svg {
    width: 150px;
    height: 150px;
  }
}
.loader svg path {
  fill: #ebebeb;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.loader svg path:nth-child(2n) {
  transition-delay: 0.05s;
}
.loader svg path:nth-child(3n) {
  transition-delay: 0.1s;
}
.loader .loadst0.active {
  fill: #A51380;
}
.loader .loadst1.active {
  fill: #A90069;
}
.loader .loadst2.active {
  fill: #821D80;
}
.loader .loadst3.active {
  fill: #FFEC00;
}
.loader .loadst4.active {
  fill: #FFCB00;
}
.loader .loadst5.active {
  fill: #EE7C00;
}
.loader .loadst6.active {
  fill: #E2000F;
}
.loader .loadst7.active {
  fill: #E0194B;
}
.loader .loadst8.active {
  fill: #E9506C;
}
.loader .loadst9.active {
  fill: #BAB400;
}
.loader .loadst10.active {
  fill: #4EAD3B;
}
.loader .loadst11.active {
  fill: #005259;
}
.loader .loadst12.active {
  fill: #0B9933;
}
.loader .loadst13.active {
  fill: #005057;
}
.loader .loadst14.active {
  fill: #485155;
}

.date {
  float: right;
  padding-left: 20px;
}

.h20 {
  clear: both;
  height: 20px;
}
@media only screen and (max-width: 950px) {
  .h20 {
    height: 10px;
  }
}

.innerpage .logo, .innerpage .header, .innerpage .menu, .innerpage .asideFooter {
  opacity: 1;
}

.sort {
  padding: 0 0 40px 0;
}
@media only screen and (max-width: 1200px) {
  .sort {
    padding: 0 0 20px 0;
  }
}
.sort li:before {
  display: none;
}
.sort li {
  padding: 0 15px 0 0;
  display: inline;
}
.sort a {
  border: none;
  color: #5A5975;
}
.sort a:hover, .sort a.current {
  color: #13A826;
}

.colContent1 {
  float: left;
  width: 75%;
}
@media only screen and (max-width: 1200px) {
  .colContent1 {
    width: 72%;
  }
}
@media only screen and (max-width: 750px) {
  .colContent1 {
    width: 100%;
    float: none;
  }
}

.colContent2 {
  float: right;
  width: 20%;
}
@media only screen and (max-width: 1200px) {
  .colContent2 {
    width: 23%;
  }
}
@media only screen and (max-width: 750px) {
  .colContent2 {
    width: 100%;
    float: none;
  }
}

.colContent3 {
  float: left;
  width: 68%;
}
@media only screen and (max-width: 750px) {
  .colContent3 {
    width: 100%;
    float: none;
  }
}

.colContent4 {
  float: right;
  width: 27%;
}
@media only screen and (max-width: 750px) {
  .colContent4 {
    width: 100%;
    float: none;
  }
}
.colContent4 .jq-file {
  width: 100%;
}

.colContent5 {
  float: right;
  width: 20%;
}
@media only screen and (max-width: 750px) {
  .colContent5 {
    width: 100%;
    float: none;
  }
}
.colContent5 .jq-file {
  width: 100%;
}

.sSelect {
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
  padding: 0 0 20px 0;
}
.sSelect--custom {
  display: inline-block;
  padding: 0 0 20px 0;
}
.sSelect .icon-ico-arr-right {
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(90deg);
  display: inline-block;
  vertical-align: middle;
  color: #13A826;
}
@media only screen and (max-width: 950px) {
  .sSelect .icon-ico-arr-right {
    font-size: 12px;
  }
}
.sSelect.active {
  color: #13A826;
}
.sSelect.active .icon-ico-arr-right {
  transform: rotate(-90deg);
}
.sSelect:hover {
  color: #13A826;
}
.sSelect.sSelect2 {
  padding: 0;
  border: none;
  position: relative;
  z-index: 20;
}
.sSelect.sSelect2 .icon-ico-arr-right {
  margin: 0 0 0 5px;
  font-size: 9px;
}

.subSelect {
  position: relative;
  z-index: 10;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 1200px) {
  .subSelect {
    margin: 0;
  }
}
.subSelect.active {
  z-index: 100;
}

.subBlock {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 40px rgba(37, 90, 199, 0.2);
  background: #fff;
  padding: 30px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1200px) {
  .subBlock {
    padding: 20px;
  }
}
.subBlock.active {
  opacity: 1;
  visibility: visible;
}

.subList {
  padding: 0;
  margin: -20px 0 0 -40px;
}
@media only screen and (max-width: 1200px) {
  .subList {
    margin: -20px 0 0 -20px;
  }
}
.subList li {
  margin: 0 -5px 0 0;
  padding: 20px 0 0 40px;
  display: inline-block;
  vertical-align: top;
}
.subList li:before {
  display: none;
}
.subList li {
  width: 33.3333%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  .subList li {
    padding: 20px 0 0 20px;
  }
}
@media only screen and (max-width: 500px) {
  .subList li {
    width: 50%;
  }
}
@media only screen and (max-width: 330px) {
  .subList li {
    width: 100%;
  }
}

.subItem {
  border: none;
  color: #151515;
  display: table;
  width: 100%;
}
.subItem:hover {
  color: #13A826;
}
.subItem:hover .subName {
  padding: 0 0 0 15px;
  color: #13A826;
}
.subItem:hover .subName .icon-ico-arr-right {
  opacity: 1;
  color: #13A826;
}
.subItem .subPicCont {
  display: table-cell;
  width: 70px;
  vertical-align: middle;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .subItem .subPicCont {
    width: 55px;
  }
}
@media only screen and (max-width: 500px) {
  .subItem .subPicCont {
    width: 50px;
  }
}
.subItem .subPic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  vertical-align: middle;
  background: #fff no-repeat center bottom;
  background-size: contain;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 1200px) {
  .subItem .subPic {
    width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
  }
}
@media only screen and (max-width: 500px) {
  .subItem .subPic {
    margin: 0 10px 0 0;
  }
}
.subItem .subPic:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7f6f2;
  opacity: 0.5;
}
.subItem .icon-ico-arr-right {
  display: inline-block;
  vertical-align: middle;
}
.subItem .subNameCont {
  display: table-cell;
  vertical-align: middle;
}
.subItem .subName {
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #151515;
  box-sizing: border-box;
  padding: 0 15px 0 0;
  text-align: left;
}
.subItem .subName .icon-ico-arr-right {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #151515;
  opacity: 0;
}

@supports (background-blend-mode: multiply) {
  .subList li .subPic {
    background-color: #f7f6f2;
    background-blend-mode: multiply;
  }
  .subList li .subPic:after {
    display: none;
  }
}
.favList span.gray {
  color: #ebebeb;
  margin-left: 9%;
}
@media only screen and (max-width: 750px) {
  .favList span.gray {
    margin-left: 0;
  }
}
.favList span.gray:hover {
  color: #929292;
}

.cabColRight p.gray {
  color: #AFB2C4;
}
.cabColRight p.gray:hover {
  color: #929292;
}

.summ-title {
  float: right;
  margin-top: -40px;
}
@media only screen and (max-width: 750px) {
  .summ-title {
    margin-top: 10px;
  }
}

.inpCheck {
  display: block;
  padding: 0 20px 7px 27px;
  position: relative;
  z-index: 1;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.inpCheck:hover:not(.disabled) {
  color: #13A826;
}
.inpCheck:hover:not(.disabled).not_hover {
  color: #AFB2C4;
}
.inpCheck.disabled {
  opacity: 0.5;
}
.inpCheck span {
  display: block;
}
.inpCheck span:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #eff3f8;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 1200px) {
  .inpCheck span:before {
    top: 4px;
  }
}
@media only screen and (max-width: 750px) {
  .inpCheck span:before {
    top: 2px;
  }
}
.inpCheck span:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 6px;
  top: 8px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  width: 3px;
  height: 7px;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  .inpCheck span:after {
    top: 6px;
  }
}
@media only screen and (max-width: 750px) {
  .inpCheck span:after {
    top: 4px;
  }
}
.inpCheck input {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-appearance: checkbox;
}
.inpCheck input.error + label {
  display: none !important;
}
.inpCheck input.error + label + span:before {
  box-shadow: 0 0 0 1px #f45b77 inset;
}
.inpCheck input:checked + span:before, .inpCheck input:checked + label + span:before {
  background: #13A826;
}
.inpCheck input:checked + span:after, .inpCheck input:checked + label + span:after {
  opacity: 1;
}

.filter.resetLink {
  padding: 10px 0 20px 0;
}
@media only screen and (max-width: 1200px) {
  .filter.resetLink {
    padding: 0 0 20px 0;
  }
}

.filterItem {
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 750px) {
  .filterItem {
    float: left;
    width: 33.3333%;
  }
}
@media only screen and (max-width: 500px) {
  .filterItem {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .filterItem:nth-child(2n) {
    float: right;
  }
}
.filterItem p {
  padding: 0 0 10px 0;
}
.filterItem .disabled {
  cursor: not-allowed;
}
.filterItem .disabled span {
  color: #ccc;
}
.filterItem .filter-values.collapsed {
  overflow: hidden;
  height: 130px;
}
.filterItem .filter-collapse span {
  cursor: pointer;
  color: #13A826;
  margin-left: 30px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  right: -8px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  border-radius: 2px;
  background: #babcbf;
  height: 4px;
}

.noUi-connect {
  background: #13a826;
  border-radius: 2px;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  background: #13a826;
  border-radius: 50%;
  cursor: move;
  height: 16px;
  /* left: 0; */
  outline: none;
  top: -6px;
  width: 16px;
  right: 0;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.inpText2, .inpText3, .inpText4 {
  background: #eff3f8;
  border: none;
  padding: 7px 15px;
  display: block;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  width: 100%;
  color: #151515;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 16px;
}
@media only screen and (max-width: 950px) {
  .inpText2, .inpText3, .inpText4 {
    font-size: 14px;
    padding: 7px 10px;
  }
}
.inpText2:hover, .inpText3:hover, .inpText4:hover {
  box-shadow: 0 0 0 1px #13A826 inset;
}
.inpText2:hover + .btn-red, .inpText3:hover + .btn-red, .inpText4:hover + .btn-red {
  border-left-color: transparent;
}
.inpText2.error, .inpText3.error, .inpText4.error {
  box-shadow: 0 0 0 1px #e9506c inset;
}
.inpText2:focus, .inpText3:focus, .inpText4:focus {
  background: #fff;
  box-shadow: 0 0 0 1px #13A826 inset;
}
.inpText2[disabled], .inpText3[disabled], .inpText4[disabled] {
  pointer-events: none;
}

.inpText3, .inpText4 {
  padding: 15px 20px;
  font-size: 18px;
  line-height: normal;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .inpText3, .inpText4 {
    padding: 11px 15px;
  }
}
@media only screen and (max-width: 950px) {
  .inpText3, .inpText4 {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 750px) {
  .inpText3, .inpText4 {
    padding: 10px 15px;
    font-size: 16px;
    line-height: normal;
  }
}
.inpText3.error, .inpText4.error {
  color: #f45b77;
  box-shadow: 0 0 0 1px #f45b77 inset;
}
.inpText3 + label.error, .inpText4 + label.error {
  color: #f45b77;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  font-size: 14px;
  line-height: 1;
  margin: 2px 0 0 0;
  white-space: nowrap;
}
@media only screen and (max-width: 950px) {
  .inpText3 + label.error, .inpText4 + label.error {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1;
  }
}

.inpText4 {
  padding: 13px 20px 14px 20px;
  background: #fff;
  box-shadow: 0 0 0 1px #ebebeb inset;
}
@media only screen and (max-width: 1200px) {
  .inpText4 {
    padding: 13px 20px 14px 20px;
  }
}
@media only screen and (max-width: 950px) {
  .inpText4 {
    padding: 16px 20px;
  }
}
@media only screen and (max-width: 750px) {
  .inpText4 {
    padding: 15px 20px 14px 20px;
  }
}

textarea.inpText3 {
  overflow: auto;
  width: 100%;
  height: 125px;
}

.rangeCol {
  float: left;
  width: 100%;
  position: absolute;
}
.rangeCol .inpText2 {
  text-align: center;
}

#date_time_card .rangeCol {
  width: 100%;
  position: absolute;
}

.rangeSep {
  float: left;
  width: 10%;
  box-sizing: border-box;
  padding: 0 5px;
}
.rangeSep:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #151515;
  margin: 17px 0 0 0;
  display: block;
}

.resetLink {
  text-align: center;
}
.resetLink a {
  border: none;
  display: inline-block;
  color: #151515;
  line-height: 1;
}
.resetLink a:hover {
  color: #13A826;
}
.resetLink a:hover .x-ico:before, .resetLink a:hover .x-ico:after {
  background: #13A826;
}
.resetLink.resetLink2 {
  text-align: right;
  padding-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  .resetLink.resetLink2 {
    padding-bottom: 15px;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.width-webkit {
  width: 100% !important;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 750px) {
  .width-webkit {
    width: -moz-max-content !important;
    width: max-content !important;
    white-space: nowrap;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.flex {
  display: flex;
}

.float-left {
  float: left;
}

.resetOrder {
  text-align: end;
}
.resetOrder a {
  border: none;
  display: inline-block;
  color: #AFB2C4;
  line-height: 1;
}
.resetOrder a .x-ico:before, .resetOrder a .x-ico:after {
  background: #AFB2C4;
}
.resetOrder a:hover {
  color: #13A826;
}
.resetOrder a:hover .x-ico:before, .resetOrder a:hover .x-ico:after {
  background: #13A826;
}

.colFilter {
  /*position: sticky;
  right: 0;
  top:100px;*/
}

.filterLink {
  display: none;
  margin: -42px 0 0 0;
  float: right;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 750px) {
  .filterLink {
    display: block;
  }
}

.filterHide {
  margin-top: -67px;
  backface-visibility: hidden;
}
@media only screen and (max-width: 750px) {
  .filterHide {
    display: none;
    transition: none !important;
    transform: none !important;
    overflow: hidden;
  }
}

.mobShow {
  display: none !important;
}
@media only screen and (max-width: 500px) {
  .mobShow {
    display: block !important;
  }
}

@media only screen and (max-width: 500px) {
  .mobHide {
    display: none !important;
  }
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  backface-visibility: hidden;
  transition-property: transform, opacity;
  transform-style: preserve-3d;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: grabbing;
}

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
  opacity: 0.3;
}

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
  left: 20px;
  transform: rotate(-135deg);
}

.fancybox-button--right:after {
  right: 20px;
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  transform: scaleX(-1);
}

.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

.fancybox-slide > .fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, 0.4);
  border-top: 6px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left, .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

.fancybox-button--pause:before, .fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}

.fancybox-button--thumbs, .fancybox-thumbs {
  display: none;
}

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
.fancybox-bg {
  background: #fff;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.7;
}

@media only screen and (max-width: 500px) {
  .fancybox-close-small {
    width: 20px !important;
    height: 20px !important;
    top: 8px !important;
    right: 10px !important;
  }
}

.fancybox-slide .modal {
  padding: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 500px) {
  .fancybox-slide .modal {
    padding: 20px;
    margin: 0;
  }
}

.fancybox-arrow, .fancybox-show-nav .fancybox-arrow {
  color: #5A5975;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}
.fancybox-arrow:after, .fancybox-show-nav .fancybox-arrow:after {
  content: "\e902";
  font-family: "icomoon";
  font-size: 32px;
  background: none;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  .fancybox-arrow:after, .fancybox-show-nav .fancybox-arrow:after {
    font-size: 24px;
    width: 40px;
  }
}
.fancybox-arrow:hover, .fancybox-show-nav .fancybox-arrow:hover {
  color: #13A826;
}

ul.multiselect__content li:before {
  content: unset;
}
ul.multiselect__content li {
  padding: 0;
}

.multiselect__option--highlight {
  background: #0b9933 !important;
}

.multiselect__option span {
  font-family: "FuturaPTBook", Arial, Helvetica, sans-serif !important;
  font-size: 18px !important;
}
@media only screen and (max-width: 500px) {
  .multiselect__option span {
    font-size: 14px !important;
  }
}

.multiselect__tags {
  border-radius: 0 !important;
  padding: 5px 40px 5px 8px !important;
}
.multiselect__tags .multiselect__tag {
  font-family: "FuturaPTBook", Arial, Helvetica, sans-serif !important;
  font-size: 17px !important;
  margin-bottom: 0 !important;
  display: inline-flex !important;
  border-radius: 0 !important;
  background: #0b9933 !important;
  margin-top: 4px !important;
}
@media only screen and (max-width: 500px) {
  .multiselect__tags .multiselect__tag {
    font-size: 14px !important;
  }
}
.multiselect__tags .multiselect__tag .multiselect__tag-icon {
  background: #0b9933 !important;
}
.multiselect__tags .multiselect__tag .multiselect__tag-icon:after {
  color: #ffffff !important;
}
.multiselect__tags .multiselect__placeholder {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  font-family: "FuturaPTBook", Arial, Helvetica, sans-serif !important;
  font-size: 18px !important;
}
@media only screen and (max-width: 500px) {
  .multiselect__tags .multiselect__placeholder {
    font-size: 14px !important;
  }
}

.modal {
  background: #fff;
  display: none;
  max-width: 520px;
  width: 100%;
  box-shadow: 0 0 40px rgba(37, 90, 199, 0.2);
  overflow: hidden;
}
.modal .h4 {
  text-align: center;
}

.fancybox-enabled .aside {
  position: relative;
}

.fancybox-close-small, .fancybox-button--close {
  background: none !important;
  outline: none;
}
.fancybox-close-small:after, .fancybox-close-small:before, .fancybox-button--close:after, .fancybox-button--close:before {
  border-radius: 0;
  outline: none;
  background: none;
  font-size: 24px;
  background: #5A5975;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fancybox-close-small:hover, .fancybox-button--close:hover {
  background: none;
}
.fancybox-close-small:hover:after, .fancybox-close-small:hover:before, .fancybox-button--close:hover:after, .fancybox-button--close:hover:before {
  background: #13A826 !important;
}
.fancybox-close-small:focus, .fancybox-button--close:focus {
  outline: none;
}
.fancybox-close-small:focus:after, .fancybox-close-small:focus:before, .fancybox-button--close:focus:after, .fancybox-button--close:focus:before {
  outline: none;
}

.dateClass {
  z-index: 0 !important;
}
.dateClass input::-webkit-calendar-picker-indicator {
  color: #ccc;
}

#user_info_form .jq-selectbox {
  color: rgb(21, 21, 21);
}

.favList .form-label {
  margin-left: -5px;
  line-height: 2;
}
@media only screen and (max-width: 500px) {
  .favList .form-label {
    margin-left: 0;
  }
}

.customLineRadio {
  margin-top: 10px;
}
.customLineRadio input {
  -webkit-appearance: radio;
}
.customLineRadio .form_radio {
  margin-right: 25px;
}
.customLineRadio .form_radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.customLineRadio .form_radio input[type=radio] + .radio-label:before {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #158434;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.customLineRadio .form_radio input[type=radio]:checked + .radio-label:before {
  background-color: #14a827;
  box-shadow: inset 0 0 0 4px #ffffff;
}
.customLineRadio .form_radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #0b9933;
}
.customLineRadio .form_radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: rgb(180.25, 180.25, 180.25);
  background: rgb(180.25, 180.25, 180.25);
}
.customLineRadio .form_radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.x-ico, .fancybox-close-small {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 1;
  margin: 2px 10px 0 0;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1200px) {
  .x-ico, .fancybox-close-small {
    margin-top: 1px;
  }
}
@media only screen and (max-width: 950px) {
  .x-ico, .fancybox-close-small {
    width: 12px;
    height: 12px;
    margin: 2px 7px 0 0;
  }
}
.x-ico:before, .x-ico:after, .fancybox-close-small:before, .fancybox-close-small:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translateX(-50%) translateY(-50%);
  background: #5A5975;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  outline: none !important;
  border: none !important;
}
@media only screen and (max-width: 500px) {
  .x-ico:before, .x-ico:after, .fancybox-close-small:before, .fancybox-close-small:after {
    background: #929292;
  }
}
.x-ico:after, .fancybox-close-small:after {
  width: 2px;
  height: 100%;
}
.x-ico:focus:before, .x-ico:focus:after, .x-ico:hover:before, .x-ico:hover:after, .fancybox-close-small:focus:before, .fancybox-close-small:focus:after, .fancybox-close-small:hover:before, .fancybox-close-small:hover:after {
  outline: none;
}

.fancybox-close-small {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  margin: 0;
  border: 15px solid transparent;
  box-sizing: content-box;
}
.fancybox-close-small:hover:before, .fancybox-close-small:hover:after {
  background: #13A826;
}

.jq-file {
  display: inline-block;
  border: 1px solid #ebebeb;
  white-space: nowrap;
  width: 300px;
  box-sizing: border-box;
  padding: 10px 50px 10px 20px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
  vertical-align: middle;
}
@media only screen and (max-width: 750px) {
  .jq-file {
    padding: 10px 45px 10px 15px;
  }
}
@media only screen and (max-width: 500px) {
  .jq-file {
    width: 100%;
  }
}
.jq-file:hover {
  border-color: #13A826;
  color: #13A826;
}
.jq-file .jq-file__browse {
  display: none;
}
.jq-file .jq-file__name {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jq-file:after {
  content: "\e910";
  position: absolute;
  z-index: -1;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  .jq-file:after {
    right: 15px;
  }
}
.jq-file.filew100 {
  width: 100%;
}

.lineForm {
  margin: 0 0 20px 0;
  position: relative;
  z-index: 1;
}
.lineForm.lineFormText {
  z-index: 10;
}
.lineForm.lineFormText textarea.texthidden {
  display: block !important;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0;
}
.lineForm.lineFormText textarea.texthidden.error + label + .emoji-wysiwyg-editor {
  box-shadow: 0 0 0 1px #f45b77 inset;
  color: #f45b77;
}
.lineForm .jq-selectbox {
  width: 100%;
}

span.emoji {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 1em;
  height: 1em;
  background-size: 1em;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

span.emoji-sizer {
  line-height: 0.81em;
  font-size: 1em;
  margin: -2px 0;
}

span.emoji-outer {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  height: 1em;
  width: 1em;
}

span.emoji-inner {
  display: -moz-inline-box;
  display: inline-block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
}

img.emoji {
  width: 1em;
  height: 1em;
}

.emoji-wysiwyg-editor:empty:before {
  content: attr(placeholder);
  color: #9aa2ab;
}

.emoji-picker-container {
  position: relative;
}

.emoji-picker-icon {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 22px;
  z-index: 100;
  color: #5A5975;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 950px) {
  .emoji-picker-icon {
    right: 5px;
    top: 5px;
    font-size: 20px;
  }
}
.emoji-picker-icon:hover {
  color: #13A826;
}

.emoji-picker-icon.parent-has-scroll {
  right: 28px;
}

.emoji-picker-icon:hover {
  opacity: 1;
}

/* Emoji area */
.emoji-wysiwyg-editor:empty:before {
  content: attr(placeholder);
  color: #9aa2ab;
}

.emoji-wysiwyg-editor:active:before,
.emoji-wysiwyg-editor:focus:before {
  content: none;
}

.emoji-wysiwyg-editor {
  padding-right: 40px;
  min-height: 180px;
  height: 180px;
  max-height: 180px;
  overflow: auto;
  line-height: 150%;
  -webkit-user-select: text;
  word-wrap: break-word;
  outline: none;
}
@media only screen and (max-width: 1200px) {
  .emoji-wysiwyg-editor {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 950px) {
  .emoji-wysiwyg-editor {
    padding-right: 30px;
  }
}

.emoji-wysiwyg-editor.parent-has-scroll {
  padding-right: 40px;
}

.emoji-wysiwyg-editor.single-line-editor {
  min-height: 35px;
  height: inherit;
}

.emoji-wysiwyg-editor img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: -3px 0 0 0;
}

.emoji-menu {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 999;
  width: 225px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 40px rgba(37, 90, 199, 0.2);
}

.emoji-items-wrap1 {
  background: #ffffff;
  padding: 5px 2px 5px 5px;
}

.emoji-items-wrap1 .emoji-menu-tabs {
  width: 100%;
  margin-bottom: 8px;
  margin-top: 3px;
}

.emoji-items-wrap1 .emoji-menu-tabs td {
  text-align: center;
  color: white;
  line-height: 0;
}

.emoji-menu-tabs .emoji-menu-tab {
  display: inline-block;
  width: 24px;
  height: 29px;
  background: url(/images/IconsetSmiles.png?3564f6f69c04e65ec13824c11ca13d2a) no-repeat;
  background-size: 42px 350px;
  border: 0;
}

.is_1x .emoji-menu-tabs .emoji-menu-tab {
  background-image: url(/images/IconsetSmiles_1x.png?c2fba7f9947c13f8d2c4df28869e37ac);
}

.emoji-menu-tabs .icon-recent {
  background-position: -9px -306px;
}

.emoji-menu-tabs .icon-recent-selected {
  background-position: -9px -277px;
}

.emoji-menu-tabs .icon-smile {
  background-position: -9px -34px;
}

.emoji-menu-tabs .icon-smile-selected {
  background-position: -9px -5px;
}

.emoji-menu-tabs .icon-flower {
  background-position: -9px -145px;
}

.emoji-menu-tabs .icon-flower-selected {
  background-position: -9px -118px;
}

.emoji-menu-tabs .icon-bell {
  background-position: -9px -89px;
}

.emoji-menu-tabs .icon-bell-selected {
  background-position: -9px -61px;
}

.emoji-menu-tabs .icon-car {
  background-position: -9px -196px;
}

.emoji-menu-tabs .icon-car-selected {
  background-position: -9px -170px;
}

.emoji-menu-tabs .icon-grid {
  background-position: -9px -248px;
}

.emoji-menu-tabs .icon-grid-selected {
  background-position: -9px -222px;
}

.emoji-menu-tabs .icon-smile,
.emoji-menu-tabs .icon-flower,
.emoji-menu-tabs .icon-bell,
.emoji-menu-tabs .icon-car,
.emoji-menu-tabs .icon-grid {
  opacity: 0.7;
}

.emoji-menu-tabs .icon-smile:hover,
.emoji-menu-tabs .icon-flower:hover,
.emoji-menu-tabs .icon-bell:hover,
.emoji-menu-tabs .icon-car:hover,
.emoji-menu-tabs .icon-grid:hover {
  opacity: 1;
}

.emoji-menu .emoji-items-wrap {
  position: relative;
  height: 174px;
  overflow: auto;
}

.emoji-menu .emoji-items {
  padding-right: 8px;
  outline: 0 !important;
}

.emoji-menu img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 0 none;
}

.emoji-menu .emoji-items a {
  margin: -1px 0 0 -1px;
  padding: 5px;
  display: block;
  float: left;
  border-radius: 2px;
  border: 0;
}

.emoji-menu .emoji-items a:hover {
  background-color: #edf2f5;
}

.emoji-menu:after {
  content: " ";
  display: block;
  clear: left;
}

.emoji-menu a .label {
  display: none;
}

.fa-smile-o:before {
  content: "\f118";
}

.hLinkMenu {
  position: absolute;
  z-index: 1;
  right: 120px;
  top: 60%;
  margin-top: 15px;
  background: #fff;
  width: 190px;
  padding: 20px 30px 10px 30px;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 500px) {
  .hLinkMenu {
    right: 30px;
    top: 50%;
  }
}

.hLinkMenu .podmenu {
  padding: 0 0 20px 0;
}

.hLinkMenu .podmenuFooter {
  border-top: 1px solid #e7e7e7;
  margin: 0 -30px;
  padding: 10px 30px 0 30px;
}

.hLinkMenu .podmenu > li {
  padding: 0;
}

.hLinkMenu .podmenu > li::before {
  content: unset;
}

.hLinkMenu a {
  padding: 5px 0;
  display: block;
  margin: unset;
}

.hLinkMenu .podmenuFooter .userName {
  font-size: 15px;
  line-height: 150%;
  font-weight: bold;
}

.hLinkMenu .podmenuFooter .fIcoLine {
  position: relative;
  z-index: 1;
}

.btnSend {
  display: block;
  background: #13a826;
  text-align: center;
  cursor: pointer;
  border: none;
  padding: 15px 20px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "FuturaPTLight", Arial, Helvetica, sans-serif;
  outline: none;
  font-size: 15px;
  line-height: normal;
}
.btnSend:hover {
  background: #1f664f;
}
.btnSend.disabled {
  width: auto;
  display: inline-block;
  min-width: 280px;
  max-width: 100%;
  background: #cfcdce !important;
  cursor: no-drop;
}
@media only screen and (max-width: 500px) {
  .btnSend.disabled {
    width: 100%;
  }
}
.btnSend.card--button.disabled {
  width: 100%;
}
.btnSend:disabled {
  background: #acf597;
  cursor: no-drop;
}
.btnSend.btnSend2 {
  width: auto;
  display: inline-block;
  min-width: 280px;
  max-width: 100%;
}
@media only screen and (max-width: 500px) {
  .btnSend.btnSend2 {
    width: 100%;
  }
}
.btnSend.btnSend3 {
  background: #fff;
  color: #151515;
  box-shadow: 0 0 0 1px #5A5975 inset;
}
.btnSend.btnSend3:hover {
  background: #5A5975;
  color: #fff;
}
.btnSend.btnSend4 {
  display: block;
  max-width: 360px;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .btnSend.btnSend4 {
    max-width: none;
  }
}

.w-100prc.relative {
  position: relative;
}

@media only screen and (max-width: 750px) {
  .page404 {
    height: auto;
    min-height: 100%;
  }
}
.page404 body {
  background: #b23e95 url(/images/404.jpg?f8b7b7a874e338b28fce6c8ff9cf2909) no-repeat center top;
  background-size: cover;
  color: #fff;
  height: 100%;
  min-height: 650px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .page404 body {
    min-height: 500px;
  }
}
@media only screen and (max-width: 750px) {
  .page404 body {
    text-align: center;
    padding: 20px;
    width: auto;
    box-sizing: border-box;
    min-height: 100%;
    height: auto;
  }
}

.logo404 {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 5%;
  transform: translate3d(-50%, 0, 0);
  border: none;
}
@media only screen and (max-width: 750px) {
  .logo404 {
    transform: none;
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 40px 0;
  }
}
.logo404 svg {
  width: 197px;
  height: 158px;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .logo404 svg {
    width: 150px;
    height: 120px;
  }
}
@media only screen and (max-width: 750px) {
  .logo404 svg {
    width: 120px;
    height: 96px;
  }
}
.logo404 path, .logo404 polygon {
  fill: #fff;
}
.logo404 path.st0, .logo404 polygon.st0 {
  fill: none;
}
.logo404 .pageIn {
  display: block;
}

.cont404 {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  white-space: nowrap;
  margin-top: 50px;
}
@media only screen and (max-width: 1200px) {
  .cont404 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 750px) {
  .cont404 {
    position: relative;
    transform: none;
    margin: 0;
    left: 0;
    top: 0;
  }
}
.cont404 .name404 {
  font-size: 350px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  font-family: "FuturaPTLight", Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 1200px) {
  .cont404 .name404 {
    font-size: 250px;
    line-height: 1;
  }
}
@media only screen and (max-width: 750px) {
  .cont404 .name404 {
    font-size: 200px;
    line-height: 1;
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .cont404 .name404 {
    font-size: 150px;
    line-height: 1;
  }
}
.cont404 .text404 {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 90px;
  font-size: 24px;
  line-height: 150%;
}
@media only screen and (max-width: 950px) {
  .cont404 .text404 {
    padding-left: 50px;
    line-height: 150%;
    font-size: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .cont404 .text404 {
    display: block;
    padding: 0 0 90px 0;
  }
}
.cont404 .text404 .btnSend {
  max-width: 270px;
}
@media only screen and (max-width: 750px) {
  .cont404 .text404 .btnSend {
    margin: 0 auto;
    max-width: 250px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.has_flag {
  position: relative;
}
.has_flag input {
  padding-left: 40px;
}
.has_flag:before {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5IDYiIHdpZHRoPSI5MDAiIGhlaWdodD0iNjAwIj4NCiAgICA8cmVjdCBmaWxsPSIjZmZmIiB3aWR0aD0iOSIgaGVpZ2h0PSIzIi8+DQogICAgPHJlY3QgZmlsbD0iI2Q1MmIxZSIgeT0iMyIgd2lkdGg9IjkiIGhlaWdodD0iMyIvPg0KICAgIDxyZWN0IGZpbGw9IiMwMDM5YTYiIHk9IjIiIHdpZHRoPSI5IiBoZWlnaHQ9IjIiLz4NCjwvc3ZnPg0K");
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
}

.input--label {
  position: relative;
  background: #eff3f8;
  width: 100%;
}
.input--label > span {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s all ease;
}
@media only screen and (max-width: 750px) {
  .input--label > span {
    left: 15px;
  }
}
.input--label.txtArea:not(.filled) span {
  transform: none;
  top: 15px;
}
@media only screen and (max-width: 750px) {
  .input--label.txtArea:not(.filled) span {
    top: 10px;
  }
}
.input--label .inpText2, .input--label .inpText3, .input--label .inpText4 {
  background: transparent !important;
  z-index: 2;
  position: relative;
}
.input--label .inpText2:-webkit-autofill, .input--label .inpText3:-webkit-autofill, .input--label .inpText4:-webkit-autofill {
  background-color: transparent !important;
}
.input--label .inpText2:-webkit-autofill:hover, .input--label .inpText2:-webkit-autofill:focus, .input--label .inpText2:-webkit-autofill:active, .input--label .inpText3:-webkit-autofill:hover, .input--label .inpText3:-webkit-autofill:focus, .input--label .inpText3:-webkit-autofill:active, .input--label .inpText4:-webkit-autofill:hover, .input--label .inpText4:-webkit-autofill:focus, .input--label .inpText4:-webkit-autofill:active {
  background-color: transparent !important;
}
.input--label .inpText2:-internal-autofill-selected, .input--label .inpText3:-internal-autofill-selected, .input--label .inpText4:-internal-autofill-selected {
  background-color: transparent !important;
}
.input--label.filled .inpText2, .input--label.filled .inpText3, .input--label.filled .inpText4, .input--label.filled #address_card {
  padding: 20px 20px 10px 20px;
}
@media only screen and (max-width: 750px) {
  .input--label.filled .inpText2, .input--label.filled .inpText3, .input--label.filled .inpText4, .input--label.filled #address_card {
    padding: 15px 15px 5px 15px;
  }
}
.input--label.filled > span {
  font-size: 14px;
  top: 0px;
  transform: none;
}
@media only screen and (max-width: 750px) {
  .input--label.filled > span {
    font-size: 12px;
  }
}

.detPhoto {
  width: 45%;
  margin: 0 5% 32px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 1600px) {
  .detPhoto {
    margin: 0 5% 70px 0;
  }
}
@media only screen and (max-width: 1400px) {
  .detPhoto {
    width: 40%;
  }
}
@media only screen and (max-width: 1200px) {
  .detPhoto {
    max-width: 500px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 750px) {
  .detPhoto {
    padding: 0;
  }
}
@media only screen and (max-width: 500px) {
  .detPhoto {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
.detPhoto img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 500px) {
  .detPhoto img {
    max-width: 60%;
  }
}
.detPhoto figure img {
  width: 100%;
  height: auto;
}
.detPhoto:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 50px 50px #fff;
}
.detPhoto .label {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
}

.udelete {
  position: absolute;
  right: 0;
  bottom: 50px;
}
@media only screen and (max-width: 500px) {
  .udelete {
    bottom: 5px;
    position: absolute;
    right: 50%;
    transform: translate(50%, 0);
  }
}

.detProduct--wrap {
  display: flex;
  max-width: 1700px;
  width: 100%;
}
.detProduct--wrap-main {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .detProduct--wrap {
    flex-direction: column;
  }
}

.detText {
  flex: 1;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .detText {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .detText {
    width: auto;
    float: none;
  }
}
.detText h1 {
  padding: 0;
}
@media only screen and (max-width: 750px) {
  .detText h1 {
    padding: 0;
    width: 75%;
  }
}

.backLink {
  padding-bottom: 10px;
}
.backLink.mobileLink {
  display: none;
}
.backLink a {
  border: none;
  color: #13A826;
}
.backLink a .icon-ico-arr-left {
  font-size: 11px;
  padding: 0 10px 0 0;
  position: relative;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #13A826;
  transform: translateX(0px);
  display: inline-block;
}
.backLink a:hover {
  color: #151515;
}
.backLink a:hover .icon-ico-arr-left {
  color: #151515;
  transform: translateX(-5px);
}
@media only screen and (max-width: 1200px) {
  .backLink {
    display: none;
  }
  .backLink.mobileLink {
    display: flex;
  }
}
.backLink.margin {
  margin-top: -30px;
}
@media only screen and (max-width: 600px) {
  .backLink.margin {
    margin-top: 0;
  }
}

.date-height {
  height: 173px;
}
@media only screen and (max-width: 600px) {
  .date-height {
    height: unset;
  }
}

.card--error {
  font-size: 14px;
  color: #e9506c;
}

.error-message {
  font-size: 18px;
  color: #e9506c;
  display: none;
  margin-top: -20px;
  margin-bottom: 10px;
}

.lineRadio {
  font-size: 0;
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 500px) {
  .lineRadio.lineRadio2.constr-goods {
    display: block;
  }
  .lineRadio.lineRadio2.constr-goods .inpRadio2 {
    width: 100%;
  }
  .lineRadio.lineRadio2.constr-goods .inpRadio2 + .inpRadio2 {
    margin: 0;
  }
  .lineRadio.lineRadio2.constr-goods .inpRadio3 {
    width: 100%;
  }
  .lineRadio.lineRadio2.constr-goods .inpRadio3 + .inpRadio3 {
    margin: 0;
  }
}
@media only screen and (max-width: 500px) {
  .lineRadio.lineRadio2 {
    display: flex;
    width: 100%;
  }
  .lineRadio.lineRadio2 .inpRadio2 + .inpRadio2 {
    margin: 0 0 0 5px;
  }
  .lineRadio.lineRadio2 .inpRadio3 + .inpRadio3 {
    margin: 0 0 0 5px;
  }
}
.lineRadio.error h6 {
  color: #e9506c;
}
.lineRadio.error span:before {
  border-color: #e9506c !important;
}

.inpRadio {
  display: inline-block;
  vertical-align: top;
  margin: 0 -1px 0 0;
  cursor: pointer;
}
.inpRadio:hover span {
  z-index: 1;
}
.inpRadio:hover span:before {
  border-color: #13A826;
}
.inpRadio input {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0;
}
.inpRadio input:checked + span {
  color: #13A826;
  z-index: 1;
}
.inpRadio input:checked + span:before {
  border-color: #13A826;
}
.inpRadio span {
  display: block;
  width: 53px;
  height: 53px;
  text-align: center;
  line-height: 53px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 18px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1200px) {
  .inpRadio span {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 950px) {
  .inpRadio span {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .inpRadio span {
    width: 41px;
    height: 41px;
    line-height: 41px;
  }
}
.inpRadio span:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.inpRadio.inpRadio2 {
  white-space: nowrap;
  position: relative;
  margin: 0 20px 10px 0;
}
.inpRadio.inpRadio2.disabled {
  opacity: 0.5;
}
@media only screen and (max-width: 500px) {
  .inpRadio.inpRadio2 {
    display: block;
    margin: 0;
    width: 50%;
  }
}
.inpRadio.inpRadio2 .desc {
  font-size: 15px;
  color: #b0b0b0;
  font-weight: 100;
  font-family: "FuturaPTLight", Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 500px) {
  .inpRadio.inpRadio2 .desc {
    font-size: 12px;
  }
}
.inpRadio.inpRadio2 span {
  width: auto;
  height: auto;
  text-align: left;
  line-height: normal;
  padding: 20px 25px;
  font-size: 15px;
  color: #5A5975;
  background: rgba(239, 243, 248, 0.5098039216);
  margin-bottom: 5px;
}
.inpRadio.inpRadio2 span p {
  width: 100%;
  word-break: break-word;
  white-space: initial;
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .inpRadio.inpRadio2 span p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) {
  .inpRadio.inpRadio2 span.padding {
    padding: 17px 10px;
  }
}
@media only screen and (max-width: 500px) {
  .inpRadio.inpRadio2 span.padding2 {
    min-height: 63px;
  }
}
@media only screen and (max-width: 500px) {
  .inpRadio.inpRadio2 span {
    text-align: center;
    padding: 10px;
    font-size: 11px;
  }
}
.inpRadio.inpRadio2 span:before {
  border-color: transparent;
}
.inpRadio.inpRadio2 span .count {
  display: contents;
  color: #adadad;
}
.inpRadio.inpRadio2 span .cost {
  font-style: normal;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: "FuturaPTLight", Arial, Helvetica, sans-serif;
  color: #151515;
  height: 30px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.inpRadio.inpRadio2 span .cost small {
  font-size: 18px;
  line-height: normal;
}
.inpRadio.inpRadio2 span .into {
  color: #ee7c00;
  text-transform: lowercase;
  margin-bottom: -10px;
  margin-top: -3px;
  text-align: center;
}
.inpRadio.inpRadio2 .fa-times {
  position: absolute;
  top: 4px;
  right: -7px;
  z-index: 1;
  opacity: 0;
}
@media only screen and (max-width: 500px) {
  .inpRadio.inpRadio2 .fa-times {
    opacity: 1;
  }
}
.inpRadio.inpRadio2:hover span:before {
  border-color: #ebebeb;
}
.inpRadio.inpRadio2:hover .fa-times {
  opacity: 1;
}
.inpRadio.inpRadio2 input:checked + span {
  color: #5A5975;
}
.inpRadio.inpRadio2 input:checked + span .cost {
  font-size: 32px;
  color: #13A826;
}
@media only screen and (max-width: 750px) {
  .inpRadio.inpRadio2 input:checked + span .cost {
    font-size: 26px;
  }
}
.inpRadio.inpRadio2 input:checked + span:before {
  border-color: #ebebeb;
  border-left-color: #13A826;
}
.inpRadio.inpRadio2 input:checked + span.label {
  color: #13A826 !important;
}
.inpRadio.inpRadio3 {
  white-space: nowrap;
  position: relative;
  margin: 0 20px 10px 0;
}
@media only screen and (max-width: 500px) {
  .inpRadio.inpRadio3 {
    display: block;
    margin: 0;
    width: 50%;
  }
}
.inpRadio.inpRadio3 .desc {
  font-size: 15px;
  color: #5A5975;
  font-weight: 100;
  font-family: "FuturaPTLight", Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 500px) {
  .inpRadio.inpRadio3 .desc {
    font-size: 12px;
  }
}
.inpRadio.inpRadio3 span {
  width: auto;
  height: auto;
  text-align: left;
  line-height: normal;
  padding: 20px 25px;
  font-size: 15px;
  color: #5A5975;
  background: rgba(239, 243, 248, 0.5098039216);
  margin-bottom: 5px;
}
.inpRadio.inpRadio3 span p {
  width: 100%;
  word-break: break-word;
  white-space: initial;
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .inpRadio.inpRadio3 span p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) {
  .inpRadio.inpRadio3 span.padding {
    padding: 17px 10px;
  }
}
@media only screen and (max-width: 500px) {
  .inpRadio.inpRadio3 span.padding2 {
    padding: 18px 10px;
  }
}
@media only screen and (max-width: 500px) {
  .inpRadio.inpRadio3 span {
    text-align: center;
    padding: 10px;
    font-size: 11px;
  }
}
.inpRadio.inpRadio3 span:before {
  border-color: transparent;
}
.inpRadio.inpRadio3 span .count {
  display: contents;
  color: #adadad;
}
.inpRadio.inpRadio3 span .cost {
  font-style: normal;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: "FuturaPTLight", Arial, Helvetica, sans-serif;
  color: #151515;
  height: 30px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.inpRadio.inpRadio3 span .cost small {
  font-size: 18px;
  line-height: normal;
}
.inpRadio.inpRadio3 span .into {
  color: #ee7c00;
  text-transform: lowercase;
  margin-bottom: -10px;
  margin-top: -3px;
  text-align: center;
}
.inpRadio.inpRadio3 .fa-times {
  position: absolute;
  top: 4px;
  right: -7px;
  z-index: 1;
  opacity: 0;
}
@media only screen and (max-width: 500px) {
  .inpRadio.inpRadio3 .fa-times {
    opacity: 1;
  }
}
.inpRadio.inpRadio3:hover span:before {
  border-color: #ebebeb;
}
.inpRadio.inpRadio3:hover .fa-times {
  opacity: 1;
}
.inpRadio.inpRadio3 input:checked + span {
  color: #5A5975;
  background: #5A5975;
}
.inpRadio.inpRadio3 input:checked + span .cost {
  font-size: 32px;
  color: #13A826;
}
@media only screen and (max-width: 750px) {
  .inpRadio.inpRadio3 input:checked + span .cost {
    font-size: 26px;
  }
}
.inpRadio.inpRadio3 input:checked + span:before {
  border-color: #5A5975;
}
.inpRadio.inpRadio3 input:checked + span.label {
  color: #ffffff !important;
}

.good-desc-custom {
  opacity: 0.5;
  margin-top: 20px;
}
.good-desc-custom:hover {
  opacity: 1;
}

.blink {
  animation: go-left-right 0.5s 2 alternate;
  animation-timing-function: linear;
}

@keyframes go-left-right {
  from {
    transform: scale(1);
    background-color: #f36a5a;
  }
  to {
    transform: scale(2);
    background-color: #8e5fa2;
  }
}
.blinkText {
  animation: go-left-right-text 0.5s 1 alternate;
  animation-timing-function: linear;
}

@keyframes go-left-right-text {
  from {
    transform: translateX(115px) scale(0);
    color: #f36a5a;
  }
  to {
    transform: translateX(0px) scale(1);
    color: #8e5fa2;
  }
}
#show_good_map {
  height: 600px;
  max-width: 900px;
}
@media only screen and (max-width: 500px) {
  #show_good_map {
    min-height: 100vh;
    height: -moz-max-content;
    height: max-content;
    max-width: 100%;
    vertical-align: middle;
  }
}
#show_good_map .h4 {
  text-align: left !important;
  padding: 0 0 35px 0 !important;
}
#show_good_map .icon-pin {
  font-size: 18px !important;
}
#show_good_map .show-map-icon {
  border-bottom-color: transparent;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 20px;
  cursor: pointer;
}
#show_good_map .map-address-once .count-info {
  font-size: 16px;
  margin-top: -5px;
}
#show_good_map .map-address-once {
  font-size: 18px;
  cursor: pointer;
}
#show_good_map .map-address-once:hover .address-name:not(.unavailable), #show_good_map .map-address-once:hover .icon-pin:not(.unavailable) {
  color: #13A826;
}
#show_good_map .unavailable {
  color: #929292;
}

#modaladd {
  max-width: 770px;
}
@media only screen and (max-width: 500px) {
  #modaladd {
    height: inherit;
    max-width: 100%;
    vertical-align: middle;
    position: relative;
  }
  #modaladd .body {
    position: absolute;
    top: 50%;
    transform: translate(13%, -50%);
  }
}

@media only screen and (max-width: 500px) {
  #check_phone_modal {
    height: inherit;
    max-width: 100%;
    vertical-align: middle;
    position: relative;
  }
  #check_phone_modal .insert {
    position: absolute;
    top: 50%;
    right: 30%;
    transform: translate(20%, -50%);
  }
  #check_phone_modal .check {
    position: absolute;
    top: 50%;
    right: 30%;
    transform: translate(20%, -50%);
  }
  #check_phone_modal .success {
    position: absolute;
    top: 50%;
    right: 30%;
    transform: translate(20%, -50%);
  }
}

@media only screen and (max-width: 500px) {
  #check_city_modal {
    width: 80%;
  }
  #check_city_modal .title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
  }
  #check_city_modal .actions {
    text-align: center;
  }
  #check_city_modal .actions a + a {
    margin-left: 15px;
  }
  #check_city_modal .actions a {
    margin: unset;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #13A826;
    padding: 5px 30px;
    color: #13A826;
    background: #ffffff;
    white-space: nowrap;
    font-size: 18px;
  }
  #check_city_modal .actions a:hover {
    color: #ffffff;
    border-color: #37a816;
    background: #37a816;
  }
  #check_city_modal .fancybox-close-small {
    display: none;
  }
}

.shopLine {
  padding: 0 0 20px 0;
}
.shopLine .jq-selectbox {
  margin: 0 30px 0 0;
  vertical-align: middle;
}
@media only screen and (max-width: 1200px) {
  .shopLine .jq-selectbox {
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 750px) {
  .shopLine .jq-selectbox {
    margin: 0 0 20px 0;
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .shopLine .jq-selectbox {
    margin: 0 10px 0 0;
    width: 90%;
  }
}
.shopLine a {
  border: none;
  white-space: nowrap;
}
.shopLine a:hover {
  color: #151515;
}
.shopLine a .icon-pin {
  font-size: 24px;
  position: relative;
  top: 7px;
}

.countArr {
  display: inline-block;
  vertical-align: middle;
  width: 53px;
  height: 53px;
  font-size: 0;
  border: 1px solid #ebebeb;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  .countArr {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 950px) {
  .countArr {
    width: 38px;
    height: 38px;
  }
}
@media only screen and (max-width: 750px) {
  .countArr {
    width: 41px;
    height: 41px;
  }
}
.countArr:before, .countArr:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 1px;
  transform: translateX(-50%) translateY(-50%);
  background: #151515;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.countArr:after {
  width: 1px;
  height: 7px;
  display: none;
}
.countArr.plus:after {
  display: block;
}
.countArr:hover {
  border-color: #5A5975;
  background: #5A5975;
}
.countArr:hover:before, .countArr:hover:after {
  background: #fff;
}

.counter {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  font-size: 0;
  margin: 0 40px 20px 0;
  vertical-align: top;
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
  .counter {
    margin: 0 20px 20px 0;
  }
}
@media only screen and (max-width: 950px) {
  .counter {
    display: block;
    margin-right: 0;
  }
}
.counter .inpText3 {
  width: 90px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
}
@media only screen and (max-width: 1200px) {
  .counter .inpText3 {
    width: 80px;
  }
}

.countCost {
  display: inline-block;
  vertical-align: middle;
  font-size: 48px;
  font-family: "FuturaPTLight", Arial, Helvetica, sans-serif;
  color: #151515;
  line-height: 53px;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 1200px) {
  .countCost {
    line-height: 45px;
    font-size: 42px;
  }
}
@media only screen and (max-width: 950px) {
  .countCost {
    line-height: 1;
    font-size: 36px;
  }
}
.countCost s {
  color: #f45b77;
  font-size: 24px;
  padding-right: 20px;
}
@media only screen and (max-width: 1200px) {
  .countCost s {
    padding-right: 10px;
  }
}
.countCost small {
  font-size: 60%;
}

.countLine {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 10px 0;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 950px) {
  .countLine {
    white-space: normal;
    padding: 10px 30px 20px 0;
  }
}
@media only screen and (max-width: 750px) {
  .countLine {
    display: block;
    padding: 0;
  }
}
.countLine .countCost {
  padding: 0 20px 0 0;
}

.green {
  color: #13A826;
}
.green.bold {
  font-weight: 700;
}

.gold {
  color: #e4ac01;
}

.danger {
  color: #dc3545;
}

.costDescr {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 20px 0;
}

.mobile--search-wrap {
  margin: 10px 0;
  display: none;
}
.mobile--search-wrap span:first-child {
  display: none;
}
@media only screen and (max-width: 950px) {
  .mobile--search-wrap {
    display: block;
  }
  .mobile--search-wrap span:first-child {
    display: inline-flex;
  }
}
.mobile--search-wrap a {
  text-decoration: none;
  border: 0;
  color: #5A5975;
}

.goods_votes.votes_bar {
  z-index: 3;
  top: 0;
  right: 0;
  font-size: 19px;
}
@media only screen and (max-width: 500px) {
  .goods_votes.votes_bar {
    display: none;
  }
}

.goods_votes .like {
  width: 22px;
  height: 22px;
}

.goods_list {
  padding: 0 10px;
}
@media only screen and (max-width: 1200px) {
  .goods_list {
    padding: 0 5px;
  }
}
.goods_list:hover .goods_bottom a {
  color: #13A826;
}
.goods_list:hover .goods_bottom span {
  color: #13A826;
}
.goods_list:hover .catPic {
  transition: all 0.3s cubic-bezier(0.79, -0.35, 0.13, 1.02);
  background-size: 100%;
}
.goods_top, .goods_bottom {
  position: relative;
}

.colSmall {
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .colSmall {
    padding: 20px 0 0 0;
  }
}
@media only screen and (max-width: 750px) {
  .colSmall {
    padding: 0;
  }
}

.btnSendLine {
  overflow: hidden;
  padding: 20px 0 0 0;
}
@media only screen and (max-width: 750px) {
  .btnSendLine {
    padding: 10px 0 0 0;
  }
}
.btnSendLine .btnSend {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 750px) {
  .btnSendLine .btnSend {
    max-width: 340px;
    width: 100%;
    float: none;
    margin: 0 auto 20px auto;
  }
}
.btnSendLine .btnSend:last-child {
  float: right;
}
@media only screen and (max-width: 750px) {
  .btnSendLine .btnSend:last-child {
    float: none;
    margin: 0 auto;
  }
}

.captionBlock {
  padding: 0 0 50px 0;
}
@media only screen and (max-width: 1200px) {
  .captionBlock {
    padding: 0 0 30px 0;
  }
}
@media only screen and (max-width: 950px) {
  .captionBlock {
    padding: 0 0 20px 0;
  }
}
.captionBlock h1 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .captionBlock h1 {
    padding-bottom: 10px;
  }
}
.captionBlock h3 {
  padding-bottom: 10px;
}
.captionBlock h5 {
  padding: 0;
}
.captionBlock.navCaption2 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 950px) {
  .captionBlock.navCaption2 {
    padding-bottom: 20px;
  }
}

.unsetMargin {
  margin: unset !important;
}

.adhesion--active {
  font-weight: 600;
}
.adhesion--link {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #5A5975;
  border-bottom: none;
}
.adhesion--checkbox {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #5a5975;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.adhesion--checkbox.active:after {
  opacity: 1;
}
.adhesion--checkbox:after {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #27af39;
  content: "";
  opacity: 0;
}

.product--sizes {
  margin-bottom: 11px;
}
.product--sizes > * {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}

@media only screen and (max-width: 750px) {
  .mobile-max-content {
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
  }
}

.line-through-prices span {
  display: block;
}

.line-through-prices .line-through {
  font-size: 14px;
  color: #e9506c;
  margin-bottom: -25px;
  margin-top: -5px;
}

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

.favList {
  padding: 0 0 20px 0;
  margin: 0 -45px 30px 0;
}
@media only screen and (max-width: 1400px) {
  .favList {
    margin-right: -15px;
  }
}
@media only screen and (max-width: 1200px) {
  .favList {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 950px) {
  .favList {
    margin-right: -10px;
  }
}
@media only screen and (max-width: 750px) {
  .favList {
    margin: 0;
    width: 100%;
    padding: 0;
  }
}
.favList.flex-column {
  gap: 30px;
  padding: 0;
}
.favList .order-once {
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
.favList .order-once .title {
  color: #37a816;
  font-size: 32px;
  margin-bottom: 15px;
}
.favList .order-once .title .title-actions {
  float: right;
  opacity: 1;
  cursor: pointer;
  padding: 0 10px;
}
.favList .order-once .title .title-actions .x-ico {
  width: 15px;
  height: 15px;
  margin: 0;
}
.favList .order-once .title .title-actions:hover .x-ico:before, .favList .order-once .title .title-actions:hover .x-ico:after {
  background: #f45b77;
}
@media only screen and (max-width: 600px) {
  .favList .order-once .title .title-actions {
    opacity: 1;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .favList .order-once .title {
    font-size: 26px;
  }
}
.favList .order-once .buttons-wrap {
  padding: 15px;
  display: flex;
}
.favList .order-once .buttons-wrap .btnSend {
  width: -moz-max-content;
  width: max-content;
}
.favList .order-once .buttons-wrap .text-danger {
  margin: auto 20px;
}
.favList .order-once .multiple-body .good-once-placeholder {
  height: 100px;
  margin: 15px 0;
  background: #eff3f8;
}
.favList .order-once .multiple-body.cloningSortable .good-once {
  cursor: grab;
}
.favList .order-once .multiple-body.cloningSortable .good-once:active {
  cursor: grabbing;
}
.favList .order-once .multiple-body .good-once {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.favList .order-once .multiple-body .good-once.ui-sortable-helper {
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.favList .order-once .multiple-body .good-once:last-child {
  border-bottom: unset;
}
.favList .order-once .multiple-body .good-once.over {
  border-bottom: unset;
  height: 30px;
  padding: 10px 0;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .favList .order-once .multiple-body .good-once.over {
    height: 15px;
  }
}
.favList .order-once .multiple-body .good-once.over .good-name {
  width: 85%;
  font-size: 20px;
  text-align: end;
}
.favList .order-once .multiple-body .good-once.over .good-name .favItemColorName {
  font-size: 20px !important;
}
.favList .order-once .multiple-body .good-once.over .good-name .favItemColorName .jq-selectbox__select {
  margin-right: 23px;
}
.favList .order-once .multiple-body .good-once.over .good-name .favItemColorName .jq-selectbox__trigger {
  top: 10px !important;
  left: unset !important;
  right: -20px;
}
@media only screen and (max-width: 600px) {
  .favList .order-once .multiple-body .good-once.over .good-name {
    width: 50%;
    font-size: 16px;
    text-align: left;
  }
  .favList .order-once .multiple-body .good-once.over .good-name .favItemColorName {
    font-size: 16px !important;
  }
  .favList .order-once .multiple-body .good-once.over .good-name .favItemColorName .jq-selectbox__select .jq-selectbox__trigger {
    top: 7px !important;
  }
}
.favList .order-once .multiple-body .good-once.over .good-price {
  font-size: 20px;
  text-align: center;
  width: 20%;
  margin-left: 30px;
}
@media only screen and (max-width: 600px) {
  .favList .order-once .multiple-body .good-once.over .good-price {
    text-align: end;
    font-size: 16px;
    width: 50%;
    margin-left: 0;
  }
}
.favList .order-once .multiple-body .good-once .right-block {
  width: 75px;
  padding: 12px 0;
}
@media only screen and (max-width: 750px) {
  .favList .order-once .multiple-body .good-once .right-block {
    width: 60px;
    padding: 0;
  }
}
.favList .order-once .multiple-body .good-once .right-block .good-image {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: block;
  background: no-repeat center bottom;
  background-size: contain;
  border: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
}
.favList .order-once .multiple-body .good-once .right-block .good-image img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .favList .order-once .multiple-body .good-once .right-block .good-image {
    width: 60px;
    height: 60px;
    margin: 3px;
  }
}
.favList .order-once .multiple-body .good-once .left-block {
  display: flex;
  width: calc(100% - 75px);
  align-items: center;
  padding-left: 10px;
}
@media only screen and (max-width: 750px) {
  .favList .order-once .multiple-body .good-once .left-block {
    width: calc(100% - 60px);
    display: block;
  }
}
.favList .order-once .multiple-body .good-once .left-block .name-wrap {
  width: 35%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .favList .order-once .multiple-body .good-once .left-block .name-wrap {
    width: 90%;
  }
}
.favList .order-once .multiple-body .good-once .left-block .name-wrap .good-name {
  padding-right: 20px;
  font-size: 24px;
  border: none;
  color: #5A5975;
  display: block;
  line-height: normal;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: -moz-max-content;
  height: max-content;
}
@media only screen and (max-width: 950px) {
  .favList .order-once .multiple-body .good-once .left-block .name-wrap .good-name {
    font-size: 22px;
  }
}
@media only screen and (max-width: 750px) {
  .favList .order-once .multiple-body .good-once .left-block .name-wrap .good-name {
    font-size: 20px;
    margin-bottom: 15px;
    position: unset;
    padding-right: unset;
  }
}
.favList .order-once .multiple-body .good-once .left-block .name-wrap small {
  font-size: 70% !important;
  display: block;
}
.favList .order-once .multiple-body .good-once .left-block .count-wrap {
  width: 28%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .favList .order-once .multiple-body .good-once .left-block .count-wrap {
    width: 90%;
  }
}
.favList .order-once .multiple-body .good-once .left-block .count-wrap .counter {
  font-size: 20px;
  margin: auto 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  height: -moz-max-content;
  height: max-content;
}
@media only screen and (max-width: 750px) {
  .favList .order-once .multiple-body .good-once .left-block .count-wrap .counter {
    font-size: 20px;
    position: unset;
    padding-right: unset;
    margin: unset;
  }
}
.favList .order-once .multiple-body .good-once .left-block .counter-wrap {
  width: 30%;
  padding-top: 25px;
  position: relative;
}
.favList .order-once .multiple-body .good-once .left-block .counter-wrap .text-danger {
  position: absolute;
}
@media only screen and (max-width: 750px) {
  .favList .order-once .multiple-body .good-once .left-block .counter-wrap {
    padding-top: 0;
    width: -moz-max-content;
    width: max-content;
  }
}
@media only screen and (max-width: 750px) {
  .favList .order-once .multiple-body .good-once .left-block .counter-wrap .counter .countArr {
    width: 30px;
    height: 30px;
  }
  .favList .order-once .multiple-body .good-once .left-block .counter-wrap .counter .inpText3 {
    padding: 7px 10px;
    width: 40px;
    height: 30px;
    font-size: 12px;
  }
}
.favList .order-once .multiple-body .good-once .left-block .counter-wrap .text-center {
  margin-top: 10px;
}
.favList .order-once .multiple-body .good-once .left-block .good-kit-price-wrap {
  width: 20%;
  position: relative;
}
.favList .order-once .multiple-body .good-once .left-block .good-kit-price-wrap .good-kit-price {
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: -moz-max-content;
  height: max-content;
  font-size: 20px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .favList .order-once .multiple-body .good-once .left-block .good-kit-price-wrap .good-kit-price {
    position: unset;
  }
}
.favList .order-once .multiple-body .good-once .left-block .good-kit-price-wrap .good-kit-price .text-center {
  text-align: left !important;
  padding-left: 20px;
}
@media only screen and (max-width: 750px) {
  .favList .order-once .multiple-body .good-once .left-block .good-kit-price-wrap {
    display: none;
  }
}
.favList .order-once .multiple-body .good-once .left-block .good-price-wrap {
  width: 15%;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .favList .order-once .multiple-body .good-once .left-block .good-price-wrap {
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    bottom: 20px;
    right: 0;
  }
}
.favList .order-once .multiple-body .good-once .left-block .good-price-wrap .good-price {
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
}
.favList .order-once .multiple-body .good-once .left-block .good-price-wrap .good-price .through-prices {
  font-size: 20px;
  text-align: center;
}
.favList .order-once .multiple-body .good-once .left-block .good-price-wrap .good-price .through-prices .through {
  font-size: 16px;
  color: #e9506c;
  text-decoration: line-through;
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  .favList .order-once .multiple-body .good-once .left-block .good-price-wrap .good-price .through-prices {
    font-size: 16px;
  }
  .favList .order-once .multiple-body .good-once .left-block .good-price-wrap .good-price .through-prices .through {
    font-size: 12px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 750px) {
  .favList .order-once .multiple-body .good-once .left-block .good-price-wrap .good-price {
    margin-top: 10px;
    position: unset;
  }
}
.favList .order-once .multiple-body .good-once .left-block .good-actions {
  margin: auto 0;
  cursor: pointer;
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media only screen and (max-width: 750px) {
  .favList .order-once .multiple-body .good-once .left-block .good-actions {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 0;
    bottom: unset;
  }
}
.favList .order-once .multiple-body .good-once .left-block .good-actions .icon-ico-del {
  font-size: 15px;
}
.favList .order-once .multiple-body .good-once .left-block .good-actions .x-ico {
  width: 15px;
  height: 15px;
  margin: 0;
}
.favList .order-once .multiple-body .good-once .left-block .good-actions .dots-gray {
  width: 5px;
  height: 20px;
  margin: 0;
}
.favList .order-once .multiple-body .good-once .left-block .good-actions:hover .x-ico:before, .favList .order-once .multiple-body .good-once .left-block .good-actions:hover .x-ico:after {
  background: #f45b77;
}
.favList .order-once .multiple-body .good-once .left-block .favMenu {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 40px;
  margin-top: 15px;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.favList .order-once .multiple-body .good-once .left-block .favMenu a {
  padding: 5px 0;
  display: block;
  margin: unset;
}
.favList .order-once .multiple-body .good-once .left-block .favMenu .podmenu {
  padding: unset;
}
.favList .order-once .multiple-body .good-once .left-block .favMenu .podmenu li {
  padding: 5px;
}
.favList .order-once .multiple-body .good-once .left-block .favMenu .podmenu li::before {
  content: unset;
}
.favList .order-once .multiple-body .good-once .left-block .favMenu .podmenu li:hover {
  color: #37a816;
}
@media only screen and (max-width: 600px) {
  .favList .order-once .multiple-body .good-once .left-block .favMenu .podmenu li {
    font-size: 16px;
  }
}
.favList .favList--item {
  gap: 30px;
}
.favList .favList--item .order-once {
  margin-bottom: 0;
}
.favList table {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .favList table {
    width: 99.9%;
  }
}
.favList table.cloningSortable tr {
  cursor: grab;
}
.favList table.cloningSortable tr:active {
  cursor: grabbing;
}
.favList tr.last:last-of-type td {
  border-bottom: unset;
}
.favList td, .favList th {
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 30px 20px 0;
}
@media only screen and (max-width: 1200px) {
  .favList td, .favList th {
    padding: 10px 10px 10px 0;
  }
}
.favList td button, .favList th button {
  width: auto;
}
.favList td.final, .favList th.final {
  font-size: 24px !important;
}
.favList td.border-white, .favList th.border-white {
  border-bottom: 1px solid #ffffff !important;
}
.favList td.favColTitle, .favList th.favColTitle {
  color: #37a816;
  font-size: 32px;
  border-bottom: unset !important;
  padding: 30px 30px 10px 0;
  width: -moz-max-content;
  width: max-content;
}
.favList td.favColTitle a, .favList th.favColTitle a {
  padding: 0 0 0 20px !important;
}
.favList td.favColTitle .counter, .favList th.favColTitle .counter {
  margin-top: -2px;
  margin-left: 15px;
}
.favList td.favColTitle .counter .countArr, .favList th.favColTitle .counter .countArr {
  width: 30px;
  height: 31px;
}
.favList td.favColTitle .counter .inpText3, .favList th.favColTitle .counter .inpText3 {
  width: 50px;
  padding: 4px 0;
}
.favList td.favCol1, .favList th.favCol1 {
  border-bottom-color: #fff;
  width: 12%;
}
@media only screen and (max-width: 950px) {
  .favList td.favCol1, .favList th.favCol1 {
    padding-right: 10px;
  }
}
.favList td.favCol2, .favList th.favCol2 {
  width: 15%;
}
.favList td.favCol3, .favList th.favCol3 {
  width: 25%;
}
.favList td.favCol3.no-padding, .favList th.favCol3.no-padding {
  padding: 0;
}
.favList td.favCol4, .favList th.favCol4 {
  padding-right: 0;
  text-align: center;
  width: 20%;
}
.favList td.favColDel, .favList th.favColDel {
  border-bottom: 1px solid #ebebeb;
  padding-right: 0;
  width: 3%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 1200px) {
  .favList td.favColDel, .favList th.favColDel {
    opacity: 1;
  }
}
.favList td.favColDel a, .favList th.favColDel a {
  padding: 20px 0 20px 20px;
  border: none;
  display: block;
  line-height: 1;
  font-size: 0;
  width: 45px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1400px) {
  .favList td.favColDel a, .favList th.favColDel a {
    width: 15px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .favList td.favColDel a, .favList th.favColDel a {
    width: auto;
  }
}
.favList td.favColDel a .x-ico, .favList th.favColDel a .x-ico {
  margin: 0;
}
.favList td.favColDel a:hover .x-ico:before, .favList td.favColDel a:hover .x-ico:after, .favList th.favColDel a:hover .x-ico:before, .favList th.favColDel a:hover .x-ico:after {
  background: #f45b77;
}
.favList td.favCol5 a, .favList th.favCol5 a {
  margin-left: 15px;
  margin-right: -15px;
}
@media only screen and (max-width: 500px) {
  .favList td.favCol5 a, .favList th.favCol5 a {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .favList td.favCol5, .favList th.favCol5 {
    text-align: center;
  }
}
.favList td.favCol6, .favList th.favCol6 {
  width: 80%;
}
.favList td.favCol7, .favList th.favCol7 {
  text-align: center;
  padding-right: 0;
}
.favList tr {
  background: #fff;
}
.favList tr.ui-state-highlight {
  background: #eff3f8;
  height: 100px;
}
.favList tr.ui-sortable-helper {
  box-shadow: 0 0 8px 4px #e0dfdf;
}
.favList tr.smooth-dnd-draggable-wrapper {
  overflow: unset !important;
}
.favList tr:hover .favColDel {
  opacity: 1;
}
.favList th {
  padding-bottom: 10px;
  padding-top: 0;
  padding-right: 0;
  text-align: center;
}
.favList .counter {
  margin: 0;
}
.favList h6 {
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .favList h6 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 950px) {
  .favList .counter .inpText3 {
    width: 60px;
    height: 38px;
  }
}
.favList.favList2 td {
  padding: 10px 20px 10px 0;
  font-size: 22px;
  line-height: normal;
}
@media only screen and (max-width: 1400px) {
  .favList.favList2 td {
    font-size: 18px;
    line-height: normal;
    padding: 5px 10px 10px 0;
  }
}
@media only screen and (max-width: 950px) {
  .favList.favList2 td {
    font-size: 15px;
    line-height: normal;
  }
}
@media only screen and (max-width: 500px) {
  .favList.favList2 td {
    font-size: 13px;
    line-height: normal;
    padding-right: 10px;
  }
}
.favList.favList2 td.favCol4 {
  padding-right: 0;
  text-align: right;
  white-space: nowrap;
  width: 10%;
}
.favList.favList2 td.favColDel {
  padding-right: 0;
}
@media only screen and (max-width: 750px) {
  .favList.favList2 table {
    width: 99%;
  }
}
.favList.favList3 {
  margin-right: 0;
}
.favList.favList3 td {
  font-size: 22px;
  line-height: normal;
}
@media only screen and (max-width: 1400px) {
  .favList.favList3 td {
    font-size: 18px;
    line-height: normal;
  }
}
@media only screen and (max-width: 950px) {
  .favList.favList3 td {
    font-size: 15px;
    line-height: normal;
  }
}
@media only screen and (max-width: 500px) {
  .favList.favList3 td {
    font-size: 13px;
    line-height: normal;
    padding-right: 10px;
  }
}
.favList.favList3 tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
.favList tr.total td, .favList tr.total th, .favList tr.total:last-child td, .favList tr.total:last-child th {
  white-space: nowrap;
  vertical-align: middle;
  border: none;
}
.favList tr.total th, .favList tr.total:last-child th {
  text-align: right;
  padding: 10px 30px 0 0;
}
.favList tr.total th h6, .favList tr.total:last-child th h6 {
  padding: 0;
}
.favList tr.total td, .favList tr.total:last-child td {
  padding: 10px 0 0 0;
}

.errors-wrap {
  border: 1px solid #f45b77;
  padding: 10px 20px 0 20px;
}
.errors-wrap ul {
  padding: 10px 0 10px 0 !important;
}

.favItemPic {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: block;
  background: no-repeat center bottom;
  background-size: contain;
  border: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 950px) {
  .favItemPic {
    width: 30px;
    height: 30px;
  }
}
.favItemPic:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7f6f2;
  opacity: 0.5;
}
.favItemPic img {
  width: 100%;
  height: auto;
  display: block;
}

.favItemName {
  border: none;
  color: #5A5975;
  display: block;
  font-size: 24px;
  line-height: normal;
}
@media only screen and (max-width: 1200px) {
  .favItemName {
    font-size: 22px;
  }
}
@media only screen and (max-width: 950px) {
  .favItemName {
    font-size: 18px;
  }
}
.favItemName:hover {
  color: #13A826;
}
.favItemName small {
  display: block;
  color: #929292;
  font-size: 18px;
  line-height: normal;
}
@media only screen and (max-width: 1200px) {
  .favItemName small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 950px) {
  .favItemName small {
    font-size: 14px;
  }
}

.favItemColorName {
  border: none;
  color: #5A5975;
  display: block;
  font-size: 24px;
  line-height: normal;
}
@media only screen and (max-width: 1200px) {
  .favItemColorName {
    font-size: 22px;
  }
}
@media only screen and (max-width: 950px) {
  .favItemColorName {
    font-size: 18px;
  }
}
.favItemColorName small {
  display: block;
  color: #929292;
  font-size: 18px;
  line-height: normal;
}
@media only screen and (max-width: 1200px) {
  .favItemColorName small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 950px) {
  .favItemColorName small {
    font-size: 14px;
  }
}
.favItemColorName .jq-selectbox__select {
  width: -moz-max-content !important;
  width: max-content !important;
}
.favItemColorName .jq-selectbox__select .jq-selectbox__trigger {
  top: 14px !important;
  left: -20px !important;
}
.favItemColorName .jq-selectbox__select .jq-selectbox__select-text {
  padding: 0 !important;
}
.favItemColorName .jq-selectbox__dropdown ul li {
  font-size: 20px !important;
}

@supports (background-blend-mode: multiply) {
  .favItemPic {
    background-color: #f7f6f2;
    background-blend-mode: multiply;
  }
  .favItemPic:before {
    display: none;
  }
}
.totalLine:after {
  content: "";
  display: block;
  clear: both;
}
.totalLine {
  padding: 30px 0;
}
@media only screen and (max-width: 750px) {
  .totalLine {
    padding: 10px 0;
  }
}
.totalLine .resetLink {
  float: left;
  text-align: left;
}
@media only screen and (max-width: 500px) {
  .totalLine .resetLink {
    float: none;
    text-align: center;
  }
}
.totalLine .costTotal {
  margin: -20px 0 0 0;
}
@media only screen and (max-width: 1200px) {
  .totalLine .costTotal {
    margin: -10px 0 0 0;
  }
}
@media only screen and (max-width: 500px) {
  .totalLine .costTotal {
    margin: 0;
  }
}

.favBtnLine {
  clear: both;
  padding: 0 0 20px 0;
}
.favBtnLine:after {
  content: "";
  display: block;
  clear: both;
}
.favBtnLine .btn2 {
  margin: 0 20px 20px 0;
  float: left;
}
@media only screen and (max-width: 1200px) {
  .favBtnLine .btn2 {
    float: none;
  }
}
@media only screen and (max-width: 750px) {
  .favBtnLine .btn2 {
    margin: 0 10px 13px 0;
  }
}
@media only screen and (max-width: 500px) {
  .favBtnLine .btn2 {
    margin: 0 0 15px 0;
  }
}
.favBtnLine .btn2.right {
  float: right;
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .favBtnLine .btn2.right {
    float: none;
  }
}

.quote {
  color: #13A826;
  float: right;
  border-top: 1px solid #13A826;
  border-bottom: 1px solid #13A826;
  padding: 15px 0 20px 0;
  margin: 0 0 70px 0;
  width: 25%;
}
@media only screen and (max-width: 1200px) {
  .quote {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 950px) {
  .quote {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 500px) {
  .quote {
    float: none;
    width: auto;
  }
}

.colText1 {
  float: left;
  width: 70%;
  padding: 0 0 70px 0;
}
@media only screen and (max-width: 1200px) {
  .colText1 {
    padding: 0 0 20px 0;
  }
}
@media only screen and (max-width: 500px) {
  .colText1 {
    float: none;
    width: auto;
    padding: 0;
  }
}

.textPic {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 0 60px 0;
}
@media only screen and (max-width: 1200px) {
  .textPic {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 500px) {
  .textPic {
    display: block;
    margin: 0 0 20px 0;
  }
}
.textPic .colPic, .textPic .colPicText {
  width: 45%;
  margin-right: 10%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  .textPic .colPic, .textPic .colPicText {
    width: 47.5%;
    margin-right: 5%;
  }
}
.textPic .colPic:last-child, .textPic .colPicText:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 500px) {
  .textPic .colPic, .textPic .colPicText {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.textPic .colPic img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 500px) {
  .textPic .colPicText {
    width: 100%;
  }
}

.s48 {
  font-size: 48px;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .s48 {
    font-size: 36px;
    line-height: 1;
  }
}
@media only screen and (max-width: 950px) {
  .s48 {
    font-size: 32px;
    line-height: 1;
  }
}

.s28 {
  font-size: 28px;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .s28 {
    font-size: 22px;
    line-height: 1;
  }
}
@media only screen and (max-width: 950px) {
  .s28 {
    font-size: 18px;
    line-height: 1;
  }
}

.z5 {
  position: relative;
  z-index: 5;
}

.colLeft {
  float: left;
  width: 50%;
  margin: 0 0 100px 0;
}
@media only screen and (max-width: 1400px) {
  .colLeft {
    margin: 0 0 70px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .colLeft {
    margin: 0 0 50px 0;
  }
}
@media only screen and (max-width: 750px) {
  .colLeft {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 500px) {
  .colLeft {
    float: none;
    width: auto;
  }
}
.colLeft.mb0 {
  margin-bottom: 0;
}

.mapCol {
  background: #ebebeb;
  position: relative;
  z-index: 1;
}
.mapCol img {
  display: block;
  width: 100%;
  height: auto;
}
.mapCol #js-gmap {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.colRight, .colRight2 {
  margin: 0 0 100px 0;
  float: right;
  width: 42.5%;
}
@media only screen and (max-width: 1400px) {
  .colRight, .colRight2 {
    margin: 0 0 70px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .colRight, .colRight2 {
    margin: 0 0 50px 0;
    width: 45%;
  }
}
@media only screen and (max-width: 750px) {
  .colRight, .colRight2 {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 500px) {
  .colRight, .colRight2 {
    float: none;
    width: auto;
  }
}
.colRight.mb0, .colRight2.mb0 {
  margin-bottom: 0;
}
.colRight.mb20, .colRight2.mb20 {
  margin-bottom: 20px;
}
.colRight.lineFormHint, .colRight2.lineFormHint {
  margin-bottom: 0;
  clear: both;
  padding-top: 13px;
}
@media only screen and (max-width: 1200px) {
  .colRight.lineFormHint, .colRight2.lineFormHint {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 950px) {
  .colRight.lineFormHint, .colRight2.lineFormHint {
    padding-top: 9px;
  }
}
@media only screen and (max-width: 500px) {
  .colRight.lineFormHint, .colRight2.lineFormHint {
    padding-top: 0;
  }
}

.colRight2 {
  width: 45%;
}
@media only screen and (max-width: 500px) {
  .colRight2 {
    float: none;
    width: auto;
    padding: 10px 0 0 0;
    margin: 0;
  }
}

.mapItems {
  padding: 0;
}
.mapItems li {
  padding: 0 0 0 30px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1200px) {
  .mapItems li {
    padding: 0 0 0 20px;
  }
}
@media only screen and (max-width: 750px) {
  .mapItems li {
    padding: 0 0 0 15px;
  }
}
.mapItems li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5A5975;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 750px) {
  .mapItems li:before {
    width: 4px;
    height: 4px;
  }
}
.mapItems li:hover:before, .mapItems li.hover:before {
  background: #13A826;
}
.mapItems li:hover .mapName a, .mapItems li.hover .mapName a {
  color: #13A826;
}
.mapItems li.current:before {
  background: #13A826;
}
.mapItems li.current .mapName a {
  color: #13A826;
}
.mapItems li.current .mapText {
  display: block;
}
.mapItems li.current .mapText a {
  text-decoration: underline;
}
.mapItems .mapName {
  font-size: 22px;
  line-height: 150%;
}
@media only screen and (max-width: 1200px) {
  .mapItems .mapName {
    font-size: 18px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 750px) {
  .mapItems .mapName {
    font-size: 16px;
    line-height: 150%;
  }
}
.mapItems .mapName a {
  position: relative;
  border: none;
  color: #5A5975;
  display: flex;
  align-items: center;
  line-height: 1;
}
.mapItems .mapText {
  display: none;
}

.violet {
  color: #892CA8;
}

.socIcons2 {
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 500px) {
  .socIcons2 {
    padding: 10px 0 0 0;
  }
}
.socIcons2 li {
  padding: 0 0 50px 0;
}
@media only screen and (max-width: 1200px) {
  .socIcons2 li {
    padding: 0 0 40px 0;
  }
}
@media only screen and (max-width: 950px) {
  .socIcons2 li {
    padding: 0 0 20px 0;
  }
}
@media only screen and (max-width: 500px) {
  .socIcons2 li:last-child {
    padding: 0;
  }
}
.socIcons2 li:before {
  display: none;
}
.socIcons2 li a {
  display: inline-block;
  color: #5A5975;
  border: none;
  font-size: 22px;
  line-height: 150%;
}
@media only screen and (max-width: 1600px) {
  .socIcons2 li a {
    font-size: 20px;
    line-height: 150%;
  }
}
.socIcons2 li a:hover {
  color: #13A826;
}
.socIcons2 li a span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  text-align: center;
  margin: -4px 20px 0 0;
}
@media only screen and (max-width: 1600px) {
  .socIcons2 li a span {
    margin: -5px 15px 0 0;
  }
}

.fSearch:after {
  content: "";
  display: block;
  clear: both;
}
.fSearch {
  margin: 0 0 20px 0;
}
.fSearch .inpText4 {
  float: left;
  width: 82%;
}
@media only screen and (max-width: 750px) {
  .fSearch .inpText4 {
    width: 75%;
  }
}
@media only screen and (max-width: 500px) {
  .fSearch .inpText4 {
    width: 65%;
  }
}
.fSearch .btnSend {
  float: right;
  width: 18%;
}
@media only screen and (max-width: 750px) {
  .fSearch .btnSend {
    width: 25%;
  }
}
@media only screen and (max-width: 500px) {
  .fSearch .btnSend {
    width: 35%;
  }
}

.order-list-once {
  cursor: pointer;
}
.order-list-once:hover .jobName {
  color: #13A826;
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 750px) {
  .order-list-once:hover .jobName {
    padding: 0 0 0 20px;
  }
}
.order-list-once:hover .jobName .icon-ico-arr-right {
  opacity: 1;
}
@media only screen and (max-width: 500px) {
  .order-list-once:hover .jobName.jobNameTd {
    padding-left: 20px;
  }
}

.jobName {
  box-sizing: border-box;
  padding: 0 30px 0 0;
  position: relative;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #5A5975;
  border: none;
  display: block;
}
@media only screen and (max-width: 750px) {
  .jobName {
    width: 50%;
    float: left;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .jobName {
    width: 100%;
    float: none;
    display: block;
    padding: 0 0 5px 0;
  }
}
.jobName .icon-ico-arr-right {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  margin-top: -8px;
}
@media only screen and (max-width: 750px) {
  .jobName .icon-ico-arr-right {
    font-size: 12px;
    margin-top: -6px;
  }
}
@media only screen and (max-width: 500px) {
  .jobName.jobNameTd {
    padding: 0;
  }
}
.jobName.jobNameTd:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -20px;
  top: -20px;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 20px;
}

.jobItem {
  border-bottom: 1px solid #ebebeb;
}
.jobItem dt {
  padding: 30px 0;
  font-size: 24px;
  line-height: 150%;
  display: table;
  width: 100%;
  cursor: pointer;
}
.jobItem dt:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 1200px) {
  .jobItem dt {
    font-size: 20px;
    line-height: 150%;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 750px) {
  .jobItem dt {
    padding: 10px 0;
    font-size: 18px;
    line-height: 150%;
  }
}
.jobItem dt .jobName {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  width: 50%;
}
.jobItem dt .jobCity {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  width: 25%;
}
@media only screen and (max-width: 750px) {
  .jobItem dt .jobCity {
    float: right;
    width: 50%;
    text-align: right;
  }
}
@media only screen and (max-width: 500px) {
  .jobItem dt .jobCity {
    float: left;
    text-align: left;
    font-size: 15px;
    line-height: 150%;
  }
}
.jobItem dt .jobPay {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  width: 25%;
}
@media only screen and (max-width: 750px) {
  .jobItem dt .jobPay {
    float: right;
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .jobItem dt .jobPay {
    font-size: 15px;
    line-height: 150%;
  }
}
.jobItem dt:hover .jobName, .jobItem dt.current .jobName {
  color: #13A826;
  padding-left: 30px;
}
@media only screen and (max-width: 750px) {
  .jobItem dt:hover .jobName, .jobItem dt.current .jobName {
    padding-left: 20px;
  }
}
.jobItem dt:hover .jobName .icon-ico-arr-right, .jobItem dt.current .jobName .icon-ico-arr-right {
  opacity: 1;
}
.jobItem dt.current .jobName {
  color: #5A5975;
}
.jobItem dt.current .jobName .icon-ico-arr-right {
  color: #13A826;
  transform: rotate(90deg);
}
.jobItem dt.current:hover .jobName {
  color: #13A826;
}
.jobItem dd {
  display: none;
  padding: 10px 0;
  max-width: 450px;
}
@media only screen and (max-width: 750px) {
  .jobItem dd p {
    padding: 0 0 10px 0;
  }
}
.jobItem dd h5 {
  color: #151515;
  font-size: 100%;
  line-height: 150%;
}

.black {
  color: #151515;
}

.icoLink, .icoLink2 {
  border: none;
  color: #13A826;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .icoLink, .icoLink2 {
    margin: 0 30px 5px 0;
  }
}
.icoLink:hover, .icoLink2:hover {
  color: #151515;
}
.icoLink .icon-pin, .icoLink .icon-ico-3d, .icoLink2 .icon-pin, .icoLink2 .icon-ico-3d {
  font-size: 14px;
  padding: 0 5px 0 0;
}
.icoLink.violet, .icoLink2.violet {
  color: #892CA8;
  margin: 0 0 0 30px;
}
@media only screen and (max-width: 750px) {
  .icoLink.violet, .icoLink2.violet {
    margin: 0;
  }
}
.icoLink.violet:hover, .icoLink2.violet:hover {
  color: #151515;
}

.icoLink2 {
  font-size: 24px;
  line-height: normal;
}
@media only screen and (max-width: 1200px) {
  .icoLink2 {
    font-size: 20px;
    line-height: normal;
  }
}
@media only screen and (max-width: 750px) {
  .icoLink2 {
    font-size: 18px;
    line-height: normal;
  }
}
.icoLink2 span {
  padding-right: 10px;
}
.icoLink2 span:before {
  font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  .icoLink2 span:before {
    font-size: 12px;
  }
}

.pr30 {
  padding-right: 30px;
}
@media only screen and (max-width: 500px) {
  .pr30 {
    padding-right: 20px;
  }
}

.fileExt {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 500px) {
  .fileExt {
    display: block;
    padding: 5px 0 0 0;
  }
}

.tag {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  background: #eef9eb;
  margin: 0 10px 13px 0;
  padding: 5px 10px;
  border: none;
  font-size: 16px;
  line-height: normal;
  color: #5A5975;
}
@media only screen and (max-width: 750px) {
  .tag {
    font-size: 14px;
    margin: 0 5px 8px 0;
  }
}
.tag:hover {
  color: #fff;
  background: #13A826;
}
.tag.hide {
  display: none;
}

.tagMore {
  display: inline-block;
  white-space: nowrap;
  padding: 14px 20px;
  border: none;
  line-height: 1;
  font-size: 1px;
  vertical-align: top;
}
@media only screen and (max-width: 750px) {
  .tagMore {
    padding: 12px 10px;
  }
}
.tagMore span {
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #5A5975;
  border-radius: 50%;
  margin: 0 4px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tagMore:hover span {
  background: #13A826;
}

.fpm--modal {
  min-height: 100% !important;
}

.reItem {
  padding: 0 0 40px 0;
}
@media only screen and (max-width: 1200px) {
  .reItem {
    padding: 0 0 20px 0;
  }
}
.reItem h5 {
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 1200px) {
  .reItem h5 {
    padding: 0 0 10px 0;
  }
}
.reItem .date2 {
  padding-right: 25px;
}
@media only screen and (max-width: 1200px) {
  .reItem .date2 {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .reItem .dateLine {
    padding: 0 0 10px 0;
  }
}

.s24 {
  font-size: 24px;
  line-height: 150%;
}
@media only screen and (max-width: 1200px) {
  .s24 {
    font-size: 22px;
    line-height: 150%;
  }
}

.date2 {
  color: #929292;
}
@media only screen and (max-width: 1200px) {
  .date2 {
    font-size: 14px;
    line-height: 150%;
  }
}

.photos {
  margin: 0 0 0 -15px;
  padding: 0 0 20px 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}
@media only screen and (max-width: 750px) {
  .photos {
    margin: 0 0 0 -10px;
  }
}
@media only screen and (max-width: 500px) {
  .photos {
    margin: 0 0 0 -5px;
  }
}
.photos li:before {
  display: none;
}
.photos li {
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  box-sizing: border-box;
  padding: 0 0 15px 15px;
}
@media only screen and (max-width: 750px) {
  .photos li {
    padding: 0 0 10px 10px;
  }
}
@media only screen and (max-width: 500px) {
  .photos li {
    padding: 0 0 5px 5px;
  }
}
.photos li a {
  display: block;
  border: none;
  position: relative;
  z-index: 1;
  background: #f0f9eb;
}
.photos li a:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 0 0 0 0px #fff inset;
}
.photos li a img {
  display: block;
  width: 100%;
  height: auto;
}
.photos li a span {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 50%;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  transform: translateY(-50%);
  color: #5A5975;
  font-size: 18px;
  line-height: normal;
  padding: 0 10px;
  white-space: normal;
}
@media only screen and (max-width: 750px) {
  .photos li a span {
    font-size: 14px;
    line-height: normal;
  }
}
.photos li a:hover:before {
  box-shadow: 0 0 0 5px #fff inset;
}
@media only screen and (max-width: 500px) {
  .photos li a:hover:before {
    box-shadow: 0 0 0 2px #fff inset;
  }
}

.pages {
  padding: 0 0 20px 0;
}
.pages a, .pages span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  text-align: center;
  line-height: 40px;
  color: #5A5975;
}
@media only screen and (max-width: 500px) {
  .pages a, .pages span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.pages a:hover, .pages span:hover {
  color: #13A826;
}
.pages a.pagesArr, .pages span.pagesArr {
  font-size: 14px;
}
.pages span {
  color: #fff;
  background: #13A826;
}
.pages span:hover {
  color: #fff;
}

.z15 {
  z-index: 15;
  position: relative;
}

.z12 {
  z-index: 12;
  position: relative;
}

.mb0 {
  margin-bottom: 0;
}

.cabColCenter {
  float: left;
  width: 100%;
  box-shadow: 0 10px 40px rgba(37, 90, 199, 0.2);
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  padding: 0 55px;
  background: #fff;
  min-height: 100%;
  order: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1400px) {
  .cabColCenter {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 950px) {
  .cabColCenter {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 750px) {
  .cabColCenter {
    float: none;
    width: 100%;
    box-shadow: none;
    padding: 0;
    margin: 0 0 20px 0;
  }
}
.cabColCenter .addBtn {
  margin: 0 -55px;
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 5;
}
@media only screen and (max-width: 1400px) {
  .cabColCenter .addBtn {
    margin: 0 -30px;
  }
}
@media only screen and (max-width: 950px) {
  .cabColCenter .addBtn {
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 750px) {
  .cabColCenter .addBtn {
    margin: 0;
  }
}
.cabColCenter.noshadow {
  box-shadow: 0 0 0 1px #ebebeb inset;
}
.cabColCenter .cabColCenterCont {
  position: relative;
  flex: 1 0 auto;
}
.cabColCenter .cabColCenterCont.cabColCenterContItems {
  display: flex;
  flex-direction: column;
}

.cabColLeft {
  float: left;
  width: 70%;
  box-shadow: 0 10px 40px rgba(37, 90, 199, 0.2);
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  padding: 0 55px;
  background: #fff;
  min-height: 100%;
  order: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1400px) {
  .cabColLeft {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1300px) {
  .cabColLeft {
    float: none;
    width: 100%;
    box-shadow: none;
    padding: 0;
    margin: 20px 0 0 0;
  }
}
.cabColLeft .addBtn {
  margin: 0 -55px;
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 5;
}
@media only screen and (max-width: 1400px) {
  .cabColLeft .addBtn {
    margin: 0 -30px;
  }
}
@media only screen and (max-width: 950px) {
  .cabColLeft .addBtn {
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 750px) {
  .cabColLeft .addBtn {
    margin: 0;
  }
}
.cabColLeft.noshadow {
  box-shadow: unset;
  padding: 50px 30px 0 0;
}
.cabColLeft.noshadow .inpCheck {
  margin-top: 3px;
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  .cabColLeft.noshadow {
    padding: 0 5px 0 0;
  }
  .cabColLeft.noshadow .lineForm--wrap {
    display: block;
  }
  .cabColLeft.noshadow .lineForm--wrap .lineForm {
    width: 100% !important;
  }
  .cabColLeft.noshadow .inpCheck {
    margin-top: unset;
    margin-left: 20px;
  }
}
.cabColLeft .cabColLeftCont {
  flex: 1 0 auto;
}
.cabColLeft .cabColLeftCont.cabColLeftContItems {
  display: flex;
  flex-direction: column;
}

.cabColRight {
  position: relative;
  position: sticky;
  right: 0;
  top: 0;
  float: right;
  width: 30%;
  box-sizing: border-box;
  min-height: 100%;
  order: 2;
  padding-top: 25px;
}
@media only screen and (max-width: 1300px) {
  .cabColRight {
    float: none;
    width: 100%;
    position: relative;
    top: 0;
    margin: 0 0 20px 0;
    padding: 0;
  }
}
.cabColRight .colRightName, .cabColRight .colRightCaption {
  padding: 20px 55px 20px 55px;
  height: 94px;
  box-sizing: border-box;
  background: #fff;
  font-size: 34px;
  line-height: 1;
}
@media only screen and (max-width: 1600px) {
  .cabColRight .colRightName, .cabColRight .colRightCaption {
    padding: 30px 30px 20px 30px;
  }
}
@media only screen and (max-width: 1400px) {
  .cabColRight .colRightName, .cabColRight .colRightCaption {
    font-size: 28px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1200px) {
  .cabColRight .colRightName, .cabColRight .colRightCaption {
    padding: 20px;
    height: auto;
  }
}
@media only screen and (max-width: 950px) {
  .cabColRight .colRightName, .cabColRight .colRightCaption {
    font-size: 20px;
    line-height: 1;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 750px) {
  .cabColRight .colRightName, .cabColRight .colRightCaption {
    padding: 0 0 20px 0;
    font-size: 24px;
    line-height: 1;
  }
}
.cabColRight .colRightCaption {
  height: auto;
  font-size: 100%;
  line-height: 150%;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1400px) {
  .cabColRight .colRightCaption {
    font-size: 100%;
    line-height: 150%;
  }
}
@media only screen and (max-width: 950px) {
  .cabColRight .colRightCaption {
    font-size: 100%;
    line-height: 150%;
  }
}
@media only screen and (max-width: 750px) {
  .cabColRight .colRightCaption {
    font-size: 100%;
    line-height: 150%;
    min-height: 0 !important;
  }
}
.cabColRight .colRightCaption p {
  padding: 0 0 5px 0;
}
@media only screen and (max-width: 750px) {
  .cabColRight .colRightCaption .orderCost {
    font-size: 24px;
  }
}
@media only screen and (max-width: 750px) {
  .cabColRight .colRightCaption .orderCost.s22 {
    font-size: 20px;
  }
}
.cabColRight.cabBack .colRightCaption {
  background: none;
}
.cabColRight.cabBack .colRightCaption .backLink {
  padding-top: 20px;
}
.cabColRight h4 {
  color: #5A5975;
}
#user_settings_call_time .user-set-noti-type {
  float: left;
  margin-top: 15px;
  width: 60px;
}
@media only screen and (max-width: 500px) {
  #user_settings_call_time .user-set-noti-type {
    float: unset;
    margin-top: 0;
    margin-left: 10px;
  }
}

#user_settings_call_time .inpRadio.inpRadio2 {
  margin: 0 0 0 20px;
  width: 23%;
}
@media only screen and (max-width: 500px) {
  #user_settings_call_time .inpRadio.inpRadio2 {
    margin: 0 10px 0 10px;
    width: 27%;
    display: inline-block;
  }
}

#user_settings_call_time .lineRadio.lineRadio2 {
  text-align: end;
}
@media only screen and (max-width: 500px) {
  #user_settings_call_time .lineRadio.lineRadio2 {
    text-align: center;
  }
}

#user_settings_call_time .inpRadio.inpRadio2 span {
  border: 1px #ebebeb solid;
  text-align: center;
}

#user_settings_call_time .inpRadio.inpRadio2 span:hover {
  border: 1px #13a826 solid;
}
@media only screen and (max-width: 500px) {
  #user_settings_call_time .inpRadio.inpRadio2 span:hover {
    border: 1px #ebebeb solid;
  }
}

#user_settings_call_time .inpRadio.inpRadio2 span {
  padding: 10px;
}

.userCabNav {
  display: table;
  margin: 0 -55px 40px -55px;
  box-sizing: border-box;
  padding: 0 55px;
}
@media only screen and (max-width: 1400px) {
  .userCabNav {
    margin: 0 -30px 30px -30px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 950px) {
  .userCabNav {
    margin: 0 -20px 20px -20px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 500px) {
  .userCabNav {
    margin-bottom: 25px;
  }
}
.userCabNav li:before {
  display: none;
}
.userCabNav li {
  display: inline;
  text-align: left;
  vertical-align: bottom;
  padding: 0 0 0 40px;
  box-sizing: border-box;
}
.userCabNav li:first-child {
  padding-left: 0;
  margin-right: 30px;
}
@media only screen and (max-width: 1600px) {
  .userCabNav li {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .userCabNav li {
    padding-left: 10px;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    width: 10%;
  }
}
.userCabNav li a {
  display: inline-block;
  border: none;
  color: #5A5975;
  padding: 35px 0 10px 0;
  white-space: nowrap;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  .userCabNav li a {
    white-space: normal;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 950px) {
  .userCabNav li a {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 750px) {
  .userCabNav li a {
    padding: 0 0 15px 0;
  }
}
@media only screen and (max-width: 500px) {
  .userCabNav li a {
    padding: 0 0 10px 0;
    border-bottom-width: 3px;
    line-height: 1;
  }
}
.userCabNav li a:hover, .userCabNav li a.current {
  color: #13A826;
  border-bottom-color: #13A826;
}

@media screen and (min-width: 750px) {
  .map--nice-place {
    right: -46px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    max-width: 36px;
  }
}
@media screen and (max-width: 750px) {
  .map--nice-place {
    margin-left: 10px;
  }
}
.map--nice-place img {
  width: 100%;
  height: 100%;
}
.map--nice-place {
  max-width: 26px;
  height: auto;
}

.cabNav {
  border-bottom: 1px solid #ebebeb;
  display: table;
  margin: 0 -55px 40px -55px;
  box-sizing: border-box;
  padding: 0 55px;
}
@media only screen and (max-width: 1400px) {
  .cabNav {
    margin: 0 -30px 30px -30px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 950px) {
  .cabNav {
    margin: 0 -20px 20px -20px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 500px) {
  .cabNav {
    margin-bottom: 10px;
  }
}
.cabNav li:before {
  display: none;
}
.cabNav li {
  display: table-cell;
  text-align: left;
  vertical-align: bottom;
  padding: 0 0 0 40px;
  width: 25%;
  box-sizing: border-box;
}
.cabNav li:first-child {
  padding-left: 0;
}
.cabNav li:last-child {
  width: 10%;
}
@media only screen and (max-width: 1600px) {
  .cabNav li {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .cabNav li {
    padding-left: 10px;
    font-size: 12px;
    line-height: normal;
  }
}
.cabNav li a {
  display: inline-block;
  border: none;
  color: #5A5975;
  padding: 35px 0 30px 0;
  white-space: nowrap;
  border-bottom: 5px solid #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  .cabNav li a {
    white-space: normal;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 950px) {
  .cabNav li a {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 750px) {
  .cabNav li a {
    padding: 0 0 15px 0;
  }
}
@media only screen and (max-width: 500px) {
  .cabNav li a {
    padding: 0 0 10px 0;
    border-bottom-width: 3px;
    line-height: 1;
  }
}
.cabNav li a:hover, .cabNav li a.current {
  color: #13A826;
  border-bottom-color: #13A826;
}

.bull {
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 20px;
  background: #13A826;
  border-radius: 50%;
}
@media only screen and (max-width: 950px) {
  .bull {
    margin-left: 10px;
  }
}
.bull.red {
  background: #f45b77;
}
.bull.white {
  background: #fff;
}

.addBtn {
  background: #eef9eb;
  display: block;
  border: none;
  padding: 20px;
  text-align: center;
  color: #5A5975;
  font-size: 22px;
}
@media only screen and (max-width: 950px) {
  .addBtn {
    padding: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .addBtn {
    font-size: 18px;
    line-height: normal;
  }
}
.addBtn:hover {
  background: #13A826;
  color: #fff;
}
.addBtn:hover .plusIco:before, .addBtn:hover .plusIco:after {
  background: #fff;
}

.plusIco {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  position: relative;
  z-index: 1;
  margin: -5px 15px 0 0;
}
@media only screen and (max-width: 500px) {
  .plusIco {
    width: 15px;
    height: 15px;
  }
}
.plusIco:before, .plusIco:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 9px;
  width: 100%;
  height: 1px;
  background: #5A5975;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 500px) {
  .plusIco:before, .plusIco:after {
    top: 7px;
  }
}
.plusIco:after {
  width: 1px;
  height: 100%;
  left: 9px;
  top: 0;
}
@media only screen and (max-width: 500px) {
  .plusIco:after {
    left: 7px;
    top: 0;
  }
}

.grayCol {
  padding: 45px 55px;
  border: 3px solid #eff3f8;
}
@media only screen and (max-width: 1600px) {
  .grayCol {
    padding: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .grayCol {
    padding: 20px;
  }
}
.grayCol.grayColBack {
  padding-bottom: 150px;
}
@media only screen and (max-width: 950px) {
  .grayCol.grayColBack {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 750px) {
  .grayCol.grayColBack {
    padding-bottom: 0;
  }
}

.grayBg {
  background: #eff3f8;
  position: relative;
  z-index: 1;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .grayBg {
    background: none;
    display: block;
  }
}

.cabSum {
  font-size: 38px;
  line-height: 1;
  font-family: "FuturaPTLight", Arial, Helvetica, sans-serif;
  padding: 0 0 25px 0;
}

.gray {
  color: #AFB2C4;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.cabLinks {
  padding: 0 0 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1400px) {
  .cabLinks {
    padding: 0;
  }
}
.cabLinks > li:before {
  display: none;
}
.cabLinks > li {
  width: 48.5%;
  margin: 0 0 30px 0;
  padding: 45px;
  box-sizing: border-box;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 1px solid #ebebeb;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .cabLinks > li {
    padding: 40px 30px 30px 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .cabLinks > li {
    padding: 20px;
    margin: 0 0 25px 0;
  }
}
@media only screen and (max-width: 500px) {
  .cabLinks > li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.cabLinks > li:hover {
  box-shadow: 0 5px 20px rgba(37, 90, 199, 0.2);
}
.cabLinks > li:hover .editLinks {
  opacity: 1;
}
.cabLinks > li .editLinks {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 1200px) {
  .cabLinks > li .editLinks {
    opacity: 1;
    position: relative;
    float: right;
    top: 0;
    right: 0;
    padding: 0 0 10px 20px;
    margin: -10px -10px 0 0;
  }
}
.cabLinks > li.cabLinksAddLi:hover {
  box-shadow: none;
}
.cabLinks h5 {
  color: #13A826;
  padding: 0 0 15px 0;
}
.cabLinks.cabLinks2 {
  display: block;
}
.cabLinks.cabLinks2 > li {
  width: auto;
  cursor: auto;
  box-shadow: none;
}

.params {
  overflow: hidden;
  padding: 0 0 12px 0;
}
@media only screen and (max-width: 1200px) {
  .params {
    padding: 0 0 5px 0;
  }
}
.params dt {
  float: left;
  width: 50px;
  margin: 0 10px 0 0;
}
.params dd {
  overflow: hidden;
}

.editLinks {
  position: absolute;
  z-index: 5;
  right: 15px;
  top: 15px;
}
@media only screen and (max-width: 1600px) {
  .editLinks {
    right: 10px;
    top: 10px;
  }
}
.editLinks a {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #eef9eb;
  line-height: 1;
  font-size: 18px;
  padding: 6px 0 0 0;
  box-sizing: border-box;
  margin: 0 0 0 10px;
  text-align: center;
}
.editLinks a:hover {
  background: #13A826;
  color: #fff;
}
.editLinks a .icon-ico-edit {
  margin-left: -1px;
}

.goods--cart-add {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
  box-shadow: 1px 2px 8px 3px #ebebeb;
  cursor: pointer;
  z-index: 99;
  transition: 0.3s all ease;
  color: #9C9C9C;
}
.goods--cart-add.active {
  color: #13A826;
}
.goods--cart-add:hover {
  box-shadow: 0px 0px 0px 0px #ebebeb;
  background: #ebebeb;
}
.goods--cart-add svg {
  width: 24px;
  height: auto;
}

.cabLinksAdd {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eef9eb;
  border: none;
  color: #5A5975;
  font-size: 22px;
  line-height: 1;
  box-shadow: 0 0 0 1px #eef9eb;
}
.cabLinksAdd:hover {
  background: #13A826;
  color: #fff;
  box-shadow: none;
}
.cabLinksAdd:hover .plusIco:before, .cabLinksAdd:hover .plusIco:after {
  background: #fff;
}
.cabLinksAdd em {
  font-style: normal;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.btn2Line {
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 500px) {
  .btn2Line {
    padding: 0;
  }
}
.btn2Line .btn {
  margin: 20px 10px;
}
@media only screen and (max-width: 500px) {
  .btn2Line .btn {
    margin: 0 0 20px 0;
  }
}

.pt20 {
  padding-top: 20px;
}

.flight {
  font-family: "FuturaPTLight", Arial, Helvetica, sans-serif;
}

.h55 {
  height: 55px;
  clear: both;
}
@media only screen and (max-width: 1400px) {
  .h55 {
    height: 30px;
  }
}
@media only screen and (max-width: 950px) {
  .h55 {
    height: 20px;
  }
}

.breads {
  padding: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 150%;
  color: #BDBDBD;
}
@media only screen and (max-width: 1200px) {
  .breads {
    font-size: 14px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 750px) {
  .breads {
    font-size: 12px;
    line-height: 150%;
    padding: 0 0 15px 0;
  }
}
.breads li {
  padding: 0 20px 10px 0;
}
.breads li:before {
  display: none;
}
.breads li {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1200px) {
  .breads li {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .breads li {
    padding: 0 10px 5px 0;
  }
}
.breads li.current {
  color: #151515;
}
.breads li:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid #BDBDBD;
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg);
  vertical-align: middle;
  margin: -5px 0 0 20px;
}
@media only screen and (max-width: 1200px) {
  .breads li:after {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .breads li:after {
    margin: -3px 0 0 10px;
    width: 3px;
    height: 3px;
  }
}
.breads li:last-child {
  padding-right: 0;
}
.breads li:last-child:after {
  display: none;
}
.breads a {
  border: none;
}
.breads a:hover {
  color: #151515;
}

.orderName {
  display: block;
  color: #13A826;
  font-size: 30px;
  line-height: normal;
  padding: 0 0 10px 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 1200px) {
  .orderName {
    font-size: 24px;
    line-height: normal;
  }
}
@media only screen and (max-width: 950px) {
  .orderName {
    font-size: 20px;
    line-height: normal;
  }
}
.orderName .icon-ico-arr-right {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  transform: rotate(90deg);
  margin: 0 0 0 15px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 1200px) {
  .orderName .icon-ico-arr-right {
    font-size: 10px;
    margin-left: 10px;
  }
}

.orderCost {
  font-size: 30px;
  line-height: 1;
  white-space: nowrap;
  font-family: "FuturaPTLight", Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 1200px) {
  .orderCost {
    font-size: 24px;
    line-height: 1;
  }
}
@media only screen and (max-width: 950px) {
  .orderCost {
    font-size: 20px;
    line-height: 1;
  }
}
.orderCost strong {
  font-weight: normal;
  font-family: "FuturaPTBook", Arial, Helvetica, sans-serif;
}
.orderCost.s22 {
  line-height: normal;
}
.orderCost .line-through {
  font-size: 16px;
  color: #e9506c;
  margin-left: 5px;
}

.orderItem {
  padding: 0 55px;
  margin: 0 -55px;
  border-top: 1px solid #ebebeb;
  box-shadow: 0 0px 0px rgba(37, 90, 199, 0.2);
  transition: box-shadow 0.3s;
}
@media only screen and (max-width: 1400px) {
  .orderItem {
    padding: 0 30px;
    margin: 0 -30px;
  }
}
@media only screen and (max-width: 950px) {
  .orderItem {
    padding: 0 20px;
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 750px) {
  .orderItem {
    margin: 0;
  }
}
.orderItem.current {
  box-shadow: 0 10px 40px rgba(37, 90, 199, 0.2);
}
.orderItem.current + .orderItem.current {
  background: #fff;
  box-shadow: 0 0 0 1px #ebebeb inset, 0 10px 40px rgba(37, 90, 199, 0.2);
}
.orderItem:first-child {
  border-top: none;
}
.orderItem > dt {
  cursor: pointer;
  overflow: hidden;
  padding: 40px 0 50px 0;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
@media only screen and (max-width: 1400px) {
  .orderItem > dt {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 750px) {
  .orderItem > dt {
    min-height: 0 !important;
  }
}
.orderItem > dt .orderNameCol {
  float: left;
  width: 70%;
}
@media only screen and (max-width: 500px) {
  .orderItem > dt .orderNameCol {
    float: none;
    width: auto;
    padding: 0;
    display: block;
  }
}
.orderItem > dt .orderCost {
  float: right;
  width: 30%;
  text-align: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 500px) {
  .orderItem > dt .orderCost {
    position: relative;
    top: 0;
    transform: none;
    float: none;
    width: auto;
    display: block;
    text-align: left;
  }
}
.orderItem > dt.current .orderName .icon-ico-arr-right {
  transform: rotate(-90deg);
}
.orderItem > dt:hover .orderName {
  color: #151515;
}
.orderItem > dt:hover .orderName .icon-ico-arr-right {
  color: #151515;
}
.orderItem > dt .p {
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .orderItem > dt .p {
    padding: 0 0 10px 0;
  }
}
.orderItem > dd {
  display: none;
}
.orderItem > dd:after {
  content: "";
  display: block;
  clear: both;
}
.orderItem.orderItemOpen {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 750px) {
  .orderItem.orderItemOpen {
    display: block;
  }
}
.orderItem.orderItemOpen > dt {
  cursor: auto;
}
.orderItem.orderItemOpen > dt .orderName {
  color: #5A5975;
}
.orderItem.orderItemOpen > dd {
  display: block;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
@media only screen and (max-width: 750px) {
  .orderItem.orderItemOpen > dd {
    display: block;
  }
}
.orderItem.orderItemOpen > dd .orderItemDDCont {
  flex: 1 0 auto;
}

.orderCont {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 750px) {
  .orderCont {
    display: block;
  }
}

.s22 {
  font-size: 22px;
  line-height: 150%;
}
@media only screen and (max-width: 750px) {
  .s22 {
    font-size: 18px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 750px) {
  .s22 + .h20 {
    display: none;
  }
}

.cabBack {
  padding: 20px 0 0 0;
}
.cabBack .backLink {
  padding: 20px 0 0 0;
}
.cabBack .offer-agreement {
  margin: 5px 0 10px 5px;
}
@media only screen and (max-width: 750px) {
  .cabBack .offer-agreement {
    margin: 15px 0 20px 5px;
  }
}
.cabBack .offer-agreement span {
  font-size: 14px !important;
  opacity: 0.6;
}
.cabBack .offer-agreement .inpCheck {
  padding: 0 0 7px 27px !important;
}
.cabBack .offer-agreement .inpCheck span:before {
  border: 1px solid #c5ccd4 !important;
}

hr {
  padding: 0;
  margin: 0 -55px 20px -55px;
  border: none;
  background: none;
  border-top: 1px solid #ebebeb;
}
@media only screen and (max-width: 1400px) {
  hr {
    margin: 0 -30px 20px -30px;
  }
}
@media only screen and (max-width: 950px) {
  hr {
    margin: 0 -20px 20px -20px;
  }
}
@media only screen and (max-width: 950px) {
  hr + h4 {
    padding-top: 0;
  }
}

.w48 {
  width: 48%;
}
@media only screen and (max-width: 500px) {
  .w48 {
    float: none;
    width: auto;
    padding: 0 0 10px 0;
  }
}

.cabDate {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1400px) {
  .cabDate {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 950px) {
  .cabDate {
    margin-bottom: 0;
  }
}

@media print {
  .header, .aside, .page_footer, .cabColRight {
    display: none;
  }
  .article.articleWideCab {
    display: block;
  }
  .article, .cabColLeft, .cabColRight {
    width: 100% !important;
    padding: 0 !important;
    box-shadow: none;
  }
  .cabColRight .colRightCaption {
    padding: 0 0 20px 0;
  }
  .grayCol {
    display: none;
  }
  .grayBg {
    display: block;
  }
  .siteWidth {
    padding: 0;
  }
  h1 {
    font-size: 70px;
  }
  .cabLinks > li {
    padding: 20px;
  }
  .cabDate {
    margin: 0;
  }
  .cabColRight, .cabColLeft {
    float: none;
    width: auto;
  }
  .cabColRight .cabColRightCont {
    position: relative !important;
    top: 0 !important;
    float: none;
    width: auto;
    min-height: 0;
  }
}
.selector {
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100% !important;
  display: block;
  padding: 11px 50px 15px 20px;
  color: #929292;
  border: 1px solid #13a826;
}

.corporation--block p {
  padding-bottom: 10px;
}
.corporation--block p:last-child {
  padding-bottom: 0;
}
.corporation--block {
  margin-bottom: 30px;
}

.selector option {
  font-size: 18px;
  padding: 10px 0px;
}

button, a, input {
  outline: none !important;
}

.mapCol {
  width: 50%;
}

.addressCol {
  width: 43%;
}

.contacts--map-wrap {
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .contacts--map-wrap {
    flex-direction: column;
  }
  .contacts--map-wrap .mapCol {
    width: 100%;
    max-height: 400px;
  }
  .contacts--map-wrap .addressCol {
    width: 100%;
  }
  .contacts--map-wrap .mapItems {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 570px) {
  .contacts--map-wrap .mapItems {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.marker-content {
  cursor: pointer;
  transition: 0.3s all ease;
  max-width: 32px;
}
.marker-content img {
  width: 100%;
  height: auto;
}
.marker-content:hover {
  transform: scale(1.2);
}

.nice--place-wrap {
  margin-top: 20px;
  gap: 30px;
  max-width: 200px;
  margin-left: auto;
}
.nice--place-wrap > div {
  flex: 1;
}
.nice--place-wrap a {
  display: flex;
  width: 100%;
  border-bottom: 0 !important;
}
.nice--place-wrap a img {
  width: 100%;
  height: 100%;
}
.nice--place-wrap a:hover {
  text-decoration: none;
}
@media screen and (max-width: 620px) and (min-width: 500px) {
  .nice--place-wrap {
    gap: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .nice--place-wrap {
    margin-left: 0;
  }
}
