/*@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Titillium+Web:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");*/



:root {
  --font-fancy: "Titillium Web", sans-serif;
  --font-basic: "Roboto", sans-serif;
  --padding-side: 60px;
  --transition: ease-in-out 0.3s;
  --blue-dark: #010066;
  --blue-dark-hslf: hsl(241,100%,20%);
  --blue-dark-hsl: 241,100%,20%;
  --blue-dark-hslwl: 241,100%;
  --red: #cd3301;
  --red-hslf: hsl(15,99%,40.4%);
  --red-hsl: 15,99%,40.4%;
  --red-hslwl: 15,99%;
  --green: #81b936;
  --green-form: #2f9d40;
  --green-form-hslf: hsl(129,53.9%,40%);
  --green-form-hsl: 129,53.9%,40%;
  --green-form-hslwl: 129,53.9%;
  --text-gray: #212121;
}

/* Default & normalize setter */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
blockquote,
main,
details,
menu,
picture,
video {
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
template,
[hidden] {
  display: none;
}
audio,
video,
canvas {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Normalize - Comerto specific 1  */
body,
html,
div,
img,
svg,
figure,
form,
iframe {
  padding: 0px;
  border: 0px;
  margin: 0px;
  box-sizing: border-box;
  border-style: none;
}
ul,
ol,
li,
a,
span {
  box-sizing: border-box;
}
div {
  position: relative;
  max-height: 9999999px;
}
main,
footer,
header,
section {
  width: 100%;
}

/* Normalize - Comerto specific 2 */
body {
  min-height: 101vh;
}
.form,
.form_submit,
div {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  box-sizing: border-box;
}
img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}
iframe {
  max-width: 100%;
}
a,
.form_submit {
  cursor: pointer;
}

a {
  color: var(--red);
}

a:hover {
  text-decoration: none;
}

img {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
}

section {
  scroll-margin: 100px;
}

body {
  font-family: var(--font-basic);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  padding-top: 120px;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.articles_art_image_main a,
.articles_art_image_main picture,
.articles_art_image_main img{
  position: relative;
  display: block;
  height: 100%;
}

.articles_art_image_main img{
  max-height: 600px;
  width: auto;
  object-fit: cover;
}
.articles_art_image_main{
  border: 1px solid transparent;
  border-radius: 5px;
  transition: border-color .3s;
  max-width: fit-content;
  overflow: hidden;
  margin: 60px auto;

  height: 600px;
}
.articles_art_image_main:hover{
  border-color: var(--blue-dark);
}

.articles_art_date {
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.articles_date {
  font-size: 14px;
  color: #333;
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-weight: 500;
}

.btn,
.articles_small_more a{
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  background-color: var(--red);
  transition: background-color .3s ease-in-out;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 4px;
  border-bottom: 3px solid #8f2300;
  line-height: 1.4;
}
.btn:hover,
.product-wrapper .p-item:hover .btn,
.articles_small_more a:hover{
  background-color: #982701;
}

.btn-ask{
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  background-color: var(--green);
  transition: background-color .3s ease-in-out;
  padding: 18px 20px;
  text-decoration: none;
  border-radius: 4px;
  line-height: 1.4;
  display: block;

  padding-left: 60px;
  position: relative;
  margin: 0 auto;
}
.btn-ask::before{
  content: '';
  background: url("/gfx/svg/chat-question-icon.svg") no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 20px;
}
.btn-ask:hover{
  background-color: #608a28;
}

.cta-detail-box.cta-ask-box{
  display: flex;
  gap: 20px;
  padding: 40px 20px;
}
.cta-ask-text{
  text-align: center;
  width: 60%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cta-ask-text p{
  margin-top: 0;
}

.cta-ask-box .position{
  font-style: italic;
  line-height: 1.2;
  display: block;
  font-size: 16px;
  max-width: 200px;
  margin: 0 auto;
}
.cta-ask-person{
  text-align: center;
  width: 40%;
}
.cta-ask-person .name{
  font-size: 20px;
  margin: 10px 0;
}
.cta-ask-person img{
  margin: 0 auto;
  border: 4px solid var(--blue-dark);
  border-radius: 50%;
}

.articles_small_container .articles_small_more a{
  color: #fff;
}
.articles_small_more{
  position: absolute;
  bottom: -90px;
  margin: 0 auto;
  width: 100%;
}

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

.container.big {
  max-width: 1400px;
}

h1 {
  font-family: var(--font-fancy);
  font-size: 58px;
  line-height: 1.2;
  font-weight: 400;
}

h2 {
  font-family: var(--font-fancy);
  font-size: 50px;
  line-height: 1.2;
  font-weight: 400;
}

h3 {
  font-family: var(--font-fancy);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
}

h4 {
  font-family: var(--font-fancy);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
}

h5 {
  font-family: var(--font-fancy);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}

h6 {
  font-family: var(--font-fancy);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

a[href^="tel:"] {
  white-space: nowrap;
}

header {
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  height: 120px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: var(--transition);
  z-index: 666;
  background-color: #fff;
}

header.scrolled {
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.07);
  height: 100px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
  height: 100%;
}

.header-inner .open-form .mobile-mail, .articles_art_text .open-form .mobile-mail{
  display: none;
}
.articles_art_text .btn{
  color: #ffffff;
}

.partners-cont{
  position: relative;
  text-align: center;
}
.partners-cont-text{
  padding: 100px 20px;
  color: #fff;
  transition: background-color .3s ease-in-out;
  cursor: pointer;
}
.partners-cont-text h2{
  font-weight: 600;
  margin-top: 0;
}

.partners-cont-text:hover{
  background-color: rgba(0,0,0,0.5);
}

.partners-cont img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  background: #f7f7f7;
  z-index: -2;
}
.partners-cont-shadow{
  position: absolute;
  background-color: rgba(0,0,0,0.33);
  transition: background-color .3s ease-in-out;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


.btn-partner{
  max-width: fit-content;
  display: block;
  margin: 0 auto;
}

.btn-wrap{
  display: flex;
  justify-content: center;
}
.articles_art_text .btn-wrap{
  margin: 36px 0;
}

.client-text-center{
  text-align: center;
}
.client-text-center img{
  display: block;
  margin: 0 auto;
}
.client-table-wrap-math{
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
}
.client-table-wrap-math .client-table-wrap{
  margin: 1rem 0;
}
.client-table-wrap-math .client-table-wrap td{
  padding: 0;
  text-align: center;
  background: #ffffff;
  min-width: unset;
}
.client-table-wrap-math tr:first-child{
  border-bottom: 1px solid;
}


.logo-wrap a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-family: var(--font-fancy);
  text-decoration: none;
}

#menu {
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
  gap: 15px;
}

#menu li {
  list-style-type: none;
  height: 100%;
}

#menu li a {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  font-family: var(--font-fancy);
  color: #000;
  text-decoration: none;
  padding: 0 10px;
  transition: var(--transition);
  border-radius: 4px;
  text-transform: uppercase;
}

#menu li a svg {
  width: 17px;
  height: auto;
}

#menu li a svg path {
  fill: #000;
  transition: var(--transition);
}

#menu li a:hover,
#menu li.active a,
#menu li.parent a {
  background-color: #f1f1f1;
  color: var(--red);
}

#menu li a:hover svg path,
#menu li.active a svg path,
#menu li.parent a svg path {
  fill: var(--red);
}

#small_menu,
#mobile_lang_menu {
  display: none;
}

.header-inner .right-side {
  display: flex;
  gap: 30px;
  align-items: center;
}

.header-inner .top-phone,
.cta-phone {
  display: flex;
  gap: 10px;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  align-items: center;
}

.top-phone .phone-text,
.cta-phone .phone-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-transform: uppercase;
}

.top-phone .phone-text .number,
.cta-phone .number,
.footer-phone .phone-text .number{
  color: var(--green);
  font-family: var(--font-fancy);
  transition: color .3s ease-in-out;
  font-size: 20px;
  font-weight: 700;
}
.top-phone:hover .phone-text .number,
.cta-phone:hover .number,
.footer-phone:hover .phone-text .number{
  color: #608a28;
}
.top-phone:hover .phone-btn,
.footer-phone:hover .phone-btn,
.cta-phone:hover .phone-btn{
  background-color: #608a28;
}

.phone-btn {
  width: 55px;
  height: 55px;
  background-color: var(--green);
  transition: background-color .3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}


.top-lang-wrap .lang-btn {
  background-color: #f1f1f1;
  transition: background-color .3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  width: 50px;
  height: 55px;
  cursor: pointer;
}
.top-lang-wrap:hover .lang-btn,
.top-lang-wrap .lang-menu ul li a:hover{
  background-color: #d9d9d9;
}

.top-lang-wrap .lang-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
}

.top-lang-wrap .lang-menu ul {
  margin: 0;
  padding: 0;
}

.top-lang-wrap .lang-menu ul li {
  list-style-type: none;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0;
}

.top-lang-wrap .lang-menu ul li a {
  text-decoration: none;
  color: rgba(0,0,0,.33);
  background-color: #f1f1f1;
  display: block;
  transition: var(--transition);

  padding: 10px;
  position: relative;
}

.top-lang-wrap .lang-menu ul li a:hover {
  color: rgba(0,0,0,1);
}

