@charset "UTF-8";
:root {
  --font-size: 16px;
  --ser-font: JetBrains Mono, Arial, Tahoma, sans-serif;
  --ser-font1: JetBrains Mono, Arial, Tahoma, sans-serif;
  --ser-font3: JetBrains Mono, Arial, sans-serif;
  --ser-color: #000;
  --color-1: #111216;
  --color-2: #2AABEE;
  --color-3: #363431;
  --header-height: 80px;
  --gl-star-size: 18px;
  --width: 1440px;
  --width-2: 1200px;
}

@media (max-width: 990px) {
  :root {
    --header-height: 54px;
  }
}
/* Global structure
--------------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 16px;
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  min-height: 100%;
  height: 100%;
  min-width: 320px;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: var(--ser-font);
  font-size: var(--font-size);
  line-height: 1.4;
  color: var(--ser-color);
  background-color: #fff;
  scrollbar-gutter: stable;
}
@media (max-width: 567px) {
  body {
    font-size: 14px;
  }
}

.fixed {
  max-width: var(--width);
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
@media (max-width: 600px) {
  .fixed {
    padding: 0 16px;
  }
}

.clear, .content:after {
  clear: both;
  height: 0;
  font: 0px/0px Arial, Tahoma, sans-serif;
}

.fc {
  float: left;
  width: 100%;
}

.no_pad {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* Typography
	--------------------------------------------------------------------------------------- */
/* title 
-------------------------------*/
h1, .h1 {
  font-weight: 600;
  font-size: 40px;
  text-transform: none;
  margin-bottom: 25px;
}

h2, .h2 {
  font-size: 25px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
}
h2_small, .h2_small {
  font-size: 0.7em;
  font-weight: 400;
}

h3, h4, h5, h6 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
}

