@charset "UTF-8";
:root {
  --color-red:$red;
  --border-radius: 10px;
  --bg-color-orange: #F1EDDD;
  --bg-color: #EDEDED;
  --text-black-color: #4B4545;
  --bg-color-hover: #F1EDDD;
  --font-s-small: 13px;
  --font-s-regular: 16px;
  --font-s-text: 19px;
  --font-s-ttlcat: 52px;
  --font-s-ttl: 25px;
  --font-s-subttl: 21px;
  --margin-h2: 10px 0 20px 0;
  --divider-color:#fff;
}

@media screen and (max-width: 1000px) {
  :root {
    --font-s-ttlcat: 30px;
  }
}
@media screen and (max-width: 576px) {
  :root {
    --font-s-ttlcat: 30px;
    --font-s-subttl:19px;
  }
}
/*arrow start*/
.arrow-right,
.arrow-left {
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 1px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.arrow-right {
  transform: rotate(135deg);
}

.arrow-left {
  transform: rotate(-45deg);
}

/*arrow end*/
/*card item start*/
.card_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.card_row .card_item {
  padding: 12px;
  margin: 0 10px 20px 10px;
}
.card_row .card-col-2 {
  width: calc(50% - 20px);
}
.card_row .card-col-1 {
  width: calc(100% - 20px);
}
.card_row .card-col-3 {
  width: calc(33.333% - 20px);
}
.card_row.marg-20 {
  margin: 0 -20px;
}
.card_row.marg-20 .card_item {
  margin: 0 20px 40px 20px;
}

/*card item end*/
/* open-close block start*/
.open_close_block {
  border-bottom: 1px solid #c8c7c7;
}
.open_close_block .o_p_ttl {
  cursor: pointer;
  padding: 22px 0px;
  position: relative;
  padding-right: 30px !important;
}
.open_close_block .o_p_ttl:after {
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
  width: 30px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMSI+CiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMi42NzkgMS43NTRMOCA3LjUxMmw1LjMyMS01Ljc1OCIvPgo8L3N2Zz4K) center center no-repeat;
  content: "";
}
.open_close_block .o_p_ttl p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
}
.open_close_block .o_p_ttl p span {
  color: #797475;
  margin-left: 12px;
  font-size: 0.9rem;
  font-weight: 500;
}
.open_close_block .o_p_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out 0s;
}
.open_close_block .o_p_content .default-text {
  padding-top: 15px;
  padding-bottom: 30px;
}
.open_close_block.open .o_p_ttl:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMSI+CiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMS43MzQgOC4zMDNMNyAyLjVsNS4yNjYgNS44MDMiLz4KPC9zdmc+Cg==) center center no-repeat;
}
.open_close_block.open .o_p_content {
  transition: max-height 0.5s ease-in-out 0s;
  max-height: 6000px;
}

/* open-close block end*/
.qwe.loaded {
  opacity: 1;
  transition: opacity 0.3s;
}

.blure {
  filter: blur(2px);
}

body {
  background: unset;
}

@font-face {
  font-family: font1;
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Calibri.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: font1;
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/Calibri-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: font1;
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/Calibri-Light.woff2") format("woff2");
  font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  font-family: font1 !important;
  padding: 0;
  transition: 0s;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  font-weight: normal;
  vertical-align: baseline;
}

p, a, label, span, h1, h2, h3 {
  color: #000;
}

img {
  font-size: 10px;
  display: block;
}

div {
  -webkit-tap-highlight-color: transparent;
}

a:-webkit-any-link:focus {
  outline-offset: 1px;
}

section {
  position: relative;
}

img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