.lang-btn::before{
  content: '';
  width: 40px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: 13px;
}
#menu_lang li a::before{
  content: '';
  width: 35px;
  height: 25px;
  position: absolute;
  left: 8px;
  top: 13px;
}
#menu_lang_1 a::before,
.lang_cs .lang-btn::before{
  background-image: url("/gfx/svg/czechia-flag.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#menu_lang_2 a::before,
.lang_en .lang-btn::before{
  background-image: url("/gfx/svg/uk-flag.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#menu_lang_3 a::before,
.lang_de .lang-btn::before{
  background-image: url("/gfx/svg/germany-flag.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#menu_lang_5 a::before,
.lang_it .lang-btn::before{
  background-image: url("/gfx/svg/italy-flag.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#menu_lang_7 a::before,
.lang_sk .lang-btn::before{
  background-image: url("/gfx/svg/slovakia-flag.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.czech-made-wrap {
  border-radius: 75px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
}
.czech-made-wrap a{
  display: flex;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  padding: 4px 20px;
  transition: .3s background-color ease-in-out;
}
.czech-made-wrap a:hover{
  background-color: rgba(255,255,255,0.25);
}

.top-img-cont {
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  min-height: calc(100vh - 120px);
  position: relative;
  overflow: hidden;
  height: auto;
  display: flex;
  align-items: flex-end;
  max-height: 930px;
}

.top-img-cont .fimg {
  position: absolute;
  width: calc(100% - 120px);
  height: calc(100% - 60px);
  left: 60px;
  top: 0;
  overflow: hidden;
}

.top-img-cont .fimg .fimg_wrp,
.top-img-cont .fimg picture {
  height: 100%;
}

.top-img-cont .fimg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-img-cont .shadow-bg {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.7;
  position: absolute;
  left: 60px;
  width: 80%;
  height: calc(100% - 60px);
  top: 0;
}

.top-img-cont .container {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 160px;
}

.top-img-cont .left-text {
  font-size: 22px;
  color: #fff;
  flex: 0 0 50%;
}

.top-img-cont .left-text .our-happy-customers {
  justify-content: flex-start;
  margin-top: 20px;
  width: fit-content;
  text-decoration: none;
  margin: 20px 0 0 0;
  position: relative;
  z-index: 1;
}
.top-img-cont .left-text .our-happy-customers::after{
  display: none;
}

.top-img-cont .left-text .our-happy-customers .text-link {
  color: #fff;
}

.top-img-cont .left-text .warranty-img {
  background-color: #fff;
  border-radius: 50%;
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  transform: translate(0);
  position: relative;
}

.top-img-cont .warranty-imgs {
  display: flex;
  gap: 15px;
}

.top-img-cont .left-text strong,
.hp-text h1 {
  font-family: var(--font-fancy);
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
}

.top-img-cont .img-wrap {
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-end;
}

.top-img-cont .img-wrap .inner-wrap {
  position: relative;
  width: auto;
}

.top-img-cont .img-wrap .img-inner-wrap img {
  position: relative;
}

.pulse-wrapper {
  position: absolute;
  width: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.top-img-cont .pulse-wrapper {
  width: 66%;
}

.pulse-wrapper .pulse-source {
  width: 100%;
  height: 100%;
  background-color: var(--blue-dark);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pulse-wrapper .pulse-inner-wrapper {
  width: 100%;
  padding-top: 100%;
  height: 0;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pulse-wrapper .pulse-circle {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  position: absolute;
  border: 2px solid #fff;
  opacity: 0.7;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation-name: pulseMove;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.pulse-wrapper .pulse-circle.one {
  animation-delay: 0s;
}

.pulse-wrapper .pulse-circle.two {
  animation-delay: 1s;
}

.pulse-wrapper .pulse-circle.three {
  animation-delay: 2s;
}

.pulse-wrapper .pulse-circle.four {
  animation-delay: 3s;
}

.top-img-cont .more-info-wrap {
  position: absolute;
  left: 20px;
  bottom: 60px;
  color: #fff;
  text-decoration: none;
  font-family: var(--font-fancy);
  font-size: 15px;
  font-weight: 700;
}

.top-img-cont .more-ref-wrap {
  position: absolute;
  left: 170px;
  bottom: 60px;
  color: #fff;
  text-decoration: none;
  font-family: var(--font-fancy);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.top-img-cont .more-ref-wrap .img-wrap {
  background-color: var(--red);
  transition: background-color .3s ease-in-out;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: translate(-50%, 50%);
  left: 50%;
}

.top-detail-cont .more-info-wrap {
  position: absolute;
  left: 45%;
  bottom: 0px;
  transform: translateX(-50%);
  color: #fff;
  text-decoration: none;
  font-family: var(--font-fancy);
  font-size: 15px;
  font-weight: 700;
}

.top-img-cont .more-info-wrap .arrow-wrap,
.top-detail-cont .more-info-wrap .arrow-wrap {
  position: relative;
  transform: translate(-50%, 50%);
  left: 50%;
  width: 55px;
  height: 55px;
}

.top-img-cont .more-info-wrap .arrow-wrap .small-pulse-source,
.top-detail-cont .more-info-wrap .arrow-wrap .small-pulse-source {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--red);
  transition: background-color .3s ease-in-out;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-img-cont .more-info-wrap .arrow-wrap:hover .small-pulse-source,
.top-detail-cont .more-info-wrap .arrow-wrap:hover .small-pulse-source{
  background-color: #982701;
}

.top-img-cont .more-ref-wrap:hover .img-wrap {
  background-color: #982701;
}


.top-img-cont .more-info-wrap .arrow-wrap .pulse-circle,
.top-detail-cont .more-info-wrap .arrow-wrap .pulse-circle {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  animation-name: pulseMoveSmall;
  animation-duration: 3.2s;
  animation-iteration-count: infinite;
}

.top-img-cont .more-info-wrap .arrow-wrap .pulse-circle.one,
.top-detail-cont .more-info-wrap .arrow-wrap .pulse-circle.one {
  animation-delay: 0s;
}

.top-img-cont .more-info-wrap .arrow-wrap .pulse-circle.two,
.top-detail-cont .more-info-wrap .arrow-wrap .pulse-circle.two {
  animation-delay: 0.8s;
}

.top-img-cont .more-info-wrap .arrow-wrap .pulse-circle.three,
.top-detail-cont .more-info-wrap .arrow-wrap .pulse-circle.three {
  animation-delay: 1.6s;
}

.top-img-cont .more-info-wrap .arrow-wrap .pulse-circle.four,
.top-detail-cont .more-info-wrap .arrow-wrap .pulse-circle.four {
  animation-delay: 2.4s;
}

@keyframes pulseMove {
  0% {
    transform: translate(-50%, -50%) scale(0.9, 0.9);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(4, 4);
    opacity: 0;
  }
}

@keyframes pulseMoveDetail {
  0% {
    transform: translate(-50%, -50%) scale(0.9, 0.9);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.8, 2.8);
    opacity: 0;
  }
}

.warranty-cont {
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  padding-top: 75px;
  padding-bottom: 75px;
  text-align: center;
}

.warranty-wrapper {
  font-family: var(--font-fancy);
  font-size: 50px;
  line-height: 1.4;
}

.warranty-wrapper p {
  margin: 0;
}

.warranty-wrapper strong {
  padding: 0 10px;
  background-color: var(--blue-dark);
  color: #fff;
}

.warranty-wrapper .small-text {
  font-size: 22px;
  margin-top: 20px;
}

.benefits-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  row-gap: 40px;
  margin-top: 120px;
}

.lang_en .benefits-wrapper {
  /* grid-template-columns: repeat(3, 1fr); */
  margin-top: 0;
}

.benefits-wrapper .benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefits-wrapper .benefit-item .b-number {
  width: 55px;
  height: 55px;
  background-color: var(--blue-dark);
  color: #fff;
  font-family: var(--font-fancy);
  font-weight: 700;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}

.benefits-wrapper .benefit-item .b-number .pulse-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid var(--blue-dark);
  opacity: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  animation-name: pulseMoveSmall;
  animation-duration: 3.2s;
  animation-iteration-count: infinite;
}

.benefits-wrapper .benefit-item .b-number .pulse-circle.one {
  animation-delay: 0s;
}

.benefits-wrapper .benefit-item .b-number .pulse-circle.two {
  animation-delay: 0.8s;
}

.benefits-wrapper .benefit-item .b-number .pulse-circle.three {
  animation-delay: 1.6s;
}

.benefits-wrapper .benefit-item .b-number .pulse-circle.four {
  animation-delay: 2.4s;
}

@keyframes pulseMoveSmall {
  0% {
    transform: translate(-50%, -50%) scale(0.9, 0.9);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8, 1.8);
    opacity: 0;
  }
}

.benefits-wrapper .benefit-item .b-name {
  font-family: var(--font-fancy);
  font-weight: 700;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.warranty-img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-150%);
}

.warranty-cont .warranty-img {
  display: none;
}

.lang_sk .warranty-cont .warranty-img,
.lang_cs .warranty-cont .warranty-img {
  display: block;
}

.elfyzcat_items .warranty-cont .warranty-img {
  display: none;
}

.compare-cont {
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  padding-top: 75px;
  padding-bottom: 75px;
}

.ref-list-cont.ref-clients + .compare-cont {
  padding-top: 0;
}

.compare-cont h2 {
  text-align: center;
  font-weight: 400;
}

.compare-cont h2 strong {
  text-align: center;
  font-weight: 400;
  padding: 0 10px;
  background-color: var(--blue-dark);
  color: #fff;
  font-weight: 700;
}

.compare-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #f4f4f4;
  position: relative;
  margin-top: 60px;
}

.compare-wrapper .white-bg {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.compare-wrapper .white-bg.top {
  top: 0;
  height: 120px;
}

.compare-wrapper .white-bg.bottom {
  bottom: 0;
  height: 60px;
}

.compare-wrapper .c-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px;
  padding-bottom: 100px;
}

.compare-wrapper .c-item.drypol {
  background-color: #fff;
  box-shadow: 0px 15px 50px #e8e9ed;
  border-radius: 6px;
}

.compare-wrapper .c-item .img-wrap {
  flex: 0 0 160px;
  width: 160px;
}

.compare-wrapper .c-item.drypol .img-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.compare-wrapper .c-item.drypol .img-wrap img {
  display: block;
  position: relative;
}

.compare-wrapper .c-item.drypol .img-wrap::before {
  width: 160px;
  height: 160px;
  background: #f4f4f4;
  border-radius: 50%;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
}

.compare-wrapper .c-item .c-name {
  font-family: var(--font-fancy);
  font-size: 28px;
  margin: 40px 0;
}

.compare-wrapper .c-item.drypol .c-name {
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.compare-wrapper .c-item .c-info ul {
  padding: 0;
  margin: 0;
}

.compare-wrapper .c-item .c-info ul li {
  list-style-type: none;
  padding: 20px;
  padding-left: 70px;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

.compare-wrapper .c-item .c-info ul li::before {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 20px;
  top: 22px;
  background-color: var(--red);
  content: "-";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
}

.compare-wrapper .c-item .c-info ul li:first-child::before,
.compare-wrapper .c-item.drypol .c-info ul li:nth-child(-n + 3)::before {
  background-color: rgba(0, 0, 0, 0);
  content: " ";
  background-image: url("/gfx/svg/check.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.compare-wrapper .c-item .c-info ul li:last-child {
  border-bottom: none;
}



.faq-cont {
  padding: 50px 0;
}
.faq-cont img{
  max-width: 400px;
  width: 100%;
}
.faq-cont .gallery_container {
  margin: 20px 0;
  display: inline-flex;
}

.faq-cont h2 {
  text-align: center;
}

.news_item,
.faq-item {
  background-color: #f5f5f5;
  margin-bottom: 5px;
  border-radius: 6px;
  overflow: hidden;
}

.news_title,
.faq-title {
  position: relative;
  transition: var(--transition);
}

.news_title:hover,
.faq-title:hover {
  background-color: #e8e8e8;
}

.news_title::before,
.faq-title::before {
  content: " ";
  background-color: var(--red);
  width: 30px;
  height: 30px;
  right: 25px;
  position: absolute;
  top: 12px;
  border-radius: 6px;
  pointer-events: none;
}

.news_title.open::before,
.faq-item.open .faq-title::before {
  background-color: var(--green);
}

.news_item h3,
.faq-title h3 {
  font-weight: 600;
  margin: 0;
  padding: 15px 25px;
  font-size: 20px;
  cursor: pointer;
}

.news_item h3::before,
.faq-title h3::before {
  position: absolute;
  right: 32px;
  height: 2px;
  width: 16px;
  top: 26px;
  background-color: #fff;
  position: absolute;
  content: " ";
}

.news_item h3::after,
.faq-title h3::after {
  position: absolute;
  right: 39px;
  width: 2px;
  height: 16px;
  top: 19px;
  background-color: #fff;
  position: absolute;
  content: " ";
  transition: var(--transition);
}

.news_item .open h3::after,
.faq-item.open .faq-title h3::after {
  transform: rotate(90deg);
}

.news_text_answer,
.faq-text {
  padding: 1px 25px;
  display: none;
  color: #212121;
}

.video-cont {
  margin-left: var(--padding-side);
  margin-right: var(--padding-side);
  width: calc(100% - 120px);
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f4f4f4;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.video-cont h2 {
  text-align: center;
}

.video-cont h2 strong {
  text-align: center;
  font-weight: 400;
  padding: 0 10px;
  background-color: var(--blue-dark);
  color: #fff;
  font-weight: 700;
}

.video-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-top: 60px;
}

.video-wrap {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  height: 0;
  border-radius: 6px;
  overflow: hidden;
}

.video-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.video-wrapper .v-name {
  margin-top: 20px;
  text-align: center;
}

.product-list-cont {
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.product-list-cont::before {
  width: calc(100% - 120px);
  left: 60px;
  bottom: 0;
  height: 200px;
  background-color: #f4f4f4;
  position: absolute;
  content: " ";
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.product-list-cont .our-happy-customers {
  margin-top: 0;
}

.product-list-cont h2 {
  text-align: center;
}

.product-list-cont h2 strong {
  text-align: center;
  font-weight: 400;
  padding: 0 10px;
  background-color: var(--blue-dark);
  color: #fff;
  font-weight: 700;
}

.product-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  gap: 20px;
  row-gap: 40px;
  margin-top: 40px;
}

.product-wrapper .p-item {
  border-radius: 6px;
  box-shadow: 0px 15px 50px #e8e9ed;
  clip-path: inset(-50px -50px -50px -15px);
  clip-path: inset(-50px -50px -50px -50px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 70px;
  position: relative;
  transition: var(--transition);
  border: 1px solid rgba(0, 0, 0, 0);
  overflow: hidden;
  background-color: #fff;
  justify-content: space-between;
}

.product-wrapper .p-item:first-child {
  clip-path: inset(-50px -50px -50px -50px);
}

.product-wrapper .p-item.long {
  grid-column: span 3;
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 0;
  clip-path: inset(-50px -50px -50px -50px);
}

.product-wrapper .p-item.long .p-info-wrap {
  padding: 45px;
}

.product-wrapper .p-item:hover {
  border-color: var(--blue-dark);
}


.product-wrapper .p-item .p-img-wrap,
.product-wrapper .p-item .p-img-wrap .fimg_wrp,
.product-wrapper .p-item .p-img-wrap picture,
.product-wrapper .p-item .p-img-wrap img
{
  object-fit: cover;
  height: auto;
  display: block;
  width: 100%;
}


.product-wrapper .p-item .p-img-wrap {
  flex: 0 0 130px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;

  height: 130px;
}


.product-wrapper .p-item .p-img-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.product-wrapper .p-item.long .imgs-wrap {
  height: 100%;
  margin: 0;
}

.product-wrapper .p-item.long .imgs-wrap .p-img-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

.product-wrapper .p-item.long .p-img-bcg {
  height: 105%;
  width: 100%;
  position: relative;
  transform: translate(0);
  left: 0;
  top: 0;
  display: block;
  object-fit: cover;
  max-height: unset;
  max-width: unset;
}

.product-wrapper .p-item.long .p-img-bcg .fimg_wrp,
.product-wrapper .p-item.long .p-img-bcg picture {
  height: 100%;
  width: 100%;
}

.product-wrapper .p-item.long .p-img-bcg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product-wrapper .p-item .p-name {
  font-family: var(--font-fancy);
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.2;
}

.product-wrapper .p-item .p-desc {
  color: #212121;
  margin-bottom: 35px;
}

.product-wrapper .p-item .p-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ref-list-cont {
  background-color: #f4f4f4;
  border-radius: 6px;
  padding: 100px 0;
 /* width: calc(100% - (2 * var(--padding-side)));*/
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.mod_elfyzref .ref-list-cont:has(.map-img-wrap) {
  padding-bottom: 120px;
}

.mod_references h1{
  text-align: center;
  margin: 90px 0 30px 0;
}

.mod_references .ref-list-cont,
.mod_elfyzref .ref-list-cont {
  padding-top: 0;
}

.mod_references .ref-list-cont,
.mod_elfyzcat .ref-list-cont,
.mod_elfyzref .ref-list-cont {
  background-color: #fff;
  min-height: 850px;

  margin: 0;
  padding: 0 15px;
}

.mod_references .ref-list-cont,
.mod_elfyzref .ref-list-cont {
  padding-top: 0;
}

.mod_references .ref-list-cont.ref-clients,
.mod_elfyzcat .ref-list-cont.ref-clients,
.mod_elfyzref .ref-list-cont.ref-clients {
  min-height: unset;
  padding-bottom: 60px;
}

.mod_elfyzref:not(.mod_elfyzref_items) .ref-list-cont.ref-clients {
  margin-bottom: 0;
}

.mod_references .ref-list-cont .map-img-wrap .shadow,
.mod_elfyzcat .ref-list-cont .map-img-wrap .shadow,
.mod_elfyzref .ref-list-cont .map-img-wrap .shadow {
  background: linear-gradient(#ffffff 0%, rgba(244, 244, 244, 0) 100%);
}

.ref-list-cont .map-img-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 720px;
  width: 100%;
}

.ref-list-cont .map-img-wrap img {
  object-fit: cover;
  width: 100%;
  min-width: 1800px;
  height: 100%;
  object-position: top;
}

.ref-list-cont .map-img-wrap .shadow {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(#f4f4f4 0%, rgba(244, 244, 244, 0) 100%);
}

.ref-list-cont h2 {
  text-align: center;
  /*margin-bottom: 30px;*/

  margin: 60px 0 30px 0;
}

.ref-list-cont h2 strong,
.blog-cont h2 strong {
  text-align: center;
  font-weight: 400;
  padding: 0 10px;
  background-color: var(--blue-dark);
  color: #fff;
  font-weight: 700;
}

.ref-list-cont h2 .word-link,
.blog-cont h2 .word-link{
  padding: 0;
  transition: .3s background-color;
}
.ref-list-cont h2 .word-link:hover,
.blog-cont h2 .word-link:hover{
  background-color: #02009b;
}
.ref-list-cont h2 .word-link a,
.blog-cont h2 .word-link a{
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  position: relative;
}


.references-list-cont {
  margin-bottom: 100px;
}

.our-happy-customers {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-top: 60px;
}
.our-happy-customers-wrap{
  display: flex;
}

.ref-list-cont .our-happy-customers{
  width: fit-content;
  margin: 60px auto 0px auto;
}
.ref-list-cont .our-happy-customers::after{
  content: '';
  background: url("/gfx/svg/arrow-down-black.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
  margin-left: 10px;
}
#references-list.ref-list-cont .our-happy-customers::after{
  display: none;
}

.ref-list-cont h2 .word-link .ref-scroll-link{
  padding: 0 10px;
  padding-right: 36px;
}
.ref-scroll-link::after{
  content: '';
  background: url("/gfx/svg/arrow-down-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  display: block;
  position: absolute;
  width: 16px;
  height: 100%;
  right: 10px;
  top: 0;
}


.map-points-cont h2{
  text-align: center;
}

.our-happy-customers .customer-wrap {
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  width: 35px;
  height: 35px;
  margin-right: -17px;
}

.our-happy-customers .text {
  margin-left: 25px;
}
.our-happy-customers .text-link {
  color: #000;
  transition: .3s color;
  text-decoration: none;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
}

.our-happy-customers .customer-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ref-list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  gap: 20px;
  row-gap: 40px;
  margin-top: 30px;
  padding-bottom: 60px;

  grid-template-columns: 1fr 1fr 1fr;

  display: flex;
  flex-wrap: wrap;
}

.ref-list-wrapper > a {
  position: absolute;
  left: 0;
  top: 0;
}

.ref-list-wrapper:first-child {
  margin-top: 0;
}

.ref-list-wrapper.cat {
  justify-content: center;
  gap: 15px;
  gap: 20px;

  display: grid;
  grid-template-columns: 1fr 1fr 1fr;

  display: flex;
  flex-wrap: wrap;
}

.ref-list-wrapper.cat .r-item {
  /*
  flex: 0 0 25%;
  max-width: 25%;

  flex: 0 0 33.333%;
  max-width: 33.333%;

   */

  min-width: 250px;
  width: calc(33.333% - 14px);
}

.r-item {
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0px 15px 50px #e8e9ed;
  clip-path: inset(-50px -50px -50px -15px);
  clip-path: inset(-50px -50px -50px -50px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;

  border: 1px solid rgba(0,0,0,0);
  transition: border-color .3s ease-in-out;

  padding: 20px;

  width: calc(33.333% - 14px);
}
.r-item:hover{
  border-color: var(--blue-dark);
}


.r-item:first-child {
  clip-path: inset(-50px -50px -50px -50px);
}

.r-item-middle{
  margin-bottom: 15px;
  flex-grow: 1;
}

.r-item .r-item-top {
  flex: 1 1 auto;
  text-align: center;
  position: relative;

  /* min-height: 470px; */
}
.r-item.cat .r-item-top,
.ref-list-wrapper.clients .r-item-top {
  min-height: unset;
}
.ref-list-wrapper.clients .r-name{
  font-size: 20px;
  line-height: 1.2;
}
.ref-list-wrapper.clients .r-position{
  font-weight: 600;
}

.ref-list-wrapper.clients .r-item .r-item-top .r-img-wrap {
  width: 100%;
  padding-top: 0;
  height: auto;
}

.ref-list-wrapper.clients .r-item .r-item-top .r-img-wrap .fimg_wrp {
  position: relative;
  width: 100%;
  height: auto;
}

.ref-list-wrapper.clients .r-item .r-item-top .r-img-wrap picture {
  position: relative;
  width: 100%;
  height: auto;
}

.ref-list-wrapper.clients .r-item .r-item-top .r-img-wrap img {
  object-fit: contain;
}

.r-item .r-perex{
  color: var(--text-gray);
  line-height: 1.4;
  text-align: center;
  width: 100%;
}


#ref_cat_1.r-item.cat,
#ref_cat_2.r-item.cat{
  grid-row-start: 3;
}

#ref_cat_1.r-item.cat .r-item-top::before,
#ref_cat_2.r-item.cat .r-item-top::before  {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 125px 125px 0 0;
  border-color: #80b936 transparent transparent transparent;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  pointer-events: none;
}

#ref_cat_1.r-item.cat .r-item-top::after {
  width: 100px;
  text-align: center;
  content: "Hotové";
  position: absolute;
  left: 1px;
  top: 33px;
  z-index: 9;
  color: #fff;
  font-size: 20px;
  transform: rotate(-45deg);
  font-weight: 700;
  pointer-events: none;
}

.lang_en #ref_cat_1.r-item.cat .r-item-top::after {
  content: "Completed";
}
.lang_sk #ref_cat_1.r-item.cat .r-item-top::after {
  content: "Hotové";
}
.lang_de #ref_cat_1.r-item.cat .r-item-top::after {
  content: "Erledigt";
}
.lang_it #ref_cat_1.r-item.cat .r-item-top::after {
  content: "Completato";
}

#ref_cat_2.r-item.cat .r-item-top::after {
  width: 100px;
  text-align: center;
  content: "Probíhající";
  position: absolute;
  left: -1px;
  top: 34px;
  z-index: 9;
  color: #fff;
  font-size: 20px;
  transform: rotate(-45deg);
  font-weight: 700;
  pointer-events: none;
}


.lang_en #ref_cat_2.r-item.cat .r-item-top::after {
  content: "Ongoing";
}
.lang_sk #ref_cat_2.r-item.cat .r-item-top::after {
  content: "Prebiehajúce";
  font-size: 17px;
}
.lang_de #ref_cat_2.r-item.cat .r-item-top::after {
  content: "Laufend";
}
.lang_it #ref_cat_2.r-item.cat .r-item-top::after {
  content: "In corso";
}



.r-item .r-item-top .r-img-wrap img{
  background-color: #f7f7f7;
}

.r-item .r-item-top .r-img-wrap img,
.r-item .r-item-top .r-img-wrap,
.r-item .r-item-top .r-img-wrap .fimg_wrp,
.r-item .r-item-top .r-img-wrap picture {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.r-item .r-item-top .r-img-wrap {
  /* height: 240px; */
  margin-bottom: 30px;

  height: 0;
  padding-top: 100%;
  width: 100%;
}
.r-item .r-item-top .r-img-wrap .fimg_wrp{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.r-item .r-images{
  display: flex;
  gap: 10px;
}

.r-item .r-images figure::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0.75);
  color: #696969;
  display: block;
  width: auto;
  z-index: 1;
  font-size: 13px;
}
.r-item .r-images figure:first-child::before{
  content: 'Foto objektu';
  padding: 5px 10px;
  border-top-right-radius: 5px;
}
.r-item .r-images figure:nth-child(2)::before{
  content: 'Objekt s DryPolem';
  padding: 5px 10px;
  border-top-left-radius: 5px;
  right: 0;
  left: unset;
}

.lang_en .r-item .r-images figure:first-child::before{
  content: 'Photo of the object';
}
.lang_en .r-item .r-images figure:nth-child(2)::before{
  content: 'Object with DryPol';
}

.lang_sk .r-item .r-images figure:first-child::before{
  content: 'Foto objektu';
}
.lang_sk .r-item .r-images figure:nth-child(2)::before{
  content: 'Objekt s DryPolom';
}

.lang_de .r-item .r-images figure:first-child::before{
  content: 'Foto des Objekts';
}
.lang_de .r-item .r-images figure:nth-child(2)::before{
  content: 'Objekt mit DryPol';
}

.lang_it .r-item .r-images figure:first-child::before{
  content: "Foto dell'oggetto";
}
.lang_it .r-item .r-images figure:nth-child(2)::before{
  content: 'Oggetto con DryPol';
}


.r-item .r-item-bottom {
  flex: 0 1 60px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  border-top: 1px solid #e1e1e1;
  margin: 0 -10px;
  margin-bottom: -10px;
  height: 60px;

  margin: auto -20px -20px -20px;
}

.r-item.cat .r-item-bottom {
  grid-template-columns: 1fr;
}

.r-item.cat .r-item-bottom .r-product {
  display: none;
}

.r-item.cat .r-item-bottom .r-more {
  border-left: none;
}

.r-item .r-item-bottom .r-more {
  border-left: 1px solid #e1e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: var(--red);
  text-decoration: underline;
  transition: color .3s ease-in-out;
}
.r-item:hover .r-item-bottom .r-more{
  color: #982701;
}

.r-item .r-item-bottom .r-product {
  color: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
}

.r-item .r-name,
.articles_list_container .articles_list_title h2,
.client-text .articles_list_item .articles_list_title h2,
.articles_small_container .articles_small_title h2 {
  /*
  margin: 30px 0 0 0;
  font-size: 20px;
   */

  font-weight: 600;
  font-size: 24px;
}



.r-item .r-name,
.articles_list_container .articles_list_title h2,
.client-text .articles_list_item .articles_list_title h2,
.articles_small_container .articles_small_title h2 {
  margin: 0 0 30px 0;
}

.r-item .r-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.all-ref-wrap {
  /* margin-top: 40px; */
  text-align: center;
}

.ref-claim-wrap {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 45px 130px;
  padding: 45px 120px;
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-fancy);
  max-width: 840px;
  margin: 140px auto;
  border-radius: 6px;
  box-shadow: 0px 15px 50px #e8e9ed;
}

.ref-claim-wrap .btn{
  display: block;
  white-space: nowrap;
}

.ref-claim-wrap .text {
  text-align: right;
  padding-right: 45px;
  line-height: 1.4;
}

.ref-claim-wrap .right-btn {
  padding: 10px 45px;
  padding-right: 0;
  border-left: 2px solid #dfdfdf;
  padding-bottom: 13px;
}

.breadcrumbs {
  color: #000;
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.25;
}

.breadcrumbs > span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.breadcrumbs a {
  color: #000;
}

.top-claim-wrap {
  text-align: center;
}

.top-claim-wrap a {
  color: var(--red);
}

.top-claim-wrap h1 {
  font-weight: 400;
  margin: 0;
  margin-bottom: 30px;
}

.top-claim-wrap h1 strong {
  padding: 0 10px;
  background-color: var(--blue-dark);
  color: #fff;
  font-weight: 700;
}

.page_perex.top-text{
  margin-bottom: 30px;
}

.bottom-text-cont {
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  padding-top: 50px;
  padding-bottom: 50px;
}

.two-col-text {
  column-count: 2;
  column-gap: 80px;
}

.two-col-text .client-table-wrap {
  column-span: all;
}

.two-col-text ul {
  margin-top: 0;
  break-inside: avoid;
}

.two-col-text p a {
  break-inside: avoid;
  display: inline-block;
}

.two-col-text p {
  margin-top: 0;
}

.two-col-text h2 {
  column-span: all;
}

.two-col-text h3,
.two-col-text h4 {
  margin-top: 0;
  break-inside: avoid;
  break-after: avoid;

  margin-bottom: 10px;
}

.two-col-text h3 + ul {
  break-before: avoid;
}

.top-text .more {
  font-weight: 700;
  color: #000;
}

.top-text .more:hover {
  text-decoration: none;
}

.articles_small_container,
.articles_list_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  gap: 20px;
  row-gap: 40px;
  text-align: center;

  grid-template-columns: repeat(3, 1fr);
}

.articles_small_container h3,
.articles_list_container h2 {
  /*
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
    */

  margin: 30px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.articles_small_container a,
.client-text .articles_list_container a {
  color: #000;
  text-decoration: none;
}


.articles_small_item,
.articles_list_item {
  padding: 10px;
  padding-bottom: 100px;
  position: relative;
  box-shadow: 0px 15px 50px #e8e9ed;
  clip-path: inset(-50px -50px -50px -15px);
  clip-path: inset(-50px -50px -50px -50px);
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0);
  transition: border-color .3s ease-in-out;

  padding: 20px;
  padding-bottom: 84px;
  display: flex;
  flex-direction: column;
}
.articles_small_item:hover,
.articles_list_item:hover {
  border-color: var(--blue-dark);
}

.articles_list_title,
.articles_small_title,
.articles_small_text{
  flex: 1 1 auto;
}

.articles_small_item:first-child,
.articles_list_item:first-child {
  clip-path: inset(-50px -50px -50px -50px);
}

.client-text .articles_list_item h2{
  font-size: 24px;
}

.articles_list_item img,
.articles_list_item figure,
.articles_list_item picture,
.articles_small_item img,
.articles_small_item figure,
.articles_small_item picture {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;

  height: 273px;
}

.articles_small_link,
.articles_list_link {
  position: absolute;
  bottom: 50px;
  left: 10px;
  width: calc(100% - 20px);

  bottom: 10px;
  width: 100%;
  flex: 0 1 60px;
  display: grid;
  grid-template-columns: 1fr;

  margin: 0 -10px;
  margin-bottom: 0px;
  margin-bottom: -10px;
  /*
  height: 60px;
     border-top: 1px solid #e1e1e1;
   */
  align-items: center;

  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.articles_small_link a,
.client-text .articles_list_link a {
  color: var(--red);
  text-decoration: underline;


  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  transition: color .3s ease-in-out;

  height: 100%;
  bottom: 0;
  position: absolute;
  width: 100%;
  align-items: flex-end;
}

.client-text .articles_list_link a span,
.articles_small_link a span{
  height: 60px;
  border-top: 1px solid #e1e1e1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
}

.articles_list_text{
  margin: 15px 0;
  flex-grow: 1;
}




.articles_small_thumb,
.articles_list_thumb {
  margin-bottom: 30px;
}



.blog-cont {
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  padding-top: 50px;
  padding-bottom: 50px;

  padding-bottom: 150px;
}

.blog-cont h2 {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0;
}


.products-info-cont {
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  padding-bottom: 50px;
  padding-top: 50px;
}

.product-info-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.tabs-menu-wrapper {
  border-bottom: 2px solid #cccccc;
  display: flex;
  gap: 30px;
}

.tab-btn {
  font-family: var(--font-fancy);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  opacity: 0.5;
  transition: var(--transition);
  padding-bottom: 5px;
  position: relative;
  cursor: pointer;
}

.tab-btn:hover,
.tab-btn.active {
  opacity: 1;
}


.tab-btn::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 0;
  content: " ";
  background-color: var(--red);
}

.tab-btn.active::after {
  height: 6px;
}



.tab-btn:hover::before{
  opacity: 1;
  transform: scaleX(1);
  visibility: visible;
}
.tab-btn::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 6px;
  content: " ";
  background-color: var(--red);
  opacity: 0;
  top: auto;
  transform: scaleX(0);
  transition: transform 0.2s,opacity 0.2s;
  visibility: hidden;
  z-index: 0;
}


.tab-item {
  padding-top: 30px;
  display: none;
}

.tab-item.active {
  display: block;
}

.tab-item h2 {
  line-height: 1.6;
  margin-top: 0;
}

.tab-item h2 strong {
  padding: 0 10px;
  background-color: var(--blue-dark);
  color: #fff;
  font-weight: 700;
  display: inline-block;
}

.tab-item table {
  border-collapse: collapse;
}

.tab-item table td {
  border: 1px solid #333;
  padding: 7px 10px;
  line-height: 1.2;
  font-size: 15px;
}

.right-img-wrapper {
  position: relative;
}
.right-img-wrapper .pulse-circle {
  border: 1px solid #010066;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation-name: pulseMove;
  animation-duration: 9s;
  animation-iteration-count: infinite;
}

.right-img-wrapper .pulse-circle.one {
  animation-delay: 0s;
}

.right-img-wrapper .pulse-circle.two {
  animation-delay: 1.5s;
}

.right-img-wrapper .pulse-circle.three {
  animation-delay: 3s;
}

.right-img-wrapper .pulse-circle.four {
  animation-delay: 4.5s;
}

.right-img-wrapper .pulse-circle.five {
  animation-delay: 6s;
}

.right-img-wrapper .pulse-circle.six {
  animation-delay: 7.5s;
}

.right-img-wrapper img {
  position: relative;
}

.top-detail-cont {
  position: relative;
  height: auto;
  min-height: calc(100vh - 180px);
  margin-bottom: 100px;
  display: grid;
}

.detail-bg-wrapper {
  display: grid;
  grid-template-columns: 10fr 9fr;
  gap: 120px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.detail-bg-wrapper .bg-img-wrap {
  height: 100%;
}

.bg-img-wrap .product-bg {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}


.bg-img-wrap .product-bg .fimg_wrp,
.bg-img-wrap .product-bg picture {
  height: 100%;
  width: 100%;
}

.bg-img-wrap .product-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.bg-img-wrap .top-shadow {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 66%;
}

.bg-img-wrap .product-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.top-detail-inner {
  display: grid;
  grid-template-columns: 10fr 9fr;
  gap: 40px;
}

.product-img-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-img-wrap img {
  position: relative;
  height: 100%;
  width: 100%;
}

.product-top-info-wrap {
  padding-left: 40px;
}

.product-top-info-wrap h1{
  font-size: 40px;
}

.product-top-info-wrap .our-happy-customers {
  margin-top: 0;
  margin-bottom: 25px;
  text-decoration: none;
}

.product-top-info-wrap .cta-detail-box .btn.simple-form{
  display: flex;
  width: fit-content;
  margin-top: 10px;
}

.product-benefits ul {
  margin: 0;
  padding: 0;
}

.product-benefits ul li {
  list-style-type: none;
  padding: 8px 20px;
  padding-left: 50px;
  position: relative;
}

.product-benefits ul li::before {
  background-color: rgba(0, 0, 0, 0);
  content: " ";
  background-image: url("/gfx/svg/check.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 10px;
  border-radius: 50%;
}

.product-benefits ul li ul li::before{
  background-image: none;
  background: var(--green);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 20px;
  top: 18px;
}

.top-detail-cont .breadcrumbs > span {
  justify-content: flex-start;
}

.top-detail-cont .show-more {
  color: #212121;
  text-decoration: underline;
  transition: var(--transition);
  margin-top: 20px;
  display: inline-block;
  position: relative;
}

.top-detail-cont .show-more:hover {
  color: var(--green);
}

.top-detail-cont .show-more::after {
  position: absolute;
  right: -20px;
  width: 13px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  background-image: url("/gfx/svg/arrow-down-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.cta-detail-box {
  padding: 40px 60px;
  margin-left: -60px;
  border-radius: 6px;
  box-shadow: 0px 15px 50px #e8e9ed;
  background-color: #fff;
  margin-top: 40px;
}

.cta-detail-box h2 {
  font-size: 32px;
  margin-top: 0;
  font-weight: 600;
}

.cta-detail-box h2 strong {
  padding: 0 10px;
  background-color: var(--blue-dark);
  color: #fff;
  font-weight: 700;
  display: inline-block;
}

.cta-inner-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  align-items: center;
  gap: 20px;
}

.cta-inner-wrap .btn {
  font-size: 32px;
  padding: 20px 35px;
}

.top-detail-cont .pulse-wrapper {
  width: 400px;
  height: 400px;
}

.top-detail-cont .pulse-wrapper .pulse-circle {
  animation-name: pulseMoveDetail;
}

.ref-main-cont {
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  padding-top: 50px;
  padding-bottom: 50px;
}

.top-sp-cont {
  padding: 1px var(--padding-side);
  position: relative;
}

.top-sp-cont .hk-img {
  position: absolute;
  right: 0;
  top: 0;

  top: -50px;
}

.top-sp-cont.white {
  min-height: 360px;
}

.ref-outer-wrap {
  display: flex;
  gap: 20px;
}

.ref-left-side {
  flex: 0 0 66%;
  max-width: 66%;
}

.ref-right-side {
  flex: 1 1 auto;
}

.ref-gallery-wrap {
  margin-bottom: 50px;
  width: 100%;
  max-width: 100%;
}


.sliding-box {
  position: sticky;
  top: 120px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 15px 50px #e8e9ed;
  padding: 50px 35px;
  text-align: center;
  border-radius: 6px;

  display: flex;
  flex-direction: column;
  gap: 60px;
}

.sliding-box .upper {
  text-transform: uppercase;
  font-weight: 500;
 /*  margin-bottom: 20px; */
}

.sliding-box img {
  display: inline-block;
}

.sliding-box .product-name {
  font-size: 32px;
  font-weight: 600;
  font-family: var(--font-fancy);
  margin: 15px 0;
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;

  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}


.ref-left-side h2 {
  font-size: 24px;
}

.ref-left-side h2 strong, .ref-protocol-wrap h2 strong {
  text-align: center;
  padding: 0 10px;
  background-color: var(--green);
  color: #fff;
  font-weight: 700;
}

.text-block-wrap {
  margin-top: 80px;
}

.ref-thumbs-wrap {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.ref-thumbs-wrap .fimg_wrp{
  width: auto;
  height: 100%;

}

.ref-thumbs-wrap .ref-thumb {
  height: 100px;
  cursor: pointer;
}

.ref-thumbs-wrap .ref-thumb picture {
  height: 100%;
}

.ref-thumbs-wrap .ref-thumb img {
  object-fit: cover;

  height: 100%;
  width: auto;
  filter: grayscale(1);
  opacity: 0.5;
  transition: var(--transition);
}

.ref-thumbs-wrap .ref-thumb.is-active img,
.ref-thumbs-wrap .ref-thumb:hover img {
  filter: grayscale(0);
  opacity: 1;
}


.ref-clients{
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
  margin-top: 0;
}

.splide__arrows {
  position: absolute;
  top: 50%;
  width: 100%;
}

.splide__arrow {
  transition: var(--transition);
}

.splide__arrow:disabled {
  opacity: 0;
}

.splide__slide {
  display: block;
  width: 100%;
}

#map-canvas-new {
  width: 100%;
  height: 600px;
  background-color: #f0f0f0;
}

.map-wrap #map-canvas-new > div {
  /*filter: grayscale(1);*/
}

#map_info_box {
  display: grid;
  grid-template-columns: 150px auto;
  gap: 15px;
  min-height: 175px;
}

#map_info_box .image {
  grid-row: 1 / 3;
}

