/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 10 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 10 version
*/

/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/

@font-face {
  font-family: "Gilroy";
  src: url("/css/fonts/Gilroy-Regular.woff2") format("woff2"),
    url("/css/fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("/css/fonts/Gilroy-Medium.woff2") format("woff2"),
    url("/css/fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("/css/fonts/Gilroy-Semibold.woff2") format("woff2"),
    url("/css/fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("/css/fonts/Gilroy-Bold.woff2") format("woff2"),
    url("/css/fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
 ========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
 ========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Gilroy";
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
  margin: 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 87px;
}

h2 {
  font-size: 48px;
  line-height: 59px;
  margin: 0;
  position: relative;
  color: #272727;
  font-weight: 700;
}

h3 {
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  position: relative;
  font-weight: 700;
  color: #272727;
}

h4 {
  font-size: 28px;
  line-height: 30px;
  color: #272727;
  font-weight: 700;
}

.common-title {
  font-size: 24px;
  line-height: 30px;
  color: #272727;
  font-weight: 700;
  margin-bottom: 10px;
}

/**
* Reset margin and padding
* 
*/

p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 180%;
  color: #272727;
}

/* Grouping content
 ========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 ========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
  text-decoration: none;
  color: #fff;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 ========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
  border: 0;
}

img[data-object-fit="cover"] {
  -o-object-fit: cover;
  object-fit: cover;
}

/* Forms
 ========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */

  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
  /*remove the resize handle on the bottom right*/
}

/* CLEAR NATIVE X IN IE IN FORM FIELDS */
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

figure {
  margin: 0;
  padding: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  appearance: textfield;
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 ========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
 ========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/

/* ==========================================================================
 Base styles: opinionated defaults
 ========================================================================== */

/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
* A better looking default horizontal rule
*/

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

/*
* Remove default fieldset styles.
*/

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/

textarea {
  resize: vertical;
}

/* ==========================================================================
 Author's custom styles
 ========================================================================== */

/* ==========================================================================
 Helper classes
 ========================================================================== */

/*
* Hide visually and from screen readers
*/

.hidden,
[hidden] {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
 EXAMPLE Media Queries for Responsive Design.
 These examples override the primary ('mobile first') styles.
 Modify as content requires.
 ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(-o-min-device-pixel-ratio: 5/4),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
 Print styles.
 Inlined to avoid the additional HTTP request:
 https://www.phpied.com/delay-loading-your-print-css/
 ========================================================================== */

@media print {

  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
 * Don't show links that are fragment identifiers,
 * or use the `javascript:` pseudo protocol
 */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
 * Printing Tables:
 * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
 */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* CUSTOM CSS */

/* COMMON CSS */
.container-large {
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
}

/*.container {
max-width: 1435px;
padding: 0 20px;
margin: 0 auto;
width: 100%;
}*/

.container {
  max-width: 1495px;
  padding: 0 50px;
  margin: 0 auto;
  width: 100%;
}

.text-spacing {
  margin: 20px 0 16px;
}

.btn {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fdfdfd;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  padding: 17px 36px;
}

.btn-1 .btn__shape {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.btn-1 .btn__shape rect {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

/*.btn-1:hover {
background: rgba(225, 51, 45, 0);
letter-spacing: 1px;
}
.btn-1:hover .btn__shape rect {
stroke-width: 5;
stroke-dasharray: 15, 10;
stroke-dashoffset: 48;
-webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}*/

.btn--blue {
  color: #0078c1;
}

.btn--blue .btn__shape rect {
  fill: none;
  stroke: #0078c1;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.btn__arrow {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  left: 0;
}

.btn:hover .btn__arrow {
  left: -95%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn__txt {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  left: 0;
}

.modal__footer-col-btn .btn:hover .btn__txt {
  left: 14%;
}

.btn:hover .btn__txt {
  left: 25%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.main-link {
  color: #0078c1;
  text-decoration: underline;
  font-weight: 500;
  font-size: 18px;
}

.main-link-h3 {
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  position: relative;
  font-weight: 700;
}

.font-regular {
  font-weight: 400;
}

/*.main-link a{
  color: #0078c1;

}*/

.anex-ex {
  width: 500px !important;
}

.link {
  position: relative;
  transition: -webkit-clip-path 275ms ease;
  -webkit-transition: -webkit-clip-path 275ms ease;
  -o-transition: clip-path 275ms ease;
  transition: clip-path 275ms ease;
  transition: clip-path 275ms ease, -webkit-clip-path 275ms ease;
}

/*.link:hover span::before,
.link:focus span::before {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}*/

.link span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.link span::before {
  position: absolute;
  content: attr(data-content);
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  transition: -webkit-clip-path 275ms ease;
  -webkit-transition: -webkit-clip-path 275ms ease;
  -o-transition: clip-path 275ms ease;
  transition: clip-path 275ms ease;
  transition: clip-path 275ms ease, -webkit-clip-path 275ms ease;
  padding-bottom: 5px;
}

span.dashed::before {
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
}

.double-lay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.double-lay__small {
  width: 40%;
}

.double-lay__big {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.raise img {
  width: 160px;
}

.raise {
  --hover: #000;
  color: var(--color);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  margin: 10px 0;
}

.raise:hover,
.raise:focus {
  -webkit-box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  -webkit-transform: translateY(-0.25em);
  -ms-transform: translateY(-0.25em);
  transform: translateY(-0.25em);
}

/* END COMMON CSS */

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dots {
  position: absolute;
  right: 20px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  z-index: 100;
}

.slick-dots li {
  position: relative;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  width: 12px;
  height: 12px;
  margin: 0 0 44px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active {
  background-color: #5ec3ff;
}

.header__intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.intro-text--medium {
  font-weight: 500;
}

.intro-text--spaced {
  margin-top: 24px;
}

.intro-text-small {
  font-size: 14px;
  line-height: 17px;
}

.intro-divider {
  background: #c7c8ca;
  border: 0;
  height: 1px;
  margin: 0;
}

.header__intro--sticky {
  background-color: #0078c1;
  padding-bottom: 25px;
}

@media only screen and (max-width: 480px) {
  .header__intro--sticky {
    padding-bottom: 0;
  }
}

.header__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__intro-lay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__bound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 63px;
  position: relative;
  z-index: 99999;
  cursor: pointer;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__lang {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  margin: 0 18px 0 0;
  position: relative;
  font-size: 14px;
}

.header__lang-ghost {
  position: absolute;
  left: 0;
  top: 20px;
  display: none;
  background: #fff;
  color: #0078c1;
  cursor: pointer;
  margin-top: 5px;
}

.header__lang-single {
  display: flex;
  justify-content: start;
  padding: 5px 6px;
  margin-bottom: 5px;
  color: #0078c1;
  font-weight: 700;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.75px;
  width: 100%;
}

.header__lang-single a {
  color: #0078c1;
}

.header__lang-single:hover {
  background-color: #0078c1;
  color: #fff;
}

.header__lang-single:last-of-type {
  margin-bottom: 0;
}

.header__lang-index {
  z-index: 0;
}

.nav--anim {
  --duration: 0.5s;
  --easing: ease-in-out;
}

.nav--shadow {
  -webkit-box-shadow: 0px 0px 10px #ced4da;
  box-shadow: 0px 0px 10px #ced4da;
  -webkit-transition: 7s;
  -o-transition: 7s;
  transition: 7s;
}

.header__inner {
  height: 367px;
  max-height: 100%;
  padding: 30px 0;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-blend-mode: normal, normal, multiply, normal;
}

.header__inner-lay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__crumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.header__crumb-lead {
  margin-right: 10px;
}

.header__crumb-text {
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.header__crumb-text:after {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
}

.header__crumb-text:last-child::after {
  content: "";
}

.header__crumb-text-foto {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.header__crumb-link {
  font-weight: 700;
}

.header__right {
  /*padding-bottom: 10px;*/
  display: flex;
}

/* END OF HEADER */

.main-nav {
  width: 220px;
  position: absolute;
  right: 0;
  margin: 0;
}

.main-nav ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-nav a {
  display: block;
  text-decoration: none;
  background: #fff;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: color var(--duration) var(--easing),
    -webkit-transform var(--duration) var(--easing);
  transition: color var(--duration) var(--easing),
    -webkit-transform var(--duration) var(--easing);
  -o-transition: transform var(--duration) var(--easing),
    color var(--duration) var(--easing);
  transition: transform var(--duration) var(--easing),
    color var(--duration) var(--easing);
  transition: transform var(--duration) var(--easing),
    color var(--duration) var(--easing),
    -webkit-transform var(--duration) var(--easing);
  -webkit-transition-delay: var(--delay-out);
  -o-transition-delay: var(--delay-out);
  transition-delay: var(--delay-out);
  padding: 1em 1.52em;
  color: #272727;
}

.main-nav a:hover {
  background: #efefef;
}

.main-nav .sub-menu a {
  font-size: 0.9em;
  color: #666666;
  border-left: 2em solid white;
  padding: 0.75em;
  background: -o-linear-gradient(left, #ddd 2px, #fff 2px);
  background: linear-gradient(to right, #ddd 2px, #fff 2px);
}

.main-nav .sub-menu a:hover {
  background: -o-linear-gradient(left, #ddd 2px, #efefef 2px);
  background: linear-gradient(to right, #ddd 2px, #efefef 2px);
}

.main-nav .main-nav__header {
  display: block;
  background: #0078c1;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: color var(--duration) var(--easing),
    -webkit-transform var(--duration) var(--easing);
  transition: color var(--duration) var(--easing),
    -webkit-transform var(--duration) var(--easing);
  -o-transition: transform var(--duration) var(--easing),
    color var(--duration) var(--easing);
  transition: transform var(--duration) var(--easing),
    color var(--duration) var(--easing);
  transition: transform var(--duration) var(--easing),
    color var(--duration) var(--easing),
    -webkit-transform var(--duration) var(--easing);
  -webkit-transition-delay: var(--delay-out);
  -o-transition-delay: var(--delay-out);
  transition-delay: var(--delay-out);
  padding: 1em 1.52em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav .main-nav__header span {
  border: none;
  background: transparent;
  font-size: 1.5em;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  float: right;
}

.main-nav .main-nav__footer button {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  padding: calc(1em - 2px);
  width: 100%;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: -webkit-transform var(--duration) var(--easing);
  transition: -webkit-transform var(--duration) var(--easing);
  -o-transition: transform var(--duration) var(--easing);
  transition: transform var(--duration) var(--easing);
  transition: transform var(--duration) var(--easing),
    -webkit-transform var(--duration) var(--easing);
  transition: transform var(--duration) var(--easing),
    -webkit-transform var(--duration) var(--easing);
  -webkit-transition-delay: calc(var(--duration) + (0.1s * (var(--count) / 2)));
  -o-transition-delay: calc(var(--duration) + (0.1s * (var(--count) / 2)));
  transition-delay: calc(var(--duration) + (0.1s * (var(--count) / 2)));
  cursor: pointer;
  outline: none;
  background: #cdcdcd;
  opacity: 0;
}

.main-nav.closed a,
.main-nav.closed .main-nav__header {
  -webkit-transform: translateY(calc(var(--top) * -1)) scaleY(0.1) scaleX(0.2);
  -ms-transform: translateY(calc(var(--top) * -1)) scaleY(0.1) scaleX(0.2);
  transform: translateY(calc(var(--top) * -1)) scaleY(0.1) scaleX(0.2);
  -webkit-transition-delay: var(--delay-in);
  -o-transition-delay: var(--delay-in);
  transition-delay: var(--delay-in);
  color: transparent;
}

.main-nav.closed .main-nav__footer button {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scaleY(0.7) scaleX(0.2);
  -ms-transform: scaleY(0.7) scaleX(0.2);
  transform: scaleY(0.7) scaleX(0.2);
}

/* promenjen height sa 1000px na 100vh da bi zauzeo celu visinu ekrana na pocetnoj */
.hero-slider__slide {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-slider__slide::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  content: "";
  background: -o-linear-gradient(3.75deg,
      rgba(0, 0, 0, 0.6) 16.52%,
      rgba(255, 255, 255, 0) 75.12%);
  background: linear-gradient(86.25deg,
      rgba(0, 0, 0, 0.6) 16.52%,
      rgba(255, 255, 255, 0) 75.12%);
}

.hero-slider__slide .container {
  height: 100%;
  width: 100%;
}

.hero-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-slider__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-slider__content {
  position: relative;
  -ms-flex-line-pack: center;
  align-content: center;
  z-index: 9999;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 591px;
  padding-bottom: 10%;
}

.hero-slider__content p {
  margin: 32px 0;
  color: #fff;
  line-height: 180%;
  max-width: 480px;
  font-size: 21px;
  line-height: 180%;
}

.hero-slider__content .btn {
  border-color: #fdfdfd;
}

.hero-slider__layout {
  position: relative;
}

.hero-slider__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  /*z-index: 9999;*/
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.hero-slider__footer .btn {
  height: auto;
  padding: 0;
  border: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 20px;
}

.hero-slider__footer-col {
  padding: 33px 50px 28px 100px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.hero-slider__footer-hover {
  display: inline-block;
  position: relative;
  padding: 0px 20px 15px;
}

.hero-slider__footer-gpn {
  display: inline-block;
  position: relative;
  padding: 0px 20px 15px;
}

.hero-slider__footer-hover::before,
.hero-slider__footer-hover::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.draw {
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}

.draw::before,
.draw::after {
  border: 3px solid transparent;
  width: 0;
  height: 0;
}

.draw::before {
  top: 0;
  left: 0;
}

.draw::after {
  bottom: 0;
  right: 0;
}

.draw:hover::before,
.draw:hover::after {
  width: 100%;
  height: 100%;
}

.draw:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  -o-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.draw:hover::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s,
    height 0.25s ease-out 0.75s;
  -o-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s,
    height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s,
    height 0.25s ease-out 0.75s;
}

.hero-slider__footer-hover:hover .hero-slider__divider {
  display: none;
}

.hero-slider__footer-col p {
  font-size: 16px;
  line-height: 19px;
  margin-top: 5px;
  color: #fff;
}

.hero-slider__footer-title {
  padding-top: 10px;
  color: #fff;
  display: block;
}

.hero-slider__divider {
  position: absolute;
  left: -20px;
  top: -20px;
}

/* HIGHLIGHT SECTION */
.highlight {
  background: -o-linear-gradient(left, #0079c1 0%, #62a7d5 100%);
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#0079c1),
      to(#62a7d5));
  background: linear-gradient(90deg, #0079c1 0%, #62a7d5 100%);
  color: #fff;
  padding: 86.5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.highlight .container {
  position: relative;
}

.highlight__title {
  max-width: 1250px;
  margin: 0 auto;
  color: #fff;
}

.highlight__quote {
  position: absolute;
  top: 50%;
  left: 0%;
  margin: 0;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/* SUPPLY SECTION */
.supply {
  position: relative;
  padding: 71px 0;
}

.supply .double-lay {
  height: 714px;
}

.supply__text {
  max-width: 412px;
  margin-bottom: 70px;
  margin-top: 20px;
}

.supply__divider {
  position: absolute;
  top: -10px;
  left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.supply__image {
  position: absolute;
  right: 0;
  margin: 0;
  width: 944px;
  max-width: 944px;
  max-height: 714px;
  top: 50%;
  left: auto;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.phones__image {
  position: absolute;
  left: 0;
  margin: 0;
  width: 944px;
  max-width: 944px;
  max-height: 714px;
  top: 50%;
  right: auto;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.supply__image img,
.phones__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.supply__lead-text {
  margin-bottom: 30px;
  margin-top: 20px;
}

.supply__follow-text {
  margin-bottom: 30px;
}

/* CSRM */
/*.csrm {
  position: relative;
  height: 914px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}*/

.csrm {
  position: relative;
  height: 714px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.csrm__image {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.csrm__image:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(bottom,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 32.98%),
    -o-linear-gradient(9.6deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 77.7%);
  background: linear-gradient(360deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 32.98%),
    linear-gradient(80.4deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 77.7%);
}

.csrm__image img {
  width: 100%;
  height: 100%;
  -o-object-position: left;
  object-position: left;
  -o-object-fit: cover;
  object-fit: cover;
}

/*.csrm__content {
  position: relative;
  z-index: 2;
  padding-top: 25%;
}*/

.csrm__content {
  position: relative;
  z-index: 2;
  padding-top: 15%;
}

.csrm__content h2 {
  color: #fff;
}

.csrm__lay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 980px;
  width: 100%;
  margin-top: 30px;
}

.csrm__col {
  width: calc(50% - 30px);
}

.csrm__col p {
  color: #fff;
  margin-bottom: 30px;
}

/* APP */

.app {
  padding: 128px 0 128px;
  position: relative;
}

.app .double-lay {
  height: 714px;
}

.app__title {
  max-width: 490px;
}

.app__shape {
  position: absolute;
  margin-top: -50px;
  margin-left: -190px;
  z-index: -1;
}

.app__lead {
  margin-top: 24px;
  max-width: 670px;
  margin-bottom: 51px;
}

.app__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 54px;
}

.app__heading--size {
  width: 60%;
}

.app__num {
  background-color: #097dc3;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  position: absolute;
  left: 0px;
}

.app__text:last-of-type {
  margin-bottom: 49px;
}

.app__text-col {
  width: 48%;
}

.app__text-col p {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-left: 60px;
}

.app__apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.app__apps a {
  margin-right: 40px;
}

.app__image {
  position: absolute;
  left: 100px;
  margin: 0;
  max-width: 714px;
  max-height: 714px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.app__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* FOOTER */
.footer {
  background-color: #0078c1;
  color: #fff;
}

.footer p {
  color: #fff;
  letter-spacing: -0.01em;
  font-size: 16px;
  line-height: 24px;
  padding-left: 35px;
  font-weight: 500;
}

.footer__lay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 76px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.footer__nav__item {
  margin-left: 24px;
}

.footer__col {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__copy {
  background-color: #003e64;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  padding: 27px 20px;
}

.footer__copy a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}

.footer__copy a:hover {
  color: #0078c1;
}

/* OTVORENI TENDERI */

.option {
  padding: 55px 0 123px;
}

.option__lay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
}

.option__radio {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 120px;
  color: #858585;
  font-size: 18px;
  line-height: 180%;
}

.option__radio--active {
  font-weight: 600;
}

/* Hide the browser's default radio button */
.option__radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.option__checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #0079c1;
}

/* When the radio button is checked, add a blue background */
.option__radio input:checked~.option__checkmark {
  background-color: transparent;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.option__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.option__radio input:checked~.option__checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.option__radio .option__checkmark:after {
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0079c1;
}

.option__divider {
  background-color: #c7c8ca;
  height: 1px;
  margin: 24px 0 16px;
  border: 0;
}

.option__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.option__input {
  max-width: 1139px;
  width: 100%;
  position: relative;
  height: 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.option__input-nr {
  /*max-width: 1139px;*/
  width: 100%;
  position: relative;
  height: 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.option__input-aukcije {
  width: 100%;
  position: relative;
  height: 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.option__input--full {
  max-width: 100%;
}

.option__input input:focus {
  -webkit-box-shadow: 0 0 5px rgba(0, 121, 193, 1);
  box-shadow: 0 0 5px rgba(0, 121, 193, 1);
  outline: 0;
  border: 1px solid rgba(0, 121, 193, 1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.option__search {
  position: absolute;
  right: 13px;
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.option__input__field {
  border: 1px solid #0079c1;
  width: 100%;
  padding-left: 12px;
  padding-right: 45px;
  height: 100%;
}

.option__input__field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bdbdbd;
  letter-spacing: -0.01em;
  font-size: 18px;
}

.option__input__field::-moz-placeholder {
  /* Firefox 19+ */
  color: #bdbdbd;
  letter-spacing: -0.01em;
  font-size: 18px;
}

.option__input__field:-ms-input-placeholder {
  /* IE 10+ */
  color: #bdbdbd;
  letter-spacing: -0.01em;
  font-size: 18px;
}

.option__input__field:-moz-placeholder {
  /* Firefox 18- */
  color: #bdbdbd;
  letter-spacing: -0.01em;
  font-size: 18px;
}

.option__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 50px;
  cursor: pointer;
}

.option__filter a {
  color: #0078c1;
}

.option__filter-text {
  margin: 0 30px 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #858585;
  cursor: pointer;
}

.option__filter-close {
  display: none;
}

.option__filter-open--active {
  display: none;
}

.option__filter-close--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.option__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.option__arrow--active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btnshow {
  color: #0078c1;
  padding-right: 30px;
  padding-left: 10px;
}

.option__ghost {
  display: none;
}

.option__ghost-row {
  margin-bottom: 24px;
}

.option__ghost-row--four {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.option__ghost-row--double {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.option__ghost-row--three {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.option__ghost-row--three {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.option__ghost-col {
  position: relative;
  border: 1px solid #c7c8ca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 40px 8px 27px;
  cursor: pointer;
  min-height: 50px;
}

.option__ghost-col--four {
  width: calc(25% - 12px);
}

.option__ghost-field {
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 180%;
  color: #858585;
  border: 0;
}

.option__ghost-field:focus {
  outline: 0;
  border: 0;
}

.option__ghost-title {
  color: #0078c1;
  letter-spacing: -0.01em;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.option__ghost-icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  top: 50%;
  left: auto;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 10;
  /*background: #fff;*/
  /*pointer-events: none;*/
  padding-right: 26px;
}

.option__ghost-icon--active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -5px;
  margin-right: 25px;
}

.option-ghost-divider {
  height: 1px;
  border: 0;
  margin: 23px 0;
  /*display: none;*/
  background: rgba(199, 200, 202, 0.32);
}

.option__ghost-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #858585;
  font-size: 18px;
  line-height: 180%;
}

.option__ghost-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #858585;
  font-size: 18px;
  line-height: 180%;
}

.option__ghost-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #858585;
  font-size: 18px;
  line-height: 180%;
}

.option__ghost-field:-moz-placeholder {
  /* Firefox 18- */
  color: #858585;
  font-size: 18px;
  line-height: 180%;
}

.option__list {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #c7c8ca;
  display: none;
}

.option__list--active {
  display: block;
}

.option__list-item {
  border-bottom: 1px solid #c7c8ca;
  padding: 8px 20px;
  cursor: pointer;
  font-size: 18px;
  line-height: 180%;
  color: #858585;
}

.option__list-item:hover {
  background-color: #0078c1;
  color: #fff;
}

.option__list-item:last-of-type {
  border-bottom: none;
}

.option__list-item:first-child {
  display: block;
}

.option__ghost-col--full {
  width: 100%;
}

.option__ghost-result {
  font-size: 18px;
  line-height: 180%;
  color: #858585;
}

.cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-bottom: 214px;
}

.cards .btn {
  background-color: #fff;
}

.cards__item {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 30px rgba(32, 32, 32, 0.1);
  box-shadow: 2px 2px 30px rgba(32, 32, 32, 0.1);
  padding: 33px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cards__status {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cards__status-info {
  color: #18a54b;
}

.cards__status-info--closed {
  color: #ffd600;
}

.cards__status-info--canceld {
  color: #d91a21;
}

.cards__status-info--updated {
  color: #0078c1;
}

.cards__status-number {
  color: #858585;
}

.cards__status-cube {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 16px;
}

.cards__status-cube--active {
  background: #18a54b;
}

.cards__status-cube--closed {
  background: #ffd600;
}

.cards__status-cube--canceld {
  background: #d91a21;
}

.cards__status-cube--updated {
  background: #0078c1;
}

.cards__title {
  font-size: 18px;
  color: #0078c1;
  line-height: 22px;
  margin: 0;
  font-weight: 600;
  margin: 24px 0;
}

.cards__title a {
  color: #0078c1;
}

.cards__divider {
  background: #c7c8ca;
  height: 1px;
  border: 0;
  margin: 0;
  /*margin-top: auto;*/
}

.cards__col {
  /*width: 33.3%;*/
  padding-right: 20px;
}

.cards__col--left {
  width: 60%;
}

.cards__col--right {
  width: 40%;
}

.date-span {
  display: inline-block;
  margin-left: auto;
  padding-left: 5px;
}

.cards__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 16px;
  margin-top: 24px;
}

.cards__email {
  word-break: break-all;
}

.cards__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
}

.cards__icon path {
  fill: #000;
}

.cards__content-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.cards__content-notice {
  color: #858585;
}

.cards__content-notice a {
  color: #0079c1 !important;
  text-decoration: underline !important;
}

.cards__icon--notice path {
  fill: #858585;
}

.cards__icon--highlight path {
  fill: #077dc5;
}

.cards__content-highlight {
  color: #077dc5;
  font-weight: 600;
}

.cards__link {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 122px;
}

.pagination__col {
  width: 33.3%;
}

.pagination__col--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.pagination__col--end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pagination__more {
  font-size: 18px;
  line-height: 150%;
  color: #272727;
  font-weight: 500;
  margin-right: 24px;
}

.pagination__more-num {
  font-size: 14px;
  line-height: 17px;
  color: #077dc5;
  font-weight: 700;
  margin-right: 16px;
}

.pagination__more-num--active {
  border-bottom: 1px solid #077dc5;
}

.pagination__arrow {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border: 1.33333px solid #0079c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 10px;
}

.pagination__dots {
  margin-bottom: 10px;
}

.pagination__arrow:first-of-type {
  margin-right: 15px;
}

.pagination__arrow:last-of-type {
  margin-left: 15px;
}

.pagination__arrow:hover {
  background-color: #0079c1;
}

.pagination__arrow path {
  fill: #0079c1;
}

.pagination__arrow:hover path {
  fill: #fff;
}

.pagination__pagin {
  color: #333333;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  margin: 0 10px 10px;
}

.pagination__pagin--active {
  color: #0079c1;
  font-weight: 700;
  margin-top: 2px;
}

.pagination__feed-icons {
  margin-left: 30px;
}

.media-footer {
  position: relative;
  height: 210px;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.media-footer:after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
}

.media-footer__image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.media-footer__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.media-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 21;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  padding: 50px 0;
}

.media-footer__content h3 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  color: #fff;
}

.media-footer__content p {
  color: #fff;
  letter-spacing: -0.01em;
  font-size: 16px;
  line-height: 24px;
  max-width: 557px;
  font-weight: 500;
}

.media-footer__link-holder {
  min-width: 206px;
}

/* PRODAJA NEPOKRETNOSTI */
.option__table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  border-bottom: 3px solid #0078c1;
}

.option__table th {
  border-collapse: collapse;
  color: #fff;
  text-align: center;
  letter-spacing: -0.01em;
  background-color: #0078c1;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.option__table th:first-child {
  border-top-left-radius: 8px;
}

.option__table th:last-child {
  border-top-right-radius: 8px;
}

.option__table td,
th {
  border: 1px solid #f2f2f2;
  height: 64px;
}

.option__table td {
  color: #333333;
  line-height: 26px;
  letter-spacing: -0.01em;
  padding: 10px 20px;
}

.option__table tr {
  background-color: #f2f2f2;
}

.option__table tr:nth-child(even) {
  background-color: #fff;
}

.option__table-holder {
  position: relative;
}

.option__table-divider {
  position: absolute;
  bottom: 0;
  background-color: #0078c1;
  left: 0;
  height: 3px;
  margin: 0;
  width: 100%;
}

.option__table-score-text {
  color: #272727;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.option__table-score {
  margin-top: 18px;
}

.option__table-score .pagination {
  margin-bottom: 0;
}

.option__table-score-link {
  color: #077dc5;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  border-bottom: 1px solid #077dc5;
  margin-left: 24px;
}

/* MODAL */
.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999999999;
  font-size: 18px;
  font-weight: 500;
  color: #858585;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}

.modal-box {
  position: relative;
  width: 100%;
  max-width: 1192px;
  margin: 0 auto;
  -webkit-animation-name: modalbox;
  animation-name: modalbox;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  padding: 96px 96px 0;
  overflow-y: auto;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.3, 1.6);
  animation-timing-function: cubic-bezier(0, 0, 0.3, 1.6);
}

/* Close Button */
.close-modal {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.close-modal:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

.modal h2 {
  color: #000;
  margin: 0 auto 0 0;
}

.modal__header {
  margin-bottom: 17px;
  position: relative;
  width: 100%;
}

.modal__header-divider {
  margin: 0 32px;
  position: relative;
  top: -2px;
}

.modal__header-dark {
  color: #000;
  margin-left: 5px;
}

.modal__header-active {
  color: #18a54b;
  display: inline-block;
}

.modal__tender-active-lead {
  margin-right: 5px;
}

.modal__header__cube-active {
  width: 16px;
  height: 16px;
  margin-left: 16px;
  display: inline-block;
  background-color: #18a54b;
}

.modal__divider {
  background-color: #858585;
  height: 1px;
  width: 100%;
  margin: 32px 0;
  border: 0;
}

.modal__double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal__double-small {
  min-width: 33.3%;
  padding-right: 30px;
}

.modal__double-big {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modal__link {
  color: #0078c1;
  text-decoration: underline;
  margin-left: 16px;
}

.modal__warning {
  color: #555555;
}

.modal__icon {
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__txt {
  padding-left: 33px;
  margin-top: 10px;
  color: #000;
}

.modal__double-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.modal__double-aligned {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 33px;
  width: 100%;
}

.modal__three:last-of-type {
  margin-bottom: 0px;
}

.modal__three-col {
  width: 33.3%;
  padding-right: 50px;
}

.modal__desc {
  font-size: 18px;
  line-height: 21px;
  color: #858585;
}

.modal__info {
  display: block;
  margin-top: 5px;
  color: #000;
}

.modal__three-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__three-icon {
  margin-right: 16px;
  padding-top: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.modal__desc--spaced {
  padding-left: 33px;
}

.modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 96px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.modal__footer .modal__link {
  display: block;
  margin-left: 0;
}

.modal__footer-col {
  width: 45%;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.modal__footer-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 65%;
}

.modal__footer-into {
  width: 100%;
  margin-bottom: 33px;
}

.modal__footer-col-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal__footer-btn {
  margin-top: 25px;
}

/* HAMBURGER */
.hamburger {
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/* OPEN MENU */
.open-menu {
  background-color: #fff;
  z-index: 999991;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 522px;
  padding: 28px 10px 28px 76px;
  overflow-y: auto;
  display: none;
  overflow-x: hidden;
}

.open-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 23px;
  padding-left: 24px;
}

.open-menu__close {
  cursor: pointer;
  display: none;
  position: fixed;
  top: 25px;
  right: 112px;
  z-index: 999991;
}

.open-menu__close path {
  fill: #fff;
}

.open-menu__list-item {
  border-bottom: 1px solid rgb(48, 47, 48);
  border-bottom: 1px solid rgba(48, 47, 48, 0.15);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  list-style: none;
  position: relative;
  cursor: pointer;
}

.open-menu__list-item:hover {
  background: rgba(0, 120, 193, 0.15);
  mix-blend-mode: multiply;
}

.open-menu__link {
  padding: 20px 0;
  color: #0078c1;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 18px;
  line-height: 22px;
  padding-left: 24px;
  margin-right: 75px;
  display: block;
}

.open-menu__submenu {
  display: none;
  background-color: #fff;
  /* margin-top: 20px; */
}

.open-menu__submenu-item {
  background-color: #fff;
  margin-left: 30px;
}

.open-menu__submenu-item .open-menu__link {
  font-weight: 500;
  letter-spacing: -0.01em;
}

.open-menu__submenu-item:hover {
  background: #f0f5f8;
  mix-blend-mode: multiply;
}

.open-menu__arrow {
  position: absolute;
  top: 20px;
  right: 20px;
}

.open-menu__arrow--active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 5px;
}

.header__arrow--active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.open-menu__list-item-has-children--padding {
  padding-bottom: 0;
}

.menu-overlay {
  background: rgba(0, 120, 193, 0.32);
  mix-blend-mode: normal;
  /* -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);*/
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999991;
}

/* O nabavci za dobavljace */
.intro-text {
  font-size: 21px;
  line-height: 180%;
  margin-bottom: 30px;
}

.intro-text-holder {
  margin-top: 64px;
}

.intro-text-big-space {
  margin-top: 96px;
}

.intro-text--end {
  margin-bottom: 124px;
}

.intro-title-space {
  margin-bottom: 32px;
}

.intro-title-space a {
  color: #0078c1;
}

.intro-text-title {
  margin-bottom: 64px;
}

.supplier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 104px;
}

.supplier__col {
  width: calc(50% - 12px);
  margin-bottom: 24px;
  position: relative;
  height: 615px;
}

.supplier__image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.supplier__image:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background: -o-linear-gradient(297.98deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0) 82.52%);
  background: linear-gradient(152.02deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0) 82.52%);
}

.supplier__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.supplier__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 64px;
  color: #fff;
  top: 0;
  z-index: 3;
}

.supplier__content .btn {
  margin-top: auto;
  background-color: #0078c1;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.supplier__content .btn rect {
  stroke: #0078c1;
}

.supplier__content .btn:hover {
  background-color: #fff;
  color: #0078c1;
}

.supplier__content .btn:hover rect {
  stroke: #fff;
}

.supplier__content .btn:hover path {
  fill: #0078c1;
}

/* POTENCIAL */

.potencial .btn {
  margin-top: 32px;
  padding-right: 50px;
}

.potencial__box {
  margin-bottom: 64px;
}

.potencial .btn__arrow {
  left: 15px;
}

.potencial .btn:hover .btn__txt {
  left: 10%;
}

.potencial .btn:hover .btn__arrow {
  left: -98%;
}

.potencial-divider {
  background: #c7c8ca;
  height: 1px;
  width: 100%;
  border: 0;
  margin: 64px 0;
}

.potencial__form {
  max-width: 1138px;
  width: 100%;
  margin: 0 auto;
}

.potencial__form h3 {
  margin-bottom: 32px;
}

.potencial__form-field {
  padding: 20px 10px 20px 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c7c8ca;
  margin-bottom: 12px;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*.potencial__form-field:focus {
border: none !important;
}*/

.potencial__form-field--active {
  border: 1px solid #0079c1;
}

.potencial__form-fix {
  /*    -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;*/
  max-width: 70%;
}

.potencial__form-fix select {
  font-family: inherit;
  width: calc(100% - 25px);
  font-size: 100%;
  line-height: 1.15;
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: "";
  text-overflow: "";
  height: 50px;
  margin: -16px 0;
  width: 100%;
  cursor: pointer;
  max-width: 100%;
}

.potencial__form-fix select::-ms-expand {
  display: none;
}

.potencial__form-field--duable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.potencial__form-field--duable label {
  position: static;
  margin-right: 20px;
}

.potencial__form-field--duable .btn {
  margin: 0;
  background-color: transparent;
  letter-spacing: 0.75px;
  padding: 13px 50px;
  cursor: pointer;
}

.potencial__form-field--duable .btn:hover .btn__txt {
  left: 0;
}

.defaultInput,
.defaultSelect {
  border: 0;
  width: 100%;
  max-width: 70%;
  height: 100%;
}

select[name="servicesCodes"],
select[name="materialsCodes"] {
  opacity: 0;
  position: absolute;
  overflow: hidden;
}

.potencial__form-field input:focus {
  border: 0;
  outline: 0;
}

.potencial__form-label {
  letter-spacing: -0.01em;
  color: #333333;
  font-size: 18px;
  line-height: 22px;
  width: auto;
  max-width: 45%;
  margin-right: 20px;
}

.potencial__form-label a {
  color: #0078c1;
}

.potencial__form-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.potencial__form-double-large {
  max-width: 672px;
  margin-right: 12px;
  width: 100%;
}

.potencial__form-double-small {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.potencial__form-double-small .potencial__form-field input {
  max-width: 55%;
}

.potencial__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
}

.potencial__check-text {
  width: 100%;
  max-width: 364px;
}

.potencial__check-text label {
  position: static;
  margin-bottom: 12px;
}

.potencial__check-lay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.potenical__txt-double-title .potencial__form-label {
  position: static;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 52px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 33.3%;
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.01em;
  word-break: break-all;
}

.potenical__txt-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  margin-bottom: 70px;
}

.potenical__txt-double p {
  margin-left: 196px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 180%;
}

.potencial__assets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.potencial__assets h4 {
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.01em;
  margin-bottom: 48px;
  color: #333333;
}

.potencial__assets .checkbox-container {
  width: 48%;
  margin-bottom: 40px;
}

.potenical__box-doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 21px;
}

.potenical__box-doc p {
  margin-bottom: 12px;
  line-height: 180%;
}

.potenical__box-doc h4 {
  margin-top: 0;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  letter-spacing: -0.01em;
}

.potenical__box-doc p:last-of-type {
  margin-bottom: 0px;
}

.potenical__notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  max-width: 555px;
  margin-bottom: 22px;
  padding-top: 10px;
}

.potenical__notes p {
  display: block;
  width: 100%;
  line-height: 180%;
  margin-top: 5px;
}

.potenical__notes .main-link {
  font-weight: 400;
}

.potenical__divider {
  background: #c7c8ca;
  height: 1px;
  border: 0;
  margin: 43px 0 63px;
}

.potenical__title {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.terms {
  margin-top: 87px;
  margin-bottom: 50px;
}

.terms .checkbox-container {
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

.term-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 32px;
  padding-bottom: 60px;
}

    .term-button .btn {
        padding-left: 60px;
        padding-right: 60px;
        z-index: 99999;
    }

.term-button .btn:hover .btn__txt {
  left: 35%;
}

.term-button .btn__arrow {
  left: 10px;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-container__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 0.666667px solid #0079c1;
}

.badge .checkbox-container__checkmark--list {
  display: none;
}

.checkbox-container__checkmark--list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  min-width: 24px;
  max-width: 24px;
  margin-right: 20px;
  background-color: transparent;
  border: 0.666667px solid #0079c1;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked~.checkbox-container__checkmark,
.itemSelected .checkbox-container__checkmark--list {
  background-color: #0079c1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container__checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container__checkmark--list::after {
  content: "";
  position: absolute;
  display: flex;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked~.checkbox-container__checkmark::after,
.itemSelected .checkbox-container__checkmark--list::after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkbox-container__checkmark::after,
.checkbox-container__checkmark--list::after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*cookie banner*/
.checkbox-container-cb {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 33.3%;
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* When the checkbox is checked, add a blue background */
/* Hide the browser's default checkbox */
.checkbox-container-cb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cookie-banner-checkbox {
  height: 24px;
  width: 24px;
  background-color: transparent !important;
  border: 1px solid #fff !important;
}

/* Create a custom checkbox */
.checkbox-container__checkmark-cb {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 1px solid white;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container-cb input:checked~.checkbox-container__checkmark-cb {
  background-color: #0079c1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container__checkmark-cb:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container-cb input:checked~.checkbox-container__checkmark-cb:after {
  display: inline-block;
}

/* Style the checkmark/indicator */
.checkbox-container-cb .checkbox-container__checkmark-cb:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cookie-svg {
  width: 22px;
  height: 13px;
}

/* validation */
.errorMessage {
  color: red;
}

.required-field-validator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-left: 50px;
}

/* HSE */
#hse_download_link {
  color: #0078c1;
  cursor: pointer;
}

.hse__doubled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hse__col {
  width: 45%;
}

.main-list {
  list-style: none;
  color: #272727;
}

.main-list--indent {
  padding-left: 56px;
}

.main-list__subitem {
  display: block;
}

.hse__text {
  margin: 32px 0;
}

.hse__text-b-big {
  margin-bottom: 64px;
}

.main-list__item {
  margin-bottom: 24px;
  padding-left: 42px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #272727;
}

.main-list__item--left {
  margin-left: -10px;
}

.main-list__item:before {
  content: "";
  position: absolute;
  left: 14px;
  width: 8px;
  height: 8px;
  background-color: #0079c1;
  border-radius: 50%;
  top: 7px;
}

.main-list__item--mod {
  font-weight: 600;
}

.main-list__subitem {
  font-weight: 400;
  display: block;
  margin-top: 5px;
}

.hse__medium-title {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  position: relative;
  margin: 0 0 32px 0;
  font-weight: 700;
  margin-top: 10px;
}

.hse__medium-title .supply__divider {
  left: -15px;
  top: -15px;
}

.hse-table {
  margin-bottom: 67px;
  margin-top: 52px;
}

.hse-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 3px solid #0078c1;
}

.hse-table__row:last-of-type {
  border-bottom: 0;
}

.hse-table__row:first-child .hse-table__lead {
  border-top: 3px solid #0078c1;
}

.hse-table__row:last-child .hse-table__lead {
  border-bottom: 3px solid #0078c1;
}

.hse-table__table {
  width: 100%;
  color: #333333;
  letter-spacing: -0.01em;
}

.hse-table__lead {
  max-width: 517px;
  width: 100%;
  padding: 24px 24px 24px 42px;
  border-left: 3px solid #0078c1;
  border-right: 3px solid #0078c1;
}

.hse-table__count {
  font-size: 48px;
  line-height: 59px;
  color: #0078c1;
  margin-bottom: 20px;
  font-weight: 700;
  display: block;
}

.hse-table__highlight {
  font-size: 24px;
  line-height: 29.71px;
  color: #0078c1;
  font-weight: 700;
}

.hse-table__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 20px 25px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hse-table__row:first-of-type .hse-table__list-item:nth-child(even) {
  background-color: #f2f2f2;
}

.hse-table__row:nth-of-type(2) .hse-table__list-item:nth-child(odd) {
  background-color: #f2f2f2;
}

.hse-table__row:nth-of-type(3) .hse-table__list-item:nth-child(odd) {
  background-color: #f2f2f2;
}

.hse-table__row:nth-of-type(4) .hse-table__list-item:nth-child(odd) {
  background-color: #f2f2f2;
}

.hse-table__number {
  min-width: 110px;
  text-align: center;
  display: inline-block;
}

.hse-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 143px;
}

.hse-end .main-link {
  font-weight: 400;
  display: block;
}

.hse-end__text {
  margin-right: 367px;
}

.hse-end__title {
  color: #272727;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 31px;
  line-height: 180%;
}

.hse-end__link {
  font-size: 18px;
  line-height: 32.4px;
  color: #272727;
}

/* DATEPICKER */
.ui-datepicker {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  display: none;
  padding: 1em;
  margin-left: -25px;
  margin-top: 10px;
  z-index: 99999 !important;
}

.ui-datepicker-calendar a {
  color: inherit;
  text-decoration: none;
}

.ui-datepicker-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1em;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
}

.ui-datepicker-next {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
  background-image: url("https://cdn.rawgit.com/marcobiedermann/playground/3027274a/ui/datepicker/jquery-ui-datepicker/dist/assets/images/datepicker-arrows.svg");
  background-repeat: no-repeat;
  background-size: 300%;
  display: inline-block;
  height: 1em;
  overflow: hidden;
  text-indent: -999px;
  width: 1em;
}

.ui-datepicker-prev:hover .ui-icon-circle-triangle-w {
  background-position: -1em 0;
}

.ui-datepicker-prev.ui-state-disabled .ui-icon-circle-triangle-w {
  background-position: -2em 0;
}

.ui-datepicker-next .ui-icon-circle-triangle-e {
  background-position: 0 -1em;
}

.ui-datepicker-next:hover .ui-icon-circle-triangle-e {
  background-position: -1em -1em;
}

.ui-datepicker-nextui-state-disabled .ui-icon-circle-triangle-e {
  background-position: -2em -1em;
}

.ui-datepicker-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
  text-align: center;
}

.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
  background-color: #f6f6f6;
  display: block;
  padding: 0.5em 1em;
}

.ui-datepicker-calendar .ui-datepicker-unselectable {
  color: #c8c8ca;
}

.ui-datepicker-calendar .ui-datepicker-today a,
.ui-datepicker-calendar .ui-datepicker-today span {
  color: #077dc5;
  font-weight: 700;
}

.ui-datepicker-calendar .ui-datepicker-current-day a {
  background-color: #0078c1;
  color: #fff;
  font-weight: 700;
}

.ui-datepicker-buttonpane {
  margin-top: 1em;
}

.ui-datepicker-buttonpane button {
  background-color: #484a4e;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.25em 0.5em;
}

.ui-datepicker-buttonpane button+button {
  margin-left: 0.5em;
}

/* ZAKUP IMOVINE */
.rent-ghost {
  display: none;
  width: 100%;
}

.rent-ghost__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rent-ghost__btn button {
  background-color: #fff;
}

.btn__arrow-half {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.rent-header {
  max-width: 80%;
}

.rent__title-numberd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rent-lay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 124px;
}

.rent-number {
  color: #0079c1;
  font-size: 16px;
  line-height: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 121, 193, 0.1);
  margin-right: 16px;
  margin-top: 10px;
}

.rent-ghost--active {
  display: block;
}

/* FORMA DOBAVLJACA */
.button_forma-dobavljaca {
  border: 2px solid #0079c1 !important;
  background-color: #0079c1 !important;
  color: #fff !important;
  opacity: 1 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.button_forma-dobavljaca:hover {
  background-color: #fff !important;
  color: #0079c1 !important;
}

.input-btn-box input {
  display: none;
}

.LnkDisabledRus {
  /*cursor: not-allowed !important;*/
  pointer-events: none;
}

/* ZA DOBAVLJACE */
.supply-alone {
  max-width: 1082px;
  width: 100%;
  margin: 64px auto 128px;
}

.supply-alone__btn-noanim {
  padding: 15px 52px;
  margin-top: 32px;
}

.supply-alone__btn-noanim:hover .btn__txt {
  left: 0;
}

.supply-alone__login {
  max-width: 703px;
  margin: 32px 0 24px;
}

.supply-alone__login .potencial__form-label {
  font-weight: 700;
}

.container-kolacici {
  max-width: 1435px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  margin-top: 15px;
}

.container-kolacici a {
  color: #0078c1;
}

/* KONTAKT */

.main-contact {
  position: relative;
  z-index: 1;
}

.accordions-box {
  padding: 64px 0 96px;
  position: relative;
  z-index: 1;
}

.accordions-box__bg {
  position: absolute;
  z-index: -1;
  top: 60px;
  right: 0;
}

.accordion {
  margin: 0 0 24px;
}

.accordion__top {
  padding: 0 40px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordion__top-left {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 125%;
  color: #272727;
}

.accordion__top-right {
  cursor: pointer;
  height: 52px;
  border: 1px solid #0078c1;
  margin-left: 10px;
}

.show .accordion__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion__bottom {
  padding: 0 40px;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s height;
  -o-transition: 0.5s height;
  transition: 0.5s height;
}

.accordion__bottom-inner {
  border-top: 1px solid #c7c8ca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 24px;
}

.accordion__item {
  width: 33.3%;
  margin: 32px 0 16px;
}

.accordion__item-title {
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 180%;
  color: #272727;
  margin-bottom: 8px;
}

.accordion__item-link {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #0078c1;
}

/* ORGANIZACIJA I STRUKTURA */

.main-structure-organization {
  padding-bottom: 64px;
}

.steps {
  text-align: center;
  margin-top: 143px;
}

.steps__img-top {
  margin: 0 auto;
}

.steps__heading {
  margin: 29px 0 18px;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 180%;
  color: #0078c1;
}

.steps__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1072px;
  margin: 24px auto 64px;
}

.steps__item {
  width: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.steps__item-title {
  margin: 12px 0;
  min-height: 72px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #0078c1;
}

.steps__item-paragraph {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 121%;
  text-align: center;
  color: #272727;
  margin-top: 24px;
}

.image-text {
  margin-top: 162px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.image-text__bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.image-text__inner {
  max-width: 1700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.image-text__img {
  width: 944px;
  height: 714px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-text__left {
  margin-right: 180px;
}

.image-text__right {
  max-width: 680px;
}

.image-text__title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 122%;
  color: #272727;
  margin-bottom: 32px;
  position: relative;
}

.image-text__title .supply__divider {
  top: -4px;
  left: -13px;
}

.image-text__subtitle {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 125%;
  color: #272727;
  margin-bottom: 16px;
}

.image-text__list {
  margin-bottom: 36px;
}

.image-text__item {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 12px;
  color: #272727;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.image-text__item::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0079c1;
  margin-right: 32px;
  position: relative;
  top: 9px;
}

.image-text__hidden {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s height;
  -o-transition: 0.5s height;
  transition: 0.5s height;
}

.image-text__hidden-inner {
  padding-bottom: 12px;
}

.image-text--reverse {
  padding-right: 0;
  padding-left: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-text--reverse .image-text__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-text--reverse .image-text__left {
  margin-right: 0;
  margin-left: 180px;
}

.image-text--reverse .image-text__bg {
  left: -250px;
  right: auto;
}

.btn__txt--less {
  display: none;
}

.show .btn__txt--more {
  display: none;
}

.show .btn__txt--less {
  display: block;
}

.show .btn__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* USLUGE SKLADISTENJA */

#contact-form_message {
  max-width: 768px;
}

.button_ok {
  width: 150px;
  height: 40px;
  border: 1.33333px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 10px;
  cursor: pointer;
}

.button_ok:hover {
  /*        background-color: #0079c1;*/
  border: 1.33333px solid #0079c1;
}

.modal-box__mail-sent {
  padding: 96px 96px 96px 96px;
}

.service-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1245px;
  margin: 124px auto;
}

.service-item {
  width: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.service-item img {
  margin-bottom: 24px;
}

.warehouse__items {
  margin: 32px -10px 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.warehouse__item {
  border: 1px solid #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 10px;
  padding: 26px 30px;
  -webkit-box-shadow: 2px 2px 30px rgba(32, 32, 32, 0.1);
  box-shadow: 2px 2px 30px rgba(32, 32, 32, 0.1);
  cursor: pointer;
  background: #fff;
  -webkit-transition: 0.3s background-color, 0.3s border;
  -o-transition: 0.3s background-color, 0.3s border;
  transition: 0.3s background-color, 0.3s border;
}

.warehouse__item:hover {
  border: 1px solid #0078c1;
  background: #f2faff;
}

.warehouse__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #0078c1;
  margin-bottom: 63px;
}

.warehouse__item-top svg {
  margin-right: 12px;
}

.warehouse__item-bottom {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #0078c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.warehouse__item-bottom svg {
  margin-left: 12px;
}

.warehouse__modal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s opacity, 0.3s visibility;
  -o-transition: 0.3s opacity, 0.3s visibility;
  transition: 0.3s opacity, 0.3s visibility;
  z-index: 999999;
}

.warehouse__modal-s {
  max-width: 1430px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow-y: auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  z-index: 2;
}

.warehouse__modal.show {
  opacity: 1;
  visibility: visible;
}

.warehouse__modal-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
}

.warehouse__modal-inner {
  max-width: 1200px;
  background-color: #fff;
  position: relative;
  padding: 96px 96px 196px;
  overflow-y: auto;
}

.warehouse__modal-inner--roba {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  height: 95vh;
}

.warehouse__modal-close {
  cursor: pointer;
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  top: 0;
}

.warehouse__modal-close svg {
  -webkit-transform: translate(200%, -200%);
  -ms-transform: translate(200%, -200%);
  transform: translate(200%, -200%);
}

.warehouse__modal-top {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 122%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #858585;
  margin-bottom: 15px;
}

.warehouse__modal-top svg {
  margin-right: 11px;
}

.warehouse__modal-middle {
  margin: 32px 0 24px;
  border-top: 1px solid #c7c8ca;
  border-bottom: 1px solid #c7c8ca;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.warehouse__modal-table {
  width: 48%;
  border-left: 1px solid #c7c8ca;
  border-bottom: 1px solid #c7c8ca;
}

.warehouse__modal-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #c7c8ca;
}

.warehouse__modal-table-row--blue {
  border-top: 3px solid #0078c1;
}

.warehouse__modal-table-item {
  width: 50%;
  padding: 24px 0 24px 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  border-right: 1px solid #c7c8ca;
}

.warehouse__modal-middle--roba .warehouse__modal-table {
  width: 100%;
}

.warehouse__modal-middle--roba .warehouse__modal-table-item:nth-child(1) {
  width: 40%;
}

.warehouse__modal-middle--roba .warehouse__modal-table-item:nth-child(2) {
  width: 60%;
}

.warehouse__modal-image {
  /*width: 100%;*/
  width: 60%;
}

.warehouse__modal-image-skladista {
  width: 100%;
}

.warehouse__modal-inner--roba .warehouse__modal-image {
  width: auto;
}

.warehouse__modal-section {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.warehouse__modal-section-left {
  width: 50%;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  color: #272727;
}

.warehouse__modal-section-right {
  width: 50%;
}

.plan_modal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s opacity, 0.3s visibility;
  -o-transition: 0.3s opacity, 0.3s visibility;
  transition: 0.3s opacity, 0.3s visibility;
  z-index: 5000;
}

.plan_modal.show {
  opacity: 1;
  visibility: visible;
}

.plan_modal-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
}

.plan_modal-inner {
  max-width: 1430px;
  background-color: #fff;
  position: relative;
  padding: 96px 96px 196px;
  overflow-y: auto;
}

.plan_modal-close {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  top: 0;
  z-index: 10;
  margin-bottom: 20px;
}

.plan_modal-top {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 122%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #858585;
  margin-bottom: 15px;
}

.plan_modal-top svg {
  margin-right: 11px;
}

.contact-form__subheading {
  margin: 32px 0 24px;
}

.contact-form__paragraph {
  margin-bottom: 24px;
}

.contact-form__bottom {
  margin: 64px 0 128px;
}

.contact-form__bottom-box {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-form__bottom-item {
  width: 33.3%;
}

.contact-form__bottom-name {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  color: #272727;
  margin-bottom: 30px;
}

.contact-form__bottom-email {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #0078c1;
  display: block;
}

.contact-form__bottom-phone {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  color: #272727;
}

.contact-form__message {
  border-style: none;
  resize: none;
}

.btn-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0078c1;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 0;
  height: 50px;
  width: 50px;
}

.btn-clear-aukcije {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0078c1;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 0;
  height: 50px;
  width: 50px;
}

.btn-svg {
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-svg path {
  width: 20px;
  top: 10px;
  fill: #0078c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.option__list-select {
  border: 1px solid #c7c8ca;
  position: relative;
}

.option__list-select--category {
  grid-column: 3/5;
}

.option__list-select select {
  border: none;
  width: 100%;
  /* for Firefox */

  -moz-appearance: none;
  appearance: none;
  /* for Chrome */

  -webkit-appearance: none;
}

.option__list-select select::-ms-expand {
  display: none;
}

.option__list-select select:focus {
  border: none;
  outline: 0;
}

.option__list-select select option {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 15px;
}

#ContentPlaceHolder1_txtPassword {
  background: #fff;
}

.potenical__box-doc-text {
  margin-left: 30px;
}

/* QR code */
.qr__element {
    display: none;
    /*display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 0;*/
}

.qr__size {
  width: 100px;
  height: 100px;
}

.qr__size {
  width: 100px;
  height: 100px;
}

.qr__size--big {
  width: 170px;
  height: 170px;
}

.qr__wrapper {
    /*display: flex;
    flex-direction: column;
    align-items: center;*/
    display: none;
}

.qr__wrapper a:first-child {
  margin: 20px 0;
}

.modal__top-section {
  padding-right: 50px;
}

.top__section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 33px;
  width: 100%;
}

.app__apps--custom {
  margin-top: 5px;
  margin-left: 10px;
}

.app__apps--custom img {
  max-width: 125px;
}

.app__apps--custom img:first-child {
  margin-bottom: 13px;
}

/* @media */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .warehouse__modal-section:last-of-type {
    margin-bottom: 196px;
  }

  .ui-datepicker-prev .ui-icon,
  .ui-datepicker-next .ui-icon {
    color: black !important;
    text-indent: 0px !important;
    width: auto !important;
    background: transparent !important;
  }

  .link span::before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }

  .link:hover span::before,
  .link:focus span::before {
    display: block;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }

  .open {
    position: relative;
    display: block;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    z-index: 999999999999999999;
  }

  .open:hover {
    opacity: 0.8;
  }

  .open span {
    display: block;
    float: left;
    clear: both;
    height: 4px;
    width: 40px;
    border-radius: 40px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .open span:nth-child(1) {
    margin-top: 10px;
    z-index: 9;
  }

  .open span:nth-child(2) {
    margin-top: 25px;
  }

  .open span:nth-child(3) {
    margin-top: 40px;
  }

  .sub-menu {
    -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    height: 0;
    width: 0;
    right: 0;
    top: 0;
    position: absolute;
    background-color: rgba(0, 47, 76, 0.54);
    border-radius: 50%;
    z-index: 18;
    overflow: hidden;
  }

  .sub-menu li {
    display: block;
    float: right;
    clear: both;
    height: auto;
    margin-right: -160px;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .sub-menu li:first-child {
    margin-top: 180px;
  }

  .sub-menu li:nth-child(1) {
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }

  .sub-menu li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }

  .sub-menu li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }

  .sub-menu li:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .sub-menu li:nth-child(5) {
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  .sub-menu li a {
    color: #fff;
    font-size: 16px;
    width: 100%;
    display: block;
    float: left;
    line-height: 40px;
  }

  .oppenned .sub-menu {
    opacity: 1;
    height: 400px;
    width: 400px;
  }

  .oppenned span:nth-child(2) {
    overflow: visible;
  }

  .oppenned span:nth-child(1),
  .oppenned span:nth-child(3) {
    z-index: 100;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .oppenned span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(12px) translateX(12px);
    -ms-transform: rotate(45deg) translateY(12px) translateX(12px);
    transform: rotate(45deg) translateY(12px) translateX(12px);
  }

  .oppenned span:nth-child(2) {
    height: 400px;
    width: 400px;
    right: -160px;
    top: -160px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.54);
  }

  .oppenned span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-10px) translateX(10px);
    -ms-transform: rotate(-45deg) translateY(-10px) translateX(10px);
    transform: rotate(-45deg) translateY(-10px) translateX(10px);
  }

  .oppenned li {
    margin-right: 168px;
  }

  .button {
    display: block;
    float: left;
    clear: both;
    padding: 20px 40px;
    background: #fff;
    border-radius: 3px;
    border: 2px solid #10a1ea;
    overflow: hidden;
    position: relative;
  }

  .button:after {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    content: "";
    position: absolute;
    height: 200px;
    width: 400px;
    -webkit-transform: rotate(45deg) translateX(-540px) translateY(-100px);
    -ms-transform: rotate(45deg) translateX(-540px) translateY(-100px);
    transform: rotate(45deg) translateX(-540px) translateY(-100px);
    background: #10a1ea;
    z-index: 1;
  }

  .button:before {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55),
      -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55),
      -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    content: attr(title);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 2;
    text-align: center;
    padding: 20px 40px;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
  }

  .button:hover {
    text-decoration: none;
  }

  .button:hover:after {
    -webkit-transform: translateX(-300px) translateY(-100px);
    -ms-transform: translateX(-300px) translateY(-100px);
    transform: translateX(-300px) translateY(-100px);
  }

  .button:hover:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .card {
    position: relative;
    z-index: 10;
    width: 380px;
    border-radius: 4px;
    padding-bottom: 40px;
    background: #131e32;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px;
  }

  .card figcaption {
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #fff;
  }

  .card img {
    max-width: 100%;
    border: 1px solid #222;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .card:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .yt-card {
    position: absolute;
    bottom: 5%;
    right: 5%;
    text-align: center;
    color: #272243;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.03);
    width: 320px;
    overflow: hidden;
    -webkit-animation: updown 3s ease 6;
    animation: updown 3s ease 6;
  }

  .yt-card::before {
    content: "";
    border-width: 20px;
    border-color: transparent;
    border-style: solid;
    border-left-color: rgba(255, 255, 255, 0.9);
    border-left-width: 30px;
    display: block;
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translatex(calc(-50% + 15px));
    -ms-transform: translatex(calc(-50% + 15px));
    transform: translatex(calc(-50% + 15px));
    -webkit-filter: drop-shadow(5px 5px 4px #000);
    filter: drop-shadow(5px 5px 4px #000);
    pointer-events: none;
  }

  .yt-card h1 {
    margin: 0;
    padding: 10px;
    font-size: 16px;
  }

  .yt-card img {
    max-width: 100%;
    bottom: -14px;
    position: relative;
  }

  @-webkit-keyframes updown {

    0%,
    50%,
    100% {
      -webkit-transform: translatey(0);
      transform: translatey(0);
    }

    20% {
      -webkit-transform: translatey(5px);
      transform: translatey(5px);
    }

    25% {
      -webkit-transform: translatey(-20px);
      transform: translatey(-20px);
    }

    30% {
      -webkit-transform: translatey(20px);
      transform: translatey(20px);
    }

    35% {
      -webkit-transform: translatey(-5px);
      transform: translatey(-5px);
    }
  }

  @keyframes updown {

    0%,
    50%,
    100% {
      -webkit-transform: translatey(0);
      transform: translatey(0);
    }

    20% {
      -webkit-transform: translatey(5px);
      transform: translatey(5px);
    }

    25% {
      -webkit-transform: translatey(-20px);
      transform: translatey(-20px);
    }

    30% {
      -webkit-transform: translatey(20px);
      transform: translatey(20px);
    }

    35% {
      -webkit-transform: translatey(-5px);
      transform: translatey(-5px);
    }
  }

  .option__ghost-row--four {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .option__ghost-col {
    width: calc(25% - 16px);
  }

  .option__ghost-col--full {
    width: 100%;
  }

  .option__ghost-row--double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cards__item {
    width: calc(50% - 12px);
  }

  .pagination__pagin--active {
    margin-top: -3px;
  }

  .pagination__arrow {
    margin-top: -5px;
  }

  .option__filter {
    min-width: 20%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer;
  }

  .option__ghost-row--three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .option__ghost-row--four>div {
    width: 23.7%;
  }

  .option__ghost-row--three>div {
    width: 31%;
  }

  .option__ghost-row--double>div {
    width: 48%;
  }

  .option__ghost-col-bound {
    width: calc(33.3% - 16px);
  }

  .option__ghost-col-bound .option__ghost-col {
    width: 100%;
  }
}

@media only screen and (max-width: 1750px) {
  .container-large {
    padding: 0 20px;
  }

  .supply .double-lay {
    height: auto;
  }

  .supply__image,
  .phones__image {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .double-lay__big {
    width: 48%;
  }

  .double-lay__small {
    width: 48%;
  }

  .app {
    padding: 80px 0;
  }

  .app__image {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .app .double-lay {
    height: 100%;
  }

  .app__title {
    max-width: 100%;
  }

  .open-menu__close {
    right: 30px;
  }

  .image-text__left {
    margin-right: 60px;
  }

  .image-text--reverse .image-text__left {
    margin-right: 0;
    margin-left: 60px;
  }

  .image-text__img {
    width: 49.16667vw;
    height: 37.1875vw;
  }
}

@media only screen and (max-width: 1440px) {
  .csrm__content {
    padding-top: 0;
  }

  .csrm {
    height: auto;
    padding: 100px 0;
  }

  .container-large {
    padding: 0 20px;
  }

  /*.hero-slider__slide {
    padding: 200px 0;
  }*/

  .hero-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-slider .slick-track .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    min-height: 500px;
  }

  .highlight__quote {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .footer__col {
    width: 48%;
  }

  .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pagination__col--end {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .option__table-holder {
    overflow-x: auto;
  }

  .option__table {
    width: 1500px;
  }

  .option__table-score .pagination__col--end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .option__table-score .pagination {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 1279px) {
  .option__ghost-row--four {
    -ms-grid-columns: (minmax(0, 1fr));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }

  .option__list-select--category {
    grid-column: 1/3;
  }

  .media-footer__link-holder {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }

  .media-footer {
    height: auto;
  }

  .option__ghost-row--ie {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .option__ghost-row--ie .option__ghost-col {
    width: calc(50% - 8px);
    margin-bottom: 16px;
  }

  .cards {
    margin-bottom: 100px;
  }

  .accordion__item {
    width: 50%;
  }

  .image-text__right {
    max-width: 550px;
  }
}

.services__form-column:last-of-type {
  margin-left: 7px;
}

.services__form-column:first-of-type {
  margin-right: 7px;
}

@media only screen and (max-width: 1199px) {
  .hero-slider__footer-col {
    padding: 30px;
  }

  .app__lead {
    margin-bottom: 30px;
  }

  .app__text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }

  .app__text-col {
    width: 100%;
    margin-bottom: 20px;
  }

  .app__apps {
    margin-top: 20px;
  }

  .app__num {
    position: static;
  }

  .app__text-col p {
    padding-left: 0;
  }

  .option {
    padding-bottom: 50px;
  }

  .option__ghost-row--double {
    -ms-grid-columns: (minmax(0, 1fr));
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 24px;
  }

  .potencial__form-double {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .potencial__form-double-large {
    max-width: 100%;
    margin-right: 0;
  }

  .pagination__col--center--duable-responsive {
    width: 50%;
    margin-top: 0;
  }

  .pagination__more {
    display: block;
  }

  .steps__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 54px;
  }

  .steps__lines {
    display: none;
  }

  .steps__item {
    margin-bottom: 64px;
  }

  .steps__item-title {
    min-height: auto;
  }

  .services__form-column:last-of-type {
    margin-left: 0;
    margin-top: 25px;
  }

  .services__form-column:first-of-type {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .option__radio {
    margin-right: 50px;
  }

  .option__lay {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .media-footer {
    text-align: center;
  }

  .media-footer__content p {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }

  .media-footer__content h3 {
    max-width: 100%;
    width: 100%;
  }

  .supplier__content {
    padding: 30px 20px 30px 40px;
  }

  .supplier__content h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .hse-end__text {
    margin-right: 30px;
  }

  .footer__nav__item {
    width: 100%;
  }

  .rent-lay {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rent-header {
    max-width: 100%;
    width: 100%;
  }

  .service-item {
    width: 50%;
    margin-bottom: 32px;
  }

  .warehouse__items {
    margin: 24px 0 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .warehouse__item {
    margin: 0 0 24px;
    width: 100%;
    max-width: 420px;
  }
}

@media only screen and (max-width: 991px) {
  .qr__element {
    justify-content: unset;
  }

  .hero-slider__footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: static;
  }

  .hero-slider__footer-col {
    width: 33.3%;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background-color: #003e64;
  }

  /*.hero-slider__slide {
    padding: 100px 0;
  }*/

  .hero-slider__content {
    padding: 30px 0;
  }

  .slick-dots {
    top: 50%;
  }

  .hero-slider__slide::after {
    background: rgba(0, 0, 0, 0.3);
  }

  .double-lay {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .double-lay__big {
    width: 100%;
  }

  .double-lay__small {
    width: 100%;
    margin-bottom: 50px;
  }

  .supply__lead-text {
    margin-top: 20px;
  }

  .supply__image,
  .phones__image {
    position: static;
  }

  /*.csrm__content {
      padding-top: 0;
  }*/

  .csrm__image img {
    -o-object-position: center;
    object-position: center;
  }

  .csrm__lay {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .csrm__col {
    width: 100%;
  }

  /*.csrm {
      height: auto;
      padding: 100px 0;
  }*/

  .app__image {
    position: static;
  }

  .app .double-lay {
    height: 100%;
  }

  .app {
    padding: 80px 0;
  }

  .app .double-lay__small {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .app__text-col {
    width: 48%;
  }

  .app__num {
    margin-bottom: 5px;
  }

  .app__apps {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__left {
    width: 10%0;
  }

  .header__right {
    width: 100%;
    padding-left: 20px;
    margin-top: 10px;
  }

  .cards {
    -ms-grid-columns: (minmax(0, 1fr));
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 100px;
  }

  .modal-box {
    padding: 30px;
  }

  .modal__three {
    margin-bottom: 10px;
  }

  .modal__header {
    padding-right: 30px;
  }

  .modal__double-small {
    width: 100%;
    padding-right: 0;
  }

  .modal__double-big {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .modal__footer {
    padding-bottom: 30px;
  }

  .modal__footer-col {
    width: 100%;
    padding-right: 0;
  }

  .modal__footer .modal__link {
    margin-bottom: 33px;
  }

  .modal__footer-btn {
    margin-top: 0;
  }

  .modal__three-col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .modal__three-col:last-of-type {
    margin-bottom: 0px;
  }

  .modal__info {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .modal__desc {
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .modal__desc--spaced {
    padding-left: 0;
  }

  .modal__divider {
    margin: 22px 0 32px;
  }

  .potencial__check-text {
    max-width: 220px;
  }

  .potenical__txt-double p {
    margin-left: 50px;
  }

  .option__ghost-row--three {
    -ms-grid-columns: (minmax(0, 1fr));
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .hse-table__lead {
    max-width: 300px;
    width: 100%;
    min-width: 300px;
  }

  .accordion__item {
    width: 100%;
  }

  .image-text__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-text--reverse .image-text__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    margin-top: 64px;
  }

  .image-text--reverse {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-text__left {
    margin: 0 0 36px;
  }

  .image-text--reverse .image-text__left {
    margin: 0 0 36px;
  }

  .image-text__img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .contact-form__bottom-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-form__bottom-item {
    width: 100%;
  }

  .contact-form__bottom-name {
    margin-bottom: 0 !important;
    margin-top: 20px;
  }

  .warehouse__modal {
    padding: 0;
  }

  .warehouse__modal-inner {
    padding: 32px 15px 64px;
  }

  .warehouse__modal-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .warehouse__modal-section-left {
    width: 100%;
    margin-bottom: 24px;
  }

  .warehouse__modal-section-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .warehouse__modal-close svg {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 67px;
  }

  h2 {
    font-size: 40px;
    line-height: 51px;
  }

  .hero-slider__footer {
    padding: 30px 0;
    background-color: #003e64;
  }

  .hero-slider__footer-col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .hero-slider__footer .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-slider__content {
    max-width: 100%;
    padding-right: 50px;
  }

  .option__radio {
    margin-right: 0px;
    width: 100%;
  }

  /*    .option__input {
      width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
  }*/

  .option__input {
    width: 100%;
    max-width: 88%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .option__filter {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0;
  }

  .option__ghost-row--four {
    -ms-grid-columns: (minmax(0, 1fr));
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .option__list-select--category {
    grid-column: unset;
  }

  .option__input--four-size {
    max-width: 100%;
  }

  .option__filter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cards__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cards__col {
    width: 100%;
  }

  .cards__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pagination__col {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .pagination__col--center {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .pagination__feed-icons {
    margin: 0 20px;
  }

  .option__table-score .pagination__col--end {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .option__table-score .pagination {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .option__table-score .pagination__more-num {
    margin-right: 0;
  }

  .modal h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .modal__header-divider {
    display: none;
  }

  .open-menu {
    width: 400px;
    padding: 20px;
  }

  .supplier__content {
    padding: 30px 20px 30px 40px;
    width: 100%;
  }

  .supplier {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .supplier__col {
    width: 100%;
    min-height: 300px;
  }

  .potencial__form-field {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .potencial__form-label {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }

  /* .potencial__form-field input {
    max-width: 100%;
    margin-top: 10px;
    display: none;
  } */

  .potencial__form-field textarea {
    max-width: 100%;
    margin-top: 10px;
  }

  .potencial__check {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .potencial__check-text {
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
  }

  .potenical__txt-double {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .potenical__txt-double-title {
    width: 100%;
    margin-bottom: 30px;
  }

  .potencial__form-field--duable {
    padding: 20px;
  }

  .potenical__txt-double p {
    margin-left: 0;
    width: 100%;
  }

  .potencial__assets {
    margin-top: 50px;
  }

  .potencial__assets .checkbox-container {
    width: 100%;
    margin-bottom: 30px;
  }

  .potencial__form-field--duable .btn {
    margin: 20px auto 5px;
  }

  .potencial__form-field--duable label {
    margin-right: 0;
    text-align: center;
  }

  .potencial__form-label {
    margin-right: 0;
  }

  .potencial__form-label--spaced {
    padding-right: 50px;
  }

  .potenical__notes {
    padding: 20px 0;
    text-align: center;
    max-width: 100%;
    margin-left: 0;
  }

  .potenical__notes .main-link {
    margin-left: auto;
    margin-right: auto;
  }

  .hse__doubled {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .hse__col {
    width: 100%;
    margin-bottom: 50px;
  }

  .hse-table__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .hse-table__lead {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hse-table__highlight {
    margin-left: 10px;
    line-height: 38px;
  }

  .hse-table__table {
    width: 100%;
  }

  .hse-table__lead {
    border: 0;
    padding: 0;
    margin-bottom: 20px;
  }

  .hse-table__highlight br {
    display: none;
  }

  .hse-table__row:first-child .hse-table__lead {
    border-top: 0;
  }

  .hse-table__row:last-child .hse-table__lead {
    border-bottom: 0;
  }

  .hse-table__count {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 0;
  }

  .hse-table__number {
    min-width: 50px;
  }

  .main-list--indent {
    padding-left: 0;
  }

  .accordions-box {
    padding: 64px 0 96px;
  }

  .accordions-box__bg {
    top: 60px;
    right: 0;
  }

  .accordion__top {
    padding: 0 0 24px;
  }

  .accordion__top-left {
    font-size: 24px;
  }

  .accordion__bottom {
    padding: 0;
  }

  .accordion__bottom-inner {
    padding-bottom: 24px;
  }

  .accordion__item {
    width: 100%;
    margin: 24px 0 0;
  }

  .accordion__item-title {
    font-size: 18px;
    margin-bottom: 0;
  }

  .accordion__item-link {
    font-size: 16px;
  }

  .image-text__title {
    font-size: 32px;
  }

  .image-text__subtitle {
    font-size: 20px;
  }

  .image-text__item::before {
    margin-right: 12px;
  }

  .service-items {
    margin: 64px auto;
  }

  .service-item {
    width: 100%;
    margin-bottom: 48px;
  }

  .warehouse__modal-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .warehouse__modal-table {
    width: 100%;
  }

  .warehouse__modal-table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .warehouse__modal-table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .warehouse__modal-middle--roba .warehouse__modal-table-item:nth-child(1) {
    width: 100%;
    border-bottom: 1px solid #c7c8ca;
  }

  .warehouse__modal-middle--roba .warehouse__modal-table-item:nth-child(2) {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .footer__lay {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__col {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__col p {
    margin-top: 20px;
    text-align: center;
    padding-left: 0;
  }

  .potencial__check-lay {
    display: block;
    margin-bottom: 30px;
  }

  .checkbox-container {
    width: 100%;
    margin-bottom: 30px;
  }

  .potenical__box-doc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .potenical__box-doc-text {
    width: 100%;
    margin-left: 0;
  }

  .term-button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .term-button__cap {
    width: 100%;
    margin-bottom: 20px;
  }

  .term-button__cap img {
    margin: 0 auto;
  }

  .term-button .btn {
    margin: 0 auto;
  }

  .hse-end__text {
    margin-right: 0px;
  }

  .hse-end {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 80px;
    margin-top: 30px;
  }

  .hse-end__text {
    width: 100%;
  }

  .ui-datepicker {
    width: 100%;
    font-size: 14px !important;
    left: 0 !important;
    margin-left: 0 !important;
  }

  .ui-datepicker-calendar {
    width: 100%;
  }

  .footer__nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
  }

  .footer__col {
    display: block;
    text-align: center;
  }

  .footer__nav__item {
    margin: 0 0 10px 0;
  }

  .footer__nav {
    display: block;
    margin-top: 10px;
  }

  .footer__nav__item .dashed {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__lay {
    padding: 50px 0;
  }

  .slick-dots {
    top: auto;
    bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    right: auto;
    left: auto;
    margin: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slick-dots li {
    margin: 0 10px;
  }

  .hero-slider__content {
    padding-right: 0;
  }

  /*.hero-slider__slide {
    padding: 50px 0;
  }*/
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 38px;
    line-height: 42px;
  }

  h2 {
    font-size: 34px;
    line-height: 42px;
  }

  p {
    font-size: 16px;
  }

  /*AKO SE UKINE RELATIVE NE DUPLIRA MENU na mobile*/
  .header__intro {
    /*position: relative;*/
    background-color: #0078c1;
  }

  .header__bound {
    margin-right: 30px;
  }

  .header__intro-lay {
    padding: 20px 0;
  }

  .header__logo {
    max-width: 40%;
  }

  .hero-slider__content p {
    margin: 20px 0;
  }

  .header__lang {
    margin: 0 10px;
  }

  .main-nav.closed a,
  .main-nav.closed header {
    -webkit-transform: translateY(calc(var(--top) * -1)) scaleY(0.1) scaleX(0.15);
    -ms-transform: translateY(calc(var(--top) * -1)) scaleY(0.1) scaleX(0.15);
    transform: translateY(calc(var(--top) * -1)) scaleY(0.1) scaleX(0.15);
    zoom: 0.7;
    -webkit-transform-origin: 100% 25%;
    -ms-transform-origin: 100% 25%;
    transform-origin: 100% 25%;
  }

  .app__text-col {
    width: 100%;
  }

  .app__apps {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .app__apps a {
    margin-right: 0;
  }

  .app__apps .raise {
    margin-bottom: 20px;
    width: 100%;
  }

  .raise:hover,
  .raise:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .app__apps .raise img {
    margin: 0 auto;
  }

  .app__apps .raise:last-of-type {
    margin-bottom: 0px;
  }

  .cards__item {
    padding: 20px;
  }

  .cards__status-cube {
    margin-left: 5px;
  }

  .pagination__more {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .pagination__more-num {
    margin: 0 10px;
  }

  .option__table-score .pagination__more-num {
    margin: 0;
  }

  .open-menu {
    width: 100%;
  }

  .open-menu__submenu {
    padding-left: 20px;
  }

  .open-menu__link {
    padding-left: 0;
    padding-right: 0;
    margin-right: 75px;
    font-size: 16px;
  }

  .open-menu__close {
    z-index: 9999992;
    top: 20px;
  }

  .open-menu__close path {
    fill: #0078c1;
  }

  .open-menu__submenu-item {
    margin-left: 0;
    padding: 10px 0;
  }

  .open-menu__list-item-has-children--padding {
    padding-bottom: 10px;
  }

  .open-menu__arrow {
    right: 0;
  }

  .ui-datepicker {
    font-size: 12px !important;
  }

  .option__ghost-col {
    padding: 10px;
  }

  .option__ghost-icon {
    right: 10px;
  }

  .option__ghost-result {
    font-size: 16px;
  }

  .open-menu__list-item:hover {
    background-color: #fff;
  }

  .open-menu__submenu-item:hover {
    background-color: #fff;
  }

  .open-menu__submenu-item .open-menu__link {
    margin-right: 0;
  }

  .header__crumb {
    margin-bottom: 30px;
  }

  .open-menu__header {
    padding-left: 0;
  }
}

@media only screen and (max-width: 320px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }
}

@media all and (-ms-high-contrast: active) and (max-width: 1279px),
all and (-ms-high-contrast: none) and (max-width: 1279px) {
  .option__ghost-row--four {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .option__ghost-row--four .option__ghost-col {
    width: calc(50% - 12px);
    margin-bottom: 24px;
  }
}

@media all and (-ms-high-contrast: active) and (max-width: 1199px),
all and (-ms-high-contrast: none) and (max-width: 1199px) {
  .option__ghost-row--double {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .option__ghost-row--double .option__ghost-col {
    width: 100%;
    margin-bottom: 24px;
  }
}

@media all and (-ms-high-contrast: active) and (max-width: 991px),
all and (-ms-high-contrast: none) and (max-width: 991px) {
  .cards__item {
    width: 100%;
  }

  .option__ghost-col-bound {
    width: 100%;
  }
}

@media all and (-ms-high-contrast: active) and (max-width: 480px),
all and (-ms-high-contrast: none) and (max-width: 480px) {
  .potencial__btn .btn__arrow {
    min-width: 15px;
  }
}

/* 27.9.2021 */

.line-link {
  position: relative;
}

.line-link::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #fff;
  height: 2px;
  top: 100%;
  left: 0;
  will-change: transform;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  -o-transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1),
    -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}

.line-link:hover::after {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.header__nav-fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__nav-item {
  margin: 0 25px;
}

.main__nav-link {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #ffffff;
}

.option__table__two a {
  display: inline-block;
}

.steps__item-title {
  width: 235px;
}

@media only screen and (max-width: 1440px) {
  .main__nav-item {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 1340px) {
  .main__nav-link {
    font-size: 12px;
    line-height: 12px;
  }

  .main__nav-item {
    margin: 0 10px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}

@media only screen and (max-width: 1180px) {
  .main__nav {
    display: none;
  }
}

.hse__col .option__ghost-icon {
  cursor: pointer;
  display: inline-block;
}

.intro-text a {
  color: #0078c1;
}

.potencial__form-fix {
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .potencial__form-fix {
    width: 100%;
    margin-top: 25px;
  }
}

.potencial__form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background: #0078c1;
  padding: 24px 0;
  -webkit-box-shadow: 0px 2px 10px #fff;
  box-shadow: 0px 2px 5px #fff;
}

.cookie_inner {
  max-width: 1470px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.cookie_left {
  max-width: 558px;
  margin-right: 20px;
}

.cookie_p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 180%;
  color: #ffffff;
}

.cookie_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie_item {
  margin-right: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie_checkbox {
  display: none;
}

.cookie_fake-checkbox {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.cookie_fake-checkbox svg {
  opacity: 0;
}

.cookie_checkbox:checked~.cookie_label .cookie_fake-checkbox svg {
  opacity: 1;
}

.cookie_label {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.01em;
  color: #ffffff;
  cursor: pointer;
}

.cookie_label span {
  display: inline-block;
  margin-left: 12px;
}

.cookie_btn {
  width: 320px;
  padding: 18px 0;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.75px;
  border: 1px solid #ffffff;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s color, 0.3s background-color;
  -o-transition: 0.3s color, 0.3s background-color;
  transition: 0.3s color, 0.3s background-color;
  max-width: 100%;
}

.cookie_btn:hover {
  background: #fff;
  color: #0078c1;
}

.cookie_btn-white {
  margin-bottom: 12px;
  background: #fff;
  color: #0078c1;
}

.cookie_btn-white:hover {
  background: #0078c1;
  color: #fff;
}

.always-active .cookie_fake-checkbox svg {
  opacity: 1;
}

.always-active .cookie_fake-checkbox {
  opacity: 0.6;
}

@media screen and (max-width: 1080px) {
  .cookie_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookie_middle {
    margin: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .cookie_middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /*        -ms-flex-direction: column;
      flex-direction: column;*/
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }

  .cookie_p {
    font-size: 16px;
  }

  .cookie_item {
    margin-bottom: 6px;
  }

  .cookie_btn {
    width: 300px;
  }
}

.mt-64 {
  margin-top: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 108px;
  margin-bottom: 50px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}

.hero-slider__footer-title--blue {
  color: #0078c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 108px;
  font-size: 24px;
  line-height: 30px;
}

.hero-slider__footer-title--blue a {
  color: #0078c1;
}

.hero-slider__footer--blue {
  padding: 20px 35px;
}

.hero-slider__footer--gpn {
  padding: 20px 35px;
}

.hero-slider__footer--blue.draw:hover::before {
  border-top-color: #0078c1;
  border-right-color: #0078c1;
}

.hero-slider__footer--blue.draw:hover::after {
  border-bottom-color: #0078c1;
  border-left-color: #0078c1;
}

.hero-slider__footer--blue .hero-slider__divider {
  top: -12px;
  left: 0;
}

@media screen and (max-width: 1500px) {
  .titles {
    padding: 40px;
  }
}

@media screen and (max-width: 1400px) {
  .titles {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .hero-slider__footer--blue {
    padding: 10px 15px;
    margin-bottom: 25px;
  }

  .hero-slider__footer--blue .hero-slider__divider {
    top: -25px;
    left: -25px;
  }

  .hero-slider__footer-title--blue {
    min-height: 0px;
  }

  .warehouse__modal-table-item {
    width: 100%;
    padding: 13px 0 12px 16px;
  }

  .titles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.accordion__bottom-p {
  margin-top: 32px;
}

#ContentPlaceHolder1_txtPassword {
  background: #fff;
}

.draw::after,
.draw::before {
  pointer-events: none;
}

.app__video {
  width: 714px;
  height: 714px;
}

@media screen and (max-width: 1750px) {
  .app__video {
    width: 620px;
    height: 620px;
  }
}

@media screen and (max-width: 1400px) {
  .app__video {
    width: 520px;
    height: 520px;
  }
}

@media screen and (max-width: 1170px) {
  .app__video {
    width: 420px;
    height: 420px;
  }
}

@media screen and (max-width: 990px) {
  .app__video {
    width: 100%;
    height: calc(100vw - 100px);
  }

  .app__image {
    max-height: calc(100vw - 100px);
    left: 0;
  }

  .option__ghost-row--three .option__ghost-col {
    margin-bottom: 24px;
  }

  .option__ghost-row--three .option__list-select {
    margin-bottom: 24px;
  }

  .option__ghost-row--three .option__ghost-col:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  .cookie {
    width: 100vw;
  }

  .cookie_label span {
    margin: 0;
  }

  #ContentPlaceHolder1_CookieBanner_Label1 {
    margin-left: 12px;
  }
}

@media screen and (max-width: 767px) {
  .cookie {
    width: 100vw;
  }

  .cookie_label span {
    margin: 0;
  }

  #ContentPlaceHolder1_CookieBanner_Label1 {
    margin-left: 12px;
  }
}

/*input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
  */

.btn-clear-fix {
  position: relative;
}

.btn-clear-fix-nr {
  position: relative;
  /*margin-right: 10px;*/
  margin-left: 10px;
}

.btn-clear-fix input {
  opacity: 0;
  cursor: pointer;
}

.btn-clear-fix svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media screen and (max-width: 480px) {
  .plan_modal-inner {
    padding: 10px !important;
    z-index: 99999999;
  }

  .plan_modal-inner .plan_modal-close svg {
    transform: translate(0, 25px);
  }
}

.download_button-fix span {
  display: inline-block;
}

.hero-slider__footer--blue {
  min-height: 100px;
}

.option__list-select select,
.potencial__form-fix select {
  background-color: #fff !important;
}

.hero-slider {
  overflow: hidden;
}

/*28102021*/
.cards__content-fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 20px;
}

@media screen and (max-width: 650px) {
  .cards__content-holder-fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cards__content-fix {
    margin-bottom: 10px;
  }

  .cards__content-date {
    padding-left: 32px;
  }
}

@media screen and (max-width: 1000px) {
  .header__inner-fix {
    height: 500px;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .warehouse__modal-image {
    margin-bottom: 50px;
  }

  /* 03112021 */
  .warehouse__modal-image-skladista {
    margin-bottom: 50px;
  }
}

.cards__col-fix {
  flex: 1;
}

/* od 02112021 */
.modal__txt a {
  color: #0079c1 !important;
  text-decoration: underline !important;
}

.open-menu__close,
.plan_modal-close svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.open-menu__close:hover,
.plan_modal-close svg:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.div-link {
  cursor: pointer;
}

/* staticke stranice - belo na belom */
.option__table a {
  color: #0078c1;
}

table a {
  color: #0078c1;
}

p a {
  color: #0078c1;
}

/* prijava enter dugme */
.btn-prijava {
  border: 1px solid #0078c1;
  cursor: pointer;
  background-color: #ffffff;
}

.btn-prijava:hover {
  color: white;
  background-color: #0078c1;
}

/* end - prijava enter dugme */

/*zastavica uz aktivan jezik*/
.header__lang-container {
  display: flex;
}

#imageLang {
  margin-right: 10px;
}

.header__lang-ghost {
  left: 26px;
}

/* end - zastavica uz aktivan jezik*/

/* Daca - LZO testing */

.csrm__lay--home {
  max-width: 80%;
}

.intro-text-holder--nom {
  margin-top: 0;
}

.sec-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #272727;
}

.phase-bound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 64px;
  margin-bottom: 64px;
}

.phase-bound__items {
  width: 55%;
}

.phase-bound__tiles {
  width: 35%;
}

.phase-bound .titles {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

.phase-bound .hero-slider__footer-title--blue {
  margin-bottom: 39px;
}

.csrm__image img {
  -o-object-position: right;
  object-position: right;
}

.custom-entry {
  padding-bottom: 64px;
}

.custom-entry p {
  margin-bottom: 10px;
}

.custom-entry .mb-64 {
  margin-bottom: 64px;
}

.custom-entry .mt-64 {
  margin-top: 64px;
}

.deep-list li {
  font-size: 18px;
  line-height: 180%;
  position: relative;
  list-style-type: none;
  padding-left: 28px;
  margin-left: 30px;
  margin-bottom: 15px;
}

.deep-list li:first-of-type {
  margin-left: 0;
}

.deep-list li::before {
  content: "";
  width: 7px;
  display: inline-block;
  height: 7px;
  position: absolute;
  left: 0;
  top: 8px;
  background: #0079c1;
  border-radius: 50%;
}

.main-list li {
  font-size: 18px;
  line-height: 180%;
  position: relative;
  list-style-type: none;
  padding-left: 28px;
  margin-bottom: 15px;
}

.main-list li::before {
  content: "";
  width: 7px;
  display: inline-block;
  height: 7px;
  position: absolute;
  left: 0;
  top: 8px;
  background: #0079c1;
  border-radius: 50%;
}

@media only screen and (max-width: 1280px) {
  .phase-bound__items {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .phase-bound {
    display: block;
  }

  .phase-bound__items {
    width: 100%;
  }

  .phase-bound__tiles {
    width: 100%;
    margin-top: 50px;
  }
}

/* end - LZO testing*/

/* video forma dobavljaca*/

.video_button_holder {
  display: flex;
  margin-top: 50px;
}

.videobtn {
  cursor: pointer;
}

.video-popup {
  display: none;
}

.openPopUp.video-popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.226);
  backdrop-filter: blur(2px);
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.wideo-wrap {
  max-width: 640px;
  width: 100%;
}

.videoframe2 {
  display: none;
}

.video-frame {
  max-width: 900px;
  width: 100%;
  max-height: 600px;
  height: 100%;
  border-radius: 10px;
}

#player {
  margin: 10px;
}

.hidden {
  display: none;
}

.nextVideoBtn {
  max-width: 640px;
  width: 100%;
  padding: 15px 10px;
}

.player {
  max-width: 640px;
  width: 100%;
}

.nextVideoBtnWrap {
  color: #0078c1;
  padding: 10px 5px;
  display: flex;
  cursor: pointer;
  align-items: center;
  max-width: 640px;
  width: 100%;
  border: 1px solid #0078c1;
  transition: all 0.3s;
  border-radius: 4px;
  background-color: #fff;
  margin-top: 6px;
}

.nextVideoBtnWrap:hover {
  background-color: #0077c1ac;
  color: #fff;
}

.nextVideoBtnWrap:hover svg path {
  fill: #fff;
}

.nextVideoBtnWrap svg {
  margin-right: 20px;
  transition: all 0.3s;
}

.nextVideoBtnWrap path {
  transition: all 0.3s;
}

.nextVidoBtn {
  width: 100%;
}

/* end - video forma dobavljaca */

/* ukinuti margin-top: auto za .cards__divider  */
.cards__divider-fix {
  margin-top: auto;
}

.cards__status-number-fix {
  color: #858585;
}

/* copy link modal -  */

.hidenModalLink {
  display: none;
}

.copyModalLink {
  cursor: pointer;
  margin-top: 8px;
}

.linkCop {
  color: #0078c1;
  opacity: 0;
  margin-top: 4px;
  transition: 0.3s all;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

/* end - copy link modal */

/* forma dobavljaca uputstva */
.display_block-fix {
  display: block;
}

.warehouse__items-fix {
  margin: 0 !important;
}

.width-33 {
  width: 33%;
}

.width-66 {
  width: 66%;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-20 svg {
  width: 30px;
  height: 20px;
}

.warehouse__item-top-fix {
  align-items: flex-start;
}

.aligne-fix {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
  .width-33 {
    width: 100% !important;
  }

  .width-66 {
    width: 100% !important;
  }

  .video_button_holder {
    flex-direction: column;
    align-items: center;
  }
}

/* end - forma dobavljaca uputstva */

.modal__three-col-aukcija {
  width: 60%;
}

.disable-cursor {
  cursor: unset;
}

/* FORMA DOBAVLJACA */

.services__form-column {
  width: 50%;
}

.manySelect {
  width: 100%;
  position: relative;
  outline: none;
}

.ulList {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ced7e5;
  background-color: #f9f9fa;
  overflow: hidden;
  transition: opacity 0.3s transform 0.3s;
  opacity: 0;
  pointer-events: none;
  max-height: 605px;
  height: auto;
  overflow-y: auto;
  transform: translateY(-10px);
}

@media (max-height: 1000px) {
  .ulList {
    max-height: 60vh;
  }
}

.ulList::-webkit-scrollbar {
  width: 15px;
  height: 8px;
  background-color: #f4f4f4;
  /* or add it to the track */
}

.ulList::-webkit-scrollbar-thumb {
  border: 1px solid #fff;
  background-color: #0078c1;
}

.placeholder {
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.showList {
  display: block;
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.multipleSearch {
  border: none;
  background-color: #fff;
  width: 100%;
  padding: 20px 10px 20px 55px;
  outline: none;
  border-bottom: 1px solid #ced7e5;
}

.open__list {
  margin-bottom: 0px;
  cursor: pointer;
  padding: 17px 10px 17px 21px;
  margin-top: 15px;
}

.search__field {
  position: relative;
}

.search__icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.listItem {
  padding: 20px;
  cursor: pointer;
  align-items: center;
}

.listItem:hover {
  background-color: #daeeff;
}

.badge {
  padding: 7px 0 7px 12px;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: max-content;
  background: rgb(229 241 249);
  margin: 15px 15px 0 0;
  max-width: 400px;
}

.badgeText {
  font-weight: 700;
  color: #0078c1;
  cursor: default;
  font-size: 16px;
}

.badgeClsIcon {
  color: #0078c1;
  font-weight: 500;
  font-size: 19px;
  padding: 0 10px;
  cursor: pointer;
}

.badgeClsIcon:hover {
  transform: scale(1.2);
}

.itemSelected {
  background-color: #daeeff;
}

/* custom file input */
.custom-file-input {
  width: 180px;
  padding: 9px 50px;
  color: transparent;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0078c1;
}

.custom-file-btn--label {
  position: absolute;
  color: #0078c1;
  font-weight: 700;
  text-transform: uppercase;
}

.errorMessageReq,
.errorMessageLong,
.errorMessageChar,
.errorMessageSize,
.messageInfoLong {
  color: red;
  position: relative;
  top: -13px;
}

.errorMessageReq[name="fileInputCPRegCert"],
.errorMessageReq[name="fileInputConfAgrDoc"],
.errorMessageReq[name="fileInputHSEAnnex"],
.errorMessageReq[name="fileInputAnticorAgr"] {
  text-align: end;
}

.input-file__wrapp {
  display: flex;
  align-items: center;
  max-width: 100%;
}

.send__form {
  background-color: #0078c1;
  cursor: pointer;
  color: #fff;
}

.showFileName {
  max-width: 100%;
  padding-right: 20px;
  word-wrap: break-word;
}

@media (max-width: 340px) {
  .custom-file-input {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .custom-file-btn {
    margin-top: 20px;
  }

  .input-file__wrapp {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .showFileName {
    padding-left: 0;
    padding-top: 20px;
  }
}

.onKeySelected {
  background-color: #fff;
}

.loader-wrapp {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.288);
  z-index: 9999999;
  backdrop-filter: blur(2px);
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div::after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #428bca;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1)::after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2)::after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3)::after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4)::after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5)::after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6)::after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7)::after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8)::after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.search_tender_class {
  background-color: #ffffff;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.pagination_number_input {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}

.pagination__page_size_link {
  border-bottom: 1px solid #077dc5;
}

.pagination__page_size_button {
  background-color: #ffffff;
}

.pagination__col form {
  display: unset;
}

.link_text {
  color: #ffffff !important;
  cursor: pointer !important;
}

.font-size__large {
  font-size: large;
}

/*expo banner*/

/*header__right - ukinuto padding-bottom::after 10px*/
.expo-banner {
  padding-bottom: 30px;
  margin-right: 50px;
}

.warehouse__modal-inner-bottom {
  padding-bottom: 96px;
}

/* video banner */
.video__hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.header__inner-video {
  padding: 0;
}

.video__hero-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video__hero--banner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.supply__image--inverted {
  left: 0;
}

@media only screen and (max-width: 991px) {
  .double-lay__small--inverted {
    margin-top: 50px;
    margin-bottom: 0;
  }
}

/* otvoreni tenderi - baneri - video uputstva za formu dobavljaca*/
.tenderi-video_uputstvo_fd {
  width: 240px;
}

.header__inner-lay__tenderi {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 30px;
  align-items: center;
  padding-top: 60px;
}

.link_text-ot__fd {
  cursor: pointer;
  transition: 0.2s ease-in;
}

.otvoreni-tenderi__h3 a {
  transition: 0.2s ease-in;
}

/* promenjen i dodat hover efekat */
.link_text-ot__fd:hover,
.otvoreni-tenderi__h3 a:hover {
  text-shadow: 1px 0px black;
  color: #b4e0ff;
}

.otvoreni-tenderi__h3 {
  font-size: 30px;
  line-height: 40px;
  position: relative;
  font-weight: 700;
  margin-right: 8px;
  /*margin-right: 23px;*/
}

@media only screen and (max-width: 1440px) {
  .otvoreni-tenderi__h3 {
    font-size: 20px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .header__inner-lay__tenderi {
    grid-template-columns: auto;
    grid-gap: 50px;
  }

  .header__inner--tenderi {
    height: 466px;
  }
}

@media only screen and (max-width: 991px) {
  .header__right__ot {
    flex-direction: column;
    align-items: start;
  }

  .otvoreni-tenderi__h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .tenderi-video_uputstvo_fd {
    width: auto;
  }

  .header__inner-lay__tenderi h1 {
    line-height: 105%;
  }
}

@media only screen and (max-width: 600px) {
  .otvoreni-tenderi__h3 {
    font-size: 18px;
    line-height: 15px;
  }

  .tenderi-video_uputstvo_fd {
    max-width: 500px;
  }
}

@media only screen and (max-width: 480px) {
  .tenderi-video_uputstvo_fd {
    max-width: 380px;
  }

  .otvoreni-tenderi__h3 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 400px) {
  .header__inner--tenderi {
    height: 530px;
  }
}

/* END - otvoreni tenderi - baneri - video uputstva za formu dobavljaca*/

/*home page content*/
.slick-dots {
    z-index: 10;
}



/*START - NOTICE AUCTION*/

.auction-notification {
    margin: 35px 0;
}

.notification-auction {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    background-color: black;
    background-image: url('../img/aukcije-grafika-background.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 25px;
    border-radius: 6px;
}


.close-btn-notification {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 2;
    transition: 0.3s;
    transform-origin: center;
}

    .close-btn-notification:hover {
        transform: rotate(360deg);
    }


    .notification-auction h2 {
        grid-column: 1 / -1;
        grid-row: 1 / 2;
        color: #FFF;
        text-align: center;
        max-width: 650px;
        margin: 0 auto 10px auto;
    }

.notification-auction p {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    color: #FFF;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.notification-auction a {
    color: #0FBDE0;
}

.hidden {
    display: none !important;
}

/*END - NOTICE AUCTION*/

/* =================
   mTenderi sekcija 
   ================= */

#qr-code-section {
    background: #fff;
    position: relative;
    z-index: 10;
    padding: 71px 0 64px
}

    /* MOBILE (<=990): tekst gore, slika ispod */
    #qr-code-section .mt-app {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        align-items: start
    }

    #qr-code-section .mt-content {
        order: 1
    }

    #qr-code-section .mt-visual {
        order: 2
    }

    /* Vizual */
    #qr-code-section .mt-visual {
        background: #05A9C7;
        border-radius: 4px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center
    }

        #qr-code-section .mt-visual img {
            width: 100%;
            height: auto;
            display: block
        }

    /* Naslov + lead */
    #qr-code-section .mt-title {
        margin: 0;
        font: 700 48px/1.15 "Gilroy",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
        color: #272727;
        display: flex;
        gap: 10px;
        align-items: flex-start
    }

        #qr-code-section .mt-title .supply__divider {
            display: inline-flex;
            line-height: 0;
            margin-top: 4px
        }

            #qr-code-section .mt-title .supply__divider svg {
                width: 15px;
                height: 15px;
                display: block
            }

    #qr-code-section .mt-lead {
        margin: 6px 0 20px;
        font: 400 18px/1.6 "Gilroy",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
        color: #272727;
        max-width: 52ch
    }

    /* Koraci */
    #qr-code-section .mt-steps {
        margin: 10px 0 0;
        padding: 0;
        list-style: none;
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px 20px
    }

    #qr-code-section .mt-step {
        display: grid;
        grid-template-columns: 36px 1fr;
        gap: 10px;
        align-items: start
    }

    #qr-code-section .mt-num {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #0a74b7;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font: 700 16px/1 "Gilroy",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif
    }

    #qr-code-section .mt-text {
        font: 400 15px/1.6 "Gilroy",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
        color: #272727
    }

        #qr-code-section .mt-text b {
            font-weight: 700
        }

    /* Dugme – levo + crveno */
    #qr-code-section .mt-cta-wrap {
        margin-top: 10px;
        justify-self: start
    }

    #qr-code-section .btn.btn-1.btn--red {
        background: #d91a21;
        border-color: #d91a21;
        color: #fff
    }

        #qr-code-section .btn.btn-1.btn--red .btn__txt {
            color: #fff
        }

        #qr-code-section .btn.btn-1.btn--red .btn__arrow svg path {
            fill: #fff
        }

    #qr-code-section .btn.btn-1 .btn__arrow {
        transition: transform .2s ease
    }

    #qr-code-section .btn.btn-1:hover .btn__arrow {
        transform: translateX(6px)
    }

    /* Fusnote */
    #qr-code-section .mt-notes {
        margin-top: 14px;
        line-height: 1.5;
        color: #272727
    }

        #qr-code-section .mt-notes p {
            margin: 6px 0;
            font-size: 14px
        }

            #qr-code-section .mt-notes p:first-child {
                margin-top: 8px
            }

            #qr-code-section .mt-notes p:last-child {
                margin-bottom: 0
            }


@media (min-width:991px) {
    #qr-code-section .mt-app {
        grid-template-columns: minmax(420px,1fr) minmax(420px,640px);
        gap: 50px;
        align-items: center
    }

    #qr-code-section .mt-visual {
        order: 1;
        border-radius: 4px
    }

    #qr-code-section .mt-content {
        order: 2;
        display: grid;
        grid-template-columns: repeat(2,minmax(195px,1fr));
        column-gap: 18px;
        row-gap: 18px;
        align-content: start
    }

    #qr-code-section .mt-title, #qr-code-section .mt-lead, #qr-code-section .mt-notes {
        grid-column: 1 / -1
    }

    #qr-code-section .mt-steps {
        display: contents
    }

    #qr-code-section .mt-step {
        grid-template-columns: 36px 1fr;
        column-gap: 10px
    }

    #qr-code-section .mt-cta-wrap {
        grid-column: 2 / 3;
        justify-self: start;
        align-self: center;
        margin-top: 0
    }
}

@media (min-width:991px) and (max-width:1199.98px) {
    #qr-code-section .mt-title {
        font-size: 42px
    }
}


@media (min-width:1360px) and (max-width:1899.98px) {
    #qr-code-section .mt-app {
        display: grid;
        grid-template-columns: clamp(640px, 52vw, 944px) minmax(0, 1fr); 
        column-gap: 80px;
        align-items: center;
        padding-right: 32px; 
        box-sizing: border-box;
    }

    #qr-code-section .mt-visual {
        position: relative;
        width: 100%;
        aspect-ratio: 944/714;
        border-radius: 4px;
        overflow: hidden;
        background: #05A9C7;
        display: block;
    }

        #qr-code-section .mt-visual img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    #qr-code-section .mt-content {
        margin-left: 0;
        padding-right: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(215px, 1fr));
        column-gap: 24px;
        row-gap: 20px;
        align-content: center;
    }
}

@media (min-width:1900px) {
    #qr-code-section .mt-app {
        margin-left: calc(50% - 50vw);
        /*padding-left: calc(50vw - 50%);*/ 
        /*padding-right: calc(50vw - 50%);*/ 
        display: grid;
        grid-template-columns: 944px 1fr;
        column-gap: 80px;
        align-items: center;
        min-height: 714px
    }

    #qr-code-section .mt-visual {
        width: 944px;
        aspect-ratio: 944/714;
        border-radius: 0;
        overflow: hidden;
        background: #05A9C7
    }

        #qr-code-section .mt-visual img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

    #qr-code-section .mt-content {
        margin-left: 50px;
        padding-right: 0;
        display: grid;
        grid-template-columns: minmax(340px,1fr) minmax(340px,1fr);
        column-gap: 28px;
        row-gap: 20px;
        align-content: center
    }
}

@media (max-width:990px) {
    #qr-code-section .mt-cta-wrap {
        grid-column: 1 / -1;
        justify-self: start;
        margin: 24px 0
    }
}

/*fix zatvaranje napredne pretrage trigerovalo refresh button zbog svg height */
.btn-clear .btn-svg svg {
    width: 20px;
    height: 20px;
    display: block;
}
/* klik ide na <a>, ne na SVG */
.btn-clear .btn-svg svg {
    pointer-events: none;
}


/* video za aukcije */

.auction-video-modal {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.226);
    backdrop-filter: blur(2px);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.auction-video-box {
    max-width: 960px;
    width: 90%;
    border-radius: 8px;
    overflow: hidden;
}

    .auction-video-box video {
        width: 100%;
        height: auto;
        display: block;
        background: #000;
    }

/* Efekat postepenog pojavljivanja */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* end - video za aukcije */