button, input, a {
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

button {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: unset !important;
}

.shadow-sm {
  box-shadow: 0px -5px 18px -6px rgba(0, 0, 0, 0.3);
}

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

ul {
  list-style: none;
}

a, button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.relative {
  position: relative;
}

.page_title {
  margin-top: 40px;
}

a:hover, a:focus, button:hover, button:focus {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ring {
  position: relative;
}
.ring:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 6px;
  display: block;
  transform: rotateZ(-29deg);
  width: 20px;
  height: 20px;
  background: url("../images/ring.svg") no-repeat;
  background-size: contain;
}

/*steps*/
div.qwe div.steps {
  display: flex;
  max-width: 1320px;
  width: 100%;
  padding: 15px 18px 5px;
  margin: 0px auto;
}
div.qwe div.steps a {
  display: block;
  padding-right: 17px;
  margin-right: 5px;
  background: none;
  border: none;
  color: black;
  position: relative;
  font-size: 14px;
  line-height: 15px;
}

div.qwe div.steps a::after {
  content: " ";
  display: block;
  position: absolute;
  right: 0px;
  bottom: 50%;
  margin-bottom: -3px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-style: solid;
  border-color: rgb(142, 144, 144);
  border-image: initial;
  border-width: 1px 1px 0px 0px;
}

div.qwe div.steps a {
  color: #6D7380;
}

div.qwe div.steps a:last-child:after {
  display: none;
}

@media screen and (max-width: 1000px) {
  div.qwe div.steps {
    padding: 10px 15px 0 10px;
  }
  div.qwe div.steps a {
    font-size: 11px;
  }
}
/*end*/
@media screen and (max-width: 850px) {
  .ring:after {
    top: -3px;
    right: 6px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 480px) {
div.qwe div.steps { display: none; }
  .ring:after {
    right: 0px;
  }
}
header + .container {
  min-height: 75vh;
}

header + .container-small {
  min-height: 75vh;
}

.default-text p.h5 {
  font-size: 25px;
  font-weight: bold;
}
.default-text p.h5 span {
  font-size: 25px;
  font-weight: bold;
}

p a {
  color: #5580ea;
}
p a:hover, p a:focus {
  text-decoration: underline;
}

.pd-l15 {
  padding-left: 15px;
}

.border-left {
  border-left: 1px solid #4B4545;
}

.mr-10 {
  margin-right: 10px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-20 {
  margin-right: 20px;
}

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

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

.mb-5 {
  margin-bottom: 5px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-40 {
  margin-top: 40px;
}

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

.mb-40 {
  margin-bottom: 40px;
}

.notification-text {
  margin-bottom: 30px;
  position: relative;
  color: red;
  padding-left: 30px;
}
.notification-text:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  left: 0px;
  top: 1px;
  height: 20px;
  margin-right: 6px;
  background: url("../images/attention.svg") no-repeat;
  background-size: contain;
}

.hidden-object {
  position: absolute;
  width: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.container-600 {
  max-width: 600px;
  padding: 0 25px;
  margin: auto;
}

.container-800 {
  max-width: 800px;
  padding: 0 25px;
  margin: auto;
}

.container-small {
  max-width: 1190px;
  padding: 0 25px;
  margin: 0 auto;
}

.container {
  max-width: 1320px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .container {
    padding: 0 15px;
  }
  .container-small {
    padding: 0 15px;
  }
  .container-600 {
    padding: 0 15px;
  }
  .container-800 {
    padding: 0 15px;
  }
}
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.justify-content--space-between {
  justify-content: space-between;
}

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

.displnone {
  display: none !important;
}

.edit {
  display: flex;
  padding: 8px 10px;
  display: flex;
  color: #4B4545;
  font-size: 21px;
  border: none;
  background: transparent;
  align-items: center;
}
.edit:hover, .edit:focus {
  text-decoration: underline;
}
.edit img {
  width: 20px;
  margin-right: 8px;
}

@media screen and (max-width: 992px) {
  .edit {
    font-size: 17px;
  }
  .edit img {
    width: 13px;
  }
}
.card-tips {
  margin-bottom: 25px;
  max-width: 600px;
  border: 1px solid #4B4545;
}
.card-tips.big {
  max-width: unset;
}
.card-tips .card-t-title {
  padding: 15px 15px;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #4B4545;
}
.card-tips .card-t-content {
  padding: 15px 15px;
}

.arr-down {
  padding-right: 12px;
  position: relative;
}

.arr-down:after {
  position: absolute;
  content: "";
  background: url(../images/arrow-left1.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 10px;
  height: 12px;
  right: 5px;
  top: calc(50% - 4px);
  transform: rotateZ(270deg);
}

.custom-padding-bottom {
  padding-bottom: 90px;
}

.custom-padding {
  padding-top: 30px;
  padding-bottom: 40px;
}

@media screen and (max-width: 576px) {

  .custom-padding-bottom {
    padding-bottom: 35px;
  }
  .custom-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-title {
  margin-bottom: 40px;
  font-size: 31px;
  color: black;
  font-weight: bold;
}

.page-subtitle {
  font-size: 19px;
  color: black;
}

.custom_title {
  margin-bottom: 40px;
  font-size: 25px;
  color: black;
  font-weight: bold;
  text-align: center;
}

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

.line-bottom {
  border-bottom: 1px solid #4B4545;
}

@media screen and (max-width: 480px) {
  .page-title {
    margin-bottom: 20px;
    font-size: 19px;
  }
  .page-subtitle {
    font-size: 17px;
  }
  .custom_title {
    margin-bottom: 20px;
    font-size: 19px;
  }
}
.btn:not(.main-menu-btn) {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  padding: 6px 18px;
  text-align: center;
  background-color: #4B4545;
  text-align: center;
  border: none;
  vertical-align: middle;
  user-select: none;
  font-size: 16px;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:not(.main-menu-btn):hover, .btn:not(.main-menu-btn):focus {
  background-color: #4B4545;
  color: white;
}
.btn:not(.main-menu-btn):disabled {
  background: rgb(54, 68, 88);
  border-color: rgb(54, 68, 88);
  cursor: default;
}
.btn:not(.main-menu-btn):disabled:hover, .btn:not(.main-menu-btn):disabled:focus {
  background-color: rgb(54, 68, 88);
  border-color: rgb(54, 68, 88);
  color: white;
}

.btn2 {
  display: inline-block;
  color: #4B4545;
  padding: 15px 18px;
  border-radius: 10px;
  text-align: center;
  background-color: #ffbe00;
  text-align: center;
  font-weight: bold;
  border: none;
  vertical-align: middle;
  user-select: none;
  font-size: 16px;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn2:hover, .btn2:focus {
  background-color: #ffcb33;
}
.btn2:disabled {
  background: rgb(54, 68, 88);
  border-color: rgb(54, 68, 88);
  cursor: default;
}
.btn2:disabled:hover, .btn2:disabled:focus {
  background-color: rgb(54, 68, 88);
  border-color: rgb(54, 68, 88);
  color: white;
}

.btn-transparent {
  background-color: transparent;
  color: #6c757d;
  border-color: transparent;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.btn-transparent:hover, .btn-transparent:focus, .btn-transparent.active {
  color: #fff;
  border-color: #6c757d;
  background-color: #6c757d;
}

.big-btn {
  font-size: 26px;
  padding: 8px 20px;
}

.btn-danger {
  background-color: red !important;
  border-color: red;
}
.btn-danger:hover, .btn-danger:focus {
  background-color: #cc0000 !important;
}

@media screen and (max-width: 780px) {
  .big-btn {
    font-size: 21px;
    padding: 8px 12px;
  }
}
.img-left {
  display: flex;
  align-items: center;
}
.img-left img {
  width: 15px;
  margin-right: 8px;
}

.active .img-left img {
  width: 16px;
}

@media screen and (min-width: 576px) {
  .column-row-2 {
    column-count: 2;
    gap: 30px;
  }
  .column-row-2 div {
    break-inside: avoid;
  }
  .flex-center {
    justify-content: center;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .row .col {
    margin: 0 15px;
  }
  .row .p-2 {
    width: calc(50% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-2:last-child {
    margin-bottom: 0;
  }
  .row .p-2:nth-last-child(2) {
    margin-bottom: 0;
  }
  .row .p-1 {
    width: calc(100% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-1:last-child {
    margin-bottom: 0;
  }
  .row .p-3 {
    width: calc(33% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-3:last-child {
    margin-bottom: 0;
  }
  .row .p-3:nth-last-child(3) {
    margin-bottom: 0;
  }
  .row .p-3:nth-last-child(2) {
    margin-bottom: 0;
  }
  .row .p-4 {
    width: calc(25% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-4:last-child {
    margin-bottom: 0;
  }
  .row .p-4:nth-last-child(3) {
    margin-bottom: 0;
  }
  .row .p-4:nth-last-child(2) {
    margin-bottom: 0;
  }
  .row .p-2-3 {
    width: calc(66.66% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-1-3 {
    width: calc(33.33% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-6 {
    width: calc(16.66% - 30px);
    margin: 0 15px 15px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 680px) {
  .row .md-p-4 {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 680px) and (min-width: 480px) {
  .row .smd-p-3 {
    width: calc(33.333% - 30px);
    margin: 0 15px 15px;
  }
}
@media screen and (max-width: 480px) {
  .row .sm-p-2 {
    width: calc(50% - 30px);
    margin: 0 15px 15px;
  }
}
@media screen and (max-width: 576px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .row .p-1-3 {
    width: 60%;
    margin: 0 0 15px 0;
  }
  .row .p-2-3 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-2 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-2:last-child {
    margin-bottom: 0;
  }
  .row .p-1 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-1:last-child {
    margin-bottom: 0;
  }
  .row .p-3 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-3:last-child {
    margin-bottom: 0;
  }
  .row .p-4 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-4:last-child {
    margin-bottom: 0;
  }
  .row-cust {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.qwe .slick-next, .qwe .slick-prev {
  background: transparent;
  width: 30px;
  height: 44px;
}
.qwe .slick-next:before, .qwe .slick-prev:before {
  content: "";
  display: block;
  width: 25px;
  filter: brightness(0) invert(1);
  height: 26px;
  background: url("../images/arrow-left1.svg") no-repeat;
  background-size: contain;
}
.qwe .slick-next {
  right: -26px;
  transform: translate(0, -50%) rotateZ(180deg);
}
.qwe .slick-slide {
  box-sizing: unset !important;
  padding: 0px;
}

.testimonials {
  margin-top: 50px;
}
.testimonials .slick-next {
  right: -15px;
}
.testimonials .slick-prev {
  left: -15px;
}

@media screen and (max-width: 1840px) {
  .qwe .slick-next {
    border-radius: 50%;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 11px;
    z-index: 2;
  }
  .qwe .slick-next:before {
    position: absolute;
    height: 30px;
    width: 30px;
  }
  .qwe .slick-prev {
    left: 11px;
    border-radius: 50%;
    width: 44px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .qwe .slick-prev:before {
    position: absolute;
    height: 30px;
    width: 30px;
  }
  .testimonials .slick-next {
    right: -15px;
  }
  .testimonials .slick-prev {
    left: -15px;
  }
}
h1 {
  font-size: max(2.7966101695vw, 23px);
  line-height: max(2.7966101695vw, 31.05px);
  font-weight: bold;
  color: #000;
}
@media (min-width: 1180px) {
  h1 {
    font-size: 33px;
    line-height: 46.2px;
  }
}

h2 {
  font-size: max(2.7966101695vw, 23px);
  line-height: max(2.7966101695vw, 31.05px);
  font-weight: bold;
  color: #4B4545;
}
@media (min-width: 1180px) {
  h2 {
    font-size: 33px;
    line-height: 46.2px;
  }
}

.h2 {
  font-size: max(2.7966101695vw, 23px);
  line-height: max(2.7966101695vw, 31.05px);
  font-weight: bold;
}
@media (min-width: 1180px) {
  .h2 {
    font-size: 33px;
    line-height: 46.2px;
  }
}

h3, .h3 {
  font-size: max(2.4576271186vw, 21px);
  line-height: max(2.4576271186vw, 28.35px);
  font-weight: bold;
  color: #4B4545;
}
@media (min-width: 1180px) {
  h3, .h3 {
    font-size: 29px;
    line-height: 40.6px;
  }
}

h4 {
  font-size: max(2.1186440678vw, 19px);
  line-height: max(2.1186440678vw, 25.65px);
  font-weight: bold;
  color: #4B4545;
}
@media (min-width: 1180px) {
  h4 {
    font-size: 25px;
    line-height: 35px;
  }
}

h5, .h5 {
  font-size: max(1.6101694915vw, 16px);
  line-height: max(1.6101694915vw, 21.6px);
  font-weight: bold;
  color: #4B4545;
}
@media (min-width: 1180px) {
  h5, .h5 {
    font-size: 19px;
    line-height: 26.6px;
  }
}

.bigger {
  font-size: max(1.6101694915vw, 16px);
  line-height: max(1.6101694915vw, 21.6px);
}
@media (min-width: 1180px) {
  .bigger {
    font-size: 19px;
    line-height: 26.6px;
  }
}

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

.contains-image {
  display: flex;
  align-items: center;
}
.contains-image img, .contains-image svg {
  width: 22px;
  margin-right: 15px;
}

/*switcher start*/
.checkbox-style {
  position: relative;
  font-size: 16px;
  cursor: pointer;
  padding: 0 0 0 35px;
  line-height: 19px;
}
.checkbox-style:before {
  content: "";
  border: 1px solid #ccc;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  margin-left: -35px;
  background: white;
}

/*switcher end*/
.v-text-center {
  display: flex !important;
  align-items: center;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/*tabs start*/
.tabs-container {
  display: none;
}
.tabs-container.active {
  display: block;
}

/*tabs end*/
/*rating start*/
.rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rating .rateStarPopup {
  width: 13px;
  height: 13px;
  background: url("../images/star-blueBgHover.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2px;
}

.rating .rateStarPopup.active {
  background: url("../images/star.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.rating .rateStarPopup.active50 {
  position: relative;
}

.rating .rateStarPopup.active50:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  content: "";
  display: block;
  background: url("../images/star.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.rating .rateStarPopup.active25 {
  position: relative;
}

.rating .rateStarPopup.active25:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  content: "";
  display: block;
  background: url("../images/star.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.rating .rateStarPopup.active75 {
  position: relative;
}

.rating .rateStarPopup.active75:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  content: "";
  display: block;
  background: url("../images/star.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.rating-block {
  display: flex;
  height: 25px;
  align-items: center;
}

.rating.gold .rateStarPopup.active {
  background: url("../images/star-gold.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.rating.gold .rateStarPopup.active50:after {
  background: url("../images/star-gold.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.rating.gold .rateStarPopup.active25:after {
  background: url("../images/star-gold.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.rating.gold .rateStarPopup.active75:after {
  background: url("../images/star-gold.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

/*rating end*/
/* pagination start*/
.steps a {
  display: block;
  padding: 6px 8px 6px 8px;
  border: 1px solid #999;
  border-radius: 0.2em;
  text-decoration: none;
}
.steps a:hover {
  background: #b1abab;
}

.steps .active a {
  z-index: 3;
  color: #fff;
  background-color: #39b54a;
  border-color: #39b54a;
}

/* pagination end*/
/*dropdown block start*/
.dropdown-title {
  cursor: pointer;
}
.dropdown-title span span {
  padding: 0px 10px 0px 5px;
}

.dropdown-block {
  position: relative;
}

.dropdown-list {
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 50px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 2;
  display: none;
}
.dropdown-list li {
  padding: 3px 5px;
}
.dropdown-list li a {
  color: black;
  padding: 3px 5px;
}
.dropdown-list li:hover {
  background: rgb(54, 68, 88);
}

.dropdown-block.open .dropdown-list {
  display: block;
}

/*dropdown block end*/
/*fix-screen start*/
.side-menu__bg {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 19;
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.side-menu__bg.active {
  transition: visibility 0s, opacity 0.5s linear;
  visibility: visible;
  opacity: 1;
}

body.locked {
  position: relative;
  overflow: hidden;
  height: 100%;
}

body.locked .qwe {
  position: fixed;
  overflow: hidden;
  left: 0;
  right: 0;
  height: 100%;
}

.site_loading_gif {
  position: fixed;
  top: 50%;
  width: 40px;
  height: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 35;
  display: none;
}

/*loading start*/
.loadingEffect {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 51;
  display: block;
  visibility: visible;
  opacity: 1;
}

.loading-wrapper {
  height: 10px;
  width: 100%;
  background: #CFD8DC;
  border-radius: 5px;
  overflow: hidden;
}

.loader {
  background-color: #4B4545;
  height: 100%;
  width: 80%;
  animation: loading 2s ease infinite;
}

@keyframes loading {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(130%);
  }
}
/*loading end*/
.site_loading_gif.active {
  display: block;
}

/*fix-screen end*/
/*text start*/
.default-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}
.default-text address {
  font-style: italic;
  color: #555;
  line-height: 1.4;
  margin-top: 1em;
}
.default-text dfn {
  font-style: italic;
  font-weight: bold;
  color: #007acc;
  cursor: help;
}
.default-text pre {
  background-color: #f4f4f4;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.default-text mark {
  background-color: #ffeb3b;
  color: #000;
  padding: 0.1em 0.2em;
  border-radius: 3px;
}
.default-text small {
  font-size: 0.8em;
  color: #888;
}
.default-text sup, .default-text sub {
  font-size: 0.75em;
  vertical-align: baseline;
  position: relative;
}
.default-text sup {
  top: -0.5em;
}
.default-text sub {
  top: 0.2em;
}
.default-text kbd {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 0.9em;
  color: #333;
  box-shadow: inset 0 -1px 0 #bbb;
}
.default-text var {
  font-style: italic;
  color: #d63384;
}
.default-text dl {
  margin: 1em 0;
  padding: 0;
}
.default-text dt {
  font-weight: bold;
  color: #0056b3;
  margin-top: 0.5em;
}
.default-text dd {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
  color: #333;
}
.default-text blockquote {
  padding: 30px;
  min-height: 123px;
  background-color: #FFFAF1;
  border: solid 1px #ccbfa9;
  margin-bottom: 58px;
  margin-top: 58px;
  width: 100%;
}
.default-text blockquote p {
  color: #6D7380;
  padding: 9px 95px 9px 64px;
  position: relative;
  content: "";
}
.default-text blockquote p:after {
  content: "";
  display: block;
  width: 12px;
  height: 11.85px;
  position: absolute;
  top: 15px;
  left: 30px;
  background-image: url(/images/q.png);
  background-repeat: no-repeat;
  filter: invert(65%) sepia(73%) saturate(478%) hue-rotate(38deg) brightness(101%) contrast(88%);
}
.default-text b {
  color: #ffad01;
}
.default-text .image-right {
  overflow: hidden;
  margin-bottom: 45px;
}
.default-text .image-right .video {
  margin-left: 30px;
  box-sizing: border-box;
  float: right;
  max-width: 50%;
}
.default-text .image-right:last-child {
  margin-bottom: 0;
}
.default-text .image-right img {
  padding-left: 30px;
  box-sizing: border-box;
  float: right;
  max-width: 50%;
}
.default-text .image-left {
  margin-bottom: 45px;
  overflow: hidden;
}
.default-text .image-left:last-child {
  margin-bottom: 0;
}
.default-text .image-left .video {
  margin-right: 30px;
  box-sizing: border-box;
  float: left;
  max-width: 50%;
}
.default-text .image-left img {
  padding-right: 30px;
  box-sizing: border-box;
  float: left;
  max-width: 50%;
}
.default-text ul {
  list-style: disc;
  padding-left: 45px;
}
.default-text ul li {
  margin-bottom: 10px;
}
.default-text ol {
  padding-left: 45px;
}
.default-text ol li {
  margin-bottom: 10px;
}
.default-text ul.marker {
  padding-left: 0;
  list-style: none;
}
.default-text ul.marker li {
  padding-left: 40px;
  position: relative;
}
.default-text ul.marker li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 27px;
  left: 0;
  background-size: contain;
}
.default-text .title {
  font-style: normal;
  font-weight: 900;
  font-size: 1em;
  line-height: 1.1em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.default-text a:not(.d-button) {
  color: #0078ab;
}
.default-text a:not(.d-button):hover {
  text-decoration: underline;
}
.default-text p, .default-text span, .default-text a, .default-text li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}
.default-text p + h1, .default-text p + h2, .default-text p + h3, .default-text p + h4, .default-text p + h5, .default-text span + h1, .default-text span + h2, .default-text span + h3, .default-text span + h4, .default-text span + h5, .default-text a + h1, .default-text a + h2, .default-text a + h3, .default-text a + h4, .default-text a + h5, .default-text li + h1, .default-text li + h2, .default-text li + h3, .default-text li + h4, .default-text li + h5 {
  margin-top: 3.1vw;
}
.default-text h1, .default-text h2, .default-text h3, .default-text h4, .default-text h5, .default-text h6 {
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.default-text h1 span, .default-text h2 span, .default-text h3 span, .default-text h4 span, .default-text h5 span, .default-text h6 span {
  font-size: inherit;
  margin-bottom: 0;
}
.default-text h1 {
  font-size: max(2.7966101695vw, 21px);
  line-height: max(2.7966101695vw, 28.35px);
}
@media (min-width: 1180px) {
  .default-text h1 {
    font-size: 33px;
    line-height: 46.2px;
  }
}
.default-text h2 {
  font-size: max(2.4576271186vw, 19px);
  line-height: max(2.4576271186vw, 25.65px);
}
@media (min-width: 1180px) {
  .default-text h2 {
    font-size: 29px;
    line-height: 40.6px;
  }
}
.default-text h3 {
  font-size: max(1.7796610169vw, 19px);
  line-height: max(1.7796610169vw, 25.65px);
  margin-bottom: 10px;
}
@media (min-width: 1180px) {
  .default-text h3 {
    font-size: 21px;
    line-height: 29.4px;
  }
}
.default-text h4 {
  font-size: max(1.7796610169vw, 17px);
  line-height: max(1.7796610169vw, 22.95px);
}
@media (min-width: 1180px) {
  .default-text h4 {
    font-size: 21px;
    line-height: 29.4px;
  }
}
.default-text h5 {
  font-size: max(1.6101694915vw, 17px);
  line-height: max(1.6101694915vw, 22.95px);
}
@media (min-width: 1180px) {
  .default-text h5 {
    font-size: 19px;
    line-height: 26.6px;
  }
}
.default-text ul, .default-text ol {
  margin-bottom: 25px;
}
.default-text ul:last-child, .default-text ol:last-child {
  margin-bottom: 0;
}
.default-text img {
  width: auto;
  max-width: 100%;
  margin-bottom: 25px;
}
.default-text img:last-child {
  margin-bottom: 0;
}
.default-text .row img {
  width: 100%;
}
.default-text .d-row {
  margin-bottom: 45px;
}
.default-text .d-row:last-child {
  margin-bottom: 0;
}
.default-text p {
  margin-bottom: 15px;
}
.default-text p:last-child {
  margin-bottom: 0;
}

ul.marker {
  list-style: none;
  padding-left: 45px;
}
ul.marker li:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 6px;
  margin-top: 6px;
  min-width: 6px;
  height: 6px;
  top: 2px;
  background: white;
  border-radius: 50%;
  border: 1px solid black;
}

@media screen and (max-width: 576px) {
  ul.marker {
    padding-left: 20px;
  }
  .default-text p, .default-text span, .default-text a, .default-text li {
    line-height: 19px;
  }
}
@media screen and (max-width: 880px) {
  .default-text ul.marker li {
    padding-left: 25px;
  }
  .default-text ul.marker li:before {
    width: 19px;
    height: 15px;
  }
  .default-text ul.cake li {
    padding-left: 25px;
  }
  .default-text ul.cake li:before {
    width: 19px;
    height: 15px;
  }
}
@media screen and (max-width: 576px) {
  .default-text ul {
    padding-left: 17px;
  }
  .default-text blockquote {
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .default-text blockquote p {
    padding: 0;
  }
  .default-text ul.marker li {
    padding-left: 20px;
  }
  .default-text ul.marker li:before {
    width: 11px;
    height: 9px;
  }
  .default-text ul.cake li {
    padding-left: 20px;
  }
  .default-text ul.cake li:before {
    width: 11px;
    height: 9px;
  }
  .default-text h1, .default-text h2, .default-text h3, .default-text h4, .default-text h5, .default-text h6 {
    margin-bottom: 20px;
  }
  .default-text .image-right {
    overflow: hidden;
  }
  .default-text .image-right .video {
    margin-left: 0;
    max-width: 100%;
    float: none;
  }
  .default-text .image-right img {
    padding-left: 0px;
    float: none;
    max-width: 100%;
  }
  .default-text .image-left {
    overflow: hidden;
  }
  .default-text .image-left .video {
    margin-right: 0;
    max-width: 100%;
    float: none;
  }
  .default-text .image-left img {
    padding-right: 0px;
    float: none;
    max-width: 100%;
  }
  .default-text .title {
    font-size: 21px;
    line-height: 26px;
  }
  .default-text ul li, .default-text ol li {
    margin-bottom: 15px;
  }
}
/*text end*/
/*default_popup2 start*/
.default_popup2.active + .side-menu__bg {
  transition: visibility 0s, opacity 0.5s linear;
  visibility: visible;
  opacity: 1;
}

.popup_title2 {
  padding-right: 20px;
  padding-bottom: 4px;
  min-height: 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cecece;
}

.popup_title2 p {
  font-weight: bold;
}

.popup_body2 {
  padding: 3px;
  height: 100%;
  box-sizing: border-box;
}

.default_popup2 {
  background: white;
  box-sizing: border-box;
  opacity: 0;
  height: auto;
  max-height: calc(var(--vh, 1vh) * 90 - 60px);
  max-width: 1280px;
  visibility: hidden;
  padding: 15px;
  position: fixed;
  left: 50%;
  top: 50%;
  border-radius: 5px;
  width: 95vw;
  transform: translate(-50%, -50%) scale(0, 0);
}

.default_popup2.active {
  z-index: 42;
  opacity: 1;
  transition: 0.4s;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1, 1);
}

.default_popup2.mini {
  max-width: 345px;
}

.default_popup2.mini .popup_close2 {
  top: 15px;
  right: 15px;
  height: 20px;
}

.default_popup2.medium {
  max-width: 650px;
}

.default_popup2.medium .popup_close2 {
  top: 15px;
  right: 15px;
  width: 22px;
  height: 22px;
}

.default_popup2.maxi {
  max-width: unset;
}

.default_popup2 .popup_content2 {
  position: relative;
  overflow-y: auto;
  box-sizing: border-box;
  height: auto;
  max-height: calc(90vh - 175px);
  background: white;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 0px 0px;
}

.icon-close2 {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.icon-close2 span:before, .icon-close2 span:after {
  top: 40%;
  left: 0px;
}

.icon-close2 span:before {
  transform: rotate(45deg);
}

.icon-close2 span:after {
  transform: rotate(-45deg);
}

.icon-close2 span, .icon-close2 span:before, .icon-close2 span:after {
  cursor: pointer;
  border-radius: 1px;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
  width: 100%;
  background: black;
  height: 3px;
}

.icon-close2 span {
  background: transparent;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  border-radius: 50%;
}

@media screen and (max-width: 576px) {
  .icon-close2 {
    width: 25px;
    height: 25px;
    border: none;
  }
}
.default_popup2::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

.default_popup2::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
}

.default_popup2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #757575;
}

.side-menu__bg_popup2 {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 41;
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.default_popup2.active + .side-menu__bg_popup2 {
  transition: visibility 0s, opacity 0.5s linear;
  visibility: visible;
  opacity: 1;
}

.default_popup2 .bottom_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.default_popup2 .popup_close2 {
  position: absolute;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 576px) {
  .default_popup2 {
    max-height: calc(var(--vh, 1vh) * 90);
    height: auto;
  }
  .default_popup2 .default-text p.h5 {
    font-size: 17px;
  }
  .default_popup2 .default-text p.h5 span {
    font-size: 17px;
  }
}
@keyframes popupToggle {
  0% {
    transform: translate(-50%, -10%) scale(0, 0);
  }
  25% {
    transform: translate(-50%, -20%) scale(0.4, 0.05);
  }
  50% {
    transform: translate(-50%, -50%) scale(1, 1);
  }
  75% {
    transform: translate(-50%, -50%) scale(1, 1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1, 1);
  }
}
/*default_popup2 end*/
.hide {
  display: none !important;
}

.check-left:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  background: url("../images/check-info.svg");
  background-size: contain;
}

.left-go-arrow:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -1px;
  width: 15px;
  height: 14px;
  background: url("../images/left-arrow.svg") no-repeat;
  background-size: contain;
}

.text-success {
  color: #39b54a !important;
}
.text-success:hover {
  text-decoration: underline;
  color: #277b32 !important;
}

/*loading anim start*/
.loading-anim {
  background-color: #e8e8e8 !important;
  overflow: hidden;
  position: relative;
}

.loading-anim:before {
  z-index: 1;
  background-color: #e8e8e8;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.loading-anim:after {
  animation: movementGradient 1.25s infinite;
  -ms-animation: movementGradient 1.25s infinite;
  -webkit-animation: movementGradient 1.25s infinite;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0));
  content: " ";
  height: 100%;
  z-index: 2;
  left: -90px;
  position: absolute;
  top: 0;
  width: 90px;
}

@-webkit-keyframes movementGradient {
  0% {
    left: -90px;
  }
  100% {
    left: -webkit-calc(100% + 90px);
    left: calc(100% + 90px);
  }
}
@keyframes movementGradient {
  0% {
    left: -90px;
  }
  100% {
    left: -webkit-calc(100% + 90px);
    left: calc(100% + 90px);
  }
}
/*loading anim end*/
/* open-close block start*/
.open_close_block {
  border-bottom: 1px solid #c8c7c7;
}
.open_close_block h2 {
  font-size: 25px;
}
.open_close_block .o_p_ttl {
  cursor: pointer;
  padding: 22px 0px;
  position: relative;
}
.open_close_block .o_p_ttl:after {
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
  width: 30px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMSI+CiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMi42NzkgMS43NTRMOCA3LjUxMmw1LjMyMS01Ljc1OCIvPgo8L3N2Zz4K) center center no-repeat;
  content: "";
}
.open_close_block .o_p_ttl p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
}
.open_close_block .o_p_ttl p span {
  color: #797475;
  margin-left: 12px;
  font-size: 0.9rem;
  font-weight: 500;
}
.open_close_block .o_p_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out 0s;
}
.open_close_block .o_p_content .default-text {
  padding-top: 15px;
  padding-bottom: 30px;
}
.open_close_block.open .o_p_ttl:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMSI+CiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMS43MzQgOC4zMDNMNyAyLjVsNS4yNjYgNS44MDMiLz4KPC9zdmc+Cg==) center center no-repeat;
}
.open_close_block.open .o_p_content {
  transition: max-height 0.5s ease-in-out 0s;
  max-height: 6000px;
}

@media screen and (max-width: 576px) {
  .open_close_block h2 {
    font-size: 19px;
  }
}
/* open-close block end*/
a.disabled {
  cursor: default;
  background: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}
a.disabled:hover, a.disabled:focus {
  background: #f1f1f1 !important;
}

.btns-row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: unset !important;
}

/*feedback popup start*/
#popup-feedback {
  position: fixed;
  left: -100%;
  max-width: 480px;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 5;
  top: 20%;
  min-height: 100px;
  border-right: 1px solid #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 70px 20px 20px;
  vertical-align: middle;
  color: #fff;
  transition: 0.3s;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

#popup-feedback.show {
  left: 0;
  transition: 0.5s;
}

#popup-feedback .popup_title {
  text-align: center;
  color: white;
  margin-bottom: 10px;
}

#popup-feedback .popup_buttons a, #popup_feedback .btn_cancel {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #fff;
  text-decoration: none;
}

.popup-feedback_overlay {
  position: fixed;
  left: 0;
  z-index: 58;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.popup-feedback_overlay.show {
  display: block;
}

.p-error {
  background: url("../images/error.png") 95% center no-repeat rgba(242, 78, 94, 0.8);
}

.p-success {
  background: url("../images/success.svg") 95% center no-repeat rgba(28, 157, 0, 0.8);
  background-size: 45px;
}

/*feedback popup end*/
/*feedback popup2 start*/
#popup-feedback2 {
  position: fixed;
  right: 20px;
  max-width: 380px;
  width: 100%;
  z-index: 5;
  bottom: -100%;
  min-height: 100px;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 70px 20px 20px;
  vertical-align: middle;
  color: #fff;
  transition: 0.3s;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

#popup-feedback2.show {
  bottom: 0;
  transition: 0.5s;
}

#popup-feedback2 .popup_title {
  text-align: center;
  color: white;
  margin-bottom: 10px;
}

#popup-feedback2 .popup_buttons a, #popup_feedback2 .btn_cancel {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #fff;
  text-decoration: none;
}

.popup-feedback_overlay2 {
  position: fixed;
  left: 0;
  z-index: 58;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.popup-feedback_overlay2.show {
  display: block;
}

.p-error {
  background: url("../images/error.png") 95% center no-repeat rgba(242, 78, 94, 0.8);
}

.p-success {
  background: url("../images/success.svg") 95% center no-repeat rgba(28, 157, 0, 0.8);
  background-size: 45px;
}

/*feedback popup2 end*/
/*loading btn start*/
.loading {
  position: relative;
  cursor: default !important;
}

.loading:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  content: "";
  display: block;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

.loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  max-height: 80%;
  max-width: 80%;
  z-index: 2;
  background: url("../images/loading.gif");
  background-size: contain;
}

/*loading btn end*/
/*notification popup start*/
@keyframes toast {
  0% {
    transform: translateY(150%);
    opacity: 0;
  }
  10%, 90% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
/*notification end*/
#invoice-pay-btn {
  margin-left: auto;
  margin-bottom: 50px;
}

/*auth start*/
.password_confirm-form-row input {
  padding-right: 50px !important;
}

.password-form-row input {
  padding-right: 50px !important;
}

.error .show-pass {
  display: none;
}

.show-pass {
  position: absolute;
  right: 3px;
  top: -2px;
  background-color: transparent !important;
  border: none;
  height: 100%;
  margin-left: 10px;
}
.show-pass img {
  object-fit: contain;
  width: 25px;
}
.show-pass.active:after {
  content: "";
  position: absolute;
  right: 9px;
  top: calc(50% - 2px);
  border: 1px solid white;
  transform: rotateZ(41deg);
  width: 25px;
  height: 2px;
  background: #a5a5a5;
}

/*auth end*/
.not-found {
  margin-top: 90px;
}

/*show info notification start*/
.notifications {
  position: fixed;
  max-width: 450px;
  width: 90vw;
  bottom: 15px;
  left: 50%;
  z-index: 45;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.noti {
  position: relative;
  height: 0;
  transition: height 300ms ease;
  flex-shrink: 0;
  opacity: 1;
}

.noti.out {
  animation: notiOut 500ms ease forwards;
}

@keyframes notiOut {
  to {
    height: 0;
  }
}
.noticard {
  color: white;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  width: 100%;
  height: auto;
  background: rgba(41, 41, 44, 0.9);
  border-radius: 1rem;
  overflow: hidden;
  animation: notiCardIn 500ms ease;
}

.error .notidesc {
  color: white;
}
.error .noticard {
  padding-left: 30px;
  background: url(../images/error.png) 10px 12px no-repeat rgba(229, 27, 47, 0.9);
  background-size: 25px;
}

.success .notidesc {
  color: white;
}
.success .noticard {
  padding-left: 30px;
  background: url(../images/success.svg) 10px 12px no-repeat rgba(28, 157, 0, 0.9);
  background-size: 25px;
}

@keyframes notiCardIn {
  from {
    transform: translateX(50%);
    opacity: 0;
  }
}
.noti.out .noticard {
  animation: notiCardOut 500ms ease forwards;
}

@keyframes notiCardOut {
  to {
    opacity: 0;
    transform: scale(0.5);
  }
}
.noticard:before {
  position: absolute;
  content: "";
  inset: 0.0625rem;
  border-radius: 0.9375rem;
  z-index: 2;
}

.noticard:after {
  position: absolute;
  content: "";
  width: 0.25rem;
  inset: 0.65rem auto 0.65rem 0.5rem;
  border-radius: 0.125rem;
  background: var(--gradient);
  transition: transform 300ms ease;
  z-index: 4;
}

.notititle {
  position: relative;
  color: white;
  padding: 0.85rem 3.5rem 0.4rem 1.25rem;
  font-weight: 500;
  font-size: 1.1rem;
  transition: transform 300ms ease;
  z-index: 6;
}

.notititle .close-ico {
  position: absolute;
  top: 0;
  right: 0;
}

.notititle .icon-close2 span:before, .notititle .icon-close2 span:after {
  background: white;
  height: 2px;
}

.notititle .icon-close2 {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 13px;
  top: 11px;
}

.notidesc {
  color: #c1c1c8;
  padding: 0 0.5rem 0.85rem 1.25rem;
  transition: transform 300ms ease;
  z-index: 5;
}

.notiglow, .notiborderglow {
  position: absolute;
  width: 20rem;
  height: 20rem;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle closest-side at center, white, transparent);
  opacity: 0;
  transition: opacity 300ms ease;
}

.notiglow {
  z-index: 3;
}

.notiborderglow {
  z-index: 1;
}

.noti:hover .notiglow {
  opacity: 0.1;
}

.noti:hover .notiborderglow {
  opacity: 0.1;
}

@media screen and (max-width: 576px) {
  .notidesc {
    font-size: 13px;
  }
}
/*show info notification end*/
/*confirm start*/
.confirm {
  display: none;
}
.confirm input[type=button] {
  padding: 5px 10px;
  margin: 10px 5px;
  border-radius: 5px;
  cursor: pointer;
  background: #ddd;
  border: 1px solid #ccc;
}
.confirm input[type=button]:hover {
  background: #ccc;
}
.confirm > div:first-of-type {
  position: fixed;
  width: 100%;
  z-index: 34;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
}
.confirm > div:last-of-type {
  padding: 10px 20px;
  background: white;
  position: fixed;
  width: auto;
  z-index: 35;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  border: 1px solid #333;
}
.confirm > div:last-of-type div:first-of-type {
  min-width: 150px;
  padding: 10px;
}
.confirm > div:last-of-type div:last-of-type {
  text-align: right;
}

/*confirm end*/
/*question block start*/
.question-block {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
}
.question-block span {
  font-size: 12px;
  color: black;
}
.question-block img {
  width: 17px;
  margin-right: 5px;
}
/*question block end*/
.rating-leave {
  margin: 10px 0;
}

/*tooltip start*/
.tooltip {
  position: relative;
  text-decoration: underline dotted;
  font-style: italic;
  transition: color linear 150ms;
  cursor: help;
  box-sizing: content-box;
  border-top: 5px solid transparent;
}

.tooltip:hover,
.tooltip:focus-visible {
  color: #000;
}

.tooltip:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 1px;
}

.tooltip:hover::before,
.tooltip:hover::after,
.tooltip:focus-visible::before,
.tooltip:focus-visible::after {
  opacity: 1;
  visibility: visible;
}

.tooltip::before,
.tooltip::after {
  visibility: hidden;
  opacity: 0;
  transition: visibility 150ms, opacity 150ms linear;
}

.tooltip::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #313131;
  left: 50%;
  top: 0;
  z-index: 40;
  transform: translateY(-100%) translateX(-50%);
}

.tooltip::after {
  z-index: 40;
  content: attr(data-content);
  font-size: 12px;
  line-height: 15px;
  border-radius: 6px;
  font-weight: 100;
  color: #fff;
  font-style: normal;
  background: #313131;
  padding: 12px;
  width: 250px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-110%) translateX(-50%);
}

/*tooltip end*/
[class^=icon-], [class*=" icon-"] {
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: blueBgHoverscale;
  font-size: 24px;
}

.arrow-right-img {
  position: relative;
}
.arrow-right-img:after {
  content: "";
  background: url(../images/arrow_right.svg);
  color: #fff;
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
}

/*breadcrumb start*/
.breadcrumb {
  width: 100%;
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.breadcrumb .container-block {
  width: 100%;
}

.breadcrumb a, .breadcrumb span {
  white-space: nowrap;
  color: #babcbb;
}

.breadcrumb a:hover, .breadcrumb a:focus {
  color: #767676;
}

.breadcrumb ul {
  width: 100%;
  display: flex;
  align-items: center;
}

.breadcrumb .slash {
  margin: 0 5px;
  color: #b2b4b3;
}

@media screen and (max-width: 576px) {
  .breadcrumb {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .breadcrumb ul {
    overflow-x: auto;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumb {
    font-size: 13px;
  }
  .breadcrumb ul {
    padding-bottom: 4px;
  }
  .breadcrumb ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
  }
  .breadcrumb ul::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: transparent;
  }
  .breadcrumb ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #babcbb;
  }
}
/*breadcrumb end*/
.header-btn {
  margin-left: 20px;
}

.btn {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  overflow: visible;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 1rem;
  line-height: normal;
  color: inherit;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: var(--border-radius);
  outline: none;
  box-shadow: none;
}

.btn span {
  pointer-events: none;
}

::placeholder {
  color: var(--text-grey-color);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.svg-icon {
  display: inline-block;
  fill: currentColor;
  transition: fill 0.25s, transform 0.25s, filter 0.25s;
}

.icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.icon-wrap .svg-icon {
  fill: currentColor;
}

.hamburger {
  position: absolute;
  top: 0;
  cursor: pointer;
  left: 0;
  z-index: 1;
  width: 32px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburger > span {
  position: relative;
  flex: none;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease;
}

.hamburger > span:before, .hamburger > span:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: black;
}

.hamburger > span:after {
  top: 10px;
}

.page-header__inner {
  max-width: 1320px;
  margin: auto;
  padding: 0 30px;
}

@media (max-width: 440px) {
  .page-header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lng-menu {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.lng-menu__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid;
  color: var(--text-black-color);
  text-decoration: none;
}

.lng-menu--dark .lng-menu__item {
  color: #fff;
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.lng-menu--dark .lng-menu__item span {
  color: white;
}

@media (hover: hover) and (pointer: fine) {
  .lng-menu__item.active,
  .lng-menu__item:hover {
    background-color: var(--bg-color-hover);
    color: #fff;
  }
}
.lng-menu__item--current {
  background-color: black;
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.lng-menu--dark .lng-menu__item--current {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.lng-menu--dark .lng-menu__item--current span {
  position: relative;
  z-index: 1;
  color: black;
}

.lng-menu--dark .lng-menu__item--current:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

@media screen and (max-width: 1000px) {
  .main-menu:not(.x) {
    position: fixed;
    right: 0;
    overflow-y: auto;
    left: 0;
    top: 0;
    bottom: 0;
    height: calc(var(--vh, 1vh) * 100);
    width: 100vw;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(86, 86, 86, 0.96);
    visibility: hidden;
    z-index: 199;
  }
  .main-menu._opened {
    visibility: visible;
  }
}
._active .hamburger > span {
  transform: rotate(135deg);
}

._active:hover .hamburger > span {
  transform: rotate(225deg);
}

._active .hamburger > span:before, ._active .hamburger > span:after {
  top: 0;
  transform: rotate(90deg);
}

@media (min-width: 861px) {
  .main-menu:before {
    display: none;
  }
}
.main-menu__list {
  display: flex;
  gap: 40px;
}

@media (max-width: 860px) {
  .main-menu__list {
    flex-direction: column;
    margin: auto;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
    position: relative;
    z-index: 5;
  }
}
.main-menu__lng-menu {
  margin: 0 0 30px;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

@media (min-width: 861px) {
  .main-menu__lng-menu {
    display: none;
  }
}
.main-menu__contacts {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

@media (min-width: 861px) {
  .main-menu__contacts {
    display: none;
  }
}
.main-menu__contacts .contact-item {
  color: black;
  justify-content: flex-start;
  padding: 0 15px;
  height: auto;
  font-size: 15px;
  margin-bottom: 10px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.main-menu__item {
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 860px) {
  .main-menu__item {
    text-align: center;
  }
}
.main-menu__item--link {
  text-decoration: none;
  color: var(--text-black-color);
}

@media (hover: hover) and (pointer: fine) {
  .main-menu__item--link:hover {
    color: var(--color-red);
  }
}
@media (max-width: 860px) {
  .main-menu__item--link:hover {
    color: #fff;
    -webkit-text-fill-color: initial;
    -moz-text-fill-color: initial;
  }
}
@media (max-width: 860px) {
  .main-menu__item--link {
    color: #fff;
  }
}
.pc-menu-btn {
  background: unset;
  border: none;
  width: 32px;
  height: 44px;
  flex-shrink: 0;
  padding: 0;
  margin-right: 15px;
  margin-left: 10px;
  position: relative;
  z-index: 19;
}

@media (max-width: 1000px) {
  .pc-menu-btn {
    display: none;
  }
}
@media (max-width: 860px) {
  .header-btn {
    margin-left: auto;
  }
}
.main-menu-btn {
  background: unset;
  border: none;
  width: 32px;
  height: 44px;
  flex-shrink: 0;
  padding: 0;
  margin-left: 40px;
  position: relative;
  z-index: 19;
}

@media (min-width: 861px) {
  .main-menu-btn {
    display: none;
  }
}
@media (max-width: 640px) {
  .main-menu-btn {
    margin-left: 30px;
  }
}
.page-header {
  height: 100px;
  border-bottom: 1px solid var(--bg-color);
  margin-bottom: 27px;
}

@media (max-width: 440px) {
  .page-header {
    height: 70px;
  }
}
.page-header__inner {
  display: flex;
  height: 100%;
  align-items: center;
}

.page-header__logo {
  width: 70px;
  margin-right: 25px;
}

.page-header__logo img {
  width: 100%;
  object-fit: contain;
}

@media (max-width: 940px) {
  .page-header__logo {
    width: 50px;
  }
}
@media (max-width: 440px) {
  .page-header__logo {
    margin-right: 0;
    width: 90px;
  }
}
.page-header__lng-menu {
  margin-left: 60px;
}

.header-btn .custom-button__white {
  font-size: var(--font-s-text);
}

@media (max-width: 1000px) {
  .header-btn .custom-button__white {
    padding: 10px 15px;
  }
}
@media (max-width: 1240px) {
  .page-header__lng-menu {
    margin-left: 50px;
  }
}
@media (max-width: 640px) {
  .page-header__lng-menu {
    margin-left: 30px;
  }
}
.page-header__contacts {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin-left: auto;
}

@media (max-width: 1200px) {
  .page-header__contacts .contact-item:last-child {
    display: none;
  }
}
@media (max-width: 440px) {
  .page-header__contacts .contact-item {
    font-size: 15px;
  }
}
.page-header__contacts .contact-item .icon-wrap {
  color: var(--color-red);
}

@media (max-width: 400px) {
  .page-header__contacts .contact-item .icon-wrap {
    width: 18px;
    height: 18px;
  }
}
.page-header__contacts a.contact-item:hover {
  color: var(--color-red);
}

.contact-item {
  display: flex;
  font-size: 21px;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  text-decoration: none;
  color: var(--text-black-color);
  font-weight: 300;
}

@media (max-width: 400px) {
  .contact-item {
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
}
/*menu drops default start*/
nav ul.menu {
  -webkit-tap-highlight-color: transparent;
  list-style: none;
  max-width: 1580px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
nav ul.menu li {
  position: relative;
  margin: 0 10px;
}
nav ul.menu > li {
  font-size: 14px;
}
nav ul.menu > li img {
  width: 14px;
}
nav ul.menu > li.active-link {
  position: relative;
}
nav ul.menu > li.active-link:after {
  position: absolute;
  content: "";
  bottom: 0px;
  width: 60%;
  height: 1px;
  background: white;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
nav ul.menu > li.active-link a {
  color: #4B4545;
}
nav ul.menu > li > span a {
  display: block;
  font-weight: 700;
  text-decoration: none;
  color: #4B4545;
  padding: 4px 14px 3px;
  text-transform: uppercase;
  font-size: 15px;
}
nav ul.menu > li > span a:hover {
  color: black;
}

nav ul.menu li:hover a img {
  transition: 0.3s;
  filter: invert(100%);
}

nav ul.menu li:hover > span a {
  background: white;
}

nav .submenu > ul {
  z-index: 4;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  top: 30px;
  left: 0px;
  position: absolute;
  padding: 0;
  background-color: white;
  border-left: 4px solid #E31E25;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2705882353);
  width: 300px;
}
nav .submenu > ul li {
  padding: 0;
  margin: 0;
  cursor: pointer;
}
nav .submenu > ul li a {
  text-transform: unset;
  padding: 16px 23px 12px 20px;
  display: block;
  width: 100%;
}
nav .submenu > ul li a:hover {
  background: #F1EDDD;
}
nav .submenu > ul li.has-drop-lvl2 > a {
  position: relative;
}
nav .submenu > ul li.has-drop-lvl2 > a:after {
  background: url(../images/arrow-down.svg);
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  -webkit-transform: translateY(-4px) rotateZ(90deg);
  -ms-transform: translateY(-4px) rotate(90deg);
  transform: translateY(-4px) rotateZ(90deg);
  height: 7px;
}

nav ul.menu .submenu li:hover > span a {
  background: #F9F7F0;
}

nav li:hover .submenu > ul {
  visibility: visible;
  opacity: 1;
}

nav .submenu > ul > li:hover span {
  background: #F9F7F0;
}

nav .submenu-lvl2 > ul {
  z-index: 4;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  top: 0;
  padding-top: 0;
  left: 100%;
  position: absolute;
  background: white;
  width: 389px;
}

nav .submenu-lvl2 > ul li a {
  padding: 10px 13px;
}
nav .submenu-lvl2 > ul li a:hover {
  font-weight: bold;
}

.has-drop-lvl2:hover .submenu-lvl2 > ul {
  opacity: 1;
  visibility: visible;
}

.mobile-tools-top {
  display: none;
}

@media screen and (max-width: 1000px) {
  nav ul.menu .submenu li:hover > span a {
    background: unset;
  }
  .main-menu-container {
    overflow-y: scroll;
    height: calc(100% - 150px);
  }
  .vi-header-bottom {
    position: fixed;
    left: -500px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
    height: 100vh;
    height: -webkit-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
    background: white;
    width: 400px;
    z-index: 20;
  }
  .umi-header.active .vi-header-bottom {
    left: 0px;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  .mobile-tools-top {
    margin-bottom: -40px;
    padding: 8px 15px;
    display: flex;
    justify-content: flex-end;
  }
  .mobile-tools-top .menu-mob span, .mobile-tools-top .menu-mob span:before, .mobile-tools-top .menu-mob span:after {
    background: black;
  }
  .mobile-tools-top .menu-mob {
    width: 18px;
  }
  .mobile-tools-top .menu-mob.act span {
    background: transparent;
  }
  .mobile-tools-top .menu-mob span, .mobile-tools-top .menu-mob span:before, .mobile-tools-top .menu-mob span:after {
    width: 20px;
  }
  nav {
    padding-top: 40px;
    width: 100%;
  }
  nav ul.menu li > span {
    display: block;
  }
  nav ul.menu li:hover > span a {
    background: unset;
  }
  nav ul.menu {
    flex-direction: column;
    margin: auto;
    width: 100%;
  }
  nav ul.menu > li {
    margin: 10px 0px;
    width: 100%;
  }
  nav ul.menu > li.has-drop {
    position: relative;
  }
  nav ul.menu > li.has-drop a {
    display: inline-block;
  }
  nav ul.menu > li.has-drop:after {
    filter: brightness(0) invert(1);
    background: url(../images/arrow-down.svg);
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: 15px;
    width: 10px;
    -webkit-transform: translateY(-4px) rotateZ(90deg);
    -ms-transform: translateY(-4px) rotate(90deg);
    transform: translateY(-4px) rotateZ(90deg);
    height: 7px;
  }
  nav ul.menu > li.has-drop.active:after {
    transform: translateY(-4px) rotateZ(180deg);
  }
  nav ul.menu > li span a {
    color: white;
  }
  nav .submenu > ul {
    border-left: 3px solid #B09E7F;
    width: auto;
    margin-top: 10px;
    visibility: visible;
    opacity: 1;
    position: unset;
    background: unset;
  }
  nav .submenu-lvl2 > ul {
    visibility: visible;
    opacity: 1;
    position: unset;
    background: unset;
  }
  nav .submenu-lvl2 > ul {
    width: auto;
    padding-left: 25px;
  }
  nav .submenu > ul li.has-drop-lvl2 {
    position: relative;
  }
  nav .submenu > ul li.has-drop-lvl2 > span a {
    width: auto;
    display: inline-block;
  }
  nav .submenu > ul li.has-drop-lvl2 > span a:after {
    display: none;
  }
  nav .submenu > ul li.has-drop-lvl2:after {
    background: url(../images/arrow-down.svg);
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    filter: unset;
    top: 24px;
    right: 15px;
    width: 10px;
    -webkit-transform: translateY(-4px) rotateZ(90deg);
    -ms-transform: translateY(-4px) rotate(90deg);
    transform: translateY(-4px) rotateZ(90deg);
    height: 7px;
  }
  nav .submenu > ul li.has-drop-lvl2.active:after {
    transform: translateY(-4px) rotateZ(180deg);
  }
  .submenu {
    padding-left: 15px;
    display: none;
    overflow: hidden;
  }
  .submenu-lvl2 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .vi-header-bottom {
    width: 100vw;
  }
}
/*menu drops-default end*/
.main-menu._opened .main-menu__lng-menu {
  animation: fade-transform-in;
  animation-duration: 0.35s;
  animation-delay: 0.85s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

.main-menu._opened .main-menu__contacts {
  animation: fade-transform-in;
  animation-duration: 0.35s;
  animation-delay: 0.65s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@media screen and (max-width: 1000px) {
  .page-header__contacts {
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-header__inner {
    justify-content: space-between;
    padding: 0 15px;
  }
  .page-header__logo {
    width: 50px;
  }
  .page-header {
    height: 60px;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-transform-in {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scale-in {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-out {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
@keyframes up-in {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes down-out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes fade-transform-out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
.menu-main-container {
  position: fixed;
  left: -600px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
  height: 100vh;
  height: -webkit-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  background: white;
  width: 500px;
  z-index: 20;
}

.menu-main-container .menu-main-container-in {
  overflow-y: scroll;
  height: 100%;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-main-container.active {
  left: 0px;
  -webkit-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}

.menu-main-top img {
  max-width: 55px;
  height: auto;
}

.menu-main-top {
  background: #fffaf1;
  padding: 15px 35px 15px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.menu-main-top .close-main-menu {
  position: absolute;
  top: 17px;
  right: 25px;
  width: 30px;
  height: 45px;
}

@media screen and (max-width: 576px) {
  .menu-main-container {
    width: 100vw;
  }
}
/**/
.menu-main-content {
  padding: 0px 5px 0px 5px;
}

nav.all-v ul.menu .submenu li:hover > span a {
  background: unset;
}

nav.all-v .main-menu-container {
  overflow-y: scroll;
  height: calc(100% - 150px);
}

nav.all-v .mobile-tools-top {
  margin-bottom: -40px;
  padding: 8px 15px;
  display: flex;
  justify-content: flex-end;
}
nav.all-v .mobile-tools-top .menu-mob span, nav.all-v .mobile-tools-top .menu-mob span:before, nav.all-v .mobile-tools-top .menu-mob span:after {
  background: black;
}
nav.all-v .mobile-tools-top .menu-mob {
  width: 18px;
}
nav.all-v .mobile-tools-top .menu-mob.act span {
  background: transparent;
}
nav.all-v .mobile-tools-top .menu-mob span, nav.all-v .mobile-tools-top .menu-mob span:before, nav.all-v .mobile-tools-top .menu-mob span:after {
  width: 20px;
}

nav.all-v {
  padding-top: 0px;
  width: 100%;
}
nav.all-v .main-links {
  margin-bottom: 30px;
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
  padding: 20px 10px;
}
nav.all-v .main-links li {
  margin-bottom: 10px;
}
nav.all-v .main-links a {
  color: black;
  padding: 5px;
}

nav.all-v ul.menu li > span {
  display: block;
}

nav.all-v ul.menu li:hover > span a {
  background: unset;
}

nav.all-v ul.menu {
  margin-bottom: 40px;
  flex-direction: column;
  width: 100%;
}
nav.all-v ul.menu > li {
  margin: 10px 0px;
  width: 100%;
}
nav.all-v ul.menu > li.has-drop {
  position: relative;
}
nav.all-v ul.menu > li.has-drop a {
  display: inline-block;
}
nav.all-v ul.menu > li.has-drop:after {
  filter: brightness(0) invert(1);
  background: url(../images/arrow-down.svg);
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 15px;
  width: 10px;
  -webkit-transform: translateY(-4px) rotateZ(90deg);
  -ms-transform: translateY(-4px) rotate(90deg);
  transform: translateY(-4px) rotateZ(90deg);
  height: 7px;
}
nav.all-v ul.menu > li.has-drop.active:after {
  transform: translateY(-4px) rotateZ(180deg);
}
nav.all-v ul.menu > li span a {
  color: black;
}

nav.all-v .submenu > ul {
  border-left: 3px solid #E31E25;
  width: auto;
  margin-top: 10px;
  visibility: visible;
  opacity: 1;
  box-shadow: none;
  position: unset;
  background: unset;
}

nav.all-v .submenu-lvl2 > ul {
  visibility: visible;
  opacity: 1;
  position: unset;
  background: unset;
}

nav.all-v .submenu-lvl2 > ul {
  width: auto;
  padding-left: 25px;
}

nav.all-v .submenu > ul li.has-drop-lvl2 {
  position: relative;
}
nav.all-v .submenu > ul li.has-drop-lvl2 > span a {
  width: auto;
  display: inline-block;
}
nav.all-v .submenu > ul li.has-drop-lvl2 > span a:after {
  display: none;
}
nav.all-v .submenu > ul li.has-drop-lvl2:after {
  background: url(../images/arrow-down.svg);
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  filter: unset;
  top: 24px;
  right: 15px;
  width: 10px;
  -webkit-transform: translateY(-4px) rotateZ(90deg);
  -ms-transform: translateY(-4px) rotate(90deg);
  transform: translateY(-4px) rotateZ(90deg);
  height: 7px;
}
nav.all-v .submenu > ul li.has-drop-lvl2.active:after {
  transform: translateY(-4px) rotateZ(180deg);
}

nav.all-v .main-menu__lng-menu {
  display: block;
  opacity: 1;
  color: black;
}
nav.all-v .main-menu__lng-menu .page-header__lng-menu {
  margin-left: 0;
}

nav.all-v .lng-menu--dark .lng-menu__item {
  border-color: black;
  color: black;
}
nav.all-v .lng-menu--dark .lng-menu__item span {
  color: black;
}

nav.all-v .submenu {
  padding-left: 15px;
  display: block;
  overflow: hidden;
}

nav.all-v .submenu-lvl2 {
  display: block;
}
@media screen and (max-width: 576px){
  nav.all-v .main-links li {
    margin-bottom: 14px;
  }
}
footer {
  position: relative;
  z-index: 5;
  background-color: var(--bg-color-orange);
  color: #4B4545;
}
footer a, footer ul, footer li, footer p {
  color: #4B4545;
  font-size: var(--font-s-regular);
}

.foo-c {
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.foo-c .foo-c-1 {
  display: flex;
  justify-content: space-between;
  width: 30%;
}
.foo-c .foo-c-2 {
  justify-content: space-between;
  display: flex;
  width: 50%;
}
.foo-c .foo-c-2 .first-item a {
  font-weight: bold;
}
.foo-c .foo-c-3 {
  width: 25%;
}
.foo-c .foo-c-3 p {
  margin-bottom: 0;
  text-align: right;
}
.foo-c .foo-c-3 p:nth-child(2) {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

.foo-c-1 {
  display: flex;
}
.foo-c-1 .foo-c-1-1 {
  min-width: 225px;
  padding-right: 30px;
  width: 50%;
}
.foo-c-1 .foo-c-1-1 .foo-logo {
  margin-bottom: 40px;
}
.foo-c-1 .foo-c-1-1 .mb-20 {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  display: none;
}
.foo-c-1 .foo-c-1-2 {
  min-width: 225px;
  width: 100%;
}

.foo-c-all ul li {
  margin-bottom: 2px;
}
.foo-c-all ul li a {
  color: #4B4545;
  font-size: 15px;
  line-height: 15px;
}
.foo-c-all ul li a:hover {
  text-decoration: underline;
}

.foo-c-1 ul {
  max-width: 660px;
}
.foo-c-1 ul li {
  break-inside: avoid;
}

.foo-b {
  max-width: 1020px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foo-b p {
  margin-right: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #4B4545;
}
.foo-b a {
  margin-right: 20px;
  color: #4B4545;
  font-size: 14px;
}

.socials-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}
.socials-icons a {
  margin-left: 7px;
}
.socials-icons a:hover, .socials-icons a:focus {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.socials-icons img {
  height: 22px;
  width: auto;
}

@media screen and (max-width: 1240px) {
  .foo-c .foo-c-2 {
    width: 41%;
  }
  .foo-c .foo-c-3 {
    width: 25%;
  }
  .foo-c .foo-c-1 {
    width: 33%;
  }
}
@media screen and (max-width: 850px) {
  .foo-c .foo-c-3 {
    margin-top: 30px;
  }
  .foo-c .foo-c-3 p {
    text-align: left;
  }
  .socials-icons {
    justify-content: center;
  }
  .foo-c-all ul li {
    margin-bottom: 10px;
  }
  .footer-bottom p {
    text-align: center;
    width: 195px;
  }
  .foo-c .foo-c-3 {
    min-width: 140px;
  }
  .foo-c .foo-c-1 {
    width: 100%;
  }
  .foo-c {
    flex-wrap: wrap;
  }
  .foo-c .foo-c-2 {
    width: 100%;
    margin-top: 30px;
  }
  .foo-c .foo-c-3 {
    width: 100%;
  }
  .foo-c-all p {
    margin-bottom: 8px;
  }
}
.foo-c-all p span {
  margin-top: 16px;
}
.foo-c-all p span a {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 15px;
  font-weight: normal;
}

@media screen and (max-width: 700px) {
  .foo-c .foo-c-2 {
    flex-wrap: wrap;
  }
  .foo-c .foo-c-2 ul {
    margin-bottom: 40px;
    width: 44%;
    margin-left: 20px;
  }
  .foo-c-all p span a {
    margin-bottom: 10px;
  }
  .foo-c .foo-c-3 p {
    text-align: center;
    line-height: 33px;
  }
  .foo-c-1 .foo-c-1-2 {
    min-width: 155px;
  }
  .foo-c-1 .foo-c-1-1 {
    min-width: 155px;
    width: 100%;
    padding-right: 0px;
    margin: auto;
    text-align: center;
    max-width: 280px;
  }
  .foo-c-1 .foo-c-1-1 img {
    max-width: 150px;
    margin: auto;
    margin-bottom: 15px;
  }
  .foo-c {
    flex-wrap: wrap;
  }
  .foo-c .foo-c-3 {
    margin-top: 40px;
    width: 100%;
  }
}
footer.expert .foo-c .foo-c-1 {
  display: none;
}
footer.expert .foo-c .foo-c-2 {
  display: none;
}
footer.expert .foo-c {
  justify-content: flex-end;
}

.footer-bottom {
  margin-top: 35px;
}
.footer-bottom p {
  font-size: 12px;
  width: 195px;
  text-align: center;
}

:root {
  --color-red:$red;
  --border-radius: 10px;
  --bg-color-orange: #F1EDDD;
  --bg-color: #EDEDED;
  --text-black-color: #4B4545;
  --bg-color-hover: #F1EDDD;
  --font-s-small: 13px;
  --font-s-regular: 16px;
  --font-s-text: 19px;
  --font-s-ttlcat: 52px;
  --font-s-ttl: 25px;
  --font-s-subttl: 21px;
  --margin-h2: 10px 0 20px 0;
  --divider-color:#fff;
}

@media screen and (max-width: 1000px) {
  :root {
    --font-s-ttlcat: 30px;
  }
}
@media screen and (max-width: 576px) {
  .footer-bottom p {
    text-align: center;
    width: 100%;
  }

  :root {
    --font-s-ttlcat: 30px;
    --font-s-subttl:19px;
  }
}
HTML {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

BODY {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: tahoma, calibri, OpenSans;
  font-size: 15px;
  line-height: 1.2;
}

#popup-images {
  display: block;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 3;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

#popup-images:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 100%;
  margin-right: -1px;
}

#popup-images DIV#popup-images-img {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: auto;
  height: auto;
  padding: 55px;
  max-width: 90%;
  box-sizing: border-box;
}

#popup-images DIV#popup-images-img IMG {
  float: left;
  width: auto;
  height: auto;
  max-width: 100%;
}

#popup-images DIV#popup-images-img #close-popup-images {
  position: fixed;
  top: 20px;
  right: 30px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -moz-transform: rotate(45deg);
  /* Ð”Ð»Ñ Firefox */
  -ms-transform: rotate(45deg);
  /* Ð”Ð»Ñ IE */
  -webkit-transform: rotate(45deg);
  /* Ð”Ð»Ñ Safari, Chrome, iOS */
  -o-transform: rotate(45deg);
  /* Ð”Ð»Ñ Opera */
  transform: rotate(45deg);
}

#popup-images DIV#popup-images-img #close-popup-images:before,
#popup-images DIV#popup-images-img #close-popup-images:after {
  content: " ";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border: solid;
  border-color: #b9b9b9;
}

#popup-images DIV#popup-images-img #close-popup-images:before {
  top: 0px;
  left: 0px;
  border-width: 0 6px 6px 0;
}

#popup-images DIV#popup-images-img #close-popup-images:after {
  bottom: 0px;
  right: 0px;
  border-width: 6px 0 0 6px;
}

#popup-images DIV#popup-images-img DIV#popup-images-left,
#popup-images DIV#popup-images-img DIV#popup-images-right {
  position: fixed;
  top: 50%;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: solid;
  border-color: #b9b9b9;
  -moz-transform: rotate(45deg);
  /* Ð”Ð»Ñ Firefox */
  -ms-transform: rotate(45deg);
  /* Ð”Ð»Ñ IE */
  -webkit-transform: rotate(45deg);
  /* Ð”Ð»Ñ Safari, Chrome, iOS */
  -o-transform: rotate(45deg);
  /* Ð”Ð»Ñ Opera */
  transform: rotate(45deg);
}

#popup-images DIV#popup-images-img DIV#popup-images-left {
  left: 30px;
  border-width: 0 0 6px 6px;
}

#popup-images DIV#popup-images-img DIV#popup-images-right {
  right: 40px;
  border-width: 6px 6px 0 0;
}

DIV.qwe {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #fff;
  overflow: hidden;
  background: url("images/header-bot-line-bg.png");
}

DIV.qwe DIV.center {
  clear: both;
  width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
}

DIV.qwe DIV.center:before,
DIV.qwe DIV.center:after {
  content: " ";
  display: block;
  width: 100%;
  height: 0px;
  clear: both;
}

DIV.qwe DIV.cb {
  float: none;
  width: 100%;
  height: 0px;
  overflow: hidden;
}

DIV.qwe .to-popup {
  cursor: pointer;
}

DIV.qwe DIV.paging {
  text-align: center;
  margin: 0;
}

DIV.qwe DIV.paging A {
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  line-height: 26px;
  padding: 0 8px;
  margin: 0 2px;
  background-color: #fff;
  font-family: tahoma;
  font-size: 16px;
  color: #4f5050;
  text-decoration: none;
}

DIV.qwe DIV.paging A:hover {
  background-color: #f6f6f6;
}

DIV.qwe DIV.paging A.act {
  background-color: #00a0c6;
  color: #fff;
}

DIV.qwe DIV.promo {
  position: relative;
  overflow: hidden;
  height: auto;
  padding-bottom: 26px;
}

DIV.qwe DIV.promo UL.slider {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto !important;
  max-height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

DIV.qwe DIV.promo UL.slider > LI.sm_slide {
  display: none;
  float: left;
  position: relative !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 -100% 0 0;
  padding: 0;
  visibility: hidden;
}

DIV.qwe DIV.promo UL.slider > LI.sm_slide.active {
  display: block;
  visibility: visible;
}

DIV.qwe DIV.promo UL.slider > LI.sm_slide > IMG {
  float: left;
  width: 100%;
}

DIV.qwe DIV.promo UL.sm_nav {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

DIV.qwe DIV.promo UL.sm_nav LI.sm_nav-item {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 6px 0 6px;
  background-color: #ccc;
  border-radius: 8px;
  cursor: pointer;
}

DIV.qwe DIV.promo UL.sm_nav LI.sm_nav-item.active {
  background-color: red;
}

DIV.qwe DIV.promo I.sm_prev,
DIV.qwe DIV.promo I.sm_next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 50px;
  margin-top: -25px;
  background-color: #e0e1e3;
  cursor: pointer;
}

DIV.qwe DIV.promo I.sm_prev:after,
DIV.qwe DIV.promo I.sm_next:after {
  content: " ";
  display: block;
  position: absolute;
  top: 14px;
  width: 20px;
  height: 20px;
  border: solid;
  border-color: #000;
  -moz-transform: rotate(45deg);
  /* Ð”Ð»Ñ Firefox */
  -ms-transform: rotate(45deg);
  /* Ð”Ð»Ñ IE */
  -webkit-transform: rotate(45deg);
  /* Ð”Ð»Ñ Safari, Chrome, iOS */
  -o-transform: rotate(45deg);
  /* Ð”Ð»Ñ Opera */
  transform: rotate(45deg);
}

DIV.qwe DIV.promo I.sm_prev {
  left: 0px;
}

DIV.qwe DIV.promo I.sm_prev:after {
  left: 15px;
  border-width: 0 0 1px 1px;
}

DIV.qwe DIV.promo I.sm_next {
  right: 0px;
}

DIV.qwe DIV.promo I.sm_next:after {
  right: 15px;
  border-width: 1px 1px 0 0;
}

DIV.qwe H1.main-title {
  margin: 45px 0 0 0;
  padding: 0 0 9px 0;
  border-bottom: 1px dashed #424343;
  font-family: calibri;
  font-size: 20px;
  font-weight: normal;
  color: #424343;
  text-transform: uppercase;
}

DIV.qwe DIV.header {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

DIV.qwe DIV.header DIV.top-line {
  height: 33px;
  background-color: #00a0c6;
}

DIV.qwe DIV.header DIV.top-line DIV.m-contacts-button {
  display: none;
}

DIV.qwe DIV.header DIV.top-line DIV.adress {
  float: left;
  line-height: 33px;
  padding-left: 23px;
  background: url("images/location-ico.png") no-repeat left center;
  font-family: calibri;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}

DIV.qwe DIV.header DIV.top-line UL.languages {
  float: right;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

DIV.qwe DIV.header DIV.top-line UL.languages LI {
  float: left;
}

DIV.qwe DIV.header DIV.top-line UL.languages LI A {
  float: left;
  width: 22px;
  height: 22px;
  margin: 6px 0 5px 8px;
  border-radius: 50%;
  line-height: 22px;
  vertical-align: middle;
  text-align: center;
  font-family: tahoma;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

DIV.qwe DIV.header DIV.top-line UL.languages LI A:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

DIV.qwe DIV.header DIV.top-line UL.languages LI A.act {
  background-color: #fff;
  color: #00a0c6;
}

DIV.qwe DIV.header DIV.top-line A.registration {
  float: right;
  margin: 8px 42px 7px 0;
  font-family: calibri;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 18px;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
}

DIV.qwe DIV.header DIV.top-line A.registration:hover {
  text-decoration: underline;
}

DIV.qwe DIV.header DIV.top-line A.login {
  float: right;
  margin: 3px 14px 3px 0;
  padding: 6px 10px 5px 10px;
  font-family: calibri;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #fff;
}

DIV.qwe DIV.header DIV.top-line A.login:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

DIV.qwe DIV.header DIV.m-contacts-block {
  display: none;
}

DIV.qwe DIV.header DIV.mid-line {
  padding: 35px 0 39px 0;
}

DIV.qwe DIV.header DIV.mid-line A.logo {
  float: left;
  width: auto;
  height: auto;
}

DIV.qwe DIV.header DIV.mid-line A.logo IMG {
  float: left;
}

DIV.qwe DIV.header DIV.mid-line UL.menu {
  float: right;
  width: auto;
  padding: 0;
  margin: 35px 0 34px 0;
  list-style: none;
}

DIV.qwe DIV.header DIV.mid-line UL.menu LI {
  float: left;
}

DIV.qwe DIV.header DIV.mid-line UL.menu LI A {
  float: left;
  width: auto;
  height: 33px;
  line-height: 33px;
  vertical-align: middle;
  font-size: 16px;
  color: #424343;
  margin: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
}

DIV.qwe DIV.header DIV.mid-line UL.menu LI A:hover {
  color: #00a0c6;
}

DIV.qwe DIV.header DIV.mid-line UL.menu LI A.act {
  border: 1px solid #00a0c6;
  margin: -1px;
  padding: 0 15px;
}

DIV.qwe DIV.header DIV.mid-line UL.menu LI:last-child A {
  margin-right: 0;
}

DIV.qwe DIV.header DIV.mid-line UL.menu LI:first-child A {
  margin-left: 0;
}

DIV.qwe DIV.header DIV.mid-line DIV.phones {
  float: right;
  height: 40px;
  margin-top: 31px;
  margin-right: 28px;
  font-family: tahoma;
  font-size: 16px;
  color: #00a0c6;
  line-height: 20px;
}

DIV.qwe DIV.header DIV.bot-line {
  min-height: 33px;
}

DIV.qwe DIV.header DIV.bot-line DIV.center > DIV.txt {
  float: left;
  min-width: 236px;
  height: 33px;
  padding: 0 13px;
  line-height: 33px;
  vertical-align: middle;
  background-color: #00a0c6;
  font-family: calibri;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

DIV.qwe DIV.header DIV.bot-line DIV.mobile-menu-buttons {
  display: none;
}

DIV.qwe DIV.header DIV.bot-line DIV.icons {
  float: right;
  height: 25px;
  margin: 4px 0px;
}

DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone {
  position: relative;
  float: left;
  width: 30px;
  height: 25px;
  margin-left: 5px;
}

DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail DIV.ico {
  position: relative;
  z-index: 2;
  float: left;
  width: 28px;
  height: 23px;
  border: 1px solid #131d47;
  background: #131d47 url("images/ico-mail.png") no-repeat center;
  cursor: pointer;
  transition: background-color 0.6s;
}

DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail DIV.ico.act {
  background: #ffffff url("images/ico-mail2.png") no-repeat center;
  border-bottom-color: #fff;
}

DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone DIV.ico {
  position: relative;
  z-index: 2;
  float: left;
  width: 28px;
  height: 23px;
  border: 1px solid #ff0000;
  background: #ff0000 url("images/ico-phone.png") no-repeat center;
  cursor: pointer;
  transition: background-color 0.6s;
}

DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone DIV.ico.act {
  background: #ffffff url("images/ico-phone2.png") no-repeat center;
  border-bottom-color: #fff;
}

DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.search {
  position: relative;
  z-index: 3;
  float: left;
  width: 30px;
  height: 25px;
}

DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.search UL.result {
  display: none;
  position: absolute;
  right: 0px;
  top: 100%;
  width: 360px;
  margin: 1px 0 0 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
}

DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.search UL.result LI {
  border-bottom: 1px dashed #d8d8d8;
  padding: 2px 0;
}

DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.search UL.result LI:last-child {
  border-bottom: none;
}

DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.search UL.result LI:last-child A {
  padding-left: 6px;
  font-family: tahoma;
  font-size: 14px;
  color: #424343;
}

DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.search UL.result LI A {
  display: block;
  text-decoration: none;
}

DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.search UL.result LI A:hover {
  background-color: #f3f3f3;
}

DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.search UL.result LI IMG {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: auto;
  margin-left: 6px;
  border: 1px solid #d8d8d8;
}

DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.search UL.result LI DIV.txt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-family: tahoma;
  font-size: 14px;
  color: #424343;
}

DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.search INPUT[type=submit] {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  width: 30px;
  height: 25px;
  padding: 0;
  margin: 0;
  border: none;
  background: #131d47 url("images/ico-search.png") no-repeat center;
  cursor: pointer;
  transition: background-color 0.5s;
}

DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.search INPUT[type=text] {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  width: 0px;
  height: 25px;
  padding: 0 30px 0 0;
  margin: 0;
  border: none;
  background: #fff;
  cursor: pointer;
  font-family: tahoma;
  font-size: 14px;
  color: #424343;
  outline: none;
  opacity: 0;
  transition: width 0.5s;
}

DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.search INPUT[type=text]:focus {
  z-index: 1;
  width: 310px;
  padding: 0 40px 0 10px;
  cursor: auto;
  opacity: 1;
}

DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.search INPUT[type=text]:focus + INPUT[type=submit] {
  z-index: 2;
  background: #ffffff url("images/ico-search2.png") no-repeat center;
}

DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.search:hover INPUT[type=text] {
  z-index: 1;
  width: 310px;
  padding: 0 40px 0 10px;
  cursor: auto;
  opacity: 1;
}

DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.search:hover INPUT[type=text] + INPUT[type=submit] {
  z-index: 2;
  background: #ffffff url("images/ico-search2.png") no-repeat center;
}

DIV.qwe DIV.header DIV.bot-line DIV#open-boxes {
  display: none;
}

DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box {
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  z-index: 1;
  width: 724px;
  margin-top: -1px;
  border: 1px solid #ff0000;
  background-color: #fff;
  text-align: center;
}

DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.head,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.head,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.head,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.head {
  display: inline-block;
  width: 675px;
  margin: 26px 0 35px 0;
  padding: 0 0 18px 0;
  line-height: 1;
  font-family: calibri;
  font-size: 20px;
  color: #424343;
  text-transform: uppercase;
  border-bottom: 1px dashed #424343;
}

DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.succes,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.succes,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.succes,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.succes {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 32px;
  font-family: calibri;
  font-size: 16px;
  color: green;
}

DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.info,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.info,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.info,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.info {
  display: inline-block;
  width: 675px;
  padding: 0;
  margin-top: -25px;
  margin-bottom: 25px;
  text-align: left;
  line-height: 1;
  font-family: calibri;
  font-size: 16px;
  color: #424343;
}

DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.left,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.left,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.left,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.left,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.right,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.right,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.right,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.right {
  display: inline-block;
  vertical-align: top;
  width: 330px;
  margin: 0 9px;
}

DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.left I,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.left I,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.left I,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.left I,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.right I,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.right I,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.right I,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.right I {
  display: block;
  font-size: 12px;
  margin-top: -12px;
  margin-bottom: 12px;
  color: red;
  text-align: left;
}

DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.left DIV.txt,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.left DIV.txt,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.left DIV.txt,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.left DIV.txt,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.right DIV.txt,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.right DIV.txt,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.right DIV.txt,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.right DIV.txt {
  line-height: 1;
  font-family: calibri;
  font-size: 16px;
  color: #424343;
  text-align: left;
}

DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.left INPUT,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.left INPUT,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.left INPUT,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.left INPUT,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.right INPUT,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.right INPUT,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.right INPUT,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.right INPUT,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.left TEXTAREA,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.left TEXTAREA,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.left TEXTAREA,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.left TEXTAREA,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.right TEXTAREA,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.right TEXTAREA,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.right TEXTAREA,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.right TEXTAREA {
  display: block;
  width: 308px;
  height: 32px;
  margin: 6px 0 14px 0;
  padding: 0 10px;
  border: 1px solid #424343;
  font-family: calibri;
  font-size: 16px;
  color: #424343;
  text-align: left;
}

DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.left INPUT.wrong,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.left INPUT.wrong,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.left INPUT.wrong,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.left INPUT.wrong,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.right INPUT.wrong,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.right INPUT.wrong,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.right INPUT.wrong,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.right INPUT.wrong,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.left TEXTAREA.wrong,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.left TEXTAREA.wrong,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.left TEXTAREA.wrong,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.left TEXTAREA.wrong,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.right TEXTAREA.wrong,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.right TEXTAREA.wrong,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.right TEXTAREA.wrong,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.right TEXTAREA.wrong {
  border-color: red;
}

DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.left TEXTAREA,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.left TEXTAREA,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.left TEXTAREA,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.left TEXTAREA,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.right TEXTAREA,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.right TEXTAREA,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.right TEXTAREA,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.right TEXTAREA {
  height: 152px;
  padding: 10px;
}

DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.buttons,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.buttons,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.buttons,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.buttons {
  display: inline-block;
  vertical-align: top;
  margin-top: 14px;
  margin-bottom: 35px;
}

DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.buttons INPUT,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.buttons INPUT,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.buttons INPUT,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.buttons INPUT {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 32px;
  margin: 0 23px;
  padding: 0 21px;
  border: none;
  background: #424343;
  cursor: pointer;
  font-family: calibri;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.buttons INPUT:hover,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.buttons INPUT:hover,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.buttons INPUT:hover,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.buttons INPUT:hover {
  opacity: 0.8;
}

DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.buttons DIV.close,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.buttons DIV.close,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.buttons DIV.close,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.buttons DIV.close {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 23px;
  cursor: pointer;
  overflow: hidden;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.buttons DIV.close:before,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.buttons DIV.close:before,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.buttons DIV.close:before,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.buttons DIV.close:before,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.buttons DIV.close:after,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.buttons DIV.close:after,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.buttons DIV.close:after,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.buttons DIV.close:after {
  content: " ";
  display: block;
  position: absolute;
  width: 14.5px;
  height: 14.5px;
  border: solid;
  border-color: #424343;
}

DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.buttons DIV.close:before,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.buttons DIV.close:before,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.buttons DIV.close:before,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.buttons DIV.close:before {
  top: 0px;
  left: 0px;
  border-width: 0 3px 3px 0;
}

DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.mail-box DIV.buttons DIV.close:after,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.mail-box DIV.buttons DIV.close:after,
DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.buttons DIV.close:after,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.buttons DIV.close:after {
  bottom: 0px;
  right: 0px;
  border-width: 3px 0 0 3px;
}

DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box {
  width: 416px;
}

DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.head,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.head {
  width: 330px;
}

DIV.qwe DIV.header DIV.bot-line DIV#open-boxes DIV.phone-box DIV.info,
DIV.qwe DIV.header DIV.bot-line DIV.icons DIV.phone-box DIV.info {
  width: 330px;
}

DIV.qwe DIV.footer {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 315px;
}

DIV.qwe DIV.footer DIV.footer-top {
  height: 245px;
  background-color: #00a0c6;
}

DIV.qwe DIV.footer DIV.footer-top DIV.center {
  height: 100%;
  display: table;
  vertical-align: middle;
}

DIV.qwe DIV.footer DIV.footer-top UL.menu {
  display: table-cell;
  vertical-align: middle;
  width: 400px;
  list-style: none;
  margin: 0;
  padding: 0;
}

DIV.qwe DIV.footer DIV.footer-top UL.menu LI {
  margin: 11px 0;
}

DIV.qwe DIV.footer DIV.footer-top UL.menu LI A {
  font-family: tahoma;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
}

DIV.qwe DIV.footer DIV.footer-top UL.menu LI A:hover {
  text-decoration: underline;
}

DIV.qwe DIV.footer DIV.footer-top DIV.mid {
  display: table-cell;
  vertical-align: middle;
}

DIV.qwe DIV.footer DIV.footer-top DIV.mid P.adres {
  margin: 0;
  padding: 0;
  font-family: tahoma;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

DIV.qwe DIV.footer DIV.footer-top DIV.mid DIV.socials {
  margin-top: 30px;
  text-align: center;
}

DIV.qwe DIV.footer DIV.footer-top DIV.mid DIV.socials A {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  margin: 0 3px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}

DIV.qwe DIV.footer DIV.footer-top DIV.mid DIV.socials A.fb {
  background-image: url("images/ico-fb.png");
}

DIV.qwe DIV.footer DIV.footer-top DIV.mid DIV.socials A.vk {
  background-image: url("images/ico-vk.png");
}

DIV.qwe DIV.footer DIV.footer-top DIV.mid DIV.socials A.ok {
  background-image: url("images/ico-ok.png");
}

DIV.qwe DIV.footer DIV.footer-top DIV.mid DIV.socials A.in {
  background-image: url("images/ico-in.png");
}

DIV.qwe DIV.footer DIV.footer-top DIV.mid DIV.socials A.gp {
  background-image: url("images/ico-gp.png");
}

DIV.qwe DIV.footer DIV.footer-top DIV.mid DIV.socials A:hover {
  opacity: 0.8;
}

DIV.qwe DIV.footer DIV.footer-top DIV.buttons {
  display: table-cell;
  vertical-align: middle;
  width: 400px;
}

DIV.qwe DIV.footer DIV.footer-top DIV.buttons A {
  position: relative;
  float: right;
  height: 38px;
  margin: 8px 0;
  line-height: 38px;
  vertical-align: middle;
  padding: 0 0 0 48px;
  font-family: tahoma;
  font-size: 16px;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

DIV.qwe DIV.footer DIV.footer-top DIV.buttons A:hover {
  text-decoration: underline;
}

DIV.qwe DIV.footer DIV.footer-top DIV.buttons A:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -18px;
  width: 37px;
  height: 37px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

DIV.qwe DIV.footer DIV.footer-top DIV.buttons A.mail:before {
  background-image: url("images/ico-mail.png");
}

DIV.qwe DIV.footer DIV.footer-top DIV.buttons A.phone:before {
  background-image: url("images/ico-phone.png");
}

DIV.qwe DIV.footer DIV.footer-bot {
  height: 70px;
  background-color: #00708a;
}

DIV.qwe DIV.footer DIV.footer-bot DIV.center {
  height: 100%;
  display: table;
  vertical-align: middle;
}

DIV.qwe DIV.footer DIV.footer-bot DIV.copyrights {
  width: 210px;
  display: table-cell;
  vertical-align: middle;
  font-family: PT Sans;
  font-size: 12px;
  color: #fff;
  text-align: left;
}

DIV.qwe DIV.footer DIV.footer-bot DIV.counter {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

DIV.qwe DIV.footer DIV.footer-bot DIV.counter IMG {
  display: inline-block;
  margin: 0 6px;
}

DIV.qwe DIV.footer DIV.footer-bot DIV.arcona {
  display: table-cell;
  vertical-align: middle;
  width: 210px;
}

DIV.qwe DIV.footer DIV.footer-bot DIV.arcona IMG.arcona {
  float: right;
}

DIV.qwe DIV.content {
  position: relative;
  z-index: 1;
}

DIV.qwe DIV.content:after {
  content: " ";
  display: block;
  width: 100%;
  height: 315px;
  clear: both;
}

DIV.main DIV.header DIV.bot-line {
  background: url("images/header-bot-line-bg.png") repeat-x;
}

DIV.main DIV.content {
  background: none;
}

DIV.main DIV.main-promo {
  padding-bottom: 36px;
}

DIV.main DIV.main-promo A.img {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 35%;
  overflow: hidden;
}

DIV.main DIV.main-promo A.img IMG {
  position: absolute;
  left: 0px;
  top: 0px;
  float: left;
  width: 100%;
  height: auto;
}

DIV.main DIV.main-promo DIV.some-text {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -630px;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

DIV.main DIV.main-promo UL.sm_nav LI.sm_nav-item {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 4px;
  background-color: #ffffff;
  border: 1px solid #00a0c6;
  border-radius: 7px;
  cursor: pointer;
}

DIV.main DIV.main-promo UL.sm_nav LI.sm_nav-item.active {
  background-color: #00a0c6;
}

DIV.main DIV.cat-block {
  padding: 50px 0;
  text-align: center;
  vertical-align: top;
}

DIV.main DIV.cat-block A.box {
  display: inline-block;
  vertical-align: top;
  width: 290px;
  height: 236px;
  padding: 10px;
  margin: 4px;
  background-color: #fff;
}

DIV.main DIV.cat-block A.box DIV.img {
  width: 290px;
  height: 180px;
  overflow: hidden;
}

DIV.main DIV.cat-block A.box DIV.img IMG {
  float: left;
  width: 100%;
  height: auto;
}

DIV.main DIV.cat-block A.box DIV.name {
  width: 290px;
  height: 52px;
  margin-top: 6px;
  background: #00a0c6;
  font-family: tahoma;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

DIV.main DIV.cat-block A.box DIV.name SPAN {
  display: inline-block;
  vertical-align: middle;
}

DIV.main DIV.cat-block A.box DIV.name:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 100%;
  margin-left: -1px;
}

DIV.main DIV.info {
  padding: 80px 0 70px 0;
  text-align: center;
  background: #fff;
}

DIV.main DIV.info DIV.box {
  display: inline-block;
  width: 447px;
  padding: 0 0 0 78px;
  margin: 0 35px;
  text-align: justify;
  font-family: tahoma;
  font-size: 14px;
  color: #606161;
  line-height: 28px;
  background-repeat: no-repeat;
  background-position: left center;
}

DIV.main DIV.info DIV.box.f {
  background-image: url("images/ico-1.png");
}

DIV.main DIV.info DIV.box.l {
  background-image: url("images/ico-2.png");
}

DIV.main DIV.info A.more {
  display: inline-block;
  min-width: 128px;
  height: 33px;
  margin-top: 68px;
  line-height: 33px;
  vertical-align: middle;
  padding: 0 25px;
  border: 1px solid #00a0c6;
  text-align: center;
  font-family: tahoma;
  font-size: 14px;
  color: #606161;
  text-decoration: none;
  text-transform: uppercase;
}

DIV.main DIV.info A.more:hover {
  background-color: #c0dfe6;
}

DIV.main DIV.info A.more.act {
  border: dashed;
  border-width: 0 0 1px 0;
  border-color: #00a0c6;
}

DIV.main DIV.info DIV.text-box {
  display: none;
  width: 1145px;
  margin: 30px auto 0 auto;
  text-align: left;
  font-family: tahoma;
  font-size: 14px;
  color: #606161;
  line-height: 1.5;
}

DIV.main DIV.info DIV.text-box STRONG,
DIV.main DIV.info DIV.text-box B {
  color: #00a0c6;
  font-weight: normal;
}

DIV.main DIV.info DIV.text-box A {
  text-decoration: none;
  color: #00a0c6;
}

DIV.main DIV.info DIV.text-box A:hover {
  text-decoration: underline;
}

DIV.main DIV.last-news {
  padding: 60px 0 80px 0;
  text-align: center;
}

DIV.main DIV.last-news DIV.h {
  text-align: left;
  font-family: tahoma;
  font-size: 17px;
  color: #00a0c6;
  line-height: 1;
}

DIV.main DIV.last-news DIV.box {
  float: left;
  width: 605px;
  padding: 5px;
  margin: 28px 26px 0 0;
  background-color: #fff;
}

DIV.main DIV.last-news DIV.box:last-child {
  margin-right: 0;
  float: right;
}

DIV.main DIV.last-news DIV.box A.img {
  float: left;
  width: 209px;
}

DIV.main DIV.last-news DIV.box A.img IMG {
  float: left;
  width: 100%;
  height: auto;
}

DIV.main DIV.last-news DIV.box DIV.info {
  width: 382px;
  padding: 0;
  margin: 0;
  float: right;
}

DIV.main DIV.last-news DIV.box DIV.info A.name {
  float: left;
  width: 100%;
  margin-top: 11px;
  text-align: left;
  font-family: tahoma;
  font-size: 16px;
  color: #00a0c6;
  line-height: 1;
  text-decoration: none;
}

DIV.main DIV.last-news DIV.box DIV.info A.name:hover {
  text-decoration: underline;
}

DIV.main DIV.last-news DIV.box DIV.info DIV.date {
  float: left;
  width: 100%;
  margin-top: 14px;
  text-align: left;
  font-family: tahoma;
  font-size: 12px;
  color: #cacacc;
  line-height: 1;
  text-decoration: none;
}

DIV.main DIV.last-news DIV.box DIV.info DIV.text {
  float: left;
  width: 100%;
  margin-top: 14px;
  text-align: left;
  font-family: tahoma;
  font-size: 12px;
  color: #4f5050;
  line-height: 1.5;
  text-decoration: none;
  text-align: justify;
}

DIV.login-register DIV.content DIV.center {
  width: 720px;
}

DIV.login-register DIV.content DIV.buttons {
  float: left;
  position: relative;
  width: 330px;
  margin-right: 50%;
  margin-bottom: 30px;
  margin-top: 22px;
}

DIV.login-register DIV.content DIV.buttons INPUT[type=submit] {
  width: 50%;
  height: 33px;
  border: none;
  background: #424343;
  line-height: 1;
  font-family: calibri;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}

DIV.login-register DIV.content DIV.buttons INPUT[type=submit]:hover {
  opacity: 0.8;
}

DIV.login-register DIV.content DIV.buttons DIV.registr {
  float: right;
  width: 50%;
  height: 33px;
  line-height: 33px;
  vertical-align: middle;
  text-align: center;
}

DIV.login-register DIV.content DIV.buttons DIV.registr A {
  display: inline-block;
  position: relative;
  padding-right: 18px;
  line-height: 1;
  font-family: calibri;
  font-size: 16px;
  color: #424343;
  text-transform: uppercase;
  text-decoration: none;
}

DIV.login-register DIV.content DIV.buttons DIV.registr A:hover {
  text-decoration: underline;
}

DIV.login-register DIV.content DIV.buttons DIV.registr A:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0px;
  bottom: 50%;
  margin-bottom: -4px;
  width: 7px;
  height: 7px;
  border: solid #424343;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

DIV.login-register DIV.content DIV.left,
DIV.login-register DIV.content DIV.right {
  float: left;
  width: 330px;
  margin-top: 28px;
}

DIV.login-register DIV.content DIV.left DIV.line,
DIV.login-register DIV.content DIV.right DIV.line {
  position: relative;
  margin-bottom: 15px;
}

DIV.login-register DIV.content DIV.left DIV.line.wrong DIV.txt,
DIV.login-register DIV.content DIV.right DIV.line.wrong DIV.txt {
  color: red;
}

DIV.login-register DIV.content DIV.left DIV.line.wrong INPUT,
DIV.login-register DIV.content DIV.right DIV.line.wrong INPUT {
  border-color: red;
}

DIV.login-register DIV.content DIV.left DIV.line.wrong I,
DIV.login-register DIV.content DIV.right DIV.line.wrong I {
  display: block;
  margin: 5px 0 0 0;
  font-size: 12px;
  color: red;
}

DIV.login-register DIV.content DIV.left DIV.txt,
DIV.login-register DIV.content DIV.right DIV.txt {
  margin-bottom: 6px;
  line-height: 1;
  font-family: calibri;
  font-size: 16px;
  color: #424343;
}

DIV.login-register DIV.content DIV.left INPUT[type=text],
DIV.login-register DIV.content DIV.right INPUT[type=text],
DIV.login-register DIV.content DIV.left INPUT[type=password],
DIV.login-register DIV.content DIV.right INPUT[type=password],
DIV.login-register DIV.content DIV.left TEXTAREA,
DIV.login-register DIV.content DIV.right TEXTAREA {
  width: 96%;
  height: 32px;
  padding: 0 2%;
  background: #fff;
  border: 1px solid #474848;
  font-family: calibri;
  font-size: 16px;
  color: #424343;
}

DIV.login-register DIV.content DIV.left TEXTAREA,
DIV.login-register DIV.content DIV.right TEXTAREA {
  height: 85px;
  padding: 10px 2%;
}

DIV.login-register DIV.content DIV.left A.lost-pass,
DIV.login-register DIV.content DIV.right A.lost-pass {
  position: absolute;
  left: 100%;
  bottom: 0px;
  margin: 0 0 7px 8px;
  font-family: calibri;
  font-size: 12px;
  color: #6f7171;
  text-decoration: none;
  white-space: nowrap;
}

DIV.login-register DIV.content DIV.left A.lost-pass:hover,
DIV.login-register DIV.content DIV.right A.lost-pass:hover {
  text-decoration: underline;
}

DIV.login-register DIV.content DIV.right {
  float: right;
}

DIV.page-404 DIV.content DIV.block-404 {
  width: 380px;
  padding: 32px 0 42px 0;
  border: 1px dashed #424343;
  margin: 55px auto 0 auto;
  line-height: 1;
  text-align: center;
  font-family: calibri;
  font-size: 72px;
  color: #424343;
}

DIV.page-404 DIV.content DIV.block-404 SPAN {
  display: block;
  padding-top: 15px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}

DIV.page-404 DIV.content DIV.buttons {
  width: 380px;
  height: 33px;
  margin: 30px auto 40px auto;
}

DIV.page-404 DIV.content DIV.buttons A {
  display: block;
  float: left;
  width: 48%;
  height: 31px;
  line-height: 31px;
  vertical-align: middle;
  border: 1px solid #424343;
  text-align: center;
  font-family: calibri;
  font-size: 16px;
  color: #424343;
  text-transform: uppercase;
  text-decoration: none;
}

DIV.page-404 DIV.content DIV.buttons A:last-child {
  float: right;
}

DIV.catalog DIV.content DIV.catalog-menu,
DIV.item-page DIV.content DIV.catalog-menu {
  float: left;
  width: 260px;
}

DIV.catalog DIV.content DIV.catalog-menu DIV.heading,
DIV.item-page DIV.content DIV.catalog-menu DIV.heading {
  margin: 35px 0 0 0;
  line-height: 1;
  font-family: OpenSans, Tahoma;
  font-size: 16px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}

DIV.catalog DIV.content DIV.catalog-menu UL.catalog,
DIV.item-page DIV.content DIV.catalog-menu UL.catalog {
  margin: 14px 0 30px 0;
  padding: 0;
  list-style: none;
}

DIV.catalog DIV.content DIV.catalog-menu UL.catalog > LI,
DIV.item-page DIV.content DIV.catalog-menu UL.catalog > LI {
  margin: 0 0 1px 0;
}

DIV.catalog DIV.content DIV.catalog-menu UL.catalog > LI DIV.category-name,
DIV.item-page DIV.content DIV.catalog-menu UL.catalog > LI DIV.category-name,
DIV.catalog DIV.content DIV.catalog-menu UL.catalog > LI A.category-name,
DIV.item-page DIV.content DIV.catalog-menu UL.catalog > LI A.category-name {
  display: block;
  position: relative;
  padding: 14px 35px 11px 14px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-family: Tahoma;
  font-size: 16px;
  color: #424343;
  text-decoration: none;
}

DIV.catalog DIV.content DIV.catalog-menu UL.catalog > LI A.category-name:hover,
DIV.item-page DIV.content DIV.catalog-menu UL.catalog > LI A.category-name:hover {
  background-color: #00a0c6;
  color: #fff;
}

DIV.catalog DIV.content DIV.catalog-menu UL.catalog > LI A.category-name.act,
DIV.item-page DIV.content DIV.catalog-menu UL.catalog > LI A.category-name.act {
  color: rgb(0, 160, 198);
}

DIV.catalog DIV.content DIV.catalog-menu UL.catalog > LI A.category-name.act:hover,
DIV.item-page DIV.content DIV.catalog-menu UL.catalog > LI A.category-name.act:hover {
  background-color: #00a0c6;
  color: #fff;
}

DIV.catalog DIV.content DIV.catalog-menu UL.catalog > LI DIV.category-name:after,
DIV.item-page DIV.content DIV.catalog-menu UL.catalog > LI DIV.category-name:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  width: 11px;
  height: 11px;
  margin-top: -3px;
  overflow: hidden;
  background: url("images/catalog-cross.png") no-repeat center;
}

DIV.catalog DIV.content DIV.catalog-menu UL.catalog > LI DIV.category-name.act:after,
DIV.item-page DIV.content DIV.catalog-menu UL.catalog > LI DIV.category-name.act:after {
  background: url("images/catalog-cross2.png") no-repeat center;
}

DIV.catalog DIV.content DIV.catalog-menu UL.catalog UL.subcategories,
DIV.item-page DIV.content DIV.catalog-menu UL.catalog UL.subcategories {
  display: none;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

DIV.catalog DIV.content DIV.catalog-menu UL.catalog UL.subcategories LI,
DIV.item-page DIV.content DIV.catalog-menu UL.catalog UL.subcategories LI {
  padding: 9px 22px 9px 13px;
  font-size: 11px;
}

DIV.catalog DIV.content DIV.catalog-menu UL.catalog UL.subcategories LI A,
DIV.item-page DIV.content DIV.catalog-menu UL.catalog UL.subcategories LI A {
  font-family: Tahoma;
  font-size: 12px;
  color: #424343;
  text-decoration: none;
}

DIV.catalog DIV.content DIV.catalog-menu UL.catalog UL.subcategories LI A:hover,
DIV.item-page DIV.content DIV.catalog-menu UL.catalog UL.subcategories LI A:hover {
  text-decoration: underline;
}

DIV.catalog DIV.content DIV.catalog-menu UL.catalog UL.subcategories LI.act,
DIV.item-page DIV.content DIV.catalog-menu UL.catalog UL.subcategories LI.act {
  /*  background-color: #00a0c6; */
}

DIV.catalog DIV.content DIV.catalog-menu UL.catalog UL.subcategories LI.act A,
DIV.item-page DIV.content DIV.catalog-menu UL.catalog UL.subcategories LI.act A {
  /*  color: #fff; */
  color: #0090b3;
}

DIV.catalog DIV.content DIV.items-block {
  padding-left: 276px;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes {
  margin-top: 13px;
  margin-bottom: 40px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
}

DIV.catalog DIV.content DIV.items-block DIV.boxes:before,
DIV.catalog DIV.content DIV.items-block DIV.boxes:after {
  content: " ";
  display: block;
  float: none;
  width: 100%;
  height: 0px;
  overflow: hidden;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-1 DIV.row {
  margin-bottom: 20px;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-1 DIV.row:before,
DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-1 DIV.row:after {
  content: " ";
  display: block;
  float: none;
  width: 100%;
  height: 0px;
  overflow: hidden;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-1 DIV.row DIV.box {
  float: left;
  width: 300px;
  height: 310px;
  margin-right: 20px;
  background-color: #f7f7ef;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-1 DIV.row DIV.box:last-child {
  margin-right: 0;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-1 DIV.row DIV.box A.img {
  display: block;
  width: 100%;
  height: 240px;
  overflow: hidden;
  text-align: center;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-1 DIV.row DIV.box A.img IMG {
  width: auto;
  height: 100%;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-1 DIV.row DIV.box DIV.name {
  height: 50px;
  padding: 10px;
  text-align: center;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-1 DIV.row DIV.box DIV.name:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 100%;
  margin-right: -1px;
  margin-left: -1px;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-1 DIV.row DIV.box DIV.name A {
  display: inline-block;
  vertical-align: middle;
  font-family: Tahoma;
  font-size: 16px;
  color: #424343;
  text-decoration: none;
  text-transform: uppercase;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-1 DIV.row DIV.box DIV.name A:hover {
  text-decoration: underline;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-2 h1 {
  margin-top: 12px;
  margin-bottom: 20px;
  font-family: Tahoma;
  font-size: 24px;
  font-weight: normal;
  color: #424343;
  margin-top: 0px;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-2 DIV.heading {
  margin-top: 12px;
  margin-bottom: 20px;
  font-family: Tahoma;
  font-size: 24px;
  color: #424343;
  margin-top: 0px;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-2 DIV.heading h1 {
  margin-top: 12px;
  margin-bottom: 20px;
  font-family: Tahoma;
  font-size: 24px;
  font-weight: normal;
  color: #424343;
  margin-top: 0px;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-2 DIV.row {
  margin-bottom: 20px;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-2 DIV.row:before,
DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-2 DIV.row:after {
  content: " ";
  display: block;
  float: none;
  width: 100%;
  height: 0px;
  overflow: hidden;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-2 DIV.row DIV.box {
  float: left;
  width: 230px;
  height: 330px;
  overflow: hidden;
  margin-right: 10px;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-2 DIV.row DIV.box:last-child {
  margin-right: 0;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-2 DIV.row DIV.box A.img {
  display: block;
  width: 100%;
  height: 232px;
  text-align: center;
  overflow: hidden;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-2 DIV.row DIV.box A.img IMG {
  width: auto;
  height: 230px;
  border: 0px solid #d9d9d9;
  box-sizing: border-box;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-2 DIV.row DIV.box DIV.name {
  height: 72px;
  margin-top: 10px;
  text-align: center;
  font-family: Tahoma;
  font-size: 16px;
  color: #424343;
  line-height: 18px;
  overflow: hidden;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-2 DIV.row DIV.box DIV.name:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 100%;
  margin-right: -1px;
  margin-left: -1px;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-2 DIV.row DIV.box DIV.name A {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  text-decoration: none;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-2 DIV.row DIV.box DIV.name A:hover {
  text-decoration: underline;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-2 DIV.row DIV.box DIV.info {
  height: 1px;
  margin-top: 10px;
  text-align: center;
  font-family: Tahoma;
  font-size: 12px;
  color: #6f7171;
  line-height: 14px;
  overflow: hidden;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-2 DIV.row DIV.box DIV.info:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 100%;
  margin-right: -1px;
  margin-left: -1px;
}

DIV.catalog DIV.content DIV.items-block DIV.boxes.catalog-2 DIV.row DIV.box DIV.info SPAN {
  display: inline-block;
  vertical-align: middle;
}

DIV.item-page DIV.content DIV.item-block {
  padding-left: 276px;
}

DIV.item-page DIV.content DIV.item-block DIV.boxes {
  margin-top: 13px;
  margin-bottom: 40px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

DIV.item-page DIV.content DIV.item-block DIV.boxes H1.heading {
  margin: 12px 0 20px 0;
  font-family: tahoma;
  font-size: 16px;
  font-weight: normal;
  color: #424343;
  line-height: 1;
  text-transform: uppercase;
}

DIV.item-page DIV.content DIV.item-block DIV.boxes DIV.img {
  float: left;
  width: 295px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}

DIV.item-page DIV.content DIV.item-block DIV.boxes DIV.img IMG {
  float: left;
  width: 100%;
  height: auto;
}

DIV.item-page DIV.content DIV.item-block DIV.boxes DIV.info-block {
  padding: 0 30px 0 340px;
}

DIV.item-page DIV.content DIV.item-block DIV.boxes DIV.info-block DIV.heading {
  margin: 0;
  padding: 0 0 7px 0;
  border-bottom: 1px solid #eaeaea;
  font-family: tahoma;
  font-size: 22px;
  font-weight: normal;
  color: #00a0c6;
  line-height: 1;
}

DIV.item-page DIV.content DIV.item-block DIV.boxes DIV.info-block DIV.description {
  margin: 0;
  padding: 18px 0 0 0;
  font-family: tahoma;
  font-size: 14px;
  font-weight: normal;
  color: #6f7171;
  line-height: 1.5;
}

DIV.item-page DIV.content DIV.item-block DIV.boxes DIV.info-block DIV.description SPAN {
  color: #424343;
}

DIV.item-page DIV.content DIV.item-block DIV.boxes DIV.no-register {
  display: block;
  overflow: hidden;
  width: 510px;
  margin: 50px auto 70px auto;
  padding: 18px 20px;
  border: 1px solid #00a0c6;
  text-align: center;
  font-family: tahoma;
  font-size: 16px;
  font-weight: normal;
  color: #6f7171;
  line-height: 1.5;
}

DIV.item-page DIV.content DIV.item-block DIV.boxes DIV.no-register A {
  color: #00a0c6;
  text-decoration: none;
}

DIV.item-page DIV.content DIV.item-block DIV.boxes DIV.no-register A:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  DIV.item-page DIV.content DIV.item-block DIV.boxes DIV.no-register {
    width: 85%;
  }
}
DIV.item-page DIV.content DIV.item-block DIV.boxes DIV.other_img {
  margin: 40px -16px 0 -16px;
  text-align: left;
}

DIV.item-page DIV.content DIV.item-block DIV.boxes IMG.color-map {
  display: inline-block;
  vertical-align: top;
  width: 17.5%;
  height: auto;
  margin: 0 0 40px 16px;
}

DIV.news-page H1.main-title {
  margin-bottom: 55px;
}

DIV.news-page DIV.news-block {
  margin-right: -25px;
  margin-bottom: 25px;
  overflow: hidden;
}

DIV.news-page DIV.news-block DIV.box {
  float: left;
  width: 605px;
  height: 156px;
  padding: 4px 6px;
  margin: 0 25px 20px 0;
  background-color: #fff;
  overflow: hidden;
}

DIV.news-page DIV.news-block DIV.box DIV.name {
  float: right;
  width: 100%;
  height: 36px;
  font-family: tahoma;
  font-size: 16px;
  color: #00a0c6;
  line-height: 36px;
  margin: 0;
  vertical-align: middle;
  overflow: hidden;
}

DIV.news-page DIV.news-block DIV.box DIV.name A {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  line-height: 18px;
}

DIV.news-page DIV.news-block DIV.box DIV.name A:hover {
  text-decoration: underline;
}

DIV.news-page DIV.news-block DIV.box DIV.date {
  float: right;
  width: 100%;
  height: 18px;
  font-family: tahoma;
  font-size: 12px;
  color: #cacacc;
  line-height: 18px;
  margin: 0;
  vertical-align: middle;
}

DIV.news-page DIV.news-block DIV.box P {
  float: right;
  width: 100%;
  height: 90px;
  font-family: tahoma;
  font-size: 12px;
  color: #4f5050;
  line-height: 18px;
  margin: 10px 0 0 0;
  padding: 0;
  vertical-align: middle;
  overflow: hidden;
}

DIV.news-page DIV.news-block DIV.box A.img {
  float: left;
  width: 208px;
  height: 156px;
  overflow: hidden;
  text-align: center;
}

DIV.news-page DIV.news-block DIV.box A.img IMG {
  width: auto;
  height: 100%;
}

DIV.news-page DIV.news-block DIV.box A.img + DIV.name {
  width: 380px;
}

DIV.news-page DIV.news-block DIV.box A.img + DIV.name + DIV.date {
  width: 380px;
}

DIV.news-page DIV.news-block DIV.box A.img + DIV.name + DIV.date + P {
  width: 380px;
}

DIV.news-page DIV.news-block + DIV.paging {
  margin-bottom: 50px;
}

DIV.news-item-page DIV.news-date {
  margin: 12px 0 0 0;
  font-family: tahoma;
  font-size: 12px;
  color: #cacacc;
  line-height: 1;
}

DIV.news-item-page DIV.news-block {
  margin: 20px 0;
  padding: 0px;
  overflow: hidden;
  background-color: #fff;
}

DIV.news-item-page DIV.news-block > IMG {
  margin: 0 0px 25px 0;
}

DIV.news-item-page DIV.news-block DIV.text {
  font-family: tahoma;
  font-size: 14px;
  color: #4f5050;
  line-height: 1.5;
}

DIV.news-item-page DIV.news-block DIV.text P {
  margin-top: 0;
}

DIV.news-item-page DIV.no-register {
  margin: 40px 0 0 0;
  text-align: center;
  font-family: tahoma;
  font-size: 16px;
  color: #6f7171;
  line-height: 1;
}

DIV.news-item-page DIV.no-register A {
  color: #001a20;
  text-decoration: underline;
}

DIV.news-item-page DIV.no-register A:hover {
  text-decoration: none;
}

DIV.main DIV.akciya {
  position: relative;
  z-index: 3;
  top: -194px;
  height: 158px;
  margin-bottom: -158px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  overflow: hidden;
}

DIV.main DIV.akciya A.h {
  display: block;
  margin: 38px 0 0;
  font-family: OpenSans, tahoma;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

DIV.main DIV.akciya A.h:hover {
  text-decoration: underline;
}

DIV.main DIV.akciya DIV.t {
  height: 40px;
  width: 907px;
  margin: 15px auto 0 auto;
  font-family: tahoma;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 20px;
  overflow: hidden;
}

DIV.main DIV.some-info {
  position: relative;
  z-index: 2;
  top: -400px;
  height: 70px;
  margin: 0 0 -70px 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
}

DIV.main DIV.some-info DIV.box {
  display: inline-block;
  margin: 0 60px;
  font-family: tahoma;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left bottom;
  vertical-align: bottom;
}

DIV.main DIV.some-info DIV.box SPAN {
  font-size: 42px;
  font-weight: normal;
}

DIV.main DIV.some-info DIV.box.b1 {
  padding-left: 73px;
  background-image: url("images/main-box-ico1.png");
}

DIV.main DIV.some-info DIV.box.b2 {
  padding-left: 70px;
  background-image: url("images/main-box-ico2.png");
}

DIV.main DIV.some-info DIV.box.b3 {
  padding-left: 63px;
  background-image: url("images/main-box-ico3.png");
}

DIV.text-page DIV.content {
  padding-bottom: 50px;
}

DIV.text-page DIV.content DIV.center {
  font-family: calibri, tahoma;
  font-size: 18px;
  color: #424343;
  line-height: 1.5;
}

DIV.text-page DIV.contakts-txt {
  width: 100%;
  margin: 40px auto 0 auto;
}

DIV.text-page DIV.contakts-txt DIV.k-m-i {
  text-align: center;
  vertical-align: middle;
  padding: 55px 0;
}

DIV.text-page DIV.contakts-txt DIV.k-m-i DIV.box {
  display: inline-block;
  margin: 0 40px;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: left center;
}

DIV.text-page DIV.contakts-txt DIV.k-m-i DIV.box.b1 {
  background-image: url("images/kmi-1.png");
  text-align: left;
}

DIV.text-page DIV.contakts-txt DIV.k-m-i DIV.box.b2 {
  background-image: url("images/kmi-2.png");
  text-align: right;
}

DIV.text-page DIV.contakts-txt DIV.k-m-i DIV.box.b3 {
  background-image: url("images/kmi-3.png");
  text-align: left;
}

DIV.text-page DIV.contakts-txt A {
  color: #00a0c6;
  text-decoration: none;
}

DIV.text-page DIV.contakts-txt A:hover {
  text-decoration: underline;
}

DIV.text-page DIV.contakts-txt + DIV.map {
  width: 100%;
  height: 344px;
  margin: 25px auto 80px auto;
  background: url("images/map-1.png") no-repeat center/cover;
}

@media (max-width: 480px) {
  DIV.news-item-page DIV.news-block{
    margin-top: 0;
  }
  DIV.text-page DIV.contakts-txt DIV.k-m-i {
    text-align: left;
    vertical-align: middle;
    padding: 55px 0 55px 30px;
  }
  DIV.text-page DIV.contakts-txt DIV.k-m-i DIV.box {
    margin: 0;
  }
}
@media screen and (max-width: 1290px) and (min-width: 990px) {
  DIV.main DIV.cat-block A.box {
    width: 250px;
  }
  DIV.main DIV.cat-block A.box DIV.name {
    font-size: 13px;
  }
  DIV.main DIV.cat-block A.box DIV.name {
    width: 250px;
    padding: 0 5px;
    box-sizing: border-box;
  }
  DIV.main DIV.cat-block A.box DIV.img {
    width: 250px;
  }
}
@media screen and (max-width: 576px) {
  DIV.main DIV.info DIV.text-box {
    box-sizing: border-box;
    width: 100%;
    padding: 0 25px;
  }
}
.intro-main {
  margin-top: 20px;
  position: relative;
}

.contact-link-wrapper .container {
  position: relative;
}

.contact-link {
  display: none;
  font-weight: 500;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  overflow: hidden;
  position: absolute;
  transition: 0.3s;
  top: -12px;
  right: 30px;
  background: linear-gradient(180deg, #C2AC89 0%, #FFDFBC 104.78%);
  z-index: 1;
}

.contact-link:hover {
  background: linear-gradient(180deg, #C2AC89 0%, #C2AC89 104.78%);
  transition: 0.3s;
}

.contact-link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  font-size: var(--font-s-regular);
  z-index: 2;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .contact-link {
    position: unset;
  }
  .contact-link-wrapper {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}
/*slider main*/
.anim-text {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease;
}

.anim-text.active {
  opacity: 1;
  transform: translateY(0);
}

.container-slide-controls {
  position: relative;
  height: 0px;
}

.intro__caption {
  text-transform: uppercase;
  padding-bottom: 36px;
  padding-right: 186px;
}

.main_slider {
  position: relative;
}
.main_slider img {
  max-height: 650px;
}
.main_slider .slider-controls {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  background: white;
  position: absolute;
  top: 122px;
  left: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 10;
}
.main_slider .slider-controls button {
  background: transparent;
  outline: none;
  border: none;
  padding: 16px 16px;
}
.main_slider .count {
  font-size: 20px;
  color: #333;
}

.intro__title {
  font-size: var(--font-s-ttlcat);
  font-weight: 800;
}
.intro__title .h2 {
  text-transform: uppercase;
  font-size: var(--font-s-ttlcat);
  font-weight: 800;
}

.intro__subtitle {
  border-left: 5px solid #B09E7F;
  margin-top: 35px;
  font-size: 24px;
  min-height: 70px;
  max-width: 1000px;
}
.intro__subtitle p {
  padding-left: 10px;
  font-size: var(--font-s-subttl);
}

.intro__sub-title {
  font-size: 20px;
}
.go-telegram-link{
  border-radius: var(--border-radius);
  display: block;
  overflow: hidden;
}
.go-telegram-link img{
  transition: .3s;

}
.go-telegram-link:hover img{
  transition: .3s;
  transform: scale(1.02);
}
@media screen and (max-width: 1000px) {
  .intro__caption {
    height: 95px;
    margin-top: 20px;
    overflow: hidden;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .intro__title {
    font-size: 29px;
  }
  .intro__sub-title {
    font-size: 17px;
    text-transform: initial;
  }
  .main_slider .slider-controls button {
    padding: 9px;
  }
  .main_slider .count {
    font-size: 15px;
  }
  .main_slider .slider-controls {
    top: unset;
    bottom: 317px;
  }
  .main_slider {
    position: relative;
  }
  .main_slider img {
    height: 350px;
  }
  .container-slide-controls {
    position: unset;
  }
}
/*slider main end*/
/*checkbox*/
.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox:focus + label:before {
  border-color: #B09E7F;
}

.styled-checkbox + label {
  left: unset !important;
  top: unset !important;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 35px;
  font-size: var(--font-s-regular);
  line-height: 15px;
}

.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  margin-left: -35px;
  margin-top: -2px;
  background: white;
  border: 1px solid #ccc;
}

.styled-checkbox:checked + label:before {
  background: #B09E7F;
}

.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

/*checkbox end*/
/*product start*/
.product-btn-row {
  display: flex;
  justify-content: center;
  margin: 30px auto;
}

.catalog-category {
  padding-top: 40px;
  padding-bottom: 40px;
}

.f-r-ttl {
  font-size: 21px;
  margin-bottom: 15px;
}

.product-container {
  display: flex;
}

.products-filter {
  min-width: 300px;
  width: 280px;
  margin-right: 20px;
}

.filter-row .form-row {
  margin-bottom: 15px;
}

.products-list-container {
  width: 100%;
}

.product-list {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.pr_img-section {
  position: relative;
}

.product-itm .pr_img-section:hover .img-arrows .prev,
.product-itm .pr_img-section:hover .img-arrows .next {
  opacity: 1;
  pointer-events: auto;
}

.img-arrows .next {
  right: 0;
}

.img-arrows .prev {
  left: 0;
}

.img-arrows .prev,
.img-arrows .next {
  position: absolute;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
}

.slick-lightbox .slick-next, .slick-lightbox .slick-prev {
  z-index: 3;
  width: 45px;
}
.slick-lightbox .slick-next:before, .slick-lightbox .slick-prev:before {
  font-size: 45px;
}
.slick-lightbox .slick-lightbox-slick-caption {
  font-size: var(--font-s-subttl);
}

.product-itm {
  width: calc(25% - 20px);
  margin: 0 10px 40px 10px;
}
.product-itm .img {
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  text-align: center;
  padding-bottom: 120%;
  max-width: 100%;
  width: 100%;
}
.product-itm .img a {
  transform: scale(0);
  transition: transform 0s;
}
.product-itm .img a img {
  width: 100%;
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease;
}
.product-itm .img a:first-child {
  transition: transform 0s;
  transform: scale(1);
}
.product-itm .img a:first-child img {
  position: relative;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.product-itm .img a.active {
  transition: transform 0s;
  transform: scale(1);
}
.product-itm .img img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
.product-itm .img > a {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  width: 100%;
}
.product-itm .product-ttl {
  padding: 0 5px;
  display: none;
  height: 40px;
  overflow: hidden;
  margin-bottom: 7px;
}
.product-itm .product-ttl p {
  line-height: 19px;
  font-size: 19px;
}
.product-itm .product-descr {
  padding: 5px 5px;
  display: none;
}

@media screen and (max-width: 1000px) {
  .products-filter {
    min-width: 180px;
    width: 180px;
  }
  .products-list-container {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 900px) {
  .products-filter {
    padding-bottom: 30px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: scroll;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    background: white;
    margin: 0;
    left: -100%;
    z-index: 19;
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    height: -webkit-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
  }
  .catalog-filters.active {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left: 0;
  }
  .product-itm .img {
    padding-bottom: 100%;
  }
  .products-list-container {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .product-itm {
    width: calc(50% - 20px);
  }
}
.product-slider .product-itm {
  margin: 0;
}

.product-slider .slick-slide {
  padding: 20px 10px 30px 10px;
}

@media screen and (max-width: 576px) {
  .product-slider .product-itm {
    margin: 0;
  }
  .product-slider .slick-slide {
    padding: 0px 10px 10px 10px;
  }
}
/*product end*/
/*category list*/
.category-list-in {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  width: 100%;
}
.category-list-in.one-itm {
  grid-template-columns: repeat(2, 1fr) !important;
}

@media screen and (max-width: 880px) {
  .category-list-in {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .category-list-in {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .category-list-in {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.category-item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background-color: var(--bg-color);
  border-radius: var(--border-radius);
  color: var(--text-black-color);
  overflow: hidden;
  height: 250px;
}
.category-item.big {
  width: 100%;
}
.category-item .color-label {
  display: none;
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 5px;
  background: rgb(204, 192, 171);
  padding: 4px 7px;
  color: white;
  border-radius: 5px;
  font-size: 14px;
}
.category-item .cat-ttl {
  margin-bottom: 6px;
  padding: 5px 0px;
  position: relative;
}
.category-item .cat-ttl p {
  font-weight: bold;
}
.category-item .cat-add-info {
  padding: 0px;
}
.category-item .cat-add-info p {
  max-height: 48px;
  overflow: hidden;
  padding-left: 6px;
  border-left: 2px solid #B09E7F;
  text-transform: unset;
  font-size: var(--font-s-small);
}
.category-item p {
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  font-size: var(--font-s-text);
}
.category-item .product-info-bottom {
  height: 44px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5490196078);
  padding: 4px 10px 10px;
}
.category-item .img {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.category-item .img img {
  transition: 0.9s;
  object-fit: cover;
  height: 100%;
}
.category-item:hover, .category-item:focus {
  transition: 0.3s;
  background-color: var(--bg-color-hover);
}
.category-item:hover .img img {
  transition: 0.9s;
  transform: scale(1.4);
}

@media screen and (max-width: 1300px) {
  .category-item .cat-ttl p {
    overflow: hidden;
  }
}
@media screen and (max-width: 1000px) {
  .category-item {
    height: 250px;
  }
}
@media screen and (max-width: 1000px) {
  .category-item {
    height: 250px;
  }
}
@media screen and (max-width: 500px) {
  .category-item {
    height: 90vw;
    max-height: 200px;
  }
  .category-item .cat-ttl p {
    height: auto;
  }
  .category-item .product-info-bottom {
    height: auto;
    max-height: 130px;
  }
}
/*category list end*/
.parallax-section {
  background-attachment: fixed; /* Keeps the background image fixed while content scrolls */
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  min-height: 500px; /* Ensures enough space for scrolling */
}

.about-us-parallax {
  position: relative;
  /*  background-image: url("../images/main-page-splash.jpg"); */
  background-image: url("https://a.storyblok.com/f/165154/1280x720/b00f05edcd/01_photo-book-sizes-guide.jpg/m/");
  background-position: top;
  padding-bottom: 200px;
}
.about-us-parallax:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 11vw;
  max-height: 210px;
  width: 100%;
  background: url("../images/triangle-bottom.svg") no-repeat;
  background-size: 100%;
  background-position: 0 5px;
}
.about-us-text .intro {
 font-size: 32px;
 font-weight: normal;
}



@media screen and (max-width: 500px) {
.about-us-text .intro {
 font-size: 26px;
 font-weight: normal;
}

  .about-us-parallax {
    padding-bottom: 55px;
    background-image: none;
    background: #db6b6b;
  }
}
.d-block {
  display: block;
}

/*about us*/
.default-text .category-ttl,
.category-ttl {
  font-size: var(--font-s-ttlcat);
  line-height: var(--font-s-ttlcat);
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  margin: var(--margin-h2);
}

.default-text .category-sub-ttl,
.category-sub-ttl {
  font-size: var(--font-s-subttl);
  color: #4B4545;
  margin: var(--margin-h2);
}

.white-logo-about-pre-row {
  display: flex;
  justify-content: center;
}

.white-logo-about-pre {
  border-bottom: solid 1px #ccbfa9;
  background: white;
  display: inline-block;
  padding: 15px;
  margin: -100px auto 0;
  position: relative;
}
.white-logo-about-pre:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  bottom: -1px;
  left: -1px;
  height: calc(50% - 16px);
  border-left: 1px solid #ccbfa9;
  border-right: 1px solid #ccbfa9;
}
.white-logo-about-pre img {
  width: 260px;
}

.about-pre {
  border-top: solid 1px #ccbfa9;
  border-bottom: solid 1px #ccbfa9;
  margin: 50px 0px 40px;
  background-color: #fffaf1;
}

.about-us-text {
  padding: 40px;
  border-radius: var(--border-radius);
  max-width: 700px;
  background: linear-gradient(0deg,rgb(255, 218, 185) 0%, rgba(255, 255, 255, 0.9) 50%, rgb(255, 255, 255) 100%);
  color: #fff; 
}

@media screen and (max-width: 500px) {
  .about-us-text {
    padding: 15px;
  }
  .about-pre {
    margin: 50px 0px 20px;
  }
  .white-logo-about-pre {
    margin: -85px auto 0;
  }
  .white-logo-about-pre img {
    width: 180px;
  }
  .white-logo-about-pre:after {
    height: calc(50% - 21px);
  }
}
/*about end*/
/*benefits*/
.benefits {
  margin-top: 40px;
  text-align: center;
}

.benefits a {
  transition: 0.3s;
  display: block;
  margin-bottom: 20px;
}

.benefits a:hover {
  transition: 0.3s;
  transform: translateY(-10px);
}

.benefits .h5 {
  height: 78px;
  font-size: var(--font-s-ttl);
  line-height: var(--font-s-ttl);
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits span {
  font-size: 19px;
  color: #000;
  display: block;
  max-width: 260px;
  margin: 0 auto 10px;
}

.benefits .img {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.benefits .img img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 576px) {
  .benefits .h5 {
    height: 50px;
  }
  .benefits .img {
    height: 85px;
  }
  .benefits p {
    font-size: 13px;
    line-height: 16px;
  }
  .benefits h3 {
    height: 25px;
    font-size: 14px;
    line-height: 15px;
  }
  .benefits .h5 {
    font-size: 21px;
  }
  .benefits .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .benefits .row .p-4 {
    width: calc(25% - 10px);
    margin: 0 5px 25px;
  }
}
@media screen and (max-width: 480px) {
  .benefits .row .p-4 {
    width: calc(50% - 10px);
  }
  .benefits .row .p-4:nth-last-child(1), .benefits .row .p-4:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.solutions-benefits {
  margin-top: 55px;
}

.solution-block {
  margin-bottom: 40px;
}

/*benefits*/
.solutions-block {
  background: #257679;
  margin-top: 135px;
}
.solutions-block .category-sub-ttl {
  font-style: italic;
  margin-top: 0px;
}
.solutions-block a, .solutions-block p {
  color: white;
}
.solutions-block .category-ttl {
  color: white;
  margin-bottom: 0px;
}

.sl-bl-2 {
  color: #ffeeab;
}

.sl-bl-3 {
  color: #ffeeab;
}

.sl-bl-4 {
  color: #ffeeab;
}

.sl-bl-6 {
  color: white;
  text-decoration: underline;
}

.product-slider-container {
  max-width: 1700px;
  margin: auto;
}
.product-slider-container .product-itm .product-ttl {
  display: none;
}
.product-slider-container .product-itm .product-descr {
  display: none;
}
.product-slider-container .product-itm .img {
  margin-bottom: 0;
  border-radius: var(--border-radius);
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  .solutions-block {
    margin-top: 95px;
    text-align: center;
  }
  .solutions-block .category-ttl {
    margin-bottom: 0;
  }
  .solutions-block .category-sub-ttl {
    color: #fff;
    font-size: 16px;
    max-width: 85%;
    text-align: center;
    margin: 0 auto;
  }
  .solutions-block .about-more {
    text-align: center;
  }
  .solutions-block .about-more .h2 {
    display: inline-block;
    background: #fdf3bc;
    border-bottom: 3px solid #ff7c08;
    padding: 4px 11px;
    margin: 30px auto 0px auto;
    color: #171611;
  }
  .solutions-block .about-more span.bigger {
    color: #ffeeab;
    margin: 17px auto 10px auto;
    font-size: 13px;
    width: 80%;
  }
  .solutions-block .about-more span.bigger:last-child {
    position: relative;
  }
  .solutions-block .about-more span.bigger:last-child:before {
    position: absolute;
    top: -9px;
    background: #cfc785;
    content: "";
    width: 80px;
    display: block;
    left: calc(50% - 40px);
    height: 1px;
  }
}
/*blog start*/
.blog-container {
  margin-bottom: 60px;
}

.blog_archive {
  margin: 0 -20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.blog_archive .frame-button-r-block {
  padding: 20px 15px 55px 15px;
}

.blog_archive .blog-item {
  margin: 0;
}

.blog_archive .blog-item-text {
  max-height: 135px;
}

.blog_archive .slick-slide {
  padding: 10px 20px 0;
}

.blog_archive .slick-track {
  margin-left: 0;
}

@media screen and (max-width: 1450px) {
  .blog_archive .frame-button-r-block .link {
    padding: 15px 0 0 15px;
  }
  .blog_archive .blog-item-title {
    max-height: 45px;
  }
}
.blog-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -15px;
}

.blog-item-text {
  max-height: 165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.blog-item {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 15px;
}

.blog-item .blog_i_date {
  position: absolute;
  top: -15px;
  left: -1px;
  padding: 3px 15px 3px 1px;
  background: white;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-item .blog_i_date span {
  color: #aeaeae;
}

.blog-item .blog_i_date span:first-child {
  text-transform: uppercase;
  margin-right: 6px;
}

.blog-item-img {
  max-height: 200px;
  min-width: 130px;
  max-width: 140px;
  margin-right: 25px;
  height: auto;
}

.blog-item-img img {
  height: 100%;
}

.blog-item-title {
  font-size: 17px;
  max-height: 87px;
  overflow: hidden;
  margin-bottom: 25px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}

.blog-item-text-content {
  margin-bottom: auto;
  text-align: left;
  max-height: 73px;
  overflow: hidden;
}

.blog-item-text-content p {
  overflow: hidden;
  font-size: 16px;
  line-height: 18px;
}

@media screen and (max-width: 1450px) {
  .blog_archive .blog-item-text {
    height: 135px;
  }
  .blog-item-text {
    max-height: 120px;
  }
  .blog-item-text-content {
    max-height: 87px;
  }
  .blog-item-img {
    max-height: 140px;
  }
  .blog {
    padding: 55px 0 75px;
  }
  .blog-item-img {
    margin-right: 15px;
  }
  .blog .st-title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
  }
  .blog-item-title {
    max-height: 57px;
  }
  .blog-item-text-content p {
    max-height: 87px;
    font-size: 14px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1180px) {
  .blog-item-img {
    min-width: 155px;
    max-width: 155px;
    max-height: 225px;
    height: 100%;
    width: 100%;
  }
  .blog-item-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
  .frame-button-r-block .link {
    padding: 15px 0 0 15px;
  }
  .blog-items {
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-item {
    margin: 0 0 50px 0;
    width: 100%;
  }
  .blog-item:last-child {
    margin: 0;
  }
  .blog-item-text {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 670px) {
  .blog {
    padding: 30px 0 75px;
  }
  .blog_archive {
    margin: 0 -10px;
  }
  .blog_archive .slick-slide {
    padding: 10px 10px 0;
  }
}
@media screen and (max-width: 576px) {
  .blog .st-title {
    font-weight: normal;
  }
  .frame-button-r-block {
    padding: 15px 15px 15px 15px;
  }
  .blog-item-img img {
    min-height: 175px;
    min-height: unset;
  }
  .blog-item-img {
    min-width: 130px;
    max-width: 130px;
    max-height: 100%;
    height: 100%;
    width: 100%;
  }
  .blog-item-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
}
.frame-button-r-block {
  border-radius: var(--border-radius);
  padding: 25px 25px 75px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #aeaeae;
  position: relative;
}

.frame-button-r-block .link {
  padding: 30px 0 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: white;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  bottom: -2px;
  right: -2px;
}

.frame-button-r-block .link a {
  text-transform: uppercase;
  border-radius: var(--border-radius);
  padding: 12px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  background: #F31F27;
  font-size: var(--font-s-small);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 1px;
  margin-bottom: 1px;
}
.frame-button-r-block .link a:hover, .frame-button-r-block .link a:focus {
  transition: 0.3s;
  background: #f64f56;
}

.frame-button-r-block .link a:hover, .frame-button-r-block .link a:focus {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  background: #333333;
}

@media screen and (max-width: 1450px) {
  .frame-button-r-block .link a {
    padding: 7px 12px;
    font-size: 17px;
  }
  .frame-button-r-block {
    padding: 15px 15px 55px 15px;
  }
}
@media screen and (max-width: 576px) {
  .blog {
    padding: 20px 0 25px;
  }
  .frame-button-r-block .link a {
    font-size: 12px;
  }
  .frame-button-r-block .link {
    padding: 10px 0 0 10px;
  }
}
@media screen and (max-width: 380px) {
  .frame-button-r-block {
    padding: 14px 15px 50px 15px;
  }
}
/*blog end*/
/*forms start*/
.contacts__form .select2-container {
  max-width: 100%;
  width: 100% !important;
}

.contacts__form .select2-container--default .select2-selection--single {
  outline: none;
}

.contacts__form .select2-container--default .select2-selection--single {
  height: 41px;
  border-radius: 0;
  border: 1px solid #767676;
}

.contacts__form .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #fafafa;
  border: 1px solid #babcbb;
}

.contacts__form .select2-container--disabled .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #fafafa;
  border: 1px solid #babcbb;
}

.contacts__form .select2-container--default.select2-container--disabled .select2-selection--single {
  outline: none;
}

.contacts__form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 41px;
}

.contacts__form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

form label.checkbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 19px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

form label.checkbox span {
  font-size: 15px;
}

form label.checkbox a {
  color: black;
}

form label.checkbox .cback-inp-error-text {
  position: absolute;
  bottom: 0;
  left: 0;
}

form label.checkbox.error .cback-inp-error-text {
  display: block;
}

.contacts__form button {
  margin: 0 auto 0px;
  font-size: 17px;
}

.contacts__form .buttons-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 60px;
  margin-bottom: 30px;
}

.contacts__form .buttons-row .drop_list {
  right: -webkit-calc(50% - 290px);
  right: calc(50% - 290px);
}

.contacts__form .buttons-row .drop_list .bal_popup_row {
  text-align: right;
}

.contacts__form .buttons-row .drop_list .bal_popup_row span:first-child {
  color: gray;
}

.contacts__form .buttons-row .drop_list .bal_popup_row a {
  text-decoration: underline;
  color: black;
}

.contacts__form .buttons-row button {
  margin: 0px;
}

.contacts__form .buttons-row button:first-child {
  margin-right: 50px;
}

.contacts__form .buttons-row.small-margin {
  margin-top: 30px;
  margin-bottom: 70px;
}

.contacts__form .buttons-row.right-btn {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contacts__form .buttons-row.right-btn button:first-child {
  margin-right: 0px;
}

.contacts__form .form-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

.contacts__form .form-row.select {
  position: relative;
}

.contacts__form .form-row.select:after {
  position: absolute;
  bottom: 18px;
  right: 15px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: gray transparent transparent transparent;
}

.contacts__form .form-row:last-child {
  margin-bottom: 0;
}

.contacts__form .form-row.error input {
  border-color: #ed1c24;
}

.contacts__form .form-row.error textarea {
  border-color: #ed1c24;
}

.contacts__form .form-row.error .cback-inp-error-text {
  display: block;
}

.contacts__form .form-col2 {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}

.contacts__form .form-col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts__form .form-col3 .form-row {
  width: -webkit-calc(33.333% - 20px);
  width: calc(33.333% - 20px);
}

.contacts__form .label {
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-weight: bold;
}

.contacts__form .label span {
  color: #ed1c24;
}

.contacts__form textarea {
  width: 100%;
  border-radius: var(--border-radius);
  min-height: 150px;
  outline: none;
  font-size: 16px;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  background-color: white;
  border: 1px solid gray;
  font-family: Tahoma;
  font-size: 14px;
}
.contacts__form textarea::placeholder {
  color:#999;
}


.contacts__form input {
  padding: 5px 15px;
  width: 100%;
  border-radius: var(--border-radius);
  font-size: var(--font-s-small);
  height: 41px;
  background-color: white;
  border: 1px solid gray;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color:#000;
}
.contacts__form input::placeholder {
  color:#999;
}

.contacts__form input:disabled {
  background: #fafafa;
  border: 1px solid gray;
}

.contacts__form select {
  position: relative;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  padding: 5px 15px;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  height: 41px;
  background-color: white;
  border: 1px solid gray;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contacts__form select:disabled {
  background: #fafafa;
  border: 1px solid gray;
}

.contacts__form .cback-inp-error-text {
  color: red;
  font-size: 11px;
  margin-bottom: -13px;
  display: none;
}

.contacts__form .form__in {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts__form .form__in.small-margin {
  margin-bottom: 30px;
}

.contacts__form .form__in .f__right {
  width: 56%;
}

.contacts__form .form__in .f__right .form-row {
  height: 100%;
}

.contacts__form .form__in .f__left {
  width: -webkit-calc(41% - 20px);
  width: calc(41% - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts__form .form_part {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts__form .form_one_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts__form .form_col {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1280px) {
  .contacts__form .label {
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 19px;
  }
}
@media screen and (max-width: 720px) {
  .register_form .buttons-row {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .register_form .buttons-row button {
    width: 100%;
    max-width: 300px;
    margin: 0 0 20px 0;
  }
  .register_form .buttons-row a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    margin: 0 0 20px 0;
  }
  .register_form .buttons-row button:first-child {
    margin-right: 0px;
  }
  .contacts__form .buttons-row .drop_list {
    top: 120px;
    right: -webkit-calc(50% - 150px);
    right: calc(50% - 150px);
  }
  .register_form .form__in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .register_form .form_part {
    margin-bottom: 30px;
    width: 100%;
  }
  .register_form .form_part:last-child {
    margin-bottom: 0;
  }
  .register_form .form_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .contacts__form .form-col3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contacts__form .form-col3 .form-row {
    width: 100%;
  }
  .contacts__form .label {
    font-size: 14px;
  }
  .contacts__form .form__in .f__left {
    width: 100%;
  }
  .contacts__form .form__in .f__right {
    margin-top: 30px;
    width: 100%;
  }
  .contacts__form .form__in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts__form .form-col2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .contacts__form .form-col2:last-child {
    margin-bottom: 0;
  }
  .contacts__form textarea {
    min-height: 200px;
  }
}
.custom-button__white {
  text-transform: uppercase;
  border-radius: var(--border-radius);
  border: none;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  background: #F31F27;
  font-size: var(--font-s-small);
  transition: 0.3s;
  margin-right: 1px;
  margin-bottom: 1px;
}
.custom-button__white:hover, .custom-button__white:focus {
  transition: 0.3s;
  background: #f64f56;
}
.custom-button__white:disabled {
  background: #999090;
  cursor: default;
}

/*forms end
*/
/*contact info*/
.manager-info {
  margin-left: 90px;
}
.manager-info .img {
  border-radius: var(--border-radius);
  overflow: hidden;
  margin-left: -201px;
  margin-top: -30px;
}
.manager-info .img img {
  width: 330px;
}

.m-cont {
  display: flex;
  flex-direction: column;
  font-size: var(--font-s-regular);
  width: 100%;
  margin-top: 10px;
  padding: 3px 15px 15px 15px;
  background: rgba(255, 255, 255, 0.831372549);
}

.m-cont a {
  margin-left: 5px;
}

.manager-info-block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.m-cont1 {
  margin-top: -20px;
  text-align: center;
  width: auto;
}
.m-cont1 span {
  font-size: 21px;
  font-weight: bold;
}

.manager-text {
  max-width: 380px;
  background-image: url("../images/manager-bg1.jpg");
  background-position-y: bottom;
  border-radius: var(--border-radius);
  padding: 15px 15px 0 15px;
}

.a13 {
  display: block;
  margin-bottom: 40px;
  color: rgb(0, 171, 255);
}
.a13:hover {
  text-decoration: underline;
}

.contacts-form-content .category-ttl {
  margin-bottom: 0;
}

.contacts-form-content .contacts__form {
  background: var(--bg-color-orange);
  padding: 20px;
  border-radius: var(--border-radius);
  background-image: url("../images/wood-bg-sharp.jpg");
}

.company-contacts-card {
  display: flex;
  background: white;
  border: 1px solid #4B4545;
  border-radius: var(--border-radius);
}

@media (max-width: 860px) {
  .a13 {
    margin-bottom: 20px;
  }
  .company-contacts-card {
    flex-direction: column;
  }
}
.company-contacts-card__data {
  width: 55%;
  padding: 30px 50px 30px 30px;
  display: flex;
  flex-direction: column;
  font-size: larger;
}

@media (max-width: 1360px) {
  .company-contacts-card__data {
    padding: 30px 40px 30px 20px;
    flex: 1 1 auto;
  }
}
@media (max-width: 860px) {
  .company-contacts-card__data {
    width: 100%;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    border-top: 0;
    padding: 50px 20px 30px;
    margin-right: 0;
    margin-top: -20px;
  }
}
.company-contacts-card__img-wrapper {
  flex-shrink: 0;
  width: 45%;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: var(--border-radius);
  overflow: hidden;
  position: relative;
}
.company-contacts-card__img-wrapper iframe {
  width: 100%;
  height: 100%;
}
.company-contacts-card__img-wrapper .map {
  width: 100%;
  height: 100%;
}

@media (max-width: 1360px) {
  .company-contacts-card__img-wrapper {
    width: 50%;
    justify-content: center;
    display: flex;
  }
}
@media (max-width: 1100px) {
  .company-contacts-card__img-wrapper {
    width: 45%;
  }
}
@media (max-width: 860px) {
  .company-contacts-card__img-wrapper {
    order: -1;
    width: 100%;
    height: 360px;
  }
}
@media screen and (max-width: 576px) {
  .company-contacts-card__item {
    margin-bottom: 10px;
  }
  .company-contacts-card__label {
    margin-bottom: 0px;
  }
  .company-contacts-card__label .h3 {
    margin-bottom: 10px;
    display: block;
  }
  .m-cont1 {
    margin-top: 0px;
  }
  .m-cont h3 {
    font-size: 25px;
  }
  .m-cont h5 {
    font-size: 14px;
  }
  .m-cont:not(.m-cont1) {
    text-align: right;
    padding-left: 110px;
  }
  .m-cont:not(.m-cont1) span span {
    display: none;
  }
  .m-cont1 span {
    text-align: left;
  }
  .contacts-form-content .category-ttl {
    margin-bottom: 0;
  }
  .contacts-form-content .row {
    flex-direction: column-reverse;
  }
  .manager-info .img {
    display: block;
    margin-left: -37px;
    margin-top: -134px;
    z-index: 11111;
  }
  .manager-info {
    margin-left: 0;
    width: 100%;
  }
  .manager-text .row {
    margin-top: 0;
  }
  .manager-text {
    margin-bottom: 15px;
    max-width: unset;
    background: var(--bg-color-orange);
    padding-bottom: 30px;
  }
  .manager-info .img img {
    width: 180px;
  }
}
@media (max-width: 480px) {
  .company-contacts-card__img-wrapper {
    height: 360px;
  }
}
.company-contacts-card__img {
  object-fit: contain;
}

@media (max-width: 860px) {
  .company-contacts-card__img {
    min-width: 100%;
  }
}
.company-contacts-card__img-label {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.company-contacts-card__list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  margin-bottom: 35px;
}

@media (max-width: 860px) {
  .company-contacts-card__list {
    margin-bottom: 0;
  }
}
@media (max-width: 400px) {
  .company-contacts-card__list {
    gap: 0px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 390px) {
  .company-contacts-card__label {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 470px) {
  .company-contacts-card__label {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 470px) {
  .company-contacts-card__item:nth-last-child(2) {
    width: 100%;
  }
}
.company-contacts-card__item--wide {
  width: 100%;
}

.company-contacts-card__label {
  font-size: 15px;
  margin-bottom: 5px;
}

.company-contacts-card__value {
  font-weight: 600;
  text-decoration: none;
  color: var(--text-black-color);
}

@media (max-width: 540px) {
  .company-contacts-card__value {
    font-size: 15px;
  }
}
.company-contacts-card__codes {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (min-width: 861px) {
  .company-contacts-card__list .company-contacts-card__codes {
    display: none;
  }
}
@media (max-width: 860px) {
  .company-contacts-card__data > .company-contacts-card__codes {
    display: none;
  }
}
@media (max-width: 470px) {
  .company-contacts-card__codes {
    grid-template-columns: repeat(1, 1fr);
  }
}
.company-contacts-card__code {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #4B4545;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 860px) {
  .company-contacts-card__code {
    padding: 0 20px;
  }
}
@media (max-width: 560px) {
  .company-contacts-card__code {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 470px) {
  .company-contacts-card__code {
    padding-left: 14px;
    padding-right: 14px;
    justify-content: flex-start;
  }
}
.company-contacts-card__code span {
  position: relative;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.company-contacts-card__code span:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--color-red);
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

/*contact info end*/
/*product page*/
.page-content {
  margin-top: -27px;
}

.show-more-productInfo {
  height: 50px;
}
.show-more-productInfo.hide {
  display: none;
}

.about-product-category.hiddenJs {
  display: none;
}
.about-product-category.show {
  opacity: 1;
  transition: 0.5s;
}

.page-product {
  margin-top: 0px;
  background: url("../images/page-bg.png");
}

.intro-page h1  {
  margin-bottom: 0;
}
.intro-page {
  padding: 25px 0 25px 0;
}

.product-description {
  max-width: 90%;
  margin: auto;
}

@media screen and (max-width: 1400px) {
  .product-description {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .intro-page {
    padding: 15px 0 15px 0;
  }
  .intro-page h1{
    margin-bottom: 0;
  }
}
/*product page end*/
/* review start*/
.review-container:not(.slick-slider) {
  display: flex;
  margin: 0 -30px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.review-container:not(.slick-slider) .ac-review-item {
  width: calc(33% - 60px);
  margin: 50px 30px 15px;
}
.testimonials-page .review-container:not(.slick-slider) .ac-review-item{
  margin-top:0;
  margin-bottom: 40px;
}
.review-container {
  margin-top: 50px;
}

.review-container .slick-slide {
  -webkit-box-sizing: unset !important;
  box-sizing: unset !important;
  padding: 20px;
}

.pos {
  font-size: small;
  font-style: italic;
  color: #a59f89;
}

.testimonials-card {
  border: 1px solid #e2d3b3;
  box-sizing: border-box;
  background-color: rgba(17, 17, 17, 0.05);
  border-radius: var(--border-radius);
  position: relative;
  height: 100%;
  padding: 14px;
}

.ac-review-item .rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ac-review-item .rating .ra-star {
  width: 18px;
  height: 16px;
  margin-right: 5px;
}
.ac-review-item .rating .ra-star:last-child {
  margin-right: 0;
}

.ac-review-item .rating .ra-star:before {
  content: "";
  background: url("../images/star-gray.svg");
  background-size: contain;
  font-size: 16px;
  width: 18px;
  height: 16px;
  display: block;
  line-height: 16px;
  color: #ffcc00;
  letter-spacing: -2px;
}

.ac-review-item .rating .ra-star.active:before {
  background: url("../images/star.svg");
  background-size: contain;
}

.ac-review-item .rating .ra-star.active50 {
  position: relative;
}

.ac-review-item .rating .ra-star.active50:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  content: "";
  display: block;
  background: url("../images/star.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.ac-review-item .rating .ra-star.active25 {
  position: relative;
}

.ac-review-item .rating .ra-star.active25:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  content: "";
  display: block;
  background: url("../images/star.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.ac-review-item .rating .ra-star.active75 {
  position: relative;
}

.ac-review-item .rating .ra-star.active75:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  content: "";
  display: block;
  background: url("../images/star.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.ac-review-item {
  margin-bottom: 20px;
  position: relative;
}

.ac-review-item .review-meta {
  margin: 0 0 15px 0;
  overflow: hidden;
  max-height: 50px;
  text-align: center;
}

.ac-review-item .review-meta .logos-ac {
  position: absolute;
  top: 0;
  right: 0;
}

.ac-review-item .review-meta .logos-ac img {
  width: 25px;
}

.rev-address {
  display: none;
  position: absolute;
  bottom: -10px;
  background: #fff;
  right: 19px;
  z-index: 1;
  padding: 4px 6px;
  font-style: italic;
  color: #999;
}

.ac-review-item .author-icon {
  position: absolute;
  top: -25px;
  left: -50px;
  height: 40px;
  font-weight: bold;
  width: 40px;
  font-weight: bold;
  font-size: 25px;
  background: grey;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
  margin-right: 10px;
}

.ac-review-item .review-date {
  color: #99999a;
  font-size: 24px;
}

.ac-review-item .author-name {
  padding: 0px;
  font-size: 24px;
  color: black;
  font-weight: bold;
  line-height: 1em;
}

.testimonials-card {
  position: relative;
}

.testimonials-card .arrow {
  display: none;
}

.act-8 {
  overflow: hidden;
}

.rat-c {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.rev-text pre{
  border: none;
  white-space: break-spaces;
}
.rev-text {
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
}

.rating-max {
  display: none;
}

.rating-cur {
  display: none;
}

@media screen and (max-width: 1380px) {
  .ac-review-item .author-name {
    font-size: 18px;
  }
  .ac-review-item .review-date {
    font-size: 14px;
  }
  .testimonials-card {
    max-height: unset;
    padding: 40px 20px 15px;
  }
  .ac-review-item .review-meta {
    left: 35px;
  }
  .ac-review-item .author-icon {
    position: absolute;
    top: -30px;
    left: -55px;
    height: 55px;
    font-weight: bold;
    width: 55px;
  }
}
@media screen and (max-width: 720px) {
  .review-container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  .review-container.review-container-notsl:not(.slick-slider) .ac-review-item{
    width: calc(50% - 30px);
    margin: 0px 15px 15px;
  }
  .review-container.review-container-notsl:not(.slick-slider){
    margin: 0 -15px;
  }
  .review-container:not(.slick-slider):not(.review-container-notsl) .ac-review-item {
    width: 100%;
    display: none;
  }
  .review-container:not(.slick-slider):not(.review-container-notsl) .ac-review-item:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .testimonials .slick-dots li button:before {
    font-size: 49px;
    color: #C2AC89;
  }
  .testimonials .slick-dots li.slick-active button:before {
    color: #C2AC89;
  }
}
@media screen and (max-width: 500px) {

  .review-container.review-container-notsl:not(.slick-slider) .ac-review-item{
    width: 100%;
    margin: 0px 0px 30px;
  }
  .review-container.review-container-notsl:not(.slick-slider){
    margin: 0px;
  }
  .testimonials {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .ac-review-item .rating .ra-star:before {
    width: 9px;
    height: 9px;
  }
  .ac-review-item .rating .ra-star {
    width: 9px;
    height: 9px;
    margin-right: 3px;
  }
  .review-container .slick-slide {
    padding: 0;
  }
  .rev-text {
  }
  .testimonials-card {
    padding: 20px 8px 15px;
  }
  .qwe .slick-prev {
    left: 0px;
  }
  .qwe .slick-next {
    right: 0px;
  }
  .review-container {
    padding: 0;
  }
  .ac-review-item {
    padding: 0px;
  }
  .ac-review-item .author-icon {
    position: absolute;
    top: -20px;
    left: -50px;
    height: 40px;
    font-size: 23px;
    font-weight: bold;
    width: 40px;
  }
  .testimonials .slick-next {
    right: -15px;
  }
  .testimonials .slick-prev {
    left: -15px;
  }
}
/* review end*/
.download-section {
  background: var(--bg-color-orange);
  margin: 30px auto 0;
}
.download-section .btn-row {
  display: flex;
  justify-content: center;
}

.download-btn {
  color: white;
  padding: 15px 30px;
  border-radius: var(--border-radius);
  font-size: var(--font-s-ttl);
  transition: 0.3s;
  background: #F31F27;
}
.download-btn:hover, .download-btn:focus {
  transition: 0.3s;
  background: #ff3b3f;
}
.download-btn.hide {
  display: none;
}

@media screen and (max-width: 576px) {
  .download-btn {
    font-size: 17px;
  }
}
/*contact page*/
.company-contacts-info {
  background: var(--bg-color-orange);
}

/*contact page end*/
#cookie-consent {
  opacity: 1;
  bottom: 0px;
  left: 0px;
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: auto;
  display: none;
}

.cookie-consent--box {
  background: var(--bg-color-hover);
  padding: 30px;
}

.cookie-consent--text {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.cookie-consent--text p {
  flex: 1;
  text-align: left;
}

.cookie-consent--text button {
  width: 100%;
  max-width: 190px;
  background-color: #C2AC89;
  color: #fff;
  border: none;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .cookie-consent--text {
    flex-direction: row;
  }
  .cookie-consent--text p {
    margin: 0px;
  }
}
@media screen and (max-width: 576px) {
  .cookie-consent--text p {
    margin-bottom: 15px;
  }
  .cookie-consent--box {
    padding: 15px;
  }
}
/*loading start*/
.loadingEffect {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 51;
  display: block;
  visibility: visible;
  opacity: 1;
}

.loading-wrapper {
  height: 10px;
  width: 100%;
  background: #CFD8DC;
  border-radius: 5px;
  overflow: hidden;
}

.loader {
  background-color: #39b54a;
  height: 100%;
  width: 80%;
  animation: loading 2s ease infinite;
}

@keyframes loading {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(130%);
  }
}
/*loading end*/
@media screen and (min-width: 576px) {
  .about-pre-c123 .row .p-3 {
    width: calc(33% - 60px);
    margin: 0 30px 60px;
  }
}
.w80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social a {
  height: 28px;
  width: 32px;
  display: block;
  margin-left: 20px;
  background: url("../images/icon_social.svg") no-repeat;
  background-size: 285px;
}
.social a img {
  object-fit: contain;
}

.social a:hover, .social a:focus {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

.social a.fb {
  width: 14px;
  background-position: 0 0;
}

.social a.inst {
  background-position: -54px 0;
}

.social a.twt {
  background-position: -125px 0;
}

.social a.google {
  width: 33px;
  background-position: -195px 0;
}

.social a.lnk {
  background-position: -264px 0;
}

/*dsda*/
.values {
  justify-content: center;
  display: flex;
  margin: 75px auto 60px auto;
}
.values .bigger {
  color: white;
}

.values-title {
  margin-right: 75px;
  font-weight: 600;
  margin-top: -28px;
  padding-right: 15px;
  background: #257679;
  color: white;
  position: relative;
  z-index: 1;
}

.values-line {
  max-width: 600px;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* горизонтальна лінія */
.values-line::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -54px;
  right: 50px;
  height: 1px;
  background: white;
  z-index: 0;
}

.value-item {
  text-align: center;
  position: relative;
  z-index: 1;
}

.diamond {
  width: 120px;
  height: 120px;
  border: 1px solid #fff;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 0 auto 22px;
}

.diamond .icon {
  padding: 6px;
  transform: rotate(-45deg);
  font-size: 18px;
}

.diamond .icon img {
  filter: brightness(1.11) hue-rotate(20deg);
}

@media screen and (max-width: 700px) {
  .values {
    align-items: center;
    flex-direction: column;
  }
  .values-line:before {
    display: none;
  }
  .values-title {
    margin-bottom: 35px;
    margin-right: 0px;
  }
  .diamond {
    width: 55px;
    height: 55px;
  }
  .diamond .icon {
    padding: 11px;
  }
}
/*404*/
.p-404 {
  padding-top: 50px;
  text-align: center;
  min-height: calc(100vh - 500px);
  font-size: 24px;
}

.number p {
  font-size: 5em;
  line-height: 110px;
  font-weight: bold;
  animation: float 2s ease-in-out infinite;
}

.message {
  font-size: 1.5em;
  color: #05164d;
  margin-top: 20px;
}

.home-link {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 12px 24px;
  background: white;
  color: #2c3e50;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s;
}

.home-link:hover {
  background: #f1f1f1;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 480px) {
  .p-404 {
    padding-top: 20px;
  }
  .number {
    margin-top: 60px;
  }
  .number p {
    line-height: 40px;
  }
  .p-404 {
    font-size: 14px;
  }
}