#map_info_box .image img {
  width: 100%;
  height: auto;
}

#map_info_box .stats:empty {
  display: none;
}

#map_info_box .name {
  max-width: 250px;
}

#map_info_box h3 {
  margin: 0;
  font-weight: 600;
  font-size: 1.2rem;
}

#map_info_box h3 a {
  color: var(--text-gray);
  text-decoration: none;
}

#map_info_box .more {
  text-align: right;
}

#map_info_box .more a {
  font-size: .85rem;
  color: #fff;
  font-weight: 500;
  background-color: var(--red);
  transition: background-color .3s ease-in-out;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 4px;
  border-bottom: 3px solid #8f2300;
  line-height: 1;
  display: inline-block;
}

@media(max-width: 991px) {

  .articles_art_image_main{
    height: 400px;
  }

  #map_info_box {
    display: block;
  }

  #map_info_box .image {
    width: 75px;
    float: left;
    margin-right: 10px;
  }

  #map_info_box h3 {
    font-size: 1rem;
  }

  #map_info_box .more {
    text-align: left;
    clear: both;
    margin-top: 40px;
  }
}

.splide__list img{
  height: 530px;
  width: 100%;
  object-fit: cover;
}

.top-sp-cont .page_image_bcg_img {
  position: absolute;
  left: var(--padding-side);
  top: 0;
  width: calc(100% - (var(--padding-side) * 2));
  height: 100%;
}