h6 {
  font-family: FS Elliot Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

/* text 
-------------------------------*/
p {
  margin: 0 0 15px 0;
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 1200px) {
  h1, .h1 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.img_l {
  transform: translateY(5px);
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  max-width: 100%;
  height: auto;
}

.img_r {
  transform: translateY(5px);
  margin-left: 30px;
  margin-bottom: 30px;
  float: right;
  max-width: 100%;
  height: auto;
}

.wsw .column {
  -moz-columns: 200px 3;
  columns: 200px 3;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -moz-column-rule: 1px solid #ccc;
  column-rule: 1px solid #ccc;
}

/* rouble 
-------------------------------*/
.rouble, .rub {
  position: relative;
  font-style: normal;
  font-family: var(--ser-font3) !important;
  text-transform: none !important;
}

.rouble:before, .rub:before {
  content: "i";
}

/* link 
-------------------------------*/
a, a:hover {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #000;
}

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

li {
  margin: 0;
  padding: 0;
}

ul.list {
  display: inline-block;
}

/* breadcrum
-------------------------------*/
.breadcrum {
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 0 0;
  color: #000;
}
@media (max-width: 1200px) {
  .breadcrum {
    margin: 0 0 20px;
  }
}
@media (max-width: 768px) {
  .breadcrum {
    margin: 0 0 10px;
  }
}

.breadcrum a, .breadcrum a:hover {
  text-decoration: underline;
  color: rgba(28, 28, 28, 0.6);
}

.breadcrum a:hover {
  text-decoration: none;
}

/* pager
-------------------------------*/
.pager {
  word-spacing: 15px;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 0;
  color: #000;
  text-align: center;
}

.pager a, .pager a:hover, .pager span {
  color: #000;
  text-decoration: none;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  border-radius: 50%;
}

.pager a:hover {
  opacity: 0.5;
}

.pager span {
  background: var(--color-2);
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.pager .pager_next, .pager .pager_next:hover {
  background: url(../images/pager_next.svg) no-repeat 50% 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.pager .pager_next:hover {
  opacity: 0.5;
}

.pager .pager_prev, .pager .pager_prev:hover {
  background: url(../images/pager_prev.svg) no-repeat 50% 50%;
  width: 45px;
  height: 45px;
  line-height: 44px;
}

.pager .pager_prev:hover {
  opacity: 0.5;
}

.loader {
  background: url(../images/loader.gif) no-repeat 50% 50%;
  margin-top: 20px;
  height: 36px;
}

/* price
-------------------------------*/
.price {
  margin: 0;
  padding: 0;
  font-size: var(--font-size);
  line-height: 26px;
  font-weight: bold;
  color: #000;
}

/* Grid
--------------------------------------------------------------------------------------- */
/* flex-block
-------------------------------*/
/* Text
--------------------------------------------------------------------------------------- */
.textl {
  text-align: left !important;
}

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

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

.bold {
  font-weight: bold;
}

.black {
  color: #000;
}

.pseudo, .pseudo:hover {
  text-decoration: none;
  border-bottom: dashed 1px;
}

.pseudo:hover {
  border: none;
}

/* replace_img
-------------------------------*/
.replace_img {
  display: block;
  position: relative;
}

.replace_img span {
  display: block;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

/* table 
-------------------------------*/
table {
  border-collapse: collapse;
}

/* image 
-------------------------------*/
img {
  border: none;
}

.content img {
  max-width: 100%;
  height: auto;
}

.img_l {
  margin: 3px 20px 10px 0;
  float: left;
}

.img_r {
  margin: 3px 0 10px 20px;
  float: right;
}

img[hspace] {
  margin: 10px;
}

/* scroll
-------------------------------*/
.scroll {
  max-height: 300px;
  overflow: auto;
}

.mobile_show {
  display: none;
}
@media (max-width: 767px) {
  .mobile_show {
    display: block;
  }
}

.mobile_hide {
  display: block;
}
@media (max-width: 767px) {
  .mobile_hide {
    display: none;
  }
}

/* Form default
--------------------------------------------------------------------------------------- */
input {
  padding: 1px 2px;
  box-shadow: none;
}

input[type=submit] {
  cursor: pointer;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

textarea {
  padding: 1px 2px;
  resize: none;
  box-shadow: none;
}

.input[type=submit] {
  -webkit-appearance: none;
}

input:focus, textarea:focus {
  outline: none;
  opacity: 1 !important;
}

[data-tooltip-hover] {
  cursor: pointer;
}

/* header
-------------------------------*/
body {
  padding-top: var(--header-height);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 101;
  height: var(--header-height);
}
@media (max-width: 1400px) {
  .header {
    left: 8px;
    width: calc(100% - 16px);
  }
}
.header .fixed {
  padding: 0 24px;
  border-radius: 14px;
  border: solid 2px #DAD7D2;
  position: relative;
}
@media (max-width: 990px) {
  .header .fixed {
    padding: 16px;
  }
}
.header-cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.header-fon {
  display: block;
  background: #fff;
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: 50px;
}
@media (max-width: 990px) {
  .header-fon {
    height: 34px;
  }
}
.header .logo {
  display: block;
  width: 232px;
  height: 28px;
  aspect-ratio: 232/28;
  background: url(../images/logo.svg) no-repeat 0 50%;
  background-size: contain;
  position: relative;
}
@media (max-width: 990px) {
  .header .logo {
    height: 18px;
  }
}

.header.active {
  background: #fff;
}

.mobile-menu-but, .mobile-menu-but:hover {
  display: none;
  width: 45px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  background: url(../images/mmi.svg) no-repeat 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  transition: all 0.5s;
}
@media (max-width: 990px) {
  .mobile-menu-but, .mobile-menu-but:hover {
    display: block;
  }
}

.mobile-menu-but:hover {
  transform: scaleX(1.2);
}

.header-item-1 {
  flex: 0 1 150px;
}

@media (max-width: 990px) {
  .header-item-2 {
    display: none;
  }
}

/* menu
-------------------------------*/
.topmenu {
  border-radius: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 0 50px;
}
@media (max-width: 1260px) {
  .topmenu {
    gap: 0 30px;
  }
}

.topmenu > li {
  display: inline-block;
  position: relative;
}

.topmenu > li > a, .topmenu > li > a:hover {
  font-weight: 400;
  color: var(--color-1);
  display: inline-block;
  padding: 24px 0;
  border-top: solid 4px #fff;
  border-bottom: solid 4px #fff;
}

.topmenu > li > a:hover {
  border-bottom: solid 4px var(--color-2);
}

.topmenu > li.active > a, .topmenu > li.active > a:hover {
  background: var(--color-2);
  color: #fff;
}

.topmenu > li:last-child {
  padding-left: 30px;
  display: flex;
  align-items: center;
}

.topmenu > li:last-child > a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  background: url(../images/menu-item.svg) no-repeat;
  padding: 4px 12px;
  width: 140px;
  height: 30px;
  border: none;
  position: relative;
}
.topmenu > li:last-child > a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.topmenu > li:last-child > a em {
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  margin: -3px 0 0 0;
  width: 6px;
  height: 6px;
  background: #54a8ea;
}

/* content
-------------------------------*/
.wrapper {
  padding: 0 0;
  margin: 0 auto;
  zoom: 1;
}

.content {
  margin: 0 auto;
  padding: 0;
  max-width: var(--width-2);
}

/* sidebar
-------------------------------*/
.aside {
  padding: 0 60px 0 0;
  margin-bottom: 80px;
  width: 25%;
}
@media (max-width: 900px) {
  .aside {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .aside {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .aside .left_col {
    width: 100%;
    padding: 0 10px;
    margin: 0;
  }
}

.left_hide {
  display: block;
}
@media (max-width: 767px) {
  .left_hide {
    display: none;
  }
}

/* footer 
-------------------------------*/
.footer {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 2;
  max-width: var(--width);
  margin: 0 auto;
  overflow: hidden;
  background-image: url(../images/footer-2.svg);
  background-repeat: no-repeat;
  background-position: 0 calc(100% - 80px);
}
@media (max-width: 890px) {
  .footer {
    background-size: 106px auto;
    background-position: 0 calc(100% - 200px);
  }
}
.footer-obj {
  width: 585px;
  height: 618px;
  position: absolute;
  top: 175px;
  left: 330px;
  background: url(../images/footer.svg) no-repeat;
  z-index: 1;
}
@media (max-width: 890px) {
  .footer-obj {
    top: calc(100% - 30px);
    left: 21%;
    background-size: 100% auto;
    width: 414px;
    height: 438px;
  }
}
.footer-decor {
  height: 89px;
  background-image: url(../images/footer-decor.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  margin: 0 0 25px;
}
.footer-dev {
  max-width: var(--width);
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 31px 40px;
}
@media (max-width: 890px) {
  .footer-dev {
    padding: 16px;
  }
}
.footer-dev > div {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0 30px;
}
@media (max-width: 890px) {
  .footer-dev > div {
    gap: 16px;
    justify-content: center;
    width: 100%;
  }
}
.footer-dev > div * {
  color: var(color-3);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 890px) {
  .footer-dev > div * {
    width: 100%;
  }
}
.footer-text {
  background-image: url(../images/corner-1.svg), url(../images/corner-2.svg), url(../images/corner-4.svg), url(../images/corner-3.svg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  max-width: 580px;
  min-height: 270px;
  padding: 56px;
  margin-left: 230px;
  margin-bottom: 270px;
  display: flex;
  position: relative;
}
@media (max-width: 890px) {
  .footer-text {
    margin: 0 auto 290px;
    max-width: 360px;
    padding: 36px 33px;
    min-height: 50px;
  }
}
@media (max-width: 890px) {
  .footer-text .h1 {
    font-size: 24px;
  }
}
.footer-text a {
  display: flex;
  width: 224px;
  height: 52px;
  flex-flow: row wrap;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid var(--color-1);
  color: var(--color-1);
}
@media (max-width: 890px) {
  .footer-text a {
    width: 100%;
  }
}
.footer-text a em {
  font-style: normal;
  display: flex;
  width: 224px;
  height: 48px;
  padding: 0;
  justify-content: center;
  align-items: center;
  gap: 6px;
  transition: all 0.5s;
}
@media (max-width: 890px) {
  .footer-text a em {
    width: 100%;
  }
}
.footer-text a em:last-child {
  background-color: var(--color-2);
}
.footer-text a:hover em {
  transform: translateY(-48px);
}
.footer-text .footer-text-line1 {
  width: 4px;
  background: #DAD7D2;
  position: absolute;
  top: 42px;
  left: 0;
  height: calc(100% - 84px);
}
@media (max-width: 890px) {
  .footer-text .footer-text-line1 {
    display: none;
  }
}
.footer-text .footer-text-line2 {
  width: 4px;
  background: #DAD7D2;
  position: absolute;
  top: 42px;
  right: 0;
  height: calc(100% - 84px);
}
@media (max-width: 890px) {
  .footer-text .footer-text-line2 {
    display: none;
  }
}
.footer section .h1 {
  margin-bottom: 24px;
}

.footer-decor {
  height: 89px;
  background: url(../images/footer-decor.svg) no-repeat calc(100% - 40px) 0;
}

.footer-decor-2 {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-left: 190px;
  z-index: 2;
  position: relative;
}
@media (max-width: 890px) {
  .footer-decor-2 {
    padding: 0;
  }
}

.footer-decor-3 {
  width: 100%;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  height: 84px;
  border-radius: 12px;
  background: #111216 url(../images/rect-1.png) no-repeat 100% 0;
}

.footer-decor-logo {
  width: 165px;
  height: 20px;
  background: url(../images/flogo.svg) no-repeat;
  background-size: contain;
}

.footer-decor-line {
  flex: 1 0 auto;
  height: 1px;
  background: #DAD7D2;
}

.footer-decor-point {
  width: 5px;
  height: 5px;
  background: var(--color-2);
}

.dev-link {
  display: inline-block;
  color: #000;
  margin: 0;
  align-self: flex-end;
  width: 88px;
  height: 19px;
  text-align: center;
  background: url(../images/dev.svg?1) no-repeat 50% 0%;
}
.dev-link:hover {
  opacity: 0.5;
}
@media (max-width: 890px) {
  .dev-link {
    display: none;
  }
}

@media (max-width: 768px) {
  .footer-item-1 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .footer-item-2 {
    width: 100%;
  }
}

.scrollup {
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 0px;
  text-indent: -9999px;
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: block;
  transition: all 0.5s;
  z-index: 3;
  border-radius: 50%;
  display: none;
  background-color: #fff;
  background-image: url(../images/arrow-up-short.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: solid 2px #000;
  opacity: 0.2;
}
.scrollup:hover {
  opacity: 0.999;
}

.scrollup.active {
  display: block;
}

@media (max-width: 1000px) {
  .scrollup {
    width: 30px;
    height: 30px;
    background-size: 40px auto;
    right: 10px;
  }
}
/* count
-------------------------------*/
.custom-count {
  position: relative;
  height: 36px;
  padding: 0 36px;
  display: inline-block;
  font-size: 0;
}
.custom-count input {
  background: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  width: 50px;
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  border: none;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.custom-count em {
  display: block;
  position: absolute;
  top: 0;
  font-size: 24px;
  font-style: normal;
  width: 36px;
  height: 36px;
  line-height: 34px;
  background: #eceae3;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid #fff;
  border-radius: 6px;
  transform: all 0.5s;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.custom-count em :hover {
  background: #fff;
}
.custom-count em.next {
  right: 0;
}
.custom-count em.prev {
  left: 0;
}

/* message
---------------------------------------------------*/
.custom-message {
  z-index: 99;
  min-height: 20px;
  position: absolute;
  bottom: 200px;
  left: 10px;
  width: 100%;
  max-width: 320px;
  padding: 10px 30px 10px 10px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.28) 0px 3px 16px;
}
.custom-message a.close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  display: block;
  opacity: 1;
  background-image: url(../images/cookie_close.png);
  background-repeat: no-repeat;
}
.custom-message a.close:hover {
  background-position: 0 100%;
}
.custom-message a.close span {
  display: none;
}
.custom-message-inner {
  max-width: var(--width-2);
  margin: 0 auto;
  font-size: 12px;
}
.custom-message-inner > div {
  margin-bottom: 10px;
}
.custom-message-inner a {
  text-decoration: underline;
}

.custom-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2005;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
  min-width: 280px;
  max-width: 900px;
  min-height: 100px;
  max-height: 100%;
  padding: 0;
  overflow: auto;
  opacity: 0;
  display: block;
  transition: top 0.7s ease-out, opacity 0.5s;
}
.custom-dialog .name-1 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .custom-dialog {
    height: 100%;
  }
}

.custom-dialog.open {
  opacity: 0.999999;
}

.custom-dialog-inner {
  padding: 40px 60px 40px;
}

.custom-dialog > a.close, .custom-dialog > a.close:hover,
.custom-dialog .inner > a.close, .custom-dialog .inner > a.close:hover {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  z-index: 200;
  background-image: url(../images/close.svg);
  background-size: contain;
  transition: all 0.5s;
}

.custom-dialog > a.close:hover,
.custom-dialog .inner > a.close:hover {
  transform: scale(0.8);
}

.custom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2000;
}

.custom-dialog.mobile-menu {
  position: absolute;
  top: 0 !important;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translate(0, 0);
  z-index: 2005;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
  min-width: 0;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  width: 0;
  padding: 0;
  margin: 0;
  overflow: auto;
  opacity: 0.9999;
  transition: width 0.5s;
}

.custom-dialog.mobile-menu.open {
  width: 100%;
  opacity: 0.999999;
}

.custom-dialog.mobile-menu .custom-dialog-inner {
  padding: 80px 32px 60px;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
}

.custom-dialog.mobile-menu .topmenu {
  border-radius: 0;
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: block;
  gap: 24px;
  width: 100%;
}
.custom-dialog.mobile-menu .topmenu > li {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 24px;
}
.custom-dialog.mobile-menu .topmenu > li > a {
  font-weight: 600;
  color: var(--color-1);
  display: inline-block;
  padding: 6px 10px 6px 0;
  font-size: 28px;
  font-weight: 400;
}
.custom-dialog.mobile-menu .topmenu li:last-child {
  padding-left: 0px;
  padding-top: 150px;
  display: flex;
  align-items: center;
}
.custom-dialog.mobile-menu .topmenu li:last-child > a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  background: url(../images/menu-item-2.svg) no-repeat;
  padding: 0px 12px;
  width: 172px;
  height: 40px;
  line-height: 38px;
  border: none;
  position: relative;
}
.custom-dialog.mobile-menu .topmenu li:last-child > a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.custom-dialog.mobile-menu .topmenu li:last-child > a em {
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  margin: -3px 0 0 0;
  width: 6px;
  height: 6px;
  background: #54a8ea;
}

.custom-dialog.noresize {
  max-width: 300px;
}
@media (max-width: 767px) {
  .custom-dialog.noresize {
    top: 0;
    height: auto;
  }
}

/* custom-checkbox
-----------------------------------------------------------------------------------------------------*/
label.custom-checkbox {
  margin-bottom: 0;
  cursor: pointer;
}

.custom-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox > span {
  display: inline-flex;
  align-items: flex-start;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox > span::before {
  content: "";
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  flex-shrink: 0;
  flex-grow: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 6px;
  transform: translateY(-4px);
}

/* стили при наведении курсора на checkbox */
.custom-checkbox > input:not(:disabled):not(:checked) + span:hover::before {
  border-color: #000;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox > input:not(:disabled):active + span::before {
  background-color: #fff;
  border-color: #000;
}

/* стили для чекбокса, находящегося в фокусе */
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox > input:focus:not(:checked) + span::before {
  border-color: #000;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox > input:checked + span::before {
  background-image: url(../images/checkbox.png);
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox > input:disabled + span::before {
  opacity: 0.5;
}

.custom-checkbox span .custom-checkbox-help {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 12px;
  font-weight: normal;
  padding: 10px;
  position: absolute;
  top: 100%;
  left: 100px;
  background: #fff;
  min-width: 300px;
  z-index: 100;
  font-size: 14px;
  font-style: normal;
  color: #000;
}

.custom-checkbox span .custom-checkbox-help b {
  display: block;
  padding-bottom: 10px;
}

.custom-checkbox span:hover .custom-checkbox-help {
  display: block;
}
@media (max-width: 900px) {
  .custom-checkbox span:hover .custom-checkbox-help {
    display: none;
  }
}

/* custom-radio
-----------------------------------------------------------------------------------------------------*/
label.custom-radio {
  margin-bottom: 5px;
}

.custom-radio > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

/* для элемента label связанного с .custom-radio */
.custom-radio > span {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio > span::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #073179;
  border-radius: 50%;
  margin-right: 0.5em;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* стили при наведении курсора на радио */
.custom-radio > input:not(:disabled):not(:checked) + span:hover::before {
  border-color: #073179;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio > input:not(:disabled):active + span::before {
  background-color: #fff;
  border-color: #073179;
}

/* стили для радиокнопки, находящейся в фокусе */
.custom-radio > input:focus + span::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio > input:focus:not(:checked) + span::before {
  border-color: #073179;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio > input:checked + span::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 -5 10 10'%3e%3ccircle r='5' fill='%23073179'/%3e%3c/svg%3e");
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.custom-radio > input:disabled + span::before {
  background-color: #e9ecef;
}

/* custom-select
-----------------------------------------------------------------------------------------------------*/
/* form default
--------------------------------------------------------------------------------------- */
input, textarea {
  font-family: var(--ser-font);
  color: var(--color-1);
  font-size: 16px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-transition: background-color 0s 600000s, color 0s 600000s;
  transition: background-color 0s 600000s, color 0s 600000s;
}

*::-moz-placeholder {
  opacity: 0.5 !important;
}

*::placeholder {
  opacity: 0.5 !important;
}

select, button, button:focus {
  outline: none;
}

/* form
	-------------------------------*/
label, .label, .custom_select {
  padding: 0;
  margin: 0 0 20px 0;
}

.rem {
  margin: 10px 0 20px;
  font-size: 14px;
  font-weight: normal;
  color: #8F8F8F;
}
.rem span {
  color: var(--color-1);
  font-size: 14px;
}

.att {
  background: url(../images/att.png) no-repeat 0 50%;
  font-size: 14px;
  color: #bb4e4e;
  padding-left: 15px;
  margin: 0 0 20px;
}

label, .label {
  display: block;
  position: relative;
}

label > span, .label > span {
  display: none;
  margin-top: 3px;
}

label.error > span, .label.error > span {
  display: none;
  margin-top: 3px;
}

label em, .label em {
  display: block;
  font-style: normal;
  color: 0;
  margin: 0 0 8px;
}

label em span, .label em span {
  display: inline;
  color: var(--color-1);
}

label.error span, .label.error span, .custom_select span {
  color: var(--color-2);
  display: block;
  font-size: 14px;
  padding-top: 4px;
}

.textbox, .dropbox, .custom-select {
  width: 100%;
  padding: 10px 14px;
  background: #fff;
  border-radius: 6px;
  border: solid 1px rgba(217, 217, 217, 0.5);
  position: relative;
  outline: none;
}

label:after {
  content: attr(data-error);
  color: var(--color-2);
  border-radius: 6px;
  font-size: 0.9em;
  padding: 4px 0 0 0;
  display: none;
  z-index: 2000;
}

label.error:after {
  display: block;
}

.textbox::-webkit-input-placeholder {
  color: #000;
}

.textbox:-moz-placeholder {
  color: #000;
}

.textbox::-moz-placeholder {
  color: #000;
}

.textbox:-ms-input-placeholder {
  color: #000;
}

.textbox:focus, .divbox:focus {
  transition: all 0.5s;
  border: solid 1px #827f78;
}

textarea.textbox {
  width: 100%;
  height: 100px;
}

label.error input, .label.error input,
label.error textarea, .label.error textarea label.error select, .label.error select, .custom_select.error div {
  background: #fff url(../images/att2.png) no-repeat 100% 10px;
  border: solid 1px #f13c1f;
}

/*
rating -------------------------------------------*/
.gl-star-rating {
  margin: 0 0 10px;
}

.gl-star-rating--stars[class*=" s"] > span {
  background-image: url(../images/star-empty.svg) !important;
}

.gl-star-rating--stars[class*=" s"] > span.gl-active, .gl-star-rating--stars[class*=" s"] > span.gl-active.gl-selected {
  background-image: url(../images/star-full.svg) !important;
}

/*
submit_button -------------------------------------------*/
.submit-button {
  padding-top: 20px;
  text-align: center;
}
.submit-button input, .submit-button button, .submit-button a {
  display: inline-block;
  -webkit-appearance: none;
  cursor: pointer;
  letter-spacing: normal;
  overflow: visible;
  padding: 10px 14px;
  font-size: 18px;
  font-weight: 700;
  background: var(--color-2);
  border: solid 2px var(--color-2);
  border-radius: 6px;
  transition: all 0.5s;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .submit-button input, .submit-button button, .submit-button a {
    padding: 8px 12px;
  }
}
.submit-button input:hover, .submit-button button:hover, .submit-button a:hover {
  background: #fff;
  color: var(--color-2);
}
.submit-button input:disabled, .submit-button button:disabled, .submit-button a:disabled,
.submit-button input.disabled, .submit-button button.disabled, .submit-button a.disabled {
  filter: grayscale(1);
  opacity: 0.5;
}
.submit-button input:disabled:hover, .submit-button button:disabled:hover, .submit-button a:disabled:hover,
.submit-button input.disabled:hover, .submit-button button.disabled:hover, .submit-button a.disabled:hover {
  background: var(--color-1);
  color: #fff;
}

.chk {
  margin-bottom: 10px;
}
.chk-cnt {
  font-size: 14px;
  padding-top: 5px;
  position: relative;
  padding-left: 34px;
  color: #1C1C1C;
}
.chk-cnt label {
  padding: 0;
  position: absolute !important;
  top: 50%;
  left: 0;
  transform: translateY(-9px);
  width: 25px;
  height: 28px;
}
.chk-cnt label input {
  display: none;
}
.chk-cnt a {
  font-style: normal;
  text-decoration: underline;
}
.chk-cnt a:hover {
  text-decoration: none;
}

/* scroll
	-------------------------------*/
.mCustomScrollBox {
  padding-right: 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  border-radius: 4px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: #DADADA;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #A8A8A8 !important;
}

.mCSB_dragger .mCSB_dragger_bar:hover, .mCSB_scrollTools_onDrag .mCSB_dragger_bar {
  opacity: 0.8;
}

/* Add page
--------------------------------------------------------------------------------------- */
/* main
-------------------------------*/
.empty-1 {
  height: 70px;
  content: " ";
}
@media (max-width: 890px) {
  .empty-1 {
    height: 24px;
  }
}

.main-banner {
  display: flex;
  flex-flow: nowrap;
  gap: 0 50px;
  margin-bottom: 100px;
}


.main-banner video {
	width: 512px;
	height: auto;
	display: block;
}

@media (max-width: 1100px) {
	.main-banner
	{
		gap: 0 30px;
	}
	.main-banner video {
		width: 100%;
		height: auto;
		display: block;
	}
}

@media (max-width: 990px) {
  .main-banner {
    padding-left: 0;
    padding-top: 0;
    background: none;
    display: block;
  }
}
@media (max-width: 600px) {
  .main-banner {
    margin-bottom: 50px;
    background-size: contain;
  }
}
.main-banner .video {
	
	
    height: auto;
    display: block;
	
	
}
@media (max-width: 990px) {
  .main-banner .video {
    max-width: 100%;
	width: auto;
    height: auto;
    display: block;
    margin-bottom: 24px;
  }
}
.main-banner .video > img {
  max-width: 100%;
  height: auto;
}
.main-banner-text {
  background-image: url(../images/corner-1.svg), url(../images/corner-2.svg), url(../images/corner-4.svg), url(../images/corner-3.svg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;

  padding: 40px 56px;
  display: flex;
}

@media (max-width: 1100px) {
	.main-banner-text
	{
		padding: 10px 40px;
	}
}

@media (max-width: 990px) {
  .main-banner-text {
    min-height: 10px;
    padding: 30px;
  }
}
.main-banner-text a {
  display: flex;
  width: 224px;
  height: 52px;
  flex-flow: row wrap;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid var(--color-1);
  color: var(--color-1);
}
@media (max-width: 567px) {
  .main-banner-text a {
    width: 100%;
  }
}
.main-banner-text a em {
  font-style: normal;
  display: flex;
  width: 224px;
  height: 48px;
  padding: 0;
  justify-content: center;
  align-items: center;
  gap: 6px;
  transition: all 0.5s;
}
@media (max-width: 567px) {
  .main-banner-text a em {
    width: 100%;
  }
}
.main-banner-text a em:last-child {
  background-color: var(--color-2);
}
.main-banner-text a:hover em {
  transform: translateY(-48px);
}
.main-banner section h1 {
	font-size: 30px;
  margin-bottom: 16px;
  max-width: 500px;
}
@media (max-width: 1200px) {
  .main-banner section h1 {
    font-size: 22px;
  }
}
.main-banner section p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 1200px) {
  .main-banner section p {
    font-size: 14px;
  }
}

.main-text {
  margin: 0 0 70px;
  padding: 0 0 50px;
  position: relative;
  background: url(../images/text-obj.svg) no-repeat calc(100% - 50px) 100%;
}
@media (max-width: 890px) {
  .main-text {
    background: url(../images/text-obj.svg) no-repeat 100% calc(100% - 150px);
    background-size: 108px auto;
    padding: 0;
    margin-bottom: 50px;
  }
}
.main-text-decor {
  height: 168px;
  background: url(../images/text-decor.svg) no-repeat 50% 0;
  margin: 0 0 30px;
  padding-top: 40px;
}
@media (max-width: 890px) {
  .main-text-decor {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .main-text-decor {
    height: 220px;
    background: url(../images/text-decor-mob-2.svg) no-repeat 50% 100%;
  }
}
.main-text-radar {
  padding: 0 0 0 24px;
  margin: 0 0 30px;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.4;
  background: url(../images/text-point.svg) no-repeat 0 4px;
}
@media (max-width: 890px) {
  .main-text-radar {
    margin: 0 0 24px;
  }
}
.main-text-name {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  max-width: 700px;
  gap: 0 10px;
}
@media (max-width: 1200px) {
  .main-text-name {
    font-size: 30px;
  }
}
@media (max-width: 890px) {
  .main-text-name {
    display: block;
    font-size: 28px;
  }
}
.main-text-name span {
  display: inline-block;
  width: 28px;
  height: 44px;
  background: url(../images/slash.svg) no-repeat;
}
@media (max-width: 890px) {
  .main-text-name span {
    background: none;
    width: 1px;
    height: 1px;
    display: block;
  }
}
.main-text-name em {
  font-style: normal;
}
.main-text-text {
  max-width: 700px;
  margin: 0 0 45px;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .main-text-text {
    max-width: 50%;
  }
}
@media (max-width: 890px) {
  .main-text-text {
    max-width: 100%;
    margin-bottom: 150px;
    min-height: 180px;
  }
}
.main-text-info {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  padding: 22px;
  max-width: 300px;
  margin: 0 auto;
  background-image: url(../images/tcorner1.svg), url(../images/tcorner2.svg), url(../images/tcorner3.svg), url(../images/tcorner4.svg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  transform: translateX(-100px);
}
@media (max-width: 1200px) {
  .main-text-info {
    transform: translateX(-50%);
  }
}
@media (max-width: 890px) {
  .main-text-info {
    max-width: 360px;
    transform: translateX(0);
    margin: 0;
    font-size: 16px;
  }
}
.main-text-plane {
  background: url(../images/text-plane.svg) no-repeat;
  width: 222px;
  height: 220px;
  position: absolute;
  top: 170px;
  left: calc(50% + 80px);
}
@media (max-width: 1200px) {
  .main-text-plane {
    top: 260px;
    left: calc(50% + 20px);
    width: 180px;
    height: 180px;
    background-size: 180px auto;
  }
}
@media (max-width: 890px) {
  .main-text-plane {
    width: 145px;
    height: 141px;
    background-size: contain;
    top: auto;
    bottom: 100px;
    left: 40px;
  }
}
.main-text-phone {
  background: url(../images/text-phone.svg) no-repeat 100% 0;
  width: 336px;
  height: 312px;
  position: absolute;
  top: -30px;
  right: 60px;
  z-index: 2;
}
@media (max-width: 1400px) {
  .main-text-phone {
    right: 0;
  }
}
@media (max-width: 890px) {
  .main-text-phone {
    width: 220px;
    height: 220px;
    background-size: contain;
    right: 10px;
  }
}
@media (max-width: 600px) {
  .main-text-phone {
    width: 163px;
    height: 161px;
    top: 50px;
  }
}

.services {
  background-image: url(../images/service-fon-1.svg);
  background-repeat: no-repeat;
  background-position: 50% 200px;
  min-height: 830px;
  margin-bottom: 50px;
}
@media (max-width: 890px) {
  .services {
    background-image: url(../images/service-fon-2.svg);
    background-position: 0% calc(100% - 43px);
    min-height: 10px;
  }
}
.services-cnt {
  padding: 48px 48px 38px;
  border-radius: 30px 30px 0 30px;
  background: #dad7d2;
}
@media (max-width: 890px) {
  .services-cnt {
    padding: 24px;
  }
}
.services-name {
  padding: 0 0 32px;
  margin: 0 0 32px;
  border-bottom: solid 2px #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}
.services-name img {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 890px) {
  .services-name img {
    width: 49px;
    height: auto;
  }
}
@media (max-width: 1240px) {
  .services-name {
    font-size: 30px;
  }
}
@media (max-width: 890px) {
  .services-name {
    font-size: 28px;
    padding: 0 50px 24px 0;
    margin: 0 0 24px;
  }
}
.services-bot {
  height: 89px;
  background: url(../images/service-bot.png) no-repeat 100% 0;
  margin: 0 0 140px 0;
}
@media (max-width: 890px) {
  .services-bot {
    height: 46px;
    margin: 0 0 70px 0;
    background: url(../images/service-bot-mob.png) no-repeat 100% 0;
  }
}
.services-inner {
  padding-left: 250px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  gap: 24px;
}
.services-inner > img {
  position: absolute;
  top: 0;
  left: -35px;
}
@media (max-width: 890px) {
  .services-inner > img {
    width: 155px;
    height: auto;
    left: 24px;
    top: auto;
    bottom: -88px;
  }
}
@media (max-width: 890px) {
  .services-inner {
    padding-left: 0;
  }
}
.services-border {
  width: calc(25% - 18px);
  position: relative;
  z-index: 1;
}
@media (max-width: 1240px) {
  .services-border {
    width: calc(50% - 12px);
  }
}
@media (max-width: 600px) {
  .services-border {
    width: 100%;
  }
}
.services-top {
  background: url(../images/service-item.png) no-repeat;
  height: 27px;
}
.services-item {
  padding: 0 24px 24px;
  background-color: #fff;
  border-radius: 0px 11px 11px 11px;
  height: calc(100% - 27px);
}
@media (max-width: 890px) {
  .services-item {
    padding: 0 16px 10px;
  }
}
.services-num {
  width: 56px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: #111216;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 24px;
  transform: translateY(-10px);
}
@media (max-width: 890px) {
  .services-num {
    margin-bottom: 8px;
  }
}
.services-text {
  font-size: 16px;
  transform: translateY(-10px);
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 890px) {
  .services-text {
    font-size: 14px;
  }
}
.services-point-cnt {
  display: flex;
  justify-content: flex-end;
  height: 20px;
  position: relative;
}
.services-point {
  width: 40px;
  height: 40px;
  background: url(../images/service-point-2.svg) no-repeat 0 0;
  top: 0;
}
.services-obj {
  width: 156px;
  height: 156px;
  position: absolute;
  left: 50%;
  transform: translate(182px, 11px);
}
.services-obj img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 890px) {
  .services-obj {
    width: 98px;
    height: 98px;
    left: auto;
    right: 27px;
    transform: translate(0, -4px);
  }
}

.benefits {
  max-width: var(--width);
  margin: 0 auto 70px;
  padding: 0 40px;
  display: flex;
  flex-flow: row wrap;
  gap: 16px 32px;
}
@media (max-width: 890px) {
  .benefits {
    gap: 8px;
    padding: 0 16px;
  }
}
.benefits-item {
  position: relative;
  width: calc(50% - 16px);
  padding: 32px;
  border-top: solid 1px #000;
  display: flex;
  gap: 0 32px;
}
@media (max-width: 890px) {
  .benefits-item {
    width: 100%;
    gap: 18px;
    padding: 18px;
  }
}
.benefits-item-pic {
  width: 70px;
  height: 70px;
  min-width: 68px;
  flex: 0 1 70px;
}
@media (max-width: 890px) {
  .benefits-item-pic {
    width: 36px;
    height: 36px;
    min-width: 36px;
    flex: 0 1 36px;
  }
}
.benefits-item-pic img {
  max-width: 100%;
  height: auto;
}
.benefits-item-name {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 890px) {
  .benefits-item-name {
    font-size: 16px;
  }
}
.benefits-item-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #363431;
}
@media (max-width: 890px) {
  .benefits-item-text {
    font-size: 14px;
  }
}
.benefits-item-corner {
  position: absolute;
  top: -1px;
  left: 0;
  width: 18px;
  height: 32px;
  background: url(../images/bcorner.png) no-repeat;
}

.benefits-name
{
	max-width: var(--width);
	padding: 0 40px;
	margin: 0 auto 70px;
	
}

.source {
  max-width: var(--width);
  margin: 0 auto 100px;
  padding: 0 40px;
 
}

@media (max-width: 890px) {
  .benefits-name {
    padding: 0 16px;
	margin: 0 auto 30px;
  }
  .source {
    padding: 0 16px;
	 margin: 0 auto 70px;
  }
}

.source-item
{
	margin-bottom: 40px;
}

.source-item-name {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 890px) {
  .source-item-name {
    font-size: 16px;
  }
}
.source-item-text, .source-item-text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #363431;
}
@media (max-width: 890px) {
  .source-item-text, .source-item-text p {
    font-size: 14px;
  }
}

.table_container {
  overflow: auto;
  margin: 0 0 20px 0;
}
.table_container table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}
.table_container table th, .table_container table td {
  border: none;
}
.table_container table th {
  border: solid 1px #c2dbed;
  background: #feffff;
  padding: 20px 15px;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  .table_container table th {
    display: none;
  }
}
.table_container table td {
  border: solid 1px #c2dbed;
  background: #feffff;
  padding: 15px 15px;
  text-align: left;
  color: #000;
  vertical-align: top;
  line-height: 24px;
}
@media (max-width: 767px) {
  .table_container table td {
    display: block;
    border: none !important;
    padding: 2px 12px 2px 0 !important;
    background: none;
  }
}
.table_container table td a {
  display: block;
  margin: 0 auto;
  text-decoration: none;
}
.table_container table th.center, .table_container table td.center {
  text-align: center;
}
.table_container table td.pic {
  max-width: 80px;
}
.table_container table td.pic img {
  min-width: 50px;
}
.table_container table td.ticon {
  text-align: center;
}

@media (max-width: 767px) {
  span.mobile_show, em.mobile_show {
    display: inline-block;
    font-weight: bold;
    font-style: normal;
    margin-right: 10px;
  }
  .table_container table td.text-center {
    text-align: left !important;
  }
  .table_container table, .table_container table tbody {
    display: block;
  }
  .table_container table tr {
    margin: 0 0 3px;
    padding: 4px;
    list-style-type: none;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    align-items: center;
    -webkit-box-align: center;
    border: solid 1px #c2dbed;
    background: #feffff;
  }
  .table_container table td.name, .table_container table td.size, .table_container table td.tprice {
    text-align: left;
  }
  .table_container table tr.separate {
    display: none;
  }
  .table_container table td.ticon {
    padding: 0 !important;
  }
  .table_container table td a.del, .table_container table td a.del:hover {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    vertical-align: middle;
  }
}
@media (max-width: 567px) {
  .table_container table tr {
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
  }
}
.loading {
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}