
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
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: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #1d2463;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
}





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;
}
::-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;
}
.container {
  position: relative;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}

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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 2rem;
  font-weight: 600;
}
p {
  margin-bottom: 2rem;
}
ul,
ol {
  padding-left: 4rem;
}
.none {
  display: none;
}
/*----------BREADCRUMBS---------*/
.bread-crumbs {
  background-color: #080808;
  color: #fff;
  padding: 1rem 0;
  margin-bottom: 1px;
}
.bread-crumbs ul {
  list-style: none;
  padding-left: 0;
}
.bread-crumbs ul li {
  font-size: 1.4rem;
  display: inline-block;
  font-weight: 800;
}
.bread-crumbs ul li a {
  color: #fff;
  display: inline-block;
  font-weight: 400;
}
.bread-crumbs ul li a:hover {
  color: #f47321;
}
.bread-crumbs ul li:after {
  content: "|";
  padding-left: 1rem;
  padding-right: 1rem;
}
.bread-crumbs ul li:last-child:after {
  content: "";
  padding-left: 0;
  padding-right: 0;
}
/*---------------END BREADCRUMBS----------*/
/*---------------FORM----------*/
input,
textarea {
  border-radius: 3px;
  width: 100%;
  background: #f7f9fb;
  border: 1px solid #dae1e7;
  padding: 1rem 2rem;
  display: block;
}
input:focus,
textarea:focus {
  border-color: #484848;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
label {
  display: block;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
button {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: none;
}
fieldset {
  display: block;
  border: none;
}
/*---------------END FORM----------*/
/*---------------CHECKBOX----------*/
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: 8px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.check-wrapper strong {
  color: #080808;
}
.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 #484848;
  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;
}
/*---------------END CHECKBOX----------*/
/*---------------HEADER----------*/
header {
  width: 100%;
  z-index: 9999;
}

/*---------------header top----------*/
.header-top {
  padding: 1rem 0;
  background-color: #f8faf9;
}
.header-top .container {
  max-width: 170rem;
}
.header-box {
  width: 100%;
  text-align: center;
}
.logo-lg {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-right: 2rem;
  width: auto;
}
.logo-lg img {
  display: block;
  margin: 0 auto;
}
.iso {
  display: none;
}
.iso img {
  display: block;
  width: 13rem;
}
.header-box h3 {
  color: #285691;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.header-box h2 {
  color: #285691;
  font-size: 1.7rem;
  position: relative;
  margin-bottom: 0;
  line-height: 1.4;
}
.custom-title span {
  display: inline-block;
  padding-right: 2rem;
  position: relative;
  margin-right: 1rem;
}
.custom-title span:last-child {
  padding: 0;
  margin: 0;
}
.custom-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.custom-title span:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background-color: #285691;
}
.header-box p {
  color: #285691;
  margin-bottom: 0;
  font-size: 1.4rem;
}
.header-box strong {
  color: #2aa3bf;
}
.italic-title p {
  font-style: italic;
}
.header-box.italic-title {
  display: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .header-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-box {
    width: 60%;
    margin-left: auto;
    text-align: left;
  }
  .logo-lg img {
    margin: 0;
  }
  .custom-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .custom-title span:last-child {
    padding-right: 2rem;
    margin-right: 1rem;
  }
  .header-box.iso {
    width: auto;
  }
  .logo-lg {
    width: auto;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .iso {
    width: auto;
    min-width: 8rem;
    display: block;
  }
  .header-box {
    width: 60%;
    margin-left: 0;
  }
  .header-box h2 {
    font-size: 2rem;
  }
  .header-box h2 {
    font-size: 2rem;
  }
  .header-box p {
    font-size: 1.3rem;
  }
  .logo-lg {
    width: auto;
  }
}

@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .logo-lg img {
    width: 46rem;
  }
  .logo-lg {
    margin-right: 4rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .header-box h2 {
    font-size: 2rem;
  }
  .header-box.italic-title {
    display: block;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/

  .custom-title span {
    display: inline;
  }
  .header-box {
    width: 26%;
  }
}
/*---------------navigation----------*/
.navigation {
	border-top: 1px solid #e7e7e7;
	padding: 1rem 0;
	position: sticky;
	top: 0;
	width: 100%;
	background: #fff;
	left: 0;
	z-index: 50;
}
.navigation .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

nav {
  position: fixed;
  top: 0;
  right: 0;
  min-height: 100vh;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  width: 100%;
  padding: 4rem 6rem;
    padding-top: 4rem;
  padding-top: 6rem;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
    overflow-y: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  padding: 10rem 5rem 5rem 5rem;
}

.sub-navigation {
	position: fixed;
	top: 0;
	right: 0;
	min-height: 100vh;
	height: 100%;
	background-color: #fff;
	z-index: 99;
	width: 38rem;
	padding: 4rem 6rem;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	visibility: hidden;
}
.sub-navigation.open {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
nav.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.sub-navigation h3{
  position: relative;
padding-left: 4rem;
cursor: pointer;
}

.sub-navigation h3::before, .mobile-nav .has-sub:nth-child(1) > a::before, .mobile-nav .has-sub:nth-child(2) > a::before  {
	content: "";
	border: 2px solid #1d2463;
	border-top: none;
	border-left: none;
	display: inline-block;
	width: 0.8rem;
	height: 0.8rem;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3rem;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sub-navigation h3::before {
	border-right: none;
	border-bottom: none;
	border-top: 2px solid #1d2463;
	border-left: 2px solid #1d2463;
	right: auto;
	left: 0;
	top: 50%;
	bottom: auto;
  -webkit-transform: rotate(-45deg) translateY(-50%);
	-ms-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
}
nav li {
  display: block;
}
nav li a {
  display: block;
  padding: 1rem;
  font-size: 1.8rem;
}
nav ul > li a:hover,
nav ul > li a.mslc {
  color: #2aa3bf;
}
header ul {
  list-style: none;
  padding-left: 0;
}
nav ul li a.desktop-link {
  display: none;
}
nav ul li a.mobile-link {
  display: block;
}
.menu-toggle {
  display: block;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 3rem;
}
 .menu-toggle img{
  display: block;
  width: 2rem;
}
.menu-close {
  position: fixed;
  z-index: 99999;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  outline: 0;
  top: 3rem;
  right: 3rem;
  display: block;
}
.desktop-nav{
  display: none;
}
.sub-navigation.open {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.nav-contacts {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #e7e7e7;
  position: relative;
  z-index: 3;
}
.nav-contacts p img{
  vertical-align: middle;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 38rem;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav {
    padding: 1.5rem 0;
    position: static;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    min-height: 100%;
    background-color: transparent;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    overflow-y: visible;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    overflow: visible;
  }
  nav li {
    display: inline-block;
  }
  nav li a {
    display: inline-block;
    padding: 0 1rem;
    font-size: inherit;
  }
  nav ul li a.desktop-link {
    display: inline-block;
  }
  nav ul li a.mobile-link {
    display: none;
  }
  .menu-toggle,
  .menu-close {
    display: none;
  }
  .desktop-nav{
    display: block;
  }
  .mobile-nav{
    display: none;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/

}
@media only screen and (min-width: 90em) {
  /*1440px*/
 
}
/*---------------sub----------*/
.has-sub {
  position: relative;
}
.sub {
  display: none;
}
.sub-two {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  width: 50rem;
}
.sub li {
  display: block;
}
.sub li a {
  display: block;
  padding: 0.5rem 2rem;
}
.sub li a:hover {
  color: #fff;
  background-color: #2aa3bf;
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .sub {
    position: absolute;
    left: 0;
    top: 3.1rem;
    background-color: #fff;
    width: 30rem;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: block;
    padding: 0;
  }
  .sub::before {
    content: "";
    position: absolute;
    top: -4rem;
    left: 0;
    height: 5rem;
    width: 100%;
    background-color: transparent;
  }
  .has-sub:hover .sub {
    opacity: 1;
    visibility: visible;
  }
}
.whatsapp
 {
  display: inline-block;
  margin-right: 1rem;
}
.whatsapp img {
  display: block;
  width: 2rem;
}

.viber {
  display: none;
}
.call {
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: 3rem;
}
.call a:last-of-type{
  display: none;
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .call a:last-of-type{
    display: inline-block;
  }
}
@media only screen and (max-width: 1200px){
     
  /* .viber
 {
  display: inline-block;
  margin-right: 3rem;
}
   */
  
  .viber img {
  display: block;
  width: 2rem;
}
}
.mobile-nav .sub{
  display: block;
  padding: 0;
}
.mobile-nav ul li a{
  padding: 1rem 0;
}
.mobile-nav .sub li a{
  padding: 1rem 0;
}
.mobile-nav .sub li a:hover{
  background-color: #fff;
  color: #2aa3bf;
}






/*---------------lang----------*/

.lang {
	margin-right: 2rem;
	height: 100%;

}
.lang li {
  display: inline-block;
}
.lang li a {
  display: inline-block;
  color: #fff;
  background-color: #285691;
  padding: 0.5rem;
  opacity: 0.4;

}

.lang li a:hover,
.lang li a.slc {
  opacity: 1;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .lang {
    margin-right: 0;

  }
  .whatsapp {
    margin-left: auto;
  }
  
}
/*---------------END HEADER----------*/
/*---------------BTNS----------*/
.btn {
  display: inline-block;
  padding: 1.2rem 6rem;
  background-color: #285691;
  color: #fff;
  font-weight: 600;
  border-radius: 10rem;
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #2aa3bf;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn:hover::after {
  height: 100%;
}
.btn span {
  position: relative;
  z-index: 1;
}
/*---------------END BTNS----------*/
/*---------------SVG----------*/
.blue-svg {
  fill: #1d2463;
}
.white-svg {
  fill: #ffffff;
}
/*---------------END SVG----------*/
/*---------------TITLE----------*/
.title {
  margin-bottom: 5rem;
}
.title h1,
h1,
.title h2 {
  font-size: 3rem;
  line-height: 1.3;
}
.title h3 {
  font-size: 1.6rem;
  margin-bottom: 0;
  font-weight: 400;
  max-width: 60rem;
}
.title-center {
  text-align: center;
}
.title-center h3 {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .title {
    margin-bottom: 8rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .title h1,
  h1,
  .title h2 {
    font-size: 4rem;
  }
}
/*---------------END TITLE----------*/
/*---------------MAIN----------*/
.space {
  padding: 5rem 0;
}
.no-pt {
  padding-top: 0 !important;
}

@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .space {
    padding: 5rem 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
}
/*---------------END MAIN----------*/
/*---------------HOMEPAGE----------*/
/*---------------main slider----------*/
.slide {
  position: relative;
}
.slide-text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: all 6s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: text 3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation-delay: 2s;
}
.slide-text h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}
.slide-text h3 {
  display: none;
}
.slide-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.slide-text .container {
  max-width: 120rem;
}

.slide.slick-slide img {
  width: 100%;
  height: 40rem;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.25, 1.25);
  transition: all 3s ease-in-out;

}
.slide.slick-slide.slick-active img {
  transform: scale(1, 1);
}
.slider-wrapper {
  position: relative;
}
.border-animation {
  max-width: 144rem;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* height: 70%; */
  height: 30%;
  border: 0.5rem solid transparent;
  border-image: linear-gradient(45deg, #285691, #2aa3bf);
  border-image-slice: 1;
  animation: border 3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes border {
  0% {
    height: 30%;
    width: 0;
  }
  50% {
    height: 70%;
    width: 0;
  }
  100% {
    width: 100%;
    height: 70%;
  }
}
@keyframes text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .slide.slick-slide img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .slide-text h2 {
    font-size: 5rem;
    width: 70%;
  }
  .slide-text h3 {
    color: #fff;
    font-size: 1.6;
    font-weight: 400;
    display: block;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .slide.slick-slide img {
    aspect-ratio: 16/6;
  }
}
/*---------------home info----------*/
.home-info{
  padding: 5rem 0;
}
.home-info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.info-title {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.info-content {
  width: 100%;
}
.info-box {
  width: 100%;
  text-align: center;
  padding: 3rem;
  border-radius: 1rem;
  border:1px solid #e7e7e7;
  margin-bottom: 3rem;
}
.info-title h1 {
  font-size: 3rem;
  line-height: 1.3;
}
.info-box h3 {
  margin-bottom: 0;
}
.info-box svg {
  width: 3rem;
  height: 7rem;
}
.info-box:nth-child(2) svg {
  width: 4rem;
  height: 7rem;
}

.kodeks  svg {
	width: 14rem;
}
.info-icon {
	width: 8rem;
	height: 8rem;
	border-radius: 1rem;
	margin: 0 auto;
	background: #f9f9ff;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .info-box {
    width: 48.5%;
    margin-bottom: 4rem;
  }
  /* .info-box:not(:last-child) {
    margin-bottom: 0;
  } */
  .info-title {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .info-title h1 {
    font-size: 4rem;
  }
  .info-box {
    width: 22.7%;
    margin-bottom: 0;
  }

}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .home-info .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .info-content {
    width: 100%;
  }
  .info-title {
    width: 35%;
    text-align: left;
    margin-bottom: 0;
  }
}
/*---------------services slider----------*/

.service-img {
  width: 100%;
}
.service-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-text {
  width: 100%;
  background-color: #f9f9ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../images/svg/tooth.svg);
  background-repeat: no-repeat;
  background-position: top 5rem right 5rem;
  background-size: 9.5rem;
}
.text-inner {
  width: 100%;
  padding: 5rem 2rem;
}
.service-text h2 {
  font-size: 3rem;
}
.service-text .btn {
  margin-top: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .service-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .service-text {
    width: 50%;
  }
  .service-img {
    width: 50%;
  }
  .text-inner {
    max-width: 70rem;
    padding: 3rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .service-text h2 {
    font-size: 4rem;
  }
}

/*---------------slick dots----------*/
.slick-dots {
  position: absolute;
  right: 5rem;
  bottom: 2rem;
  list-style: none;
  padding-left: 0;
  display: none !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.more-home .slick-dots {
  bottom: 7rem;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li:not(:last-child) {
  margin-right: 1rem;
}
.slick-dots button {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slick-dots li.slick-active button {
  background-color: #285691;
}
@media only screen and (min-width: 25em) {
  /*400px*/
  .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .slick-dots {
    bottom: 2rem;
    left: 5rem;
  }
  .more-home .slick-dots {
    left: auto;
    right: 5rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .slick-dots {
    left: auto;
    right: 5rem;
  }
}
/*---------------slick arrows----------*/
.slick-arrow {
  font-size: 0;
  position: absolute;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  background-color: #285691;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.6rem;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: none;
  z-index: 99;
  display: none !important;
}
.slick-arrow:hover {
  background-color: #2aa3bf;
}
.slick-prev {
  background-image: url(../images/svg/prev.svg);
  top: auto;
  bottom: 3rem;
  right: 8rem;
}
.slick-next {
  background-image: url(../images/svg/next.svg);
  bottom: 3rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .slick-arrow {
    display: block !important;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .slick-arrow {
    left: -10rem;
    width: 6.7rem;
    height: 6.7rem;
    right: auto;
    background-size: 2rem;
  }
  .slick-prev {
    top: 35%;
    bottom: auto;
    right: auto;
  }
  .slick-next {
    bottom: 35%;
  }
}
/*---------------home news----------*/
.news {
  overflow-x: hidden;
}
.news-wrapper article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 2rem;
	overflow: hidden;
	/* background-color: #f9f9ff; */
	margin-bottom: 3rem;
	width: 100%;
	border: 1px solid #ccc;
}

.news-image img {
  width: 100%;
  display: block;
  max-height: 25rem;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 25rem;
}
.news-text {
  padding: 2rem;
  padding-bottom: 0;
}
.news .news-text p{
  display: none;
}
.news-wrapper .btn {
  margin: auto 2rem 2rem 2rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.news-btn {
  background-color: #285691;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 3rem;
  margin-top: 3rem;
  border-radius: 2rem;
}
.news-btn h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 2rem;
}
.news-btn:hover {
  opacity: 0.7;
}
.news-btn svg {
  width: 5rem;
}
.news-text h2{
  font-size: 2rem;
}
.news .btn-sm{
  display: inline-block;
  padding: 0 2rem 2rem 2rem;
  font-weight: 600;
  margin-top: auto;
  align-self: flex-start;
  color: #2aa3bf;
}
.btn-news-bottom{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
.btn-news-bottom .btn{
  text-align: center;
}
@media only screen and (min-width: 25em) {
  /*400px*/
  .news-text {
    padding: 2rem;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .news-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap:3%
  }
  .news-wrapper article {
    width: 48.5%;
  }
  .news-wrapper article:nth-child(3) {
    margin-right: 0;
  }
  .news-btn {
    width: 48.5%;
    margin-bottom: 3rem;
    margin-top: 0;
  }
}
@media only screen and (min-width: 57.125em) {
  /*914px*/
  .news-wrapper article {
    width: 31.3%;
    margin-bottom: 0;
  }
 
  .news-btn {
    width: auto;
    margin-top: 3rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/

  .news-btn {
    width: 22%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .news-wrapper article {
    width: 31.3%;
  }
  .news-btn--inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 60%;
    width: 68%;
    z-index: 9;
  }
  .news-btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    background-color: #285691;
  }
  .news-btn svg {
    width: 7rem;
  }
  .news-btn h3 {
    margin-top: 2rem;
  }
}
/*---------------home more----------*/
.more-image {
  width: 100%;
}
.more-home .title{
  margin-bottom: 3rem;
}
.more-image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 16/10;
}
.more-text {
  width: 100%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  order: 2;
}
.more-slide--inner {
  width: 100%;
  padding: 5rem 0;
}
.more-text h3 {
  font-size: 3rem;
}
.more-text .btn {
  margin-top: 3rem;
}
.more-slide--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .more-slide--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }
  .more-text {
    width: 50%;
    order: 0;
  }
  .more-image {
    width: 50%;
  }
  .text-inner {
    max-width: 70rem;
    padding: 3rem;
  }
 
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .more-text h2 {
    font-size: 4rem;
  }
}

/* .more-slide--inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.more-slider{ width: 100%; }
.more-image{ width: 100%; }
.more-image img{
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.more-text{
  width: 100%;
  background-color: #fff;
  padding: 3rem 2rem;
  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;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.more-text .btn{ -ms-flex-item-align: start; align-self: flex-start; margin-top: 4rem; }
.more-text h3{ font-size: 3rem; }
.more-home .title{ padding: 0 2rem; }
*/
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  /* .more-home {
    background-color: #f9f9ff;
    background-image: url(../images/svg/vector-bg.svg);
    background-repeat: no-repeat;
    background-position: left -50% center;
    background-size: 132rem;
    padding-bottom: 35rem;
    background-attachment: fixed;
  } */
  /* .slider-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .more-slide--inner{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .more-text{ width: 50%; -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; }
  .more-image{ width: 50%; }
  .more-home .title{ padding: 0; } */
}
/* @media only screen and (min-width: 56.3125em) {
  .more-slider{ width: 90%; }
  .more-image{ width: 54%; }
  .more-text{ width: 46%; padding: 3rem 6rem; }
}
@media only screen and (min-width: 75.0625em){
  .more-slider{ width: 75%; }
}  */
/*---------------home book----------*/

.home-book article {
  width: 100%;
  max-width: 100rem;
}
.book-image {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.book-image img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.book-text {
  width: 100%;
}
.book-text h2,
.video-text h2 {
  font-size: 3rem;
  line-height: 1.4;
}
.more-home .title{
  padding: 0 2rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .book-image {
    width: 30%;
    text-align: left;
    margin-bottom: 0;
  }
  .book-text {
    width: 63%;
  }
  .home-book .container {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .home-book article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .book-image img {
    width: 100%;
    margin: 0;
  }
  .more-home {
    background-color: #f9f9ff;
    background-image: url(../images/svg/vector-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 132rem;
    background-attachment: fixed;
  }
}
/*---------------home video----------*/
.home-video {
  position: relative;
}
.home-video article {
  width: 100%;
  max-width: 125rem;
}
.video-text {
  width: 100%;
  margin-bottom: 5rem;
}
.video {
  width: 100%;
  position: relative;
}
.video::before {
  content: "";
  position: absolute;
  right: -2rem;
  top: -2rem;
  width: 85%;
  height: 85%;
  background-color: #d4dde9;
}
.video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-bg {
  background-color: #f9f9ff;
  background-image: url(../images/svg/vector-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 132rem;
  background-attachment: fixed;
  width: 100%;
  height: 30rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .home-video .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .video-text {
    width: 35%;
    margin-bottom: 0;
  }
  .video {
    width: 58%;
  }
  .home-video article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
/*---------------END HOMEPAGE----------*/
/*---------------FOOTER----------*/
footer {
  /* background-color: #285691; */
  padding: 5rem 0 0 0;
}
footer p img{
  vertical-align: middle;
}
footer .container {
  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;
  align-items: flex-start;
}
footer article {
  width: 100%;
  padding: 3rem 0;
  text-align: center;
}
footer p {
  /* color: #fff; */
  font-weight: 300;
}
footer p:last-of-type {
  margin-bottom: 0;
}
.social {
  margin-bottom: 3rem;
}
.footer-kodeks {
	width: 10rem;
display: inline-block;
margin-left: 1rem;
	margin-top: 3rem;
}
.social h3 {
  margin-bottom: 0;
}
.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-icons a:not(:last-child) {
  margin-right: 1rem;
}
footer h3 {
  font-size: 1.7rem;
}
.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding-bottom: 0;
}
.footer-logo a {
  /* width: 12rem;
  height: 12rem; */
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.footer-logo img {
  display: block;
}
.footer-content {
  background-color: #fff;
  /* padding: 3rem 2rem; */
  width: 100%;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  footer h3 {
    font-size: 2rem;
  }
  footer {
    padding: 5rem 0;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  footer .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  footer article {
    width: 30%;
    padding: 0;
    text-align: left;
  }
  .footer-content {
    width: 48%;
  }
  .footer-logo {
    width: 13%;
  }
  .footer-content {
    margin-bottom: 0;
    /* padding: 6rem; */
  }
  .footer-logo {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .social-icons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .social-icons {
    margin-top: 0;
  }
}
/*---------------copyright----------*/
.copyright {
  font-size: 1.4rem;
  padding: 1rem 0;
}
.copyright .container {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.v {
  margin-top: 0.5rem;
}
.v img {
  display: block;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .copyright .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .v {
    margin-left: auto;
    margin-top: 0;
  }
}
/*---------------END FOOTER----------*/

/*---------------PAGES----------*/
/*---------------top image----------*/
.top-image img {
  width: 100%;
  display: block;
}
/*---------------about page----------*/
.page-text {
  padding: 4rem;
  /* background-color: #f9f9ff; */
}
/*---------------contact page----------*/

.contact-text {
  width: 100%;
  background-color: #f9f9ff;
  padding-top: 5rem;
}
.contact-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  padding-bottom: 5rem;
}
.contact-form {
  width: 100%;
  padding-top: 5rem;
}

@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .contact-container {
    max-width: 35rem;
  }
  .contact-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-text {
    width: 50%;
    padding-bottom: 15rem;
  }
  .contact-form {
    padding-bottom: 15rem;
    width: 50%;
  }
  .contact-text .contact-container {
    margin-right: 9rem;
  }
  .contact-form .contact-container {
    margin-left: 9rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/

  .contact-text,
  .contact-form {
    padding-top: 10rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .contact-container {
    max-width: 44rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .contact-container {
    padding: 0;
    max-width: 55rem;
  }
}
/*---------------news page----------*/
.news-page .news-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-page .news-wrapper article {
  width: 30.9%;
  margin-bottom: 5rem;
}
.news-page .news-wrapper article:nth-child(3n + 3) {
  margin-right: 0;
}
/*--------------- page----------*/
.bg-light {
  background-color: #f9f9ff;
}
.news-details .container,
.page .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-details .gallery-style a img {
  height: 100%;
  object-fit: cover;
}
.news-details .gallery-style {
  margin-top: 5rem;
}
.main-details img {
  display: block;
  margin-bottom: 3rem;
}
.main-details {
  width: 100%;
}
.aside {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 5rem;
}
.aside-list {
  padding: 3rem;
}
.aside-list ul {
  padding-left: 0;
}
.aside-list ul li {
  display: block;
}
.aside-list ul li a {
  display: block;
  position: relative;
  padding-left: 3rem;
}
.aside-list ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  background-image: url(../images/svg/link-before.svg);
  background-repeat: no-repeat;
  background-position: left top;
  width: 1rem;
  height: 3rem;
  background-size: 0.7rem;
}
.aside-list ul li a:hover {
  color: #2aa3bf;
}
.aside-list ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.aside h2 {
  padding: 2rem;
  background: #285691;
  color: #fff;
}
.details--text ul, .list-style ul {
  list-style: none;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.details--text li, .list-style li{
  padding-left: 3rem;
  position: relative;
  margin-bottom: 1rem;
}
.details--text li::before , .list-style li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 2.6px;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/svg/list-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.6rem;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .news-details .container,
  .page .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .aside {
    width: 35%;
    margin-left: auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 0;
  }
  .main-details {
    width: 73%;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .aside {
    width: 25%;
  }
}
@media only screen and (max-width: 68.75em) {
  /*1100px*/
  .details--text img {
    width: 100% !important;
    height: auto !important;
  }
}
/*---------------gallery page----------*/
.gallery-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery-style a {
  width: 48.5%;
  overflow: hidden;
  display: block;
  margin-right: 3%;
  margin-bottom: 4rem;
  position: relative;
}
.gallery-style a:nth-child(2n + 2) {
  margin-right: 0;
}
.gallery-style a img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gallery-style a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.gallery-style a::before,
.gallery-style a::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.gallery-style a::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.gallery-style a::after {
  left: 50%;
  top: 50%;
  width: 4rem;
  height: 4rem;
  background-image: url(../images/svg/plus.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 4rem;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery-style a:hover:before,
.gallery-style a:hover::after {
  opacity: 1;
}
.mfp-arrow::before,
.mfp-arrow::after {
  content: none;
}
button.mfp-arrow {
  width: 6rem;
  height: 6rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
button.mfp-arrow-right {
  background-image: url(../images/svg/arrow-gallery-white.svg);
  right: 1rem;
}
button.mfp-arrow-left {
  background-image: url(../images/svg/arrow-gallery-white-left.svg);
  left: 1rem;
}
.mfp-bg {
  background: #101011;
  opacity: 1;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .gallery-style a {
    width: 31.33%;
  }
  .gallery-style a:nth-child(2n + 2) {
    margin-right: 3%;
  }
  .gallery-style a:nth-child(3n + 3) {
    margin-right: 0;
  }
  button.mfp-arrow {
    width: 8rem;
    height: 8rem;
  }
}
/*---------------person page----------*/
.person-page .title {
  max-width: 80rem;
  width: 100%;
}
.person-text {
  width: 100%;
}
.person-image {
  width: 100%;
  margin-bottom: 3rem;
}
.person-image img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .person-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .person-text {
    width: 60%;
  }
  .person-image {
    width: 32%;
    margin-bottom: 0;
  }
}
/*---------------iso page----------*/
.iso-text img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.text img {
  display: block;
  margin-bottom: 3rem;
}
.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*--------------- new----------*/
.new {
  overflow-x: hidden;
}
.new-wrapper article {
  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;
  border-radius: 2rem;
  overflow: hidden;
  background-color: #f9f9ff;
  margin-bottom: 3rem;
}

.new-image img {
  width: 100%;
  display: block;
  max-height: 25rem;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 25rem;
}
.new-text {
  padding: 2rem;
}
.new-wrapper .btn {
  margin: auto 3rem 5rem 3rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media only screen and (min-width: 25em) {
  /*400px*/
  .new-text {
    padding: 3rem;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .new-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .new-wrapper article {
    width: 49%;
    margin-right: 2%;
  }
  .new-wrapper article:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/

  .new-wrapper article {
    width: 31.6%;
  }
  .new-wrapper article:nth-child(2n + 2) {
    margin-right: 3%;
  }
  .new-wrapper article:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
}

.virtualna-setnja iframe {
  width: 100%;
  display: block;
  height: 60rem;
}

.accordion-wrapper {
  width: 100%;
  }
  .accordion {
    padding: 1rem;
    margin-top: 20px;
    transition: 0.3s ease-in-out;
    border: 1px solid #ccc;
    background-color: #fff;;
  }
  .accordion:first-child {
    margin-top: 0;
  }
  .accordion__head {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .accordion__head_text {
    width: 80%;
    position: relative;
    margin-bottom: 0;
    font-weight: 800;
    padding-left: 2rem;
  }
  .accordion__head_text:before {
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    line-height: 35px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #285691;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
  }
  .accordion__head_btn {
    width: 40px;
    height: 40px;
    border: 3px solid #285691;
    border-radius: 50%;
    background-color: #285691;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }
  .accordion__head_btn:before, .accordion__head_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
  }
  .accordion__head_btn:before {
  transform: translate(-50%, -50%) rotate(90deg);
  }
  .accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  }

  .accordion--active .accordion__head_text:before {
  transform: translateY(-50%) rotate(360deg);
  }
  .accordion--active .accordion__head_btn {
  transform: rotate(135deg);
  }
  .accordion--active .accordion__head_btn:before {
  transform: translate(-50%, -50%) rotate(90deg);
  }
  .accordion--active .accordion__body {
  margin-top: 30px;
  }
/*---------------END PAGES----------*/

/*-------NEW COOKIE------*/
.cookie-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 100%;
  max-width: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  z-index: 999999999999999;
  overflow-y: auto;
  font-family: "Inter", sans-serif;
}
.cookie-wrapper h2,
.cookie-wrapper h3,
.cookie-wrapper h4 {
  font-family: "Inter", sans-serif;
}
.cookie-wrapper p {
  font-weight: 400;
  font-size: 14px;
}
.cookie-wrapper a {
  display: block;

  font-size: 14px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 29px;
  top: 10px;
  left: 10px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-input {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #979797;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.slider-input:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider-input {
  background-color: #285691;
}

input:focus + .slider-input {
  -webkit-box-shadow: 0 0 1px #9b9b9b;
  box-shadow: 0 0 1px #9b9b9b;
}

input:checked + .slider-input:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider-input.round {
  border-radius: 34px;
}

.slider-input.round:before {
  border-radius: 50%;
}
.onemoguci {
  display: inline-block;
  position: relative;
  top: 11px;
  color: #285691;
}
.omoguci {
  margin-left: 20px;
  display: inline-block;
  position: relative;
  color: #285691;
  top: 11px;
}
.upravljanje-cookies h3 {
  font-size: 21px;
  font-weight: 500;
}
.upravljanje-cookies h4 {
  font-size: 18px;
  font-weight: 500;

  margin: 5px 0;
}
.upravljanje-cookies {
  background: #ebebeb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7.9%;
  display: none;
  margin-top: 2.4%;
}
.header-cookies {
  width: 100%;
  position: relative;
}
.header-cookies h2 {
  float: left;
}
.header-cookies a {
  float: right;
  position: absolute;
  right: 5px;
  top: 5px;
}
.cookies-1,
.cookies-2 {
  width: 100%;
  margin-bottom: 25px;
}

.cookie-btn {
  display: inline-block;
  padding: 10px 30px;
  background-color: #285691;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: 1px solid #285691;
}
.mb15 {
  margin-bottom: 15px;
}
a.vise-cookies {
  display: inline-block;
  padding: 10px 0;
  color: #285691;
  font-weight: bold;
  text-decoration: underline;
  margin: 5px;
}
a.vise-cookies:hover {
  text-decoration: none;
}
.cookie-toggle {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #fff;
  margin: 5px 0;
  text-align: center;
  background-color: #285691;
  color: #fff;
}
/*-------END NEW COOKIE------*/