.top-sp-cont .page_image_bcg_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.top-sp-cont .page_image_bcg_img .fimg_wrp,
.top-sp-cont .page_image_bcg_img picture {
  height: 100%;
}

.top-sp-cont .top-shadow {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: var(--padding-side);
  height: 100%;
  width: 85%;
}

.top-sp-cont.white,
.top-sp-cont.white .breadcrumbs,
.top-sp-cont.white .breadcrumbs a {
  color: #fff;
}

.contact-main-cont {
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  margin-top: -120px;
  padding-bottom: 50px;
}

.sale-dep-outer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.sale-dep-inner {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.1);
  padding: 50px;
}

.sale-dep-inner h2 {
  font-weight: 600;
  font-size: 32px;
  margin: 0;
  margin-bottom: 10px;
}

.sale-dep-inner p {
  margin: 0;
}

.contact-cta-wrap {
  display: flex;
  margin-top: 70px;
}

.contact-cta-wrap .cta-text {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #dfdfdf;
  max-width: 205px;
}

.contact-nav-wrap {
  margin-top: 75px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.lang_en .hk-wrap {
  display: none;
}

.contact-nav-wrap .hk-wrap {
  flex: 0 1 190px;
}

.contact-nav-wrap ul {
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
}

.contact-nav-wrap ul li {
  padding: 0;
  list-style-type: none;
}

.contact-nav-wrap ul li a {
  position: relative;
  padding: 10px 0;
  padding-left: 50px;
  display: block;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #dfdfdf;
}

.contact-nav-wrap ul li:first-child a {
  border-top: 1px solid #dfdfdf;
}

.contact-nav-wrap ul li a::before {
  width: 30px;
  height: 30px;
  background-color: var(--green);
  border-radius: 50%;
  background-image: url("/gfx/svg/chevron-down-white.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 15px auto;
  content: " ";
  position: absolute;
  left: 0;
  top: 10px;
}

.contact-nav-wrap ul li a::after {
  transition: var(--transition);
  width: 0;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: var(--blue-dark);
  content: " ";
  position: absolute;
}

.contact-nav-wrap ul li a:hover::after {
  width: 100%;
}

.sale-dep-outer .right-side {
  background-color: var(--blue-dark);
  color: #fff;
  border-radius: 6px;
  padding: 60px;
}

.sale-dep-outer .right-side h2 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 35px;
}

.center{
  text-align: center;
}

.form {
  padding: 8px 10px;
  padding-top: 0;
  color: #fff;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px;
  resize: none;
  width: 100%;
  transition: var(--transition);

  padding: 4px 10px;
  border-radius: 0px;
}

.form::placeholder {
  /* text-transform: lowercase; */
  color: #fff;
  opacity: 0.7;
}

.form:focus {
  outline: none;
  border-color: var(--red);
}




.form-fixed{
  max-width: 300px;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 100;
}
.form-fixed .cform_name{
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-fixed .cform_name::before{
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("/gfx/svg/phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.form-fixed .cform_name::after{
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("/gfx/svg/arrow-down-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
  transition: transform .3s;
  transform: rotate(180deg);
}
.form-fixed .cform_container.open .cform_name::after{
  transform: rotate(0deg);
}

.form-fixed .cform_container{
  border: 1px solid var(--text-gray);
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.form-fixed .cform_container form{
  display: none;
  background-color: #fff;
  padding: 20px;
  color: var(--text-gray);
}
.form-fixed .cform_container .cform_name{
  background-color: var(--blue-dark);
  transition: background-color .3s;
  padding: 20px;
  color: #fff;
  cursor: pointer;
}
.form-fixed .cform_container .cform_name:hover{
  background-color: #02009b;
}

.form-fixed label{
  color: var(--text-gray);
}
.form-fixed .cform_item_type_cleartext{
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 10px 0;
  opacity: unset;
}
.form-fixed .form {
  padding: 10px;
  color: var(--text-gray);
  border: 1px solid var(--text-gray);
  background-color: rgba(0,0,0,0);
  margin-bottom: 10px;
  resize: none;
  width: 100%;
  transition: var(--transition);
  border-radius: 5px;
}
.form-fixed .form::placeholder{
  color: var(--text-gray);
}
.form-fixed .cform_form_submit .form_submit{
  background-color: var(--blue-dark);
}
.form-fixed .cform_form_submit .form_submit:hover{
  background-color: #02009b;
}

.form-fixed .form-label.visible{
  display: none;
}

/*
.cform_form_type_textarea {
  height: 134px;
  height: 104px;
}
 */

.cform_form_type_textarea .form {
  height: 40px;
  margin-bottom: 0;

  height: 42px;
}
.cform_form_type_textarea .form:focus {
  height: 104px;
}

.cform_form_submit {
  display: flex;
  justify-content: flex-end;
}



/* Submitted forms better info */
.cform_submitted_text {
  border: 1px solid var(--green-form);
  color: var(--green-form);
  background-color: hsl(var(--green-form-hslwl), 97%);
  padding: 2rem;
  border-radius: 24px;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10rem;
}
.cform_submitted_text.saving{
  border-color: var(--blue-dark);
  color: var(--blue-dark);
  background-color: hsl(var(--blue-dark-hslwl), 97%);
}
.cform_submitted_text.error{
  border-color: var(--red);
  color: var(--red);
  background-color: hsl(var(--red-hslwl), 97%);
}





.cform_form_submit .form_submit {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  background-color: var(--red);
  transition: background-color .3s ease-in-out;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 4px;
  border-bottom: 3px solid #8f2300;
  line-height: 1.4;
  border: none;
}
.cform_form_submit .form_submit:hover{
  background-color: #982701;
}


.headquarters-cont {
  padding: 50px var(--padding-side);
  position: relative;
}

.headquarters-cont::before {
  position: absolute;
  bottom: 0;
  left: var(--padding-side);
  width: calc(100% - (2 * var(--padding-side)));
  height: 200px;
  background-color: #f4f4f4;
  content: " ";
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.headquarters-inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
}

.map-side {
  border-radius: 6px;
  overflow: hidden;
}

.headquarter-info {
  padding: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #fff;
}

.headquarter-info h2 {
  margin: 15px 0;
}

.headquarter-info p {
  margin: 0;
}

.headquarter-address {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
}

.headquarter-company-info p:last-child {
  font-size: 14px;
  max-width: 160px;
  text-align: center;
  margin-top: 25px;
}

.people-cont {
  margin-left: var(--padding-side);
  margin-right: var(--padding-side);
  padding: 50px 0;
  text-align: center;
  background-color: #f4f4f4;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  width: calc(100% - (2 * var(--padding-side)));
}

.people-cont h2 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 20px;
}

.people-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  gap: 20px;
}

.people-wrap .p-item {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 15px 50px #e8e9ed;
  clip-path: inset(-50px -50px -50px -15px);
  overflow: hidden;
}

.people-wrap .p-item:first-child {
  clip-path: inset(-50px -50px -50px -50px);
}

.people-wrap .p-item .p-info-wrap {
  padding: 45px 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 auto;
}

.people-wrap .p-item .p-info-wrap .p-name {
  font-family: var(--font-fancy);
  font-size: 24px;
  font-weight: 600;
}

.people-wrap .p-item .p-info-wrap .p-contacts-wrap {
  margin-top: 55px;
}

.people-wrap .p-item .p-info-wrap .p-contacts-wrap .phone {
  color: #000;
}

.people-wrap .p-item .p-info-wrap .p-contacts-wrap .mail {
  color: var(--red);
}

.news_container .news_text {
  display: none;
}

.news_container .news_text p {
  margin: 0;
}

.inner-news-wrap {
  display: flex;
  align-items: flex-start;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 800px;
}

.inner-news-wrap a {
  color: var(--red);
}

.inner-news-wrap:nth-child(n + 2) {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.inner-news-wrap > * {
  flex: 0 0 33%;
  max-width: 33%;
}

.cert-companies-cont {
  padding: 50px var(--padding-side);
}

.cert-companies-cont h2 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.cert-companies-cont .sub-heading {
  text-align: center;
  max-width: 500px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.cert-companies-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 30px;
  column-gap: 15px;
  margin-top: 120px;
}

.cert-companies-wrap .c-item {
  box-shadow: 0px 15px 50px #e8e9ed;
  clip-path: inset(-50px -50px -50px -15px);
  background-color: #fff;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 40px;
  padding: 40px;
  border-radius: 6px;
}

.cert-companies-wrap .c-item:nth-child(2n) {
  clip-path: inset(-50px -50px -50px -50px);
}

.cert-companies-wrap .c-item-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 0;
}

.cert-companies-wrap .c-item .c-name {
  font-family: var(--font-fancy);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

.cert-companies-wrap .c-item-right {
  display: flex;
  flex-direction: column;
}

.cert-companies-wrap .c-item-right a {
  color: var(--red);
}

.cert-companies-wrap .c-item-right a.phone {
  color: #000;
}

.cert-companies-wrap .c-item-right a:hover {
  text-decoration: none;
}

.cert-companies-wrap .c-item .address p {
  margin: 0;
}

.cert-companies-wrap .pulse-circle {
  border: 1px solid #010066;
  opacity: 0.5;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation-name: pulseMove;
  animation-duration: 9s;
  animation-iteration-count: infinite;
}

.cert-companies-wrap .pulse-circle.one {
  animation-delay: 0s;
}

.cert-companies-wrap .pulse-circle.two {
  animation-delay: 1.5s;
}

.cert-companies-wrap .pulse-circle.three {
  animation-delay: 3s;
}

.cert-companies-wrap .pulse-circle.four {
  animation-delay: 4.5s;
}

.cert-companies-wrap .pulse-circle.five {
  animation-delay: 6s;
}

.cert-companies-wrap .pulse-circle.six {
  animation-delay: 7.5s;
}

.cert-companies-wrap .pulse-generator {
  background-color: #fff;
  width: 195px;
  height: 195px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.business-repre-cont .news_text_answer_inner {
  display: flex;
  justify-content: center;
  gap: 80px;
  position: relative;
  margin-bottom: 20px;
}

.business-repre-cont .news_text_answer_inner a {
  color: var(--red);
}

.business-repre-cont .news_text_answer_inner table td:last-child {
  padding-left: 8px;
}

.business-repre-cont .answer-col::after {
  right: -40px;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  background-color: #c4c4c4;
  content: " ";
}

.business-repre-cont .answer-col:last-child::after {
  display: none;
}

.business-repre-cont .news_text_answer_inner p {
  margin-top: 0;
}

.faq-cont.business-repre-cont .news_title.open::before {
  background-color: var(--blue-dark);
}

.faq-cont.business-repre-cont h2 {
  font-size: 32px;
  font-weight: 600;
}

.price_boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-top: 120px;
}

.price_boxes .price_box {
  box-shadow: 0px 15px 50px #e8e9ed;
  position: relative;
  padding: 5px;
  padding-top: 90px;
  flex-direction: column;
  display: flex;
  border-radius: 4px;
}

.price_boxes .price_box::after {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url('/gfx/svg/technician-icon.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 55px;
  content: " ";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0px 15px 50px #e8e9ed;
}

.price_boxes .price_box.instself::after {
  background-image: url('/gfx/svg/human-icon.svg');
}

.price_boxes .price_box h3 {
  text-align: center;
  margin: 0;
  padding: 15px;
  font-size: 28px;
  color: var(--blue-dark);
  font-weight: 700;
}

.price_boxes .price_box .info {
  padding: 0 40px;
  text-align: center;
  margin-top: 40px;
  order: 3;
}

.price_boxes .price_box .info_important {
  padding: 20px;
  background-color: var(--blue-dark);
  color: rgba(255,255,255,.8);
  text-align: left;
  font-weight: 500;
  /*padding-left: 80px;
  background-image: url('/gfx/svg/exclamation-icon.svg');
  background-repeat: no-repeat;
  background-position: 20px 50%;
  background-size: 30px auto;*/
  margin-top: 40px;
  order: 4;
  text-align: center;
  border-radius: 4px;

  flex-grow: 1;
}

.price_boxes .price_box .top {
  padding: 0 40px;
  text-align: center;
  order: 1;
}

.price_boxes .price_box .top-prices-box {
  display: flex;
  gap: 20px;
  padding: 0 40px;
  margin: 30px 0;
  align-items: center;
}

.price_boxes .price_box .main-price-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 auto;
}

.price_boxes .price_box .main-price-box .btn {
  margin-top: 25px;
}

.price_boxes .price_box .price {
  line-height: 1.3;
}

.price_boxes .price_box .price.wvat {
  color: var(--green);
  font-size: 42px;
  font-weight: 600;
}

.price_boxes .price_box .sale-box {
  flex: 0 0 230px;
  flex: 0 0 180px;
  padding: 20px;
  text-align: center;
  color: var(--red);
  font-weight: 600;
  background-color: #faeae5;
}

.price_boxes .price_box .sale-box p {
  margin: 0;
}

.price_boxes .price_box .prices {
  background-color: #f4f4f4;
  padding: 20px 0;
  text-align: center;
  order: 5;
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.price_boxes .price_box .prices .inquiry_wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}

.price_boxes .price_box .prices .inquiry_wrap .btn {
  min-width: 180px;
  display: inline-block;
}

.price_boxes .price_box .prices strong {
  color: var(--red);
}

.price_boxes .price_box .prices p:nth-child(2) {
  background-color: var(--green);
  color: #fff;
  padding: 10px 0;
}

.price_boxes .price_box .prices p:nth-child(2) strong {
  color: #fff;
}

.price_boxes .price_box .includes {
  padding: 0 40px;
  margin-top: 40px;
  text-align: center;
  font-weight: 700;
  order: 2;
}

.price_boxes .price_box .includes ul {
  margin: 0;
  padding: 0;
}

.price_boxes .price_box .includes ul li {
  list-style-type: none;
  padding: 20px;
  padding-left: 70px;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  text-align: left;
  font-weight: 400;
}
.lang_de .price_boxes .price_box .includes ul li:last-child,
.lang_it .price_boxes .price_box .includes ul li:last-child,
.lang_sk .price_boxes .price_box .includes ul li:last-child {
  border-bottom: none;
}

.price_boxes .price_box .includes ul li:first-child {
  border-top: 1px solid #e1e1e1;
}

.price_boxes .price_box .includes ul li::before {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 20px;
  top: 22px;
  background-color: rgba(0,0,0,0);
  content: " ";
  background-image: url("/gfx/svg/check.svg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
}










/* Footer */
.warranty-cta {
  height: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 66%;
  margin-top: 60px;
}

.warranty-cta .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  height: 100%;
}

.warranty-cta .shadow-bg {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.7;
  position: absolute;
  left: 0;
  width: 80%;
  height: 100%;
  top: 0;
}

.warranty-cta .warranty-wrap {
  transform: translateY(-50%);
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
  display: none;
}

.lang_cs .warranty-cta .warranty-wrap {
  display: block;
}

.warranty-cta .warranty-wrap.hk {
  right: auto;
  left: 0;
}

.footer-phone {
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 5px;
  padding-right: 15px;
  gap: 15px;
  text-decoration: none;
}

.footer-phone .phone-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  font-size: 12px;
  align-items: flex-start;
}


.warranty-cta .btn {
  text-align: center;
 /* width: 200px; */
  text-transform: uppercase;
  padding: 17px 20px;
}

footer {
  padding: var(--padding-side);
}

.footer-main {
  display: flex;
  gap: 40px;
}

.footer-main .info {
  flex: 1 1 auto;
}

.footer-main .info .footer-text {
  max-width: 300px;
  font-size: 14px;
}

.social-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.footer-col ul {
  margin: 0;
  padding: 0;
}

.footer-col h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: .5em;
}

.footer-col ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #787878;
  transition: var(--transition);
}

.footer-col ul li a:hover {
  color: #212121;
}

#footer_menu {
  /*display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;*/
}

