/*!
Theme Name: vdtheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 700; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  
}
main{
  position: relative;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #008efd;  color: #fff; }  
::selection { background-color: #008efd; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 160rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}
.container-sm{
  max-width: 120rem;
}
.container-md{
  max-width: 140rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 400;line-height:1.4;color: #000; }
.title h1, .title h2{ font-size: 3.2rem; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 3.6rem; }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 4rem; }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 4.5rem; }
}


/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
	display: inline-block;
	padding: 1.3rem 5.5rem;
	font-weight: 500;
	border-radius: 10rem;
	border: 1px solid transparent;
  transition: all  .4s ease-in-out;
}
.btn-primary{
  background-color: #008efd;
  color: #fff;
  background-image: url(images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 2.5rem;
  padding-left: 6.5rem;
}
.btn-white{
  background-color: #fff;
  color: #008efd;
  background-image: url(images/arrow-right3.svg);
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 2.5rem;
  padding-left: 6.5rem;
}
.btn-white:hover{
  background-image: url(images/arrow-right-white.svg);
  background-color: #000;
  color: #fff;
}
.btn-secondary{
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.btn-primary:hover{
  background-color: #000;
  color: #fff;
}
.btn-secondary:hover{
  background-color: #000;
  color: #fff;
}
.btn-sm{
  display: inline-block;
  font-weight: 600;
  color: #008efd;
}
.btn-sm:hover{
  color: #000;
}
.btn-arrow{
  display: inline-block;
  font-weight: 500;
  background-image: url(images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: left 0 center;
  background-size: 2.5rem;
  padding-left: 4rem;
  color: #000;
}
.btn-arrow:hover{
  padding-left: 7rem;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #ecf2f7;
  padding: 1.6rem 2rem;
  background-color: #ecf2f7;
  border-radius: 1rem;
  font-size: 1.6rem;

}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #008efd;

}
label {
  display: block;
  margin-bottom: 0.5rem;
  color: #000;
  font-weight: 500;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:1rem;
}
.wpcf7-list-item label input{
  width: auto;
  margin: 0;
}
.wpcf7-list-item{
  margin-left: 0;
}
.wpcf7-not-valid-tip{
	position: relative;
	padding: .75rem 1.25rem;
	margin-top: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: .25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;

}
.wpcf7 form .wpcf7-response-output {
	position: relative !important;
	padding: .75rem 1.25rem !important;
	margin-top: 1rem !important;
	border: 1px solid transparent !important;
	border-radius: .25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;

}
/*---------------*/
.select2-container .select2-selection--single {
	height: 4rem !important;
	display: flex !important;
	align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 1.5rem !important;

}
.select2-container{
  font-size: 1.6rem;
  color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	transform: translateY(-50%)  !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
	background-color: #f2d8c3  !important;
	border: 1px solid #f2d8c3!important;
	color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-dropdown {
	background-color: #f2d8c3 !important;
	border: 1px solid #f2d8c3 !important;

}
.select2-results__option{
  padding: 0.5rem  1.5rem !important;
  font-size: 1.6rem  !important;
  color: #000!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
 
	background-color: #9c4126 !important;
	color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #e1e1e1;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 3rem;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #050517;
  color: #ffff00;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current, .page-numbers:hover{

  background-color: #ffff00;
  color: #050517;
}
.page-numbers.current{
  cursor:text;
}
.page-numbers.next, .page-numbers.prev{
  width: 10rem;
}
/* ================================================================================== 
13. Slider
===================================================================================== */
.slick-dots{
  position: absolute;
  left: 0;
  bottom: 3rem;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.slick-dots li button{
  font-size: 0;
  width: 2.6rem;
  height: 2.6rem;
  background-color: #f9f3eb;
  border-radius: 50%;
  position: relative;
}
.slick-dots li button::after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-color: #b44f1b;
  border-radius: 50%;
  transition: all .4s ease-in-out;
  opacity: 0;
}
.slick-dots li.slick-active button::after{
  opacity: 1;
}
.slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3rem;
  font-size: 0;
  width: 4rem;
  height: 5.5rem;
  z-index: 1;
  cursor: pointer;
}