.footer-bottom {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  font-size: 16px;
  color: #212121;
}

footer .comerto img {
  width: 155px;
  height: auto;
  filter: brightness(0);
  opacity: 0.3;
  transition: var(--transition);
}

footer .comerto a:hover img {
  opacity: 0.7;
}

.client-text ul {
  list-style-type: square;
}

.client-text a {
  color: var(--red);
}

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

.client-text ul::marker {
  color: var(--blue-dark);
}

.client-text h2 {
  font-size: 44px;
  margin: 40px 0 20px 0;
}

.client-video-wrap {
  display: flex;
  justify-content: center;
}

.client-table-wrap {
  margin: 2rem 0;
  max-width: 100%;
  padding: 0rem 1rem;
  overflow-x: auto;
}
.client-text table {
  border-collapse: collapse;
  border-width: 0 !important;
}



/* Parameters TABLES */


.id_page_16 .main-text .two-col-text,
.id_page_19 .main-text .two-col-text,
.id_page_36 .main-text .two-col-text
{
  display: flex;
  flex-direction: column;
}
.id_page_16 .client-table-wrap,
.id_page_19 .client-table-wrap,
.id_page_36 .client-table-wrap
{
  padding: 0;
  width: 100%;
  max-width: unset;
  overflow-x: unset;

  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.id_page_16 .client-table-wrap table,
.id_page_19 .client-table-wrap table,
.id_page_36 .client-table-wrap table
{
  width: 100%;
  max-width: 900px;
  display: table;
  border-collapse: collapse;
}
.id_page_16 .client-table-wrap table tr,
.id_page_19 .client-table-wrap table tr,
.id_page_36 .client-table-wrap table tr
{
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.id_page_16 .client-table-wrap th,
.id_page_16 .client-table-wrap td,
.id_page_19 .client-table-wrap th,
.id_page_19 .client-table-wrap td,
.id_page_36 .client-table-wrap th,
.id_page_36 .client-table-wrap td
{
  width: 100% !important;
  min-width: 350px;

  background-color: unset;
  color: var(--text-gray);
}
.id_page_16 .client-table-wrap table h3,
.id_page_19 .client-table-wrap table h3,
.id_page_36 .client-table-wrap table h3
{
  margin: 1rem 0;

  font-weight: 600;
}
.id_parent_13 .client-table-wrap th{
  font-weight: 600;
}


.client-text th,
.client-text td {
  border-width: 0 !important;
  width: 30% !important;
  min-width: 150px;
}

.client-text td {
  padding: 0.5rem 2rem;
}

.client-text th {
  background-color: var(--blue-dark);
  text-align: left;
  padding: 0.5rem 2rem;
  color: white;
}

.client-text tr:nth-child(2n) {
  background-color: #f8f8f8;
}

.pop-up-form,
.pop-up-form-partner{
  position: fixed;
  width: 100%;
  height: 101vh;
  left: 0;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.pop-up-bg {
  background-color: rgba(0, 0, 0, 0.420);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pop-up-form .form-wrap,
.pop-up-form-partner .form-wrap {
  width: 90%;
  max-width: 600px;
  height: 90%;
  max-height: 670px;
  max-height: 825px;
  background-color: var(--blue-dark);
  color: #fff;
  position: relative;

  overflow: auto;
  border-radius: 6px;
  max-height: 90%;
  height: auto;
}

.pop-up-form .form-wrap .close-btn,
.pop-up-form-partner .form-wrap .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  display: flex;
  z-index: 9;
  cursor: pointer;

  right: 32px;
  top: 32px;
}

.pop-up-form .form-wrap .close-btn::before,
.pop-up-form-partner .form-wrap .close-btn::before {
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: #fff;
  content: " ";
  width: 30px;
  height: 30px;
  transition: background-color .3s ease-in-out;
}
/*
.pop-up-form .form-wrap .close-btn:hover::before,
.pop-up-form-partner .form-wrap .close-btn:hover::before{
  background-color: #000;
}

 */
.pop-up-form .form-wrap .close-btn img,
.pop-up-form-partner .form-wrap .close-btn img {
  position: relative;
}

.pop-up-form .form-wrap .close-btn svg,
.pop-up-form-partner .form-wrap .close-btn svg{
  width: 40px;
  height: 40px;
  position: relative;
}
.pop-up-form .form-wrap .close-btn svg path,
.pop-up-form-partner .form-wrap .close-btn svg path{
  transition: .3s ease-in-out fill;
}
.pop-up-form .form-wrap .close-btn:hover svg path,
.pop-up-form-partner .form-wrap .close-btn:hover svg path{
  fill: #982701;
}


/* CZ */
.simple-form .cform_item_id_5,
.simple-form .cform_item_id_76,
.simple-form .cform_item_id_77 {
  display: none;
}
/* EN */
.simple-form .cform_item_id_10 {
  display: none;
}
/* SK */
.simple-form .cform_item_id_22,
.simple-form .cform_item_id_78,
.simple-form .cform_item_id_79 {
  display: none;
}
/* IT */
.simple-form .cform_item_id_52 {
  display: none;
}


.cform_item_id_3,
.cform_item_id_4,
.cform_item_type_textarea,
.cform_item_id_96 {
  margin-bottom: 30px;
}


.pop-up-form .form-wrap .form-inner-wrap,
.pop-up-form-partner .form-wrap .form-inner-wrap {
  padding: 30px;
  padding: 32px;
  height: 100%;
  overflow: auto;
}

.pop-up-form .form-wrap .form-inner-wrap h2,
.pop-up-form-partner .form-wrap .form-inner-wrap h2,
.pop-up-form .form-wrap .form-inner-wrap h3,
.pop-up-form-partner .form-wrap .form-inner-wrap h3{
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 600;
}
.pop-up-form .form-wrap .form-inner-wrap h2,
.pop-up-form-partner .form-wrap .form-inner-wrap h2 {
  font-size: 32px;
}

.pop-up-form-partner .form-wrap .form-inner-wrap .cform_item_type_submit{
  width: 100%;
  margin-left: auto;
  max-width: 100%;
  bottom: unset;
}



.form-label {
  position: absolute;
  font-size: 1rem;
  color: inherit;
  transition: ease-in-out .3s;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  left: 0;
  transform: translateY(-50%);
  top: -12px;
  border-radius: 5px;
  padding: 2px 6px;

  padding-top: 10px;
}

.form-label.visible {
  font-size: .85rem;
  opacity: .5;
  pointer-events: auto;
}

.usertext-gallery {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/*

.gallery-measure.usertext-gallery{
  justify-content: flex-start;
}
.gallery-measure.usertext-gallery #gallery_item_97,
.gallery-measure.usertext-gallery #gallery_item_98,
.gallery-measure.usertext-gallery #gallery_item_99,
.gallery-measure.usertext-gallery #gallery_item_100,
.gallery-measure.usertext-gallery #gallery_item_101
{
  margin: 0 auto;
}

 */

.gallery-measure.usertext-gallery:nth-of-type(-n+5){
  justify-content: flex-start;
}
.gallery-measure .gallery_info{
  text-align: center;
  margin-top: 20px;
  font-style: italic;
}
.gallery-measure.usertext-gallery .gallery_img{
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}
.gallery-measure .gallery_item img{
  margin: 0 auto;
}


.client-video-wrap {
    margin: 2rem 0;
}

.usertext-gallery .gallery_img {
    padding: 10px;
    box-shadow: 0px 15px 50px #e8e9ed;
    border-radius: 6px;
}

.two-col-text .usertext-gallery {
    column-span: all;
}

.two-col-text .client-video-wrap {
    column-span: all;
}

.articles_art_text img {
    text-align: center;
}

#submenu_text {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    padding-left: 0;
}

#submenu_text li {
    box-shadow: 0px 15px 50px #e8e9ed;
    padding: 10px 20px;
    border-radius: 6px;
}

.faq-items-wrap {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
}

.faq-text-internal {
  padding-left: 30px;
}

.faq-text-internal :first-child {
  margin-top: 0;
}



.articles_art_container h2{
  margin: 60px 0 30px 0;
}
.articles_art_container figure{
  width: 100%;
  padding: 10px;
  box-shadow: 0px 15px 50px #e8e9ed;
  border-radius: 6px;

  display: flex;
}

.articles_art_container figure a, .articles_art_container figure img{
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 100%;
}



.articles_art_container figure img{
  background: #f7f7f7;
}

.articles_art_container figure,
.articles_art_container figure .fimg_wrp,
.articles_art_container figure picture,
.articles_art_container figure img
{
  height: 100%;
  display: block;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.articles_art_container figure{
  height: 544px;
}



.articles_art_container .usertext-gallery .gallery_img{
  box-shadow: none;
  padding: 0;
  margin: 0 30px 0 0;
  border-radius: unset;

  max-width: 400px;
  /* width: 60%; */
  object-fit: cover;
  overflow: hidden;
}

.articles_art_container .usertext-gallery.gallery-measure .gallery_img{
  margin: 0 auto;
}

.articles_art_container figure figcaption{
  width: 40%;
  margin: 0 30px 0 0;
}


.gallery_blog{
  gap: 30px;
}
.articles_art_container .gallery_blog.usertext-gallery .gallery_img{
  margin: 0;
  width: 60%;
}
.articles_art_container .gallery_blog figure{
  display: flex;
  height: auto;
}
.articles_art_container .gallery_blog figure figcaption{
  margin: 0 40px;
}

@media (min-width: 1025px) {
  .articles_art_container figure figcaption{
    width: 100%;
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .articles_small_container,
  .articles_list_container{
    display: flex;
    flex-wrap: wrap;
  }
  .articles_small_item,
  .articles_list_item{
    width: calc(33.333% - 14px);
  }
}


@media (max-width: 1800px) {
  #menu {
    gap: 10px;
  }

  #menu li a {
    font-size: 16px;
  }

  .header-inner .right-side{
    gap: 20px;
  }
}

@media (max-width: 1600px) {
  .phone-btn {
    height: 45px;
    width: 45px;
  }

  .header-inner .right-side {
    gap: 15px;
  }

  .top-phone .phone-text .number {
    font-size: 17px;
  }

  .header-inner .top-phone .text {
    font-size: 12px;
  }

  .header-inner .right-side .btn {
    padding: 0 15px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .warranty-cta .btn {
    padding: 0 15px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .top-lang-wrap .lang-btn {
    height: 45px;
    width: 40px;
  }


  .lang-btn::before {
    width: 35px;
    height: 25px;
    left: 2.5px;
    top: 10px;
  }
  #menu_lang li a::before {
    width: 30px;
    height: 22px;
    left: 5px;
    top: 15px;
  }

  #menu li a {
    font-size: 14px;
  }


  header {
    height: 100px;
  }

  header.scrolled {
    height: 80px;
  }

  body {
    padding-top: 100px;
  }
}

@media (max-width: 1500px){
  .r-item .r-item-top .r-img-wrap img{
    width: 100%;
  }
  /*
  .r-item .r-item-top .r-img-wrap{
    height: 200px;
  }

   */

  header .phone-btn {
    display: none;
  }
}

@media(max-width: 1350px) {
  :root {
    --padding-side: 15px;
  }

/*
  .r-item .r-item-top .r-img-wrap{
    height: 160px;
  }

 */



  .header-inner .right-side .btn {
    font-size: 16px;
  }

  #menu {
    gap: 2px;
  }


  .logo-wrap a {
    font-size: 14px;
  }

  .logo-wrap a img {
    width: 40px;
    height: auto;
    flex: 0 0 40px;
  }

  .top-img-cont .fimg {
    width: calc(100% - 30px);
    left: 15px;
  }

  .top-img-cont .shadow-bg {
    left: 15px;
  }

  .top-img-cont .left-text strong,
  .hp-text h1 {
    font-size: 32px;
  }

  .warranty-wrapper {
    font-size: 36px;
  }

  h2 {
    font-size: 36px;
  }

  .product-list-cont::before {
    width: calc(100% - 60px);
    left: 30px;
  }

  .tab-btn {
    font-size: 20px;
  }

  .tabs-menu-wrapper {
    gap: 15px;
  }

  .ref-left-side {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .people-wrap .p-item .p-info-wrap {
    padding: 15px;
  }

  .our-happy-customers .text-link {
    font-size: 20px;
    line-height: 1.25;
  }
}

.cform_item_type_cleartext {
  font-size: 14px;
  opacity: .7;
  margin-bottom: 20px;
  line-height: 1.5;
}
.cform_item_id_120.cform_item_type_cleartext,
.cform_item_id_121.cform_item_type_cleartext {
  padding-left: 40px;
  margin-bottom: 50px;
  width: 100%;
}
.cform_item_id_120.cform_item_type_cleartext::before,
.cform_item_id_121.cform_item_type_cleartext::before {
  content: '';
  background: url("/gfx/svg/info-white.svg") no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  opacity: .7;
  display: block;

  position: absolute;
  left: 0;
  top: 9px;
}
/* for address info cleartext */
.cform_item_id_77 .form,
.cform_item_id_118 .form{
  margin-bottom: 20px;
}



.sp-text-cont .client-text #more{
  padding: 75px 0;
}




.people-gallery{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.people-gallery .gallery_name {
  grid-column: span 4;
}
.people-gallery .gallery_item{
  background: #fff;
  display: flex;
  flex-direction: column;
}
.people-gallery .gallery_item .gallery_name{
  font-family: var(--font-fancy);
  font-size: 24px;
  font-weight: 600;
  padding: 30px 15px 15px 15px;
  line-height: 1.2;
}
.people-gallery .gallery_info{
  padding: 0 15px 30px 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.people-gallery .gallery_info .contacts{
  display: flex;
  flex-direction: column;
  padding: 30px 0 0 0;
}
.people-gallery .gallery_info .position{
  flex-grow: 1;
}
.people-gallery .gallery_info .phone, .people-gallery .gallery_info .phone2{
  color: #000;
}

.people-gallery .gallery_item img{
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;

  width: 100%;
  height: 100%;
}

.people-gallery .gallery_img, .people-gallery picture{
  width: 100%;
  height: 100%;
  height: auto;
  object-fit: cover;
}





.companies-gallery{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.cert-companies-wrap{
  display: block;
  margin: 0;
}
.cert-companies-wrap .pulse-wrapper {
  margin-top: 120px;
}
.companies-gallery .gallery_name, .companies-gallery .gallery_text {
  grid-column: span 2;
}
.companies-gallery .gallery_text{
  text-align: center;
  max-width: 60%;
  margin: 0 auto 80px auto;
}

.companies-gallery .gallery_item .gallery_name{
  font-family: var(--font-fancy);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
.companies-gallery .gallery_item .gallery_name::after{
  content: '';
  background: url("/gfx/img/garance.png") no-repeat;
  background-size: cover;
  width: 53px;
  height: 53px;
  display: block;
  position: absolute;
  bottom: 0;
}


.companies-gallery .gallery_item{
  padding: 40px;
  border-radius: 6px;
  box-shadow: 0px 15px 50px #e8e9ed;
  /*clip-path: inset(-50px -50px -50px -15px);*/
  background: #fff;
  display: grid;
}
.companies-gallery .phone{
  color: #000;
}


.companies-gallery .gallery_item .gallery_name{
  grid-area: 1 / 1 / 2 / 2;
  grid-column: span 1;
}
.companies-gallery .gallery_info{
  grid-area: 1 / 2 / 2 / 3;
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 40px;
}
.companies-gallery .gallery_info .contacts{
  display: flex;
  flex-direction: column;
}


.ref-list-wrapper.clients{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ref-list-wrapper.clients .r-item-middle{
  flex-grow: unset;
  margin-bottom: 0;
}

.ref-list-wrapper.clients .r-item{
  line-height: 1.6;
  text-align: center;
  padding: 15px 15px 0 15px;
  justify-content: unset;
  justify-content: space-between;
  max-width: 300px;
  width: calc(25% - 15px);

  border: none;
}
.ref-list-wrapper.clients:hover .r-item{
  border-color: unset;
}

.param-cont-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.param-cont-wrap table {
  flex: 0 0 320px;
  border-collapse: collapse;
  font-size: 16px;
}

.param-cont-wrap table td,
.param-cont-wrap table th {
  padding: 5px;
}

.param-cont-wrap .cta-detail-box {
  flex: 1 0 420px;
  margin: 0;
}

.param-cont-wrap table td:first-child,
.param-cont-wrap table th:first-child {
  text-align: left;
  font-weight: 500;
}

.param-cont-wrap table tr:nth-child(2n) td,
.param-cont-wrap table tr:nth-child(2n) th {
  background-color: #f2f2f2;
}

.param-cont-wrap .cta-ask-text {
  font-size: 17px;
}

.param-cont-wrap .btn-ask {
  font-size: 16px;
}

.param-cont-wrap .cta-ask-box .position {
  font-size: 14px;
}

.clients .r-item .r-item-top {
  flex: unset;
  flex-grow: 1;
  margin-bottom: 10px;
}

.clients .r-item .r-item-top .r-text-wrap {
  max-height: 255px;
  overflow: clip;
  transition: var(--transition) max-height;
}

.clients .r-item-middle{
  padding: 10px 0;
  display: flex;
  border-top: 1px solid #e1e1e1;
  align-items: center;
}

.clients .r-name, .clients .r-place{
  margin: 0 auto;
}

.clients .r-item .show-more-btn {
  text-align: center;
  color: var(--red);
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 10px;
  opacity: 0;
  pointer-events: none;
}

.clients .r-item .show-more-btn.visible {
  opacity: 1;
  pointer-events: auto;
}

.clients .r-item .show-more-btn:hover {
  text-decoration: none;
}




.clients .r-item .r-item-bottom{
  margin: 0;
  padding: 10px 0;
  height: auto;
  /* flex: auto; */
  display: flex;
  justify-content: center;
  border: none;
  border-top: 1px solid #e1e1e1;
  flex-direction: column;
  gap: 5px;
}
.clients .r-item .r-product{
  display: block;
  color: var(--red);
}



@media (min-width: 1200px){
  .companies-gallery .gallery_text{
    max-width: 40%;
  }
}


@media (max-width: 1200px){
  /*
  .ref-list-wrapper.clients{
    grid-template-columns: 1fr 1fr 1fr;
  }

  .r-item .r-item-top{
    min-height: 425px;
  }

   */

  .form-fixed{
    max-width: 270px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .form-fixed .cform_container .cform_name,
  .form-fixed .cform_container form {
    padding: 15px;
  }


  .btn-ask{
    padding: 18px;
  }
  .btn-ask::before{
    display: none;
  }

  .people-gallery{
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .people-gallery .gallery_name {
    grid-column: span 2;
  }


  .companies-gallery .gallery_item{
    display: flex;
    flex-direction: column;
  }
  .companies-gallery .gallery_item .gallery_name::after {
    position: relative;
    margin: 15px 0 0 0;
  }
  .companies-gallery .gallery_name{
    padding: 0 0 30px 0;
  }
  .companies-gallery .gallery_info{
    padding: 0;
  }
}

@media (max-width: 1100px){
  /*.ref-list-wrapper.clients{
    grid-template-columns: 1fr 1fr 1fr;
  }*/

  .ref-list-wrapper.clients .r-item{
    width: calc(33.333% - 15px);
  }

  .ref-list-wrapper{
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 900px){
 /* .ref-list-wrapper.clients{
    grid-template-columns: 1fr 1fr;
  }
*/
  .ref-list-wrapper.clients .r-item{
    width: calc(50% - 15px);
  }

}

@media (max-width: 850px){
  /*
  .ref-list-wrapper,
  .ref-list-wrapper.cat {
    grid-template-columns: 1fr 1fr;
  }

   */

  .ref-list-wrapper.cat .r-item,
  .r-item{
    width: calc(50% - 10px);
  }
}

@media (max-width: 800px){
  .companies-gallery .gallery_text{
    max-width: 80%;
  }

}



@media (max-width: 700px){

  .top-img-cont .img-wrap .img-inner-wrap img{
    width: 450px;
  }

  .form-fixed{
    right: 10px;
  }
  .form-fixed .cform_container .cform_name,
  .form-fixed .cform_container form {
    padding: 10px;
  }

  .companies-gallery{
    grid-template-columns: 1fr;
  }
  .companies-gallery .gallery_name, .companies-gallery .gallery_text{
    grid-column: span 1;
  }

  .articles_art_container figure{
    flex-direction: column;
  }
  .articles_art_container .gallery_blog.usertext-gallery .gallery_img,
  .articles_art_container .usertext-gallery .gallery_img,
  .articles_art_container figure figcaption{
    width: 100%;
  }
  .articles_art_container .usertext-gallery .gallery_img{
    margin: 0;
    max-width: unset;
    max-height: 300px;
  }


  .articles_art_container .gallery_blog.usertext-gallery .gallery_img{
    max-width: unset;
  }
  .articles_art_container .gallery_blog figure figcaption{
    margin: 0;
    padding-top: 5px;
  }
}

@media (max-width: 600px){
  .pop-up-form .form-wrap .close-btn,
  .pop-up-form-partner .form-wrap .close-btn{
    top: 15px;
    right: 15px;
  }
  .pop-up-form .form-wrap .form-inner-wrap,
  .pop-up-form-partner .form-wrap .form-inner-wrap{
    padding: 32px 32px 64px 32px;
  }


  .our-happy-customers {
    flex-direction: column;
  }


  .people-gallery{
    grid-template-columns: 1fr;
  }
  .people-gallery .gallery_name {
    grid-column: span 1;
  }

  .companies-gallery .gallery_text {
    max-width: 100%;
  }

  /*
  .ref-list-wrapper.clients{
    grid-template-columns: 1fr;
  }*/

  .ref-list-wrapper.clients{
    flex-direction: column;
    align-items: center;
  }
  .ref-list-wrapper.clients .r-item{
    width: 100%;
  }

  .param-cont-wrap .cta-detail-box {
    flex: 1 1 100%;
    margin: 0;
  }

  .param-cont-wrap table {
    flex: 1 1 100%;
  }
}

@media (min-width: 1150px) {
  .cform_item_type_cleartext {
    /*
    position: absolute;
    left: 0;
    bottom: -15px;
    padding-bottom: 15px;
     */
    display: inline-block;
    width: calc(100% - 145px);
    pointer-events: none;
    margin-bottom: 0;
  }

  /*
  .cform_item_id_120.cform_item_type_cleartext,
  .cform_item_id_121.cform_item_type_cleartext {
    position: relative;
    bottom: unset;
    width: 100%;
    padding-bottom: 0;
  }

   */
  .cform_item_type_submit{
    /* padding-bottom: 15px; */

    display: inline-flex;
    justify-content: flex-end;
    max-width: 145px;
    width: 100%;
    bottom: 12px;
  }
}

.gallery-detail-cont {
  padding: 80px 20px;
  padding-bottom: 20px;
}

.gallery-detail-cont .gallery-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.gallery-detail-cont .gallery-wrap figure {
  border-radius: 5px;
  overflow: hidden;
}

.gallery-detail-cont .gallery-wrap img {
  transition: var(--transition);
}

.gallery-detail-cont .gallery-wrap img:hover {
  transform: scale(1.05, 1.05);
}

.gallery-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.gallery-grid figcaption {
  font-size: 14px;
  text-align: center;
  font-style: italic;
  position: relative;
}

.gallery-article figure{
  height: auto;
  padding: unset;
  box-shadow: unset;
  border-radius: unset;
  display: block;
}
.gallery-article figure figcaption{
  margin: 0;
  width: auto;
}
.gallery-article.usertext-gallery .gallery_img{
  margin: 0;
  max-width: unset;

  box-shadow: 0px 15px 50px #e8e9ed;
  padding: 10px;
  border-radius: 6px;
}
.gallery-article figure img {
  height: auto;
  display: block;
  width: auto;
  object-fit: cover;
  position: relative;
}



.gallery_container.gallery-perex-fw:first-of-type{
  grid-template-columns: 1fr;
  width: auto;
  max-width: 100%;
  height: 100%;
}
.gallery_container.gallery-perex-fw:first-of-type .gallery_img,
.gallery_container.gallery-perex-fw:first-of-type .gallery_img a,
.gallery_container.gallery-perex-fw:first-of-type .gallery_img picture {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.gallery_container.gallery-perex-fw:first-of-type img{
  max-width: 100%;
  position: relative;
  max-height: unset;
  height: 410px;
}
.gallery_container.gallery-perex-fw{
  grid-template-columns: 1fr 1fr;
}
.gallery_container.gallery-perex-fw img{
  line-height: 0.8;
  width: 100%;
  max-height: 400px;
  height: auto;
  object-fit: cover;
  display: block;
}


/*
.gallery_container.gallery-perex-fw:first-of-type .gallery_img a::after{
  content: '';
  background: url("/data/gallery_26/169-drypol-elektroosmoza-pro-cesko_thumb.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  filter: blur(1rem);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -1;
  opacity: 0.25;
}

.gallery_container.gallery-perex-fw:first-of-type img{
  object-position: 100% 30%;
  width: 700px;
}

 */


@media(max-width: 1700px) {
  .header-inner .right-side .btn .none{
    display: none;
  }
  .header-inner .right-side .btn .text{
    text-transform: capitalize;
  }
}

@media(max-width: 1450px) {

  .detail-bg-wrapper {
    grid-template-columns: 11fr 9fr;
  }
}


@media(max-width: 1300px) {
  .gallery_container.gallery-perex-fw:first-of-type img{
    height: 350px;
  }

  .top-detail-inner{
    gap: 0px;
  }

  .product-top-info-wrap h1 {
    font-size: 32px;
  }
}

@media(max-width: 1200px) {
  .header-inner .right-side .btn .none{
    display: none;
  }
  .header-inner .right-side .btn .text{
    text-transform: capitalize;
  }

  #menu li a {
    font-size: 12px;
  }
}

@media(max-width: 1100px) {
  .menu-wrap {
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(105%);
    transition: var(--transition);
    height: 100vh;
    background-color: #fff;
    width: calc(100vw - 160px);
    -webkit-box-shadow: -3px 0px 30px 0px rgba(102,102,102,1);
    -moz-box-shadow: -3px 0px 30px 0px rgba(102,102,102,1);
    box-shadow: -3px 0px 30px 0px rgba(102,102,102,1);
    flex-direction: column;
    display: flex;
    justify-content: center;
  }
  .menu-wrap.opened {
    transform: translateX(0);
  }
  #menu {
    flex-direction: column;
    overflow: auto;
    padding: 20px;
    background-color: #fff;
    display: flex;
    height: auto;
    width: 100%;
  }
  #menu li a {
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
  }
  #small_menu {
    position: relative;
    right: 0;
    font-size: 18px;
    font-weight: 700;
    background-color: transparent;
    border: none;
    outline: none;
    top: 0;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 9;
    cursor: pointer;
    transition: ease-in-out .5s;
    background-color: var(--blue-dark);
    border-radius: 4px;
  }
  #small_menu .line.first {
    transform: rotate(0deg);
    top: 15px;
  }
  #small_menu .line.second {
    display: block;
    top: 22px;
  }
  #small_menu .line.third {
    transform: rotate(0deg);
    top: 29px;
  }
  #small_menu .line {
    width: 25px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 10px;
    transition: all 0.3s;
  }

  .header-inner .top-phone .phone-btn {
    display: flex;
  }
  .header-inner .top-phone .phone-text {
    display: none;
  }
  .header-inner .open-form .mobile-mail {
    display: block;
  }
  .header-inner .open-form .text {
    display: none;
  }
  .header-inner .right-side .btn {
    width: 45px;
    padding: 0;
  }

}

@media(max-width: 900px) {
  .gallery_container.gallery-perex-fw:first-of-type img{
    height: 250px;
  }

  .id_page_16 .main-text .two-col-text,
  .id_page_19 .main-text .two-col-text,
  .id_page_36 .main-text .two-col-text
  {
    display: block;
  }
  .id_page_16 .client-table-wrap,
  .id_page_19 .client-table-wrap,
  .id_page_36 .client-table-wrap
  {
    overflow-x: auto;
    width: auto;
  }
  .id_page_16 .client-table-wrap th,
  .id_page_16 .client-table-wrap td,
  .id_page_19 .client-table-wrap th,
  .id_page_19 .client-table-wrap td,
  .id_page_36 .client-table-wrap th,
  .id_page_36 .client-table-wrap td
  {
    width: 50% !important;
    min-width: 150px;
  }
}

@media(max-width: 700px) {
  .gallery_container.gallery-perex-fw:first-of-type img{
    height: 180px;
  }
}

@media (max-width: 590px){
  .ref-list-wrapper.cat .r-item,
  .r-item{
    width: 100%;
  }
}

@media(max-width: 550px) {
  .cta-detail-box.cta-ask-box{
    flex-direction: column;
    justify-content: center;
    padding: 40px;
  }
  .cta-ask-person,
  .cta-ask-text{
    width: 100%;
  }

  .top-img-cont .img-wrap .img-inner-wrap img{
    width: 350px;
  }
}

@media(max-width: 450px) {
  .cta-inner-wrap{
    flex-direction: column-reverse;
  }

  .articles_art_image_main{
    height: 250px;
  }

  .top-img-cont .img-wrap .img-inner-wrap img{
    width: 280px;
  }

  .gallery_container.gallery-perex-fw:first-of-type img{
    height: 140px;
  }
}

@media(max-width: 400px) {
  .cta-detail-box.cta-ask-box{
    padding: 30px;
  }
}


footer #menu_lang {
	padding: 0;
	margin: 0;
	display: flex;
	list-style-type: none;
	gap: 10px;
	color: #000;
}

footer #menu_lang a {
	padding: 5px 10px;
	border: 1px solid #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: var(--transition);
	color: #000;
	border-radius: 4px;

  position: relative;
}