.slick-prev{
  left: 0;
  background-image: url(images/prev.svg);
}
.slick-next{
  right: 0;
  background-image: url(images/next.svg);
}
/* -----swiper--- */
.slider-arrows{
  display: flex;
  flex-direction: column;
  gap:3rem;
  position: absolute;
  left: 30rem;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-next, .swiper-button-prev{
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.7rem;
  cursor: pointer;
}
.swiper-button-next{
  background-image: url(images/next.svg);
}
.swiper-button-prev{
  background-image: url(images/prev.svg);
}
/* ================================================================================== 
14. Header
===================================================================================== */
.lang{
  color: #497ca9;
  z-index: 3;
  margin-left: auto;
}
.wpml-ls-legacy-dropdown{
  width: auto;
}
.wpml-ls-legacy-dropdown a{
  border: 0;
  color: #497ca9;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: 1px solid transparent;
  opacity: 0;
  transition: all .4s ease-in-out;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	display: inline-block;
	border: 0.25em solid transparent;
	border-top: 0.3em solid;
	right: 0;
	top: 50%;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	position: relative;
	padding-right: 16px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
	visibility: visible;
  opacity: 1;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
	color: #0d3e66;
	background: transparent;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 5px 6px 6px;

}
.wpml-ls-legacy-list-horizontal li:last-child a{
  padding-right: 0;
}
.wpml-ls-legacy-list-horizontal{
  padding: 0;
}
/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 3.3rem;
  height: auto;
}
/*---------*/
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 3rem;
    order: 3;
}


.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #30373e;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
  z-index: 11;
}

.line-toggle:first-child {
transform: translateY(-10px) translateX(0);
transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}

.line-toggle:last-child {
    transform: translateY(10px) translateX(0);
    transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {

	transform: translateY(0) translateX(0) rotate(45deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {

	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
/*-----------*/
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 10;
  padding: 1.5rem 0;
  transition: all .4s ease-in-out;
  background-color: #fff;
}
header.scrolled{
  background-color: #fff;
}

header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo{
  display: block;
}
.header-logo img{
  display: block;
  width: 5.7rem;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 2rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 0;
  font-weight: 400;
  color: #282828;
}

nav li a:hover, nav li.current_page_item a{
  color: #008efd;
}



.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.menu-item-has-children{
  position: relative;
}




.sub-menu{

  display: none;
  padding-left: 0;
  font-size: 1.6rem;
}

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
.btn-header{
  margin-left: auto;
}
.mobile-info .social img{
  filter:  invert(1);
}
.menu-toggle {
	position: absolute;
	right: 0;
	top: 9px;
	width: 5rem;
	height: 2.9rem;
	background-image: url(images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.2rem;
	cursor: pointer;
	transition: all.4s ease-in-out;
	z-index: 2;
}
.o.menu-toggle{
  transform: rotate(180deg);
}

@media only screen and (max-width: 768px) {
.menu-item-has-children > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Strelica kao ::after */
.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  margin-left: 1rem;
}

/* Rotacija kad je aktivan */
.menu-item-has-children.active > a::after {
  transform: rotate(180deg);
}



}


@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  .header-logo img{
    width: 7.7rem;
  }

}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .toggle{
    display: none;
  }
  .btn-header{
    margin-left: 0;
  }
  nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-left: auto;
    margin-right: 4rem;

  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 2rem;
  }
  .mobile-info{display: none;}
  .sub-menu {
    position: absolute;
    left: 0;
    top: 6rem;
    width: 38rem;
    background-color: #fff;
    padding: 1rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .sub-menu .sub-menu {
    top: -1rem;
    right: calc(100% + 1rem);
    left: auto;
  }
  .menu-item-has-children:hover > .sub-menu{
    opacity: 1;
    visibility: visible;
  }


  nav li a{
    padding: 2rem 2.5rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  nav{
    margin-left: auto;
  
  }

  
}
@media only screen and (min-width: 102.5em) {
  /*1650px*/
  header::before {
    width: 22rem;
  }

}
@media only screen and (min-width: 112.5em) {
  /*1800px*/
  header::before {
    width: 30rem;
  }
}
/* ================================================================================== 
15. intro
===================================================================================== */
.intro {
	position: relative;
  background-color: #e6eaf3;
}
.intro img {
	display: block;
	width: 100%;
	height: calc(100vh - 12rem);
	object-fit: cover;
	object-position: center;
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.intro-inner{
  max-width: 75rem;
  width: 100%;
}
.intro .container{
  height: 100%;
  display: flex;
  align-items: center;
}
.intro .btn{
  margin-top: 3rem;
}

.intro .title h1 {
	font-weight:600;
	color:#fff;
}

.intro p {
	
	font-size:22px;
	color:#fff;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
 
}
 
@media only screen and (min-width: 64.0625em) {
  /*1025px*/



}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/

}
/* ================================================================================== 
16. About
===================================================================================== */

.about-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-image{
  width: 100%;
  position: relative;
}
.about-text .btn{
  margin-top: 3rem;
}
.image-mask {
	-webkit-mask-image: url(images/image-holder.png);
	mask-image: url(images/image-holder.png);
	mask-repeat: no-repeat;
	mask-size: 100%;
	width: 100%;
}
.image-mask img {
	margin-top:50px;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .about-image::before{
    content: '';
    position: absolute;
    top: 3rem;
    right: 1rem;
    width: 19rem;
    height: 19rem;
    background-color: #ecf2f7;
  
  }
  /* .about-image::after{
    content: '';
    position: absolute;
    bottom: 3rem;
    right: 30%;
    width: 13rem;
    height: 13rem;
    background-image: url(images/bg3.png);
    background-repeat: no-repeat;
    background-size: contain;
  
  } */
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .about-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .about-text{
    width: 48%;
    padding: 0 5rem;
    margin-bottom: 0;
  }
  .about-image{
    width: 50%;
  }
  .about-image::before{
    right: -3rem;
  
  }

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .about-text{
    width: 40%;
  }
}
/* ================================================================================== 
17. Services
===================================================================================== */
.text-center{
  max-width: 76rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.services-wrapper{
  margin-top: 5rem;
}
.service-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.service-box:last-child{
  margin-bottom: 0;
}
.service-box img{
  display: block;
  width: 6rem;
  height: 6rem;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.service-box  h3{
  font-size: 2.4rem;

}
.btn-sm{
  font-weight: 600;
  display: inline-block;
  color: #45abf9;
}
.btn-sm:hover{
  color: #282828;
}
.services{
  margin-top: -5rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .services-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;

  }
  .service-box{
    width: 48.5%;
  }
  .service-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .service-box img{
    width: 9rem;
    height: 9rem;
  }
}

@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .services{
    margin-top: -5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .service-box{
    width: 31.3%;
  }
  .services-wrapper{
    margin-top: 10rem;
  }
}
/* ================================================================================== 
18. Blog
===================================================================================== */
.title-row{
  margin-bottom: 5rem;
}
.title-row .title{
  margin-bottom: 3rem;
  width: 100%;
}
.title-row .title p{
  margin-bottom: 0;
}
.blog-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%

}
.blog-box{
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
}
.blog-box:last-child{
  margin-bottom: 0;
}
.blog-image{
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
}
.blog-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.blog-image:hover img{
  transform: scale(1.1);
}
.blog-box h3{
  font-size: 2.4rem;
}
.blog-box .btn-arrow{
  margin-top: auto;
  align-self: flex-start;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .blog-box{
    width: 48.5%;
  }
  .blog-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .title-row{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .title-row .title{
    margin-bottom: 0;
    max-width: 57rem;
  }
  .blog-box{
    width: 31.3%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/

}
/* ================================================================================== 
19. Book Section
===================================================================================== */
.book-section{
  background-color: #ecf2f7;
  padding: 5rem 0;
  position: relative;
}
.book-wrapper{
  max-width: 108rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.book-image {
	width: 26rem;
	margin: 0 auto;
	margin-bottom: 3rem;
}
.book-image img{
  display: block;
  width: 100%;
  height: auto;

}
.book-text{
  width:100%;
  background-color: #fff;
  padding: 5rem 5rem;
}
.book-text .btn{
  margin-top: 3rem;
}
.book-text img{
  width: 23rem;
  height: auto;
  display: block;
  margin-bottom: 3rem;
}
.book-section .intro-bg2{
  left: -13rem;
  bottom: -1rem;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .book-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .book-image{
    width: 38rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  
  }
  .book-text{
    width: calc(100% - 38rem);
    background-color: #fff;
    padding: 5rem 5rem;
  }
  .book-section{
    margin: 5rem 0;
    padding: 0;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .book-text{
    padding: 5rem 10rem;
  }
}
/* ================================================================================== 
20. Newsletter
===================================================================================== */




.newsletter-form form{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.newsletter-btn{
  width: 3rem;
  height: 3rem;
  background-image: url(images/arrow-right2.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: center;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.newsletter-title{
  margin-bottom: 2rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .newsletter-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .newsletter-title{
    max-width: 40rem;
    width: 100%;
  }
  .newsletter-form{
    max-width: 65rem;
    width: 100%;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .newsletter-title{
    max-width: 50rem;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .newsletter-title{
    max-width: 70rem;
  }

}
/* ================================================================================== 
21. Footer
===================================================================================== */

footer {
	background-color: #005393;
	background-image: url(images/bg4.png);
	background-repeat: no-repeat;
	background-size: 40rem;
	background-position: center;
	color: #a3b6ce;
	padding: 5rem 0;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer h3{
  text-transform: uppercase;
  color: #fff;
  font-size: 2.1rem;
}
.footer-wrapper{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 100rem;
  width: 100%;
  text-align: center;
}
.footer-logo img{
  display: block;
  width: 8.1rem;
  height: auto;
}
.footer-box:not(:last-child){
  margin-bottom: 3rem;
}
.copyright{
  padding: 2rem 0;
  background-color: #ecf2f7;
  font-size: 1.6rem;
  color: #000;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .footer-wrapper{
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  
  }
  .footer-box:not(:last-child){
    margin-bottom: 0;
  }
  footer {

    background-size: 70rem;
    background-position: right 10rem center;
  
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  footer ul{
    column-count: 2;
    column-gap: 5rem;
  }
}
/* ================================================================================== 
22. Animations
===================================================================================== */
.hidden{
  opacity: 0;
}
.visible{
  opacity: 1;
}
.animate__animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
@-webkit-keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
}

@keyframes fadeInDown {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
}

.animate__fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown
}
@-webkit-keyframes fadeInUp {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
}

@keyframes fadeInUp {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
}

.animate__fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp
}
/* ================================================================================== 
23. About Page
===================================================================================== */
.about-page-wrapper{
  margin-top: 5rem;
}
.about-page-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-page-image{
  width: 100%;
  position: relative;

}
.about-page-image img{
  display: block;
  width: 100%;
  height: auto;
}
.about-page-image img:last-child {
  margin-top: 2rem;
}

.about-page p a {
	color:#008efd;
}
.bg{
  background-color: #ecf2f7;
  color: #000;
}

.about-page-text2{
  width: 100%;
  margin-bottom: 5rem;
}
.about-page-text2 .btn{
  margin-top: 3rem;
}
.about-page-content2{
  width: 100%;
}
.about-page-box{
  width: 100%;
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 2rem;
}
.about-page-box span{
  font-size: 4rem;
  font-weight: 500;
  color: #008efd;
}
.about-page-box p:first-of-type{
  font-weight: 600;
}

.bio-text{
  width: 100%;
  padding-bottom: 5rem;
}
.bio-image .signature{
  position: static;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  margin-top: 2rem;
}
.bio-image .signature img {
	width: 30rem;
	margin: 0 auto;
}
.bio-image{
  width: 100%;
}
.bio-image img{
  width: 100%;
  height: auto;
  display: block;
  max-width: 40rem;
  margin: 0 auto;
}
.bg-cubes{
  background-image: url(images/bg1.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 50rem;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .about-page-content2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .about-page-box{
    width: 48.5%;
  }
  .bg-cubes{
    background-size: 50rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about-page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-page-text{
    width: 48%;
    margin-bottom: 0;
  }
  .about-page-image{
    width: 48%;
    
  
  }
  .about-page-image img{
    width: 80%;
    margin-left: auto;
  }
  .about-page-image img:last-child {
    width: 60%;
    position: absolute;
    top: 20rem;
    left: 4rem;
    margin-top: 0;
  }
  .about-page-wrapper2{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-page-text2{
    width: 48%;
    margin-bottom: 0;
  }
  .about-page-content2{
    width: 48%;
  }
 
 
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-page-image{

    background-image: url(images/bg3.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 20rem;
  }
  .about-page-wrapper{
    margin-top: 10rem;
  }
  .bio-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .bio-text{
    width: 48%;
  }
  .bio-image{
    width: 30%;
  }
  .bio-image img{
    max-width: 100%;
    margin: 0;
  }
  .bg-cubes{
    background-position: right center;
    background-size: 50%;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .about-page-image img:last-child {
    top: 27rem;
  }
  .about-page-text2{
    padding-right: 20rem;
  }
}
/* ================================================================================== 
24. Contact Page
===================================================================================== */
.top-image {
	height: 40rem;
	width: 100%;
	background-color: #ecf2f7;
	background-image: url(images/bg1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.contact-top-text{
  width: 100%;
  padding: 5rem 0;
}
.contact-top-map{
  width: 100%;
}
.contact-top-map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
.contact-box-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:1rem
}
.contact-box-wrap img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.contact-box-wrap p{
  margin-bottom: 0;
}
.contact-box{
  margin-bottom: 3rem;
}
.contact-form{
  max-width: 120rem;
  width: 100%;
	margin: 0 auto;
}

@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .contact-top-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
/*     margin-top: -15rem; */
	  margin-bottom:80px;
    background-color: #fff;
    box-shadow: 0 0 9px 7px rgba(0,0,0,.02);
  }
  .contact-top-text{
    width: 48%;
    padding: 5rem;
  }
  .contact-top-map{
    width: 48%;
  }
	
	.contact-top-map p {
		height:100%;
	}
  .contact-top-map iframe{
    height: 100%;
  }
  .contact-form form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-form fieldset{
    width: 48%;
  }
  .contact-form fieldset.w-100{
    width: 100%;
  }
  .top-image {
    background-size: 60%;
    background-size: cover;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .contact-top-text{

    padding: 10rem;
  }
}
/* ================================================================================== 
25. Blog Page
===================================================================================== */
.blog-page .text-center{
  margin-bottom: 5rem;
}

.article-content{
  width: 100%;
  margin-bottom: 5rem;
}
.article-aside{
  width: 100%;
  padding: 3rem;
  background-color: #ecf2f7;
}
.aside-box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.aside-image{
  display: block;
  width: 30%;
}
.aside-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/16;
  object-fit: cover;
}
.aside-text{
  width: 65%;
}
.aside-text h3{
  font-size: 1.6rem;
  transition: all .4s ease-in-out;
}
.aside-text h3:hover{
  color: #45abf9;
}
.article-image{
  margin: 5rem 0;
}

.article-image img{
  display: block;
  width: 100%;
  height: auto;
}
.article-text blockquote{
  background-color: #ecf2f7;
  padding: 3rem;
  font-style: italic;
  margin: 3rem 0;
}
.brosura-btn{
  margin-bottom: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .article-wrapper {
    margin-top: -21rem;
    padding: 5rem;
    background-color: #ffff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .article-content{
    width: calc(100% - 40rem);
    margin-bottom: 0;
  }
  .article-aside{
    width: 35rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .article-wrapper {
    padding: 10rem;
  }
}
/* ================================================================================== 
26. Service Single Page
===================================================================================== */
.edu-wrapper{
  margin-top: 5rem;
}
.edu-text{
  width: 100%;
  margin-bottom: 5rem;
}
.edu-image{
  width: 100%;
}
.edu-image img{
  display: block;
  width: 100%;
  height: auto;
}
.edu-text .btn{
  margin-top: 5rem;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .edu-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .edu-wrapper2{
    flex-direction: row-reverse;
  }
  .edu-text{
    width: 48%;
    margin-bottom: 0;
  }
  .edu-image{
    width: 48%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .edu-wrapper{
    margin-top: 10rem;
  }
}
/* ================================================================================== 
27. Book Page
===================================================================================== */
.book-page-wrapper{
  margin-top: 5rem;
}
.book-page-text{
  width: 100%;
  margin-bottom: 5rem;
}
.book-page-image{
  width: 100%;
}
.book-page-image img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 35rem;
  margin: 0 auto;

}
.book-page-text .signature{
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 3rem 0;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .book-page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .book-page-text{
    width: 50%;
    margin-bottom: 0;
  }
  .book-page-image{
    width: 30%;
  }
  .book-page-image img{
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .book-page-wrapper{
    align-items: center;
  }


}
/* ================================================================================== 
28. Section Banner
===================================================================================== */

.section-text{
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5rem;
  max-width: 60rem;

}
.section-image{
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}
.section-image img{
  display: block;
  width: 100%;
  height: auto;
}
/* ================================================================================== 
29. Video Banner
===================================================================================== */
.video-banner{
  position: relative;
  height: 50rem;
}
.video-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 1;
}
.video-banner video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.video-banner .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-inner{
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.video-text{
  height: 100%;
  position: relative;
  z-index: 2;
}
.video-inner h2{
  color: #fff;
}
/* ================================================================================== 
30. Banner2
===================================================================================== */
.promena-logo img{
  display: block;
  width: 20rem;
  height: auto;
  margin: 0 auto;
}
.promena-logo{
  margin-bottom: 3rem;
}
.banner-2-text{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.banner-2-text .btn{
  margin-top: 3rem;
}
/* ================================================================================== 
31. Services New
===================================================================================== */
.page1-links{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.page1-box{
  display: block;
  text-align: center;
  width: 100%;
  padding: 2.5rem;
  border:1px solid #ecf2f7;
  background-color: #ecf2f7;
  margin-bottom: 3rem;
  color: #000;
}
.page1-box .btn{
  margin-top: 3rem;
}
.page1-box:last-child{
  margin-bottom: 0;
}

.page1-box img{
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
  width: 5rem;
  height: auto;
}
.page1-box  h3{
  margin-bottom: 0;
  line-height: 1.7;
}
.page1-box .btn-sm{
  margin-top: 3rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .page1-links{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page1-box{
    width: 48%;
    padding: 2.5rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .page1-box{
    padding: 5rem;
  }
  .page1-box:hover{
    background-color: #fff;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .page1-box{
    padding: 10rem;
  }  
  .page1-box img{
    width: 10rem;
  }
}
/*----------*/
.page2-text{
  max-width: 100rem;
  width: 100%;
  margin: auto;
}
.page2-text .btn{
  margin-top: 3rem;
}
.how-wrapper{
  margin-top: 5rem;
}
.how-box{
  width:100%;
  padding: 2rem;
  background-color: #fff;
  position: relative;
  margin-bottom: 2rem;

}
.how-box::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 4rem;
  height: 4rem;
  background-color: #005393;
  background-image: url(images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  border-radius: 50%;
  z-index: 3;
  bottom: -3rem;
  transform: translateX(-50%) rotate(90deg);
}
.how-box:last-child:before{
  content: none;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .how-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .how-box{
    width:48%;
  }
  .how-box::before {
    right: -3rem;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    top: 50%;

  }
  .how-box:nth-child(2n+2):before{
    content: none;
  }
  .how-box:last-child:before{
    content: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .how-box{
    width: 19%;
  }
  .how-box:nth-child(2n+2):before{
    content: '';
  }
  .how-box:last-child:before{
    content: none;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .how-box{
    padding: 3rem;
  }
}
/*---------*/
.page3-links{
  margin-bottom: 5rem;
}
.page3-box{
  width: 100%;
  border:1px solid #e7e7e7;
  padding: 2.5rem;
  color: #000;
  margin-bottom: 3rem;
  display: block;
}
.page3-box:last-child{
  margin-bottom: 0;
}
.page3-box .btn{
  margin-top: 3rem;
}
.page3-box h3{
  margin-bottom: 3rem;
  font-size: 2.1rem;
  line-height: 1.7;
}
.page3-links.new-box .page3-box:first-child{
  background-color: #0f3654;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .page3-links{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page3-box{
    width: 48%;
    margin: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .page3-box{
    padding: 5rem;
  }
  .page3-box h3{
    font-size: 2.6rem;
  }
  .page3-box:hover{
    background-color: #ecf2f7;
  }
}
/*--------*/
.dark-boxes .page3-box{
  background-color: #005393;
  color: #ffff;
}
.dark-boxes .page3-box h3{
  color: #fff;
}
.boxes{
  margin-top: 5rem;
}
.box{
  width: 100%;
  border:1px solid #e7e7e7;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
}
.box:last-child{
  margin-bottom: 0;
}
.box h3{
  padding: 2rem;
  background-color: #005393;
	color:#fff;
  text-align: center;
  height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box ul{
  padding: 0 3rem;
  margin-bottom: 3rem;
}
.box .btn{
  margin: 0  3rem;
  margin-top: auto;
  align-self: flex-start;
}
.box h4{
  padding: 0 3rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .boxes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap:3%;
  }
  .box{
    width: 48.5%;
  }
  .box:last-child{
    margin-bottom: 3rem;
  }
  .box h3{
    padding: 3rem;
    height: 14rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .boxes{
    margin-top: 8rem;
  }
  .box{
    width: 31.3%;
  }
}
/*------------*/
.page4-wrapper{

  margin: 5rem 0;
  counter-reset: num;
}
.page4-box{
  width: 100%;
  padding: 3rem 0;
  position: relative;
  counter-increment: num;
  padding-top: 10rem;

}
.page4-box::before {
	content: '';
	content: counter(num)".";
	position: absolute;
	left: 0;
	top: 0;
	width: 7rem;
	height: 7rem;
	background-color: #ecf2f7;
	color: #005393;
	font-size: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-weight: 600;
}
.page4-box ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
/* .page4-box ul li{
  display: block;
  background-color: #ecf2f7;
  padding: 2rem;
  margin-bottom: 2rem;
  color: #000;
  border-bottom: 1px solid #000;
} */


.two-box{
  width: 100%;
  background-color: #005393;
  color: #fff;
  padding: 5rem 2.5rem;
  margin-bottom: 3rem;
}
.two-box:last-child{
  margin-bottom: 0;
}
.two-box h3{
  font-size: 2.1rem;
  color: #fff;
}
.two-box .btn{
  margin-top: 3rem;
}

@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .page4-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page4-box{
    width: 50%;
    padding: 3rem;
    border-right: 1px solid #e7e7e7;
    padding-top: 10rem;
  }
  .page4-box:first-child{
    border-left: 1px solid #e7e7e7;
  
  }
  .page4-box:nth-child(3){
    border-left: 1px solid #e7e7e7;
  
  }
  .page4-box::before {
    left: 2rem;
  }
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .two-boxes-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .two-box{
    width: 48%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .page4-wrapper{
    margin: 8rem 0;
  }
  .two-box{
    padding: 5rem;
  }
  .two-box h3{
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .page4-box{
    width: 25%;
  }
  .page4-box:nth-child(3){
    border-left: 0;
  
  }
}
/*----------*/
.solutions-wrapper{
  margin-top: 5rem;
}
.solution-box{
  width: 100%;
  margin-bottom: 3rem;
  padding: 2.5rem;
  border:1px solid #e7e7e7;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  
}
.solution-box p{
  margin-bottom: 4rem;
}
.solution-box .btn{
  margin-top: auto;

}
.solution-box h3{
  color: #005393;
  font-size: 2.3rem;
}
.solution-box:last-child{
  margin-bottom: 0;
}
.mission-wrapper{
  margin-top: 5rem;
}
.mission-box{
  width: 100%;
  margin-bottom: 3rem;
}
.mission-box:last-child{
  margin-bottom: 0;
}
.mission-box img{
  display: block;
  width: 8rem;
  height: 8rem;
  object-fit: contain;
  margin-bottom: 3rem;
}
.mission-box ul{
  padding-left: 0;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .solutions-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap:3%;
  }
  .solution-box{
    width: 48.5%;
  }
  .solution-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .mission-box{
    width: 48%;
    margin-bottom: 0;
  }
  .mission-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .solution-box{
    width: 31.3%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .solution-box{
    padding: 5rem;
  }
}
/*-------------*/

.awards-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 100rem;
  width: 100%;
  margin:0 auto;
}
.awards-box{
  width: 31.3%;
}
.page4-text .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .columns{
    column-count: 2;
    column-gap: 5rem;
  }
}
 
@media only screen and (min-width: 64.0625em) {
  /*1025px*/

}
/*------------*/

.page5-text{
  width: 100%;
  margin-bottom: 5rem;
}
.page5-image{
  width: 100%;
}
.page5-image img{
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .page5-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page5-text{
    width: 48%;
    margin-bottom: 0;
  }
  .page5-image{
    width: 40%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .page5-text{
   padding: 0 5rem;
  }
}
/*-----------*/

.modules-box{
  width: 100%;
  padding: 3rem 0;
  display: flex;
  flex-direction: column;


}
.modules-bottom{
  margin-top: auto;
}
.modules-box .btn{
  margin-top: 3rem;
  align-self: flex-start;
}
.modules-box img{
  display: block;
  width: 80%;
  height: 40rem;
  object-fit: contain;
  margin-top: 3rem;
}
.modules-box h3{
  font-size: 2.1rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .modules-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .modules-box{
    width: 50%;
    padding: 3rem;
    border-right: 1px solid #e7e7e7;
  }
  .modules-box:first-child{
    border-left: 1px solid #e7e7e7;
  
  }
  .modules-box:nth-child(3){
    border-left: 1px solid #e7e7e7;
  
  }
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/

}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .modules-box h3{
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .modules-box{
    width: 31.3%;
  }
  .modules-box:nth-child(3){
    border-left: 0;
  
  }
}
/*---------*/
.modules2-wrapper{
  max-width: 120rem;
  margin: 0 auto;
  margin-top: 5rem;

}
.modules2-box{
  width: 100%;
  padding: 5rem 2.5rem;
  background-color: #fff;
  margin-bottom: 3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.modules2-box h3{
  font-size: 2.6rem;
}
.modules2-box .btn{
  margin-top: 3rem;
}
.modules2-box img{
  width: 70%;
  display: block;
  margin: 0 auto;
  margin-top: 5rem;
  height: 18rem;
  object-fit: contain;
  
}
.modules2 .title-center{
  max-width: 60rem;
  width: 100%;
  margin: 0  auto;
}
.promena-link {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.promena-link img{
  display: block;
  width: 20rem;
  height: auto;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .modules2-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  
  }
  .modules2-box{
    width: 48%;
    padding: 5rem;
  }
}


.article-share {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.article-share__label {
  font-weight: 600;
  margin-bottom: 10px;
}

.article-share__list {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-share__item {
  display: flex;
}

.article-share__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f2f2f2;
  transition: background-color 0.2s ease;
  text-decoration: none;
}

.article-share__link:hover {
  background-color: #dcdcdc;
}

.article-share__icon {
  width: 20px;
  height: 20px;
  fill: #333;
}

/* 08.04.26. */
body.home .title-row {
	flex-direction: column;
	align-items: center;
}
body.home .title-row .title {
	max-width: 75rem;
	margin: auto;
	text-align:center;
	margin-bottom: 2rem;
}
blockquote {
    border-left: 4px solid #008efd;
    padding-left: 2rem;
    font-size: 1.8rem;
    line-height: 1.5;
    font-style: italic;
    margin: 3rem;
}