footer #menu_lang li a::before {
  content: '';
  width: 35px;
  height: 25px;
  position: absolute;
  left: 2px;
  top: 6px;
}

footer #menu_lang a:hover,
footer #menu_lang a.active {
	background-color: #f5f5f5;
}

#references-list {
  scroll-margin: -60px;
}


.pop-up-form .cform_container {
  display: none;
}

















/* Filters - copied, basic stuff */
.filter_container {
	margin: 25px 0;
  margin-top: 0;
	width: 100%;
	background-color: #f1f1f1;
	padding: 15px;
}

.filter_chooser {
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.filter_chooser_name {
	font-size: .85rem;
	position: relative;
	top: 0;
	margin-right: 20px;
}

.filter_chooser .filter_name {
	font-weight: 400;
	border: 1px solid #E3E3E3;
	padding: 5px 10px;
	padding-left: 10px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
	flex: 1 1 auto;
	max-width: 200px;
	min-width: fit-content;
	text-align: center;
	background-color: #fff;
	position: relative;
	cursor: pointer;
	padding-left: 10px;
  top: 0;
}

.filter_chooser .filter_name.chosen {
	border-bottom: 2px solid var(--green);
}

.filter_name {
	font-weight: 400;
	display: inline-block;
	font-size: .85rem;
	position: relative;
	top: 7px;
}

.filter_groups {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}

.filter_actions.top .paging {
  margin-top: 0;
}

.filter_group {
	display: none;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	padding: 20px 0;
	border-bottom: 1px solid #000;
}

.filter_group_name {
	width: 10%;
	min-width: 10rem;
}

.filter_group_items, .selected_items {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 0.5em;
	flex: 1 1 auto;
}

.filter_name {
	font-weight: 400;
	display: inline-block;
	position: relative;
	top: 5px;
}

.filter_group.showed {
  display: flex;
}

.filter_item {
	padding: .25em 0.5em;
	border: 1px solid rgba(112,112,112,.35);
	text-decoration: none;
	color: inherit;
	transition: var(--transition);
	display: inline-block;
	width: 19%;
	text-align: right;
	position: relative;
  line-height: 1.2;
}

@media(max-width: 1260px) {
  .filter_item {
    width: auto;
  }
}

@media(max-width: 767px) {
  .filter_group,
  .filter_selected {
    flex-direction: column;
  }
}

.filter_item.unavailable {
  opacity: .3;
  pointer-events: none;
}

.filter_item.selected {
	border-color: var(--green);
}

.filter_item_name {
	display: inline;
	padding-left: 30px;
	font-size: .9rem;
}

.filter_item_count {
	display: inline-block;
	color: inherit;
	opacity: .5;
	position: absolute;
	left: 10px;
	top: 7px;
  font-size: .85rem;
}

.filter_actions.bottom {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
  background-color: #fff;
  padding: 20px;
  align-items: center;
  border-radius: 5px;
}

.ref-list-wrapper + .filter_actions.bottom {
  margin-top: -30px;
}

.filter_chooser .filter_name.important_no {
  display: none;
}

.filter_chooser .filter_name.important_no.showed {
  display: block;
}

.filter_chooser .btn {
  line-height: 1;
  padding: 7px 10px;
  font-size: 1rem;
  cursor: pointer;
}

.filter_selected {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}

.filter_selected .selected_name {
  width: auto;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  top: 1px;
}

.selected_items .filter_item {
  width: auto;
}


.filter_actions.top {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
  
  width: 100%;
}

.filter_actions_center {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
}

.filter_filter_name {
  font-size: .85rem;
}

.filter_item_symbol {
  color: var(--red);
}

.paging {
	display: flex;
	gap: 5px;
	justify-content: flex-end;
}

.paging_item.inactive {
	display: none;
}

.paging_numbers,
.paging_navnl,
.paging_navfp {
	display: flex;
	gap: 5px;
}

.paging_navnl,
.paging_navfp {
	font-weight: 100;
}

.paging_item a {
	display: flex;
	width: 38px;
	height: 38px;
	justify-content: center;
	align-items: center;
	line-height: 1;
	transition: var(--transition);
	border: 1px solid #f1f1f1;
	text-decoration: none;
	border-radius: 5px;
	color: #000;
}

.paging_item a:hover {
	border-color: var(--green);
}

.paging_item a.active {
	background-color: var(--green);
	color: #fff;
}

@media (max-width: 767px) {
  .filter_actions.top {
    display: flex;
    flex-direction: column;
    gap: 15px
  }

  .filter_actions.bottom {
    display: flex;
    flex-direction: column;
    gap: 15px
  }

  .filter_actions.top .paging {
    justify-content: center;
  }
}




/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaWzU.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaWzU.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaWzU.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaWzU.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaWzU.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaWzU.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaWzU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaWzU.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaWzU.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaWzU.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaWzU.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaWzU.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaWzU.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaWzU.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaWzU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaWzU.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaWzU.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaWzU.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaWzU.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaWzU.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaWzU.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaWzU.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaWzU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaWzU.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v19/NaPAcZTIAOhVxoMyOr9n_E7fdMbWAaxWXr0.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v19/NaPAcZTIAOhVxoMyOr9n_E7fdMbWD6xW.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v19/NaPFcZTIAOhVxoMyOr9n_E7fdMbe0IhDb5yciWM.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v19/NaPFcZTIAOhVxoMyOr9n_E7fdMbe0IhDYZyc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v19/NaPFcZTIAOhVxoMyOr9n_E7fdMbetIlDb5yciWM.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v19/NaPFcZTIAOhVxoMyOr9n_E7fdMbetIlDYZyc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v19/NaPecZTIAOhVxoMyOr9n_E7fdM3mDbRS.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v19/NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v19/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGIVzY4SY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v19/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGItzYw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v19/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGIVzY4SY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v19/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGItzYw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}