/*
Theme Name: iml
Author: GW
*/
/*html {
  scroll-behavior: smooth;
}*/
html body {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.6em !important;
  background: #fff;
  font-weight: 400;
  color: #333333 !important;
  position: relative;
  overflow-x: hidden;
}
html, body {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 0;
  height: auto;
  float: left;
}
a:hover {
  text-decoration: none;
  color: #346fb5;
}
a:focus {
  outline: none !important;
  outline-offset: 0 !important;
}
a:focus, a:hover, a:active {
  outline: none;
}
*:focus, *:hover, *:active {
  outline: none;
}
a, * {
  outline: none;
}
.main-row, .site-content {
  float: left;
  width: 100%;
}
.container {
  max-width: 1250px !important;
  width: 84% !important;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
}
img.size-full, img.size-large, img.wp-post-image {
  height: auto;
  max-width: 100%;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
figure.wp-caption.alignleft, img.alignleft {
  margin: 5px 30px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 5px 0;
}
figure.wp-caption.alignright, img.alignright {
  margin: 5px 0 20px 30px;
}
.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  margin: 5px auto;
}
img.alignnone {
  margin: 5px 0;
}
.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 24px;
}
div.wp-caption.alignright img[class*="wp-image-"] {
  float: right;
}
div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
}
img.wp-smiley, .rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
  list-style-position: inside;
}
blockquote {
  padding: 0 0 0 0px;
  margin: 0 0 20px 0;
  border-left: 0px solid #eeeeee;
  float: left;
  font-size: 20px;
  width: 100%;
}
blockquote p {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 26px;
}
.dark-bg {
  background: #171931;
  color: #FFFFFF;
}
.light-bg {
  background: #346fb5;
  color: #171931;
}
.font-dark {
  color: #171931 !important;
}
.font-light {
  color: #346fb5;
}
.font-white {
  color: #ffffff;
}
.font-black {
  color: #000000;
}
.font-17 {
  font-size: 17px!important;
  line-height: 22px!important;
}
.font-20 {
  font-size: 20px!important;
  line-height: 25px!important;
}
.font-70 {
  font-size: 70px!important;
  line-height: 70px!important;
}
.font-50 {
  font-size: 50px!important;
  line-height: 50px!important;
}
.font-w300 {
  font-weight: 300!important;
}
.font-w600 {
  font-weight: 600!important;
}
.p-6 {
  padding: 4rem !important;
}
.p-7 {
  padding: 5rem !important;
}
.pt-6 {
  padding: 4rem 0 !important;
}
.pl-7 {
  padding-left: 7% !important;
}
.pr-7 {
  padding-right: 7% !important;
}
h1, h2, h3, h4, h5 {
  color: #333333;
  margin: 20px 0;
}
h1, h2, h3, h4, h5 {
  font-weight: 400;
}
.page-content h2 {
	font-size: 22px;
}
.page-content h3 {
	font-size: 20px;
}
.page-content h4 {
	font-size: 18px;
}
.page-content h5 {
	font-size: 17px;
}
.page-content h2, .page-content h3, .page-content h4, .page-content h5 {
  color: #333333;
  margin: 40px 0 30px 0;
	font-weight: 500;
}
html body b, html body strong {
  font-weight: 600;
}
.btn-main a {
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  padding: 15px 30px;
  background: #346fb5;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  position: relative;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.btn-main a:hover {
  background: #e84949;
}
.btn-main-red a {
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  padding: 15px 30px;
  background: #e84949;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  position: relative;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.btn-main-red a:hover {
  background: #346fb5;
}
.btn-arrow a {
  letter-spacing: 1px;
}
.btn-arrow a::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"></path></svg>');
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  top: -2px;
  color: #ffffff;
  vertical-align: middle;
  fill: #FFFFFF !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.btn-arrow a:hover::after {
  transform: rotate(90deg);
}
.black-arrow::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  right: -50px;
  bottom: -15px;
  background: url(img/arrow-black.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gallery .gallery-item img {
	border: none !important;
}
.wp-block-file__button.wp-element-button {
	background: #346fb5 !important;
	color: #ffffff !important;
	text-decoration: none !important;
}
/*CTA BOX*/
.cta-section {
  position: relative;
  padding: 60px 0;
}
.cta-content h3 {
	font-weight: 200;
  font-size: 26px;
  line-height: 30px;
  margin: 10px 0 20px 0;
  width: 100%;
}
.cta-content .btn-main-red {
  margin-left: 20px;
}
.cta-content .btn-main-red a {
  font-size: 15px;
	color: #FFFFFF;
	text-decoration: none; 
}
.cta-content .btn-main-red a:hover {
	color: #FFFFFF;
	text-decoration: none; 
}
.cta-section-subpage {
	background: #F7F7F7;
	border: 1px solid #eeeeee;
	padding: 50px;
	margin: 50px 0;
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 22px;
	border-radius: 10px;
}
.cta-section-subpage .cta-desc {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
}
.cta-section-subpage .btn-arrow {
	display: inline-block;
	vertical-align: middle;
	width: 36%;
	margin-left: 2%;
}
/*PAGES BOXES*/
.page-content a {
  color: #171931;
  text-decoration: underline;
}
.page-content a:hover {
  color: #346fb5;
  text-decoration: underline;
}
.border-radius {
  border-radius: 10px;
}
.border-gray {
  border: 1px solid #dddddd;
}
.bg-gray {
  background: #FBFBFB; 
}
.wp-block-media-text {
  grid-template-columns: 50px auto !important;
}
.wp-block-media-text > .wp-block-media-text__content {
  padding: 0 10px 0 30px !important;
}
.wp-block-details {
  background: #F7F7F7;
  border: 1px solid #eeeeee;
  margin-bottom: 15px;
  padding: 0 20px;
  border-radius: 10px;
}
.wp-block-details summary {
  font-weight: 600;
  padding-bottom: 20px;
  padding-top: 20px;
  letter-spacing: 0.3px;
}
.wp-block-button a {
  background: #346fb5;
  color: #ffffff;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
	border-radius: 10px;
}
.wp-block-button a:hover {
  background: #e41e34!important;
  color: #FFFFFF!important;
  text-decoration: none !important;
}
.btn-main b, .btn-main strong, .btn-arrow b, .btn-arrow strong, .wp-block-button b, .wp-block-button strong {
  font-weight: 600 !important;
}
.gray-btn .wp-block-button a {
  background: #F8F8F8;
	border: 1px solid #dddddd;
	border-radius: 10px !important;
  color: #333333;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  padding: 20px;
	  transition: all 0.15s ease 0s !important;
  -moz-transition: all 0.15s ease 0s !important;
  -webkit-transition: all 0.15s ease 0s !important;
  -o-transition: all 0.15s ease 0s !important;
  -ms-transition: all 0.15s ease 0s !important;
}
.gray-btn .wp-block-button a:hover {
  background: #ffffff;
	border-radius: 5px !important;
}
/*HEADER*/
.main-menu {
  float: left;
  width: 100%;
  color: #333333;
  height: auto;
}
.main-menu .top-menu-row {
  padding: 20px 0;
  align-items: center;
}
.main-menu .bottom-menu-row {
  border-top: 1px solid rgb(0, 0, 0, 0.1);
  justify-content: space-between;
}
.head-data ,
.menu-naglowek-en-container,
.menu-naglowek-container {
  display: inline-block;
  vertical-align: middle;
}
.head-sidebar {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.head-sidebar:after {
	content: '';
	height: 20px;
	width: 1px;
	background: #333333;
	top: 50%;
	margin-top: -10px;
	right: 0;
	position: absolute;
	opacity: 0.4;
}
.head-sidebar .wp-block-image {
	margin: 0px;
}
.head-sidebar svg,
.head-sidebar img {
	height: 20px!important;
	width: auto;
	padding: 0 30px;
}
.logotyp {
  width: auto;
  float: left;
}
.logotyp a {
  display: inline-block;
  vertical-align: middle;
}
.logotyp img {
  height: 40px;
  width: auto;
}
#main_navbar .navbar-nav {
  display: inline-block;
  padding: 0px 0 0 0;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  position: relative !important;
  left: 0;
  top: 0;
  margin-right: 20px !important;
  right: 0;
  border-radius: 0px !important;
  z-index: 999;
  transition: all 0.15s ease 0s !important;
  -moz-transition: all 0.15s ease 0s !important;
  -webkit-transition: all 0.15s ease 0s !important;
  -o-transition: all 0.15s ease 0s !important;
  -ms-transition: all 0.15s ease 0s !important;
}
#main_navbar .navbar-toggler-close {
  display: none;
}
#main_navbar .navbar-default {
  border-color: transparent !important;
  margin-bottom: 0 !important;
  border: none !important;
}
#main_navbar .navbar-default {
  padding-top: 0px;
  background-color: transparent !important;
}
#main_navbar .navbar-nav {
  width: 100%;
  margin: 0px 0px 0 0;
  padding: 0 0 0 0px;
  text-align: left;
  float: none;
  display: inline;
}
#main_navbar .navbar-nav li {
  display: inline-block !important;
  vertical-align: middle;
  position: relative;
  list-style: none;
  float: none !important;
}
#main_navbar .navbar-nav li:first-child a {
  padding: 30px 15px 30px 0 !important;
}
#main_navbar .navbar-nav li a {
  display: block;
  padding: 30px 6px !important;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #333333 !important;
  letter-spacing: 0.5px;
  position: relative;
  margin-top: -1px;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
#main_navbar .navbar-nav li a:before {
  width: 0%;
  height: 1px;
  content: '';
  position: absolute;
  background: #333333;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  top: 0px;
  left: 0px;
}
#main_navbar .navbar-nav li a:hover:before {
  width: 100%;
  right: 0px;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
#main_navbar .nav-menu li a:hover {
  color: #346fb5;
}
#main_navbar .nav-menu li.current-menu-item a {
  color: #346fb5;
}
#main_navbar .navbar-nav li.menu-item-has-children:hover ul.sub-menu {
  display: block;
  width: 100%;
}
html #main_navbar .dropdown-item:focus, html #main_navbar .dropdown-item:hover {
  color: #333333;
  background-color: #346fb5;
}
html #main_navbar .dropdown-menu {
  position: absolute;
  top: 90%;
  width: auto !important;
  left: 0;
  z-index: 1000;
	border: none !important;
  display: none;
  float: left;
  min-width: 200px!important;
  padding: 0px 0px;
  margin: 0px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background: #346fb5;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 7px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
html #main_navbar .dropdown-menu .dropdown-menu {
  position: absolute;
  top: 0%;
  width: auto !important;
  left: 100%;
}
html body #main_navbar .dropdown-menu li a:before {
	display: none !important;
}
html body #main_navbar .dropdown-menu li:first-child a {
	border: none !important;
}
html body #main_navbar .dropdown-menu li:first-child a,
html body #main_navbar .dropdown-menu a {
  font-size: 13px;
  color: #fff !important;
  width: 100%;
  text-align: left;
  padding: 8px 20px !important;
  font-weight: 400 !important;
	text-transform: none !important;
	border-radius: 0px;
	letter-spacing: 1px;
	border-top: 1px dashed rgba(255,255,255,0.15);
	  transition: all 0.2s ease 0s !important;
  -moz-transition: all 0.2s ease 0s !important;
  -webkit-transition: all 0.2s ease 0s !important;
  -o-transition: all 0.2s ease 0s !important;
  -ms-transition: all 0.2s ease 0s !important;
}
html body #main_navbar .dropdown-menu li:first-child a:hover,
html body #main_navbar .dropdown-menu a:hover {
	padding-left: 30px!important;
	padding-right: 10px!important;
}
#main_navbar.navbar {
  padding: 0rem 1rem;
  width: auto;
}
html #main_navbar .dropdown-menu li {
  width: 100%;
	padding: 5px;
}
#main_navbar .navbar-default .dropdown-menu > li > a:focus, #main_navbar .navbar-default .dropdown-menu > li > a:hover {
  color: #333333 !important;
  background-color: #171931 !important;
}
#main_navbar .dropdown:hover .dropdown-menu {
  display: block;
}
#main_navbar .dropdown:hover .dropdown-menu .dropdown-menu {
  display: none !important;
}
#main_navbar .dropdown-menu .dropdown:hover .dropdown-menu {
  display: block !important;
}
#main_navbar .dropdown-menu {
  margin-top: 0;
}
html body #main_navbar .dropdown-menu.show {
  display: none;
}
/*SOCIAL*/
.social-icons-bar {
  display: inline-block;
  vertical-align: middle;
	position: relative;
	padding: 0 30px 0 10px;
}
.social-icons-bar:after {
	content: '';
  height: 20px;
  width: 1px;
  background: #333333;
  top: 50%;
  margin-top: -10px;
  right: 0;
  position: absolute;
  opacity: 0.4;
}
.fb-social{
	background: #ffffff;
}
.linkedin-social{
	background: #ffffff;
}
.instagram-social {
	background: #ffffff;
}
.social-icons-bar .social-icon {
 width: 25px;
  height: 26px;
  border: 1px solid #000000;
  margin-left: 5px;
  float: right;
  text-align: center;
  border-radius: 100%;
  color: #000000;
  padding: 6px 5px;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
}
a.social-icon {
  text-decoration: none !important;
  display: block;
}
a.social-icon .fa-brands {
  color: #000000;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
}
/*YOUTUBE*/
.glide-youtube .glide__track {
  overflow: hidden;
}
.glide_slide_youtube {
  float: left;
  position: relative;
}
.glide_slide_youtube img {
  border-radius: 15px;
}
.glide_slide_youtube i.bi {
  padding: 10px;
  font-size: 30px;
  background: #346fb5;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #FFFFFF;
  transform: scale(1, 1);
  transition: all 0.1s ease 0s !important;
  -moz-transition: all 0.1s ease 0s !important;
  -webkit-transition: all 0.1s ease 0s !important;
  -o-transition: all 0.1s ease 0s !important;
  -ms-transition: all 0.1s ease 0s !important;
  font-weight: 300;
}
.glide_slide_youtube:hover i.bi {
  transform: scale(1.1, 1.1);
}
.youtube-section {
  float: left;
  width: 100%;
  padding: 100px 0;
}
.youtube-profile {
  float: left;
  width: 100%;
}
.youtube-profile a {
  display: inline-block;
  padding: 20px 30px;
  color: #FFFFFF;
  font-size: 18px;
  border-radius: 10px;
  background: #ff0033;
  transition: all 0.1s ease 0s !important;
  -moz-transition: all 0.1s ease 0s !important;
  -webkit-transition: all 0.1s ease 0s !important;
  -o-transition: all 0.1s ease 0s !important;
  -ms-transition: all 0.1s ease 0s !important;
}
.youtube-profile a:hover {
  background: #171931;
}
/*MAPA*/
.map-section .card-body {
  margin: 0px;
  float: left;
  width: 100%;
  padding: 0px;
}
.map-section #tabs {
  margin: 0px;
  float: left;
  width: 100%;
}
.map-section .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #346fb5;
  border-bottom: 0px solid rgba(0, 0, 0, .125);
  height: auto;
  float: left;
  width: 100%;
  border-radius: 0px;
  border: none !important;
}
.map-section li.nav-item {
  width: 50%;
  float: left;
  padding: 0px;
  margin: 0px;
  color: #171931;
  text-align: center;
}
.map-section .triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #346fb5 transparent;
  transform: rotate(180deg);
  left: 50%;
  margin-left: -15px;
  display: none;
  position: absolute;
  bottom: -25px;
}
.map-section li.nav-item a:hover {
  letter-spacing: 3px;
}
.map-section .tab-content img {
  width: 100% !important;
}
.map-section li.nav-item a {
  border: none !important;
  position: relative;
  padding: 40px 30px;
  font-size: 22px;
  color: #171931;
  letter-spacing: 1px;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.map-section .nav-tabs .nav-item.show .nav-link .triangle, .map-section .nav-tabs .nav-link.active .triangle {
  display: block;
}
.map-section .card {
  border: 0px solid rgba(0, 0, 0, 0) !important;
  border-radius: 0rem !important;
}
.map-section .nav-tabs .nav-item.show .nav-link, .map-section .nav-tabs .nav-link.active {
  color: #171931;
  background-color: transparent !important;
  border: none !important;
}
/*SLIDER*/
.glide {
  position: relative;
  float: left;
  width: 100%;
}
.glide.bullets {
  position: absolute;
  bottom: 20px;
  text-align: right;
  width: auto;
  right: 5%;
}
.glide.bullets .glide__bullet {
  width: 15px;
  height: 15px;
  margin: 3px;
  background: #eeeeee;
  border: none !important;
  border-radius: 100%;
}
.glide.bullets .glide__bullet.glide__bullet--active {
  background: #e84949;
}
.main-arrows {
  position: absolute;
  bottom: -70px;
  width: 100px;
  right: 0;
  text-align: right;
}
.main-arrows button.glide__arrow.glide__arrow--prev {
  left: -8%;
  position: absolute;
}
.main-arrows button.glide__arrow.glide__arrow--next {
  right: -8%;
  position: absolute;
}
.main-arrows.glide-main-slider {
  width: 40px;
  top: auto;
  bottom: 30px;
  left: 20px;
}
.section-slider .glide.bullets {
  position: absolute;
  bottom: auto;
  text-align: center;
  width: 20px;
  left: 30px;
  top: 30px;
}
.section-slider .glide.bullets button {
  border-radius: 100%;
}
.section-slider .glide.bullets {
	border-radius: 0px !important;
}
.main-arrows.glide-main-slider .glide__arrow {
  position: relative !important;
  width: 40px !important;
  border: 1px solid #ffffff !important;
  padding: 10px;
  border-radius: 5px;
  right: auto !important;
  left: auto !important;
  height: 40px;
  margin: 2px 0;
	color: #ffffff !important;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  background: none !important;
  transform: rotate(90deg);
}
.main-arrows .glide__arrow {
  position: relative !important;
  width: 40px !important;
  border: 1px solid #333333 !important;
  padding: 10px;
  border-radius: 5px;
  right: auto !important;
  left: auto !important;
  height: 40px;
  margin: 2px 0;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  background: #FFFFFF !important;
}
.section-slider {
  float: left;
  width: 100%;
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
}
.section-slider .glide  {
		border-radius: 0 0 110px 0;
	overflow: hidden;
}
.section-slider:after {
	background: url(img/yellow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 150px;
	width: 150px;
	content: '';
	position: absolute;
	right: -10px;
	bottom: 0px;
}
.section-slider .carousel {}
.glide-item {
  float: left;
  position: relative;
}
#carouselIndicators {
  float: left;
  width: 100%;
}
#carouselIndicators .carousel-caption {
  left: 10% !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50% !important;
  bottom: auto;
  right: auto;
  color: #111111;
  text-align: left;
}
#carouselIndicators .carousel-caption-inner {
  color: #111111;
  text-align: left;
}
.slaider-contant {
  padding: 0 10%;
}
.slaider-contant h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.slaider-contant h2 b, .slaider-contant h2 strong {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}
.slaider-contant p {
  margin-bottom: 30px;
  color: #555555;
  font-size: 15px;
  line-height: 22px;
}
.slaider-contant {
  font-size: 15px;
  line-height: 22px;
  color: #000000;
}
.slaider-contant a {
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  padding: 12px 25px;
  background: #346fb5;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.slaider-contant a:hover {
  background: #e84949 !important;
  color: #ffffff;
}
/*MENU*/
.head-contact {
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 1px;
  color: #333333;
  text-align: right;
  font-weight: 500;
}
.head-data.menu-head {}
.head-data.menu-head ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.head-data.menu-head ul li {
  list-style: none;
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #aaaaaa;
}
.head-data.menu-head ul li:last-child {
  border: none !important;
  padding-right: 0px !important;
}
.head-data.menu-head ul li a::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="black" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"></path></svg>');
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  top: -2px;
  color: #333333;
  vertical-align: middle;
  fill: #333333 !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.head-data.menu-head ul li a:hover::after {
  transform: rotate(90deg);
}
.head-data {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.head-data a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  display: inline-block;
  vertical-align: middle;
}
.head-data a:hover {
  color: #555555;
}
.phone-head {
  float: right;
  margin: 23px 0px 23px 10px;
}
.phone-head a.phone-head-box {
  color: #ffffff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 30px;
  background: #346fb5;
  float: left;
	  transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
}
.phone-head a.phone-head-box:hover {
  background: #e84949; 
}
.phone-head a.phone-head-box:before {
  position: relative;
  width: 18px;
  height: 18px;
  top: -2px;
  background: url(img/phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: '';
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.polylang_langswitcher {
  list-style: none !important;
  margin: 0px 0 0px 15px;
  padding: 0px !important;
	display: inline-block;
	vertical-align: middle;
}
.polylang_langswitcher li {
  display: inline-block !important;
  width: 22px;
  border-radius: 100%;
  border: 1px solid #eeeeee;
}
/*HOME*/
/*SECTION*/
.ciemny {
  background: #171a32;
  color: #DDDDDD;
}
.jasny {
  background: #346fb5;
  color: #333333;
}
.section-title h1 {
  font-weight: 100;
  font-size: 2.0em;
  line-height: 1em;
  color: #346fb5;
  margin: 50px 0 50px 0;
  width: 100%;
}
.section-title h2 {
  font-weight: 200;
  font-size: 26px;
  line-height: 30px;
  margin: 10px 0 50px 0;
  width: 100%;
}
.section-title h2 .last {
  font-weight: 500;
}
.section-title h4 {
  font-weight: 100;
    font-size: 26px;
  line-height: 30px;
  margin: 0px 0 50px 0;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
}
.section-title p {
  font-size: 15px;
  line-height: 22px;
  color: #444444;
  margin-bottom: 0px;
  width: 70%;
}

.home-section {
  float: left;
  width: 100%;
}
/*NUMBERS SECTION*/
.numbers-field-list {
  position: relative;
}
.numbers-field-list .col-sm-6 {
  padding: 30px;
  text-align: center;
  position: relative;
}
.numbers-field-list:before {
  height: 100px;
  width: 1px;
  background: #aaaaaa;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  content: '';
}
.numbers-field-list:after {
  height: 1px;
  width: 100px;
  background: #aaaaaa;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  content: '';
}
.numbers-field-list .number-box {
  font-weight: 200;
}
/*SERVICES SECTION*/
#uslugi {
	position: relative;
	padding-top: 50px;
}
#uslugi:before {
	content: '';
	position: absolute;
	right: 0;
	top: -20px;
	width: 400px;
	height: 400px;
	background: url("img/subbg.svg");
	display: block;
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}
.services-section .services-banks {
  float: left;
  width: 100%;
}
.services-section .services-content {
  padding: 0px 0 40px 0;
  float: left;
  width: 100%;
}
.services-links {
  float: left;
  width: 100%;
	margin-bottom: 40px;
}
.service-box {
	position: relative;
}
.service-box .service-box-inner {
  background: #ffffff;
	border: 1px solid #dddddd;
  padding: 40px 10% 0 10%;
  border-radius: 2px 25px 25px 25px;
  height: 100%;
  width: 100%;
  color: #444444;
}
.service-box .service-box-inner .service-box-header-icon {
  width: 45px;
	height: 45px;
	padding: 10px;
	background: #346fb5;
	border-radius: 30px 0px 30px 30px;
  display: inline-block;
  vertical-align: top;
}
.service-box .service-box-inner .service-box-header-icon img {
  width: 35px;
}
.service-box .service-box-inner .service-box-header {
  margin-bottom: 30px;
}
.service-box .service-box-inner .service-box-header-title {
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: top;
padding-left: 5px;
  padding-right: 10px;
}
.service-box .service-box-inner .service-box-header-title h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333333;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 20px;
}
.service-box .service-box-inner .service-box-header-title h3 b {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 22px;
}
.service-box-desc a {
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.service-box-desc p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 70px;
}
.service-box-inner {
	position: relative;
}
.services-links .service-box-inner .btn-arrow.btn-main {
	position: absolute;
	bottom: -20px;
}
/*ABOUT SECTION*/
#about {
	position: relative;
}

#about .section-content a {
 color: #333333;
	margin-top: 10px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  position: relative;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
#about .section-content a:before {
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  position: relative;
  width: 30px;
  height: 1px;
  display: inline-block;
  content: '';
  background: #000000;
  margin-right: 10px;
  margin-top: -5px;
}
#about .section-content a:hover {
	background: none !important;
	color: #333333 !important;
}
#about .section-content a:hover::before {
  width: 50px;
  background: #333333;
}
.about-content {
  position: relative;
}
.about-content:before {
  background: url(img/red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  height: 250px;
  width: 6%;
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.about-content h1 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 0px;
  padding-bottom: 0px;
	font-weight: 200;
}
/*BLOG*/
.section-blog {
  float: left;
  width: 100%;
  padding: 60px 0 140px 0;
	position: relative;
}
.section-blog:before {
  background: url(img/blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  height: 250px;
  width: 7%;
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
}
.blog-news-slide {
	float: left;
	position: relative;
}
.blog-news-box {
  float: left;
	border: 1px solid #eeeeee;
  border-radius: 15px 15px 15px 15px;
  overflow: hidden;
	height: 100%;
}
.blog-org-box .blog-news-txt {
	padding: 30px 30px 80px 30px;
}
.blog-news-txt {
  padding: 0 10% 80px 10%;
	position: relative;
}
.section-blog .glide-news .glide__track {
  overflow: hidden;
}
.blog-news-txt h5 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  margin: 30px 0 20px 0;
}
.blog-news-txt .section-content {
  font-size: 13px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 30px;
}
.glide-news .glide.bullets {
  position: absolute;
  bottom: -70px;
  text-align: center;
  width: auto;
  right: auto;
  left: 0;
}
.blog-news-link {
	position: absolute;
	left: 10%;
	bottom: 40px;
}
.blog-news-link a {
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
  text-decoration: none !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.blog-news-link a:before {
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  position: relative;
  width: 30px;
  height: 1px;
  display: inline-block;
  content: '';
  background: #000000;
  margin-right: 10px;
  margin-top: -5px;
}
.blog-news-link a:hover:before {
  width: 50px;
  background: #333333;
}
.blog-news-link a:hover {
  color: #333333;
}
.blog-rest-post h3.section-title {
  font-weight: 200;
  font-size: 3em;
  margin: 0px 0 30px 0;
  width: 100%;
}
.blog-row {
  float: left;
  width: 100%;
  margin-bottom: 1.2em;
}
.blog-rest-post time, .archive-blop-page time {
  font-size: 0.8em;
  line-height: 1em;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  color: #171931;
}
.post-main-title {
  font-size: 1.3em;
  line-height: 1.2em;
  margin-bottom: 1em;
  width: 100%;
  font-weight: 500;
}
.blog-main-post time {
  margin-top: 3em;
  font-size: 0.8em;
  line-height: 1em;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  color: #171931;
}
.post-rest-title {
  font-size: 1.1em;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  width: 100%;
}
.post-rest-desc {
  font-size: 0.9em;
  line-height: 1.2em;
  color: #333333;
  padding-bottom: 15px;
}
.post-rest-title a, .post-main-title a {
  color: #171931;
  text-decoration: none;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.post-rest-title a:hover {
  color: #346fb5;
}
a.post-rest-link {
  text-decoration: none;
  color: #346fb5;
  position: relative;
  padding-left: 80px;
  float: right;
  clear: both;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 400;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
a.post-rest-link:hover {
  color: #171931;
  text-decoration: none;
}
a.post-rest-link:hover::before {
  width: 70px;
  background: #171931;
}
a.post-rest-link::before {
  width: 60px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 12px;
  background: #346fb5;
  content: '';
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.post-main-title a:hover {
  color: #222222;
}
a.post-main-link {
  text-decoration: none;
  color: #171931;
  position: relative;
  padding-left: 80px;
  float: right;
  clear: both;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 400;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
a.post-main-link:hover {
  color: #222222;
}
a.post-main-link:hover::before {
  width: 70px;
}
a.post-main-link::before {
  width: 60px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 12px;
  background: #171931;
  content: '';
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.blog-main-post .post-thumb {
  position: relative;
}
.blog-main-post .post-thumb .corner {
  width: 0;
  position: absolute;
  z-index: 1;
  height: 0;
  border-style: solid;
  border-width: 0 80px 80px 0;
  border-color: transparent #346fb5 transparent transparent;
  top: 0;
  right: 0;
}
/*SUBPAGE*/
#breadcrumbs {
  margin-bottom: 30px;
}
#breadcrumbs, #breadcrumbs a {
  font-size: 12px;
  line-height: 1.2em;
  color: #666666;
	text-decoration: none !important;
}
.main-content-subpage .container {
  border-top: 1px solid rgb(0, 0, 0, 0.1);
}
.page-title {
  color: #222222;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
	margin-bottom: 50px;
}
.subtitle {
	width: 100%;
  margin: 0;
  color: #444444;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px dashed #999999;
}
.main-head a {
  color: #FFFFFF;
  text-decoration: none;
}
.page-content {
  padding-bottom: 80px;
  padding-top: 80px;
  float: left;
  width: 100%;
}
.page-content h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.main-content {
  float: left;
  width: 100%;
}
.main-content-subpage {
	position: relative;
}

/*PAGINACJA
-------------------------------------------------- */
.paginacja-wpisow {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.paginacja-wpisow a {
  display: block;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  text-decoration: none!important;
  text-align: center;
  line-height: 40px;
}
.paginacja-wpisow .next:hover, .paginacja-wpisow .prev:hover, .paginacja-wpisow li:hover {
  background: #171931;
}
.paginacja-wpisow a:hover {
  color: #FFFFFF;
	text-decoration: none!important;
}
.paginacja-wpisow ul {
  padding-left: 0px;
}
.paginacja-wpisow li {
  display: inline-block !important;
  vertical-align: top;
  padding: 0px !important;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #346fb5;
  border-radius: 30px;
}
.paginacja-wpisow li:before {
  display: none;
}
.paginacja-wpisow .prev {
  display: inline-block;
  height: 40px;
  vertical-align: top;
  background: #346fb5;
  text-decoration: none;
  color: #171931;
  border-radius: 30px;
}
.paginacja-wpisow .next {
  display: inline-block;
  height: 40px;
  vertical-align: top;
  background: #346fb5;
  text-decoration: none;
  color: #171931;
  border-radius: 30px;
}
.paginacja-wpisow .next a, .paginacja-wpisow .prev a {
  padding: 0 20px;
}
.paginacja-wpisow li.active {
  background: #171931;
}
.paginacja-wpisow li.active a {
  color: #FFFFFF;
}
/*SIDEBAR*/
.services-content-side .services-desc h2 {
  margin-top: 40px;
	font-size: 22px;
}
.services-content-side .section-title p {
  width: 100%;
}
.services-content-side .service-box {
	margin-bottom: 12px;
}
.services-content-side .service-box-header{
	margin-bottom: 0px !important;
}
.services-content-side .service-box-header-title h3 strong,
.services-content-side .service-box-header-title h3 b,
.services-content-side .service-box-header-title h3 {
  font-size: 14px!important;
	font-weight: 500 !important;
	letter-spacing: 0.5px !important;
	color: #ffffff !important;
}
.services-content-side .service-box-inner .service-box-header-icon img {
  width: 30px;
	padding: 3px;
}
.services-content-side .service-box-inner .service-box-header-title h3 b {
  float: none;
  width: auto;
}
.services-content-side .btn-arrow a::after{
	position: absolute;
	right: 30px;
	top: 18px;
}
.services-content-side a:hover .service-box-inner {
	background: #e84949;
}
.services-content-side .service-box-inner {
  padding: 13px 20px;
	border: none !important;
  border-radius: 10px;
  height: 100%;
	background: #346fb5;
  width: 100%;
	  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.services-content-side .service-box-inner .service-box-header-icon {
  width: 30px;
  vertical-align: middle;
	text-align: right;
	background: none !important;
	padding: 0;
	border-radius: 0px;
	height: 30px;
}
.services-content-side .service-box-inner .service-box-header-title {
  width: calc(100% - 40px);
  vertical-align: middle;
	color: #ffffff;
}
.page-sidebar {
  padding-left: 80px;
	padding-top: 30px;
}
.page-sidebar .contact-sidebar-box p {
  margin-bottom: 10px;
}
.page-sidebar .contact-sidebar-box h4 {
  color: #FFFFFF !important;
}
.page-sidebar .contact-sidebar-box .wp-block-button a {
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 14px;
  border: 2px solid #171931;
}
.page-sidebar .contact-sidebar-box .wp-block-button a:hover {
  color: #171931 !important;
  background: none !important;
}
.page-sidebar .contact-sidebar-box a {
  color: #171931;
}
.page-sidebar .ads-sidebar-box .widzet {
  margin-bottom: 30px;
}
.page-sidebar .ads-sidebar-box .widzet img {
  border-radius: 10px;
}
.page-sidebar .ads-sidebar-box .widzet .wp-block-latest-posts__post-excerpt {
  font-size: 14px;
  color: #444444;
}
.page-sidebar .ads-sidebar-box .widzet .wp-block-latest-posts__post-title {
  margin: 30px 0 20px 0;
  color: #000000;
  font-weight: 500;
  float: left;
  width: 100%;
}
.page-sidebar .ads-sidebar-box .widzet .wp-block-latest-posts__post-title:hover {
  color: #346fb5;
}
/*FORMULARZ*/
.gform_fields legend,
.gform_fields label {
	font-size: 15px!important;
}
.gform_fields select,
.gform_fields input[type="checkbox"],
.gform_fields input[type="radio"],
.gform_fields textarea,
.gform_fields input {
	border-radius: 10px!important;
	padding: 15px 20px!important;
	border:1px solid #cccccc!important;
	height: auto!important;
	box-shadow: none!important;
}
.init_pcafe_imgp .gfield_checkbox .gchoice label {
  padding:30px 20px!important;
  border: 1px solid #cccccc!important;
	border-radius: 10px!important;
}
.gform_wrapper .gfield.init_pcafe_imgp.pcafe_theme_basic label img {
  height: 40px!important;
  max-height: 40px!important;
}
.gform_wrapper .gfield.init_pcafe_imgp.pcafe_theme_basic .gchoice input:checked + label {
  border-color: #346fb5!important;
	color: #ffffff !important;
	background: #346fb5!important;
}
.gform_wrapper .gfield.init_pcafe_imgp.pcafe_theme_basic .gchoice input:checked + label img {    
   filter: saturate(0) brightness(0) invert(1);
}
.gform_wrapper input.gform_button.button {
	  padding:20px 30px!important;
	font-size: 15px!important;
  border: 0px solid #cccccc!important;
	border-radius: 10px!important;
	color: #ffffff !important;
	background: #346fb5!important;
	box-shadow: none !important;
	letter-spacing: 1px!important;
	  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.gform_wrapper input.gform_button.button:hover {
	letter-spacing: 2px!important;
	background: #e84949 !important;
}
/*FOOTER*/
footer {
  float: left;
  width: 100%;
  z-index: 2;
	margin-top: 50px;
	position: relative;
}
footer:before {
  background: url(img/yellow-big.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  height: 200px;
  width: 10%;
  content: '';
  position: absolute;
  left: -50px;
  top: -30px;
	z-index: 22;
}
footer .numbers-field-list::before,
footer .numbers-field-list::after {
	display: none !important;
}
.top-footer .f3 img {
	margin-bottom: 40px;
}
.top-footer {
  position: relative;
  background: #346fb5;
  padding: 70px 0px 50px 0px;
  color: #FFFFFF!important;
  font-size: 13.5px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 50px;
}
.top-footer .social-footer .social-icons-bar {
	padding: 0px !important;
	margin: 0px !important;
}
.top-footer .social-icons-bar::after{
	display: none !important;
	}
.top-footer a {
	color: #ffffff;
}
.top-footer .wp-block-heading {
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.top-footer .wp-block-heading b, .top-footer .wp-block-heading strong {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  float: left;
  width: 100%;
}
.top-footer .f0, .top-footer .f1, .top-footer .f2 {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.top-footer .wp-block-button {
  margin-top: 20px !important;
}
.top-footer .wp-block-button a {
  border: 1px solid #ffffff;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff !important;
	background: none !important;
}
.top-footer .wp-block-button strong, .top-footer .wp-block-button b {
  font-weight: 600;
}
.top-footer .footer-data {
  padding: 0px !important;
	float: left;
  width: 100%;
}
.adress-footer, .contact-data-footer, .open-footer {
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}
.adress-footer h5 {
  width: 100%;
}
footer .footer-data a,
footer .footer-data {
  line-height: 1.5em;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
}
.footer-data {}
.bottom-footer {
  margin-bottom: 50px;
}
.rules-footer {
  float: left;
  width: 100%;
  position: relative;
  text-align: right;
}
.rules-footer a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 13px;
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.rules-footer a:hover {
  color: #346fb5;
  text-decoration: none;
}
.logo-social-footer {
  margin-top: 2em;
  margin-bottom: 2em;
}
.logo-footer img {
  width: 180px;
  height: auto;
}
.social-footer .social-icons-bar {
  text-align: left;
  margin-top: 30px;
  margin-left: 0px;
}
.social-footer .social-icons-bar .social-icon {
  width: 40px;
	background: none !important;
  height: 40px;
  margin-left: 5px;
  float: right;
  border: 1px solid #FFFFFF;
  text-align: center;
  border-radius: 100%;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  color: #FFFFFF;
  font-size: 18px;
  padding: 10px;
}
.social-footer .social-icons-bar .social-icon:hover {
  transform: rotate(15deg);
}
.social-footer .social-icons-bar .social-icon:hover .fa-brands {
  transform: rotate(15deg);
}
.social-footer a.social-icon {
  text-decoration: none !important;
  display: block;
}
.social-footer a.social-icon .fa-brands {
  color: #FFFFFF;
  text-align: center;
  line-height: 37px;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.copyright-row {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 13px;
}
.newsletter-info {
	margin-bottom: 50px;
	padding-bottom: 50px;
	position: relative; 
}
.newsletter-info:after {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	width: auto;
	position: absolute;
	bottom: 10px;
	left: 0px;
	right: 0px;
	content: '';
}
.newsletter-desc {
	color: #FFFFFF;
}
.newsletter-desc h3 {
	color: #FFFFFF;
}
.hidden_label .gchoice  .gform-field-label {
	display: inline-block !important;
	width: calc(100% - 65px) !important;
	padding-left: 15px;
	}
.hidden_label .gform-field-label {
	display: none !important;
}
.gform_required_legend {
  display: none;
}
.newsletter-info .gfield input,
.newsletter-info .gfield select,
.newsletter-info .gfield textarea {
background: #FFFFFF !important;
  border: 0px solid #aaaaaa !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #333333;
  padding: 20px 20px !important;
  border-radius: 30px !important;
  height: auto !important;
  box-shadow: none !important;
  width: 100%;
  margin-bottom: 10px;
  line-height: 20px !important;
}
.newsletter-info .gform_fields {
	gap:15px!important;
}
.newsletter-info .gfield .gfield_checkbox label,
.newsletter-info .gfield .gfield_checkbox label a {
	color: #FFFFFF !important;
	font-size: 13px !important;
	line-height: 17px !important;
	font-weight: 400;
}
.newsletter-info .gfield input[type="checkbox"]:before {
	color: #ffffff;
}
.newsletter-info .gfield input[type="checkbox"] {
  background: none !important;
  border: 1px solid #ffffff !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #ffffff;
  padding: 5px !important;
  border-radius: 30px !important;
	height: 20px !important;
	width: 20px !important;
  box-shadow: none !important;
}
.newsletter-info .gform_wrapper input.gform_button.button {
  text-decoration: none!important;
  color: #FFFFFF!important;
  position: relative;
	border-radius: 30px!important;
  float: right;
	letter-spacing: 1px!important;
  clear: both;
	width: 96% !important;
	height: 60px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  background: #e52035  !important;
  border: 1px solid #e52035!important;
	 padding: 20px 30px !important;
	  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
.newsletter-info .gform_wrapper input.gform_button.button:hover {
  background: none  !important;
  border: 1px solid #ffffff!important;
}
.newsletter-form .gform-body legend{
	display: none !important;
}
.newsletter-form .gform-body .gform-field-label{
	color: #ffffff!important;
}
.newsletter-form .gform-body .gform-field-label.gfield_consent_label {
	font-size: 13px!important;
}
.newsletter-form .gform-body {
	display: inline-block;
	vertical-align: top;
	width: 70%;
}
.newsletter-form .gform-footer {
	display: inline-block!important;
	vertical-align: top;
	width: 28%;
	margin: 0px!important;
	padding: 0px!important;
}
.newsletter-info .gform_button:hover {
	background: #ffffff!important;
	color:#171931!important;
}
.gform_wrapper.gravity-theme .gfield {
  margin: 10px 0;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
  margin-top: 5px !important;
  margin-right: 5px !important;
  vertical-align: top !important;
}
.gform_wrapper.gravity-theme .gfield textarea {
  height: 150px !important;
}
.gform_button {
  text-decoration: none;
  color: #171931;
  position: relative;
  padding-left: 80px;
  float: right;
  clear: both;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 1.3em;
  font-weight: 600;
  background: none !important;
  border: none !important;
}
.gform_footer {
  float: left;
  width: auto;
  position: relative;
  padding: 0px !important;
  transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333333;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #333333;
}
body .gform_wrapper .gform_validation_errors > h2 {
  color: #FFFFFF;
}
body .gform_wrapper .gform_validation_errors {
  background: #171931;
  border: 1.5px solid #171931;
}
body .gform_wrapper .gfield_validation_message, body .gform_wrapper .validation_message {
  background: #171931 !important;
  border: 1px solid #171931 !important;
  color: #FFF !important;
  border-radius: 5px;
  padding: 5px 20px !important;
}
.gform_wrapper .gfield_error .gfield_repeater_cell label, .gform_wrapper .gfield_error label, .gform_wrapper .gfield_error legend, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message, .gform_wrapper [aria-invalid="true"] + label, .gform_wrapper label + [aria-invalid="true"] {
  color: #171931 !important;
}
.credit-form .gsection_title {
  border: none !important;
  font-size: 22px;
  line-height: 27px;
  color: #171931;
  font-weight: 600;
}
.credit-form .gform_wrapper.gravity-theme .gfield_label {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}
html body .gform_wrapper .noUi-connect {
  background: #171931;
}
html body .gform_wrapper .noUi-connects, html body .gform_wrapper .noUi-target {
  border-radius: 20px !important;
}
html body .gform_wrapper .noUi-horizontal {
  height: 25px;
}
html body .gform_wrapper .noUi-horizontal .noUi-handle {
  height: 34px;
}
.ginput_container_consent label {
  display: inline;
}
.credit-form .gform_wrapper.gravity-theme .gfield input, .credit-form .gform_wrapper.gravity-theme .gfield textarea {
  background: #FFFFFF !important;
}
.gotop {
  width: 40px;
  height: 40px;
  position: fixed;
  background: #171931;
  color: #FFFFFF;
  right: 10px;
  bottom: 10px;
  text-align: center;
  line-height: 40px;
	border-radius: 100%;
	font-size: 20px;
  padding-right: 5px;
}
.gotop a {
  color: #FFFFFF;
  text-decoration: none !important;
  display: block;
  transform: rotate(-90deg);
}
@media only screen and (max-width:1350px) {
	.cta-section-subpage .cta-desc {
	width: 100%;
		margin-bottom: 20px;
}
.cta-section-subpage .btn-arrow {
	width: 100%;
	margin-left: 0%;
}
	  .cta-section-subpage .cta-content .btn-main-red {
    margin-left: 0px;
    margin-right: 0px;
  }
.container {
  width: 86% !important;
}
	.page-sidebar {
  padding-left: 60px;
}
	.logotyp img {
  height: 35px;
}
	.subhead-menu {
  margin-right: 5px;
  font-size: 12px;
}
	.head-data.menu-head ul li {
  padding: 0 10px;
}
  .head-contact {
    font-size: 12px;
  }
  .head-data.mail-head a::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .head-data.phone-head a::before {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .social-footer .social-icons-bar .social-icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
    padding: 7px 5px;
  }
  .social-footer .social-icons-bar {
    margin-left: 0px !important;
  }
	#main_navbar .navbar-nav li a {
  padding: 30px 5px!important;
	}

}
@media only screen and (max-width:1300px) {
.slaider-contant h2 b, .slaider-contant h2 strong {
  font-size: 40px;
  line-height: 40px;
}
	.newsletter-info .gform_wrapper input.gform_button.button {
  padding: 20px 15px !important;
	}
	.slaider-contant {
  padding: 0 5% 0 0;
}
	.main-arrows.glide-main-slider {
  right: -40px;
}
	.section-slider .glide.bullets {
  right: -33px;
}
	.service-box .service-box-inner {
  padding: 40px 7% 0 7%;
}
	.services-content-side .service-box-inner {
  padding: 13px 25px 13px 15px !important;
	}
	.main-arrows.glide-main-slider .glide__arrow {
  width: 30px !important;
  padding: 8px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}
	.top-footer .wp-block-button a {
  padding: 10px 15px;
  font-size: 11px;
	}
		#main_navbar .navbar-nav li a {
  padding: 30px 4px!important;
  font-size: 11px;
	}
	footer::before {
  left: -20px;
  top: -25px;
}
}
@media only screen and (max-width:1200px) {
	.social-icons-bar .social-icon {
  font-size: 11px;
	}
  .social-icons-bar .social-icon {
    width: 25px;
    height: 25px;
  }
  a.social-icon .fa-brands {
    line-height: 25px;
    font-size: 0.6em;
  }
  #carouselIndicators .carousel-caption {
    width: 40% !important;
  }
  #carouselIndicators .carousel-caption-inner {
    padding: 35px;
  }
  .slaider-contant {
    font-size: 35px;
    line-height: 35px;
  }
  .p-7 {
    padding: 3rem !important;
  }
  .home .top-footer .contact-column-info {
    margin-top: -30px;
    padding: 15px !important;
  }
	  #main_navbar .navbar-nav li a {
    padding: 30px 3px !important;
    font-size: 10px;
  }
	.phone-head {
  margin: 23px 0px 23px 0px;
}
	.phone-head a.phone-head-box {
  padding: 8px 15px 8px 15px;
	}
	.phone-head a.phone-head-box::before {
  margin-right: 2px;
		top: -1px;
	}
}
@media only screen and (max-width:1100px) {
	  .page-sidebar {
    padding-left: 30px;
  }
	.work-box-desc h3 {
  font-size: 16px !important;
  line-height: 20px!important;
		margin-bottom: 10px;
}
	.work-section {
  padding-bottom: 0px;
}
	.work-box-inner .work-box-desc {
  width: calc(100% - 80px);
  margin-left: 0px;
}
	.work-box-inner {
		margin-bottom: 30px;
	}
	.work-box-inner .work-box-header .work-box-header-icon {
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
}
	.social-icons-bar {
  margin-left: 15px;
}
	  .head-contact {
		  padding-right: 0px;
  }
	.logotyp {
		padding-left: 0px;
	}
	.subhead-menu {
		display: none;
	}
	  .logotyp img {
    height: 30px;
  }
  html body #main_navbar .dropdown-menu.show {
    display: block !important;
  }
  html body #main_navbar .navbar-nav .dropdown-menu .dropdown-menu a {
    font-size: 13px;
    padding: 6px 20px !important;
  }
  .navbar-toggler-close {
    display: block !important;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 11111;
    top: 0px;
    right: 15px;
    color: #000000 !important;
  }
  .navbar-toggler-close button {
    color: #000000 !important;
    border: none !important;
  }
  .navbar-light .navbar-toggler {
    color: #000000;
  }
  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }
  .navbar-light .navbar-toggler {
	padding: 5px 15px;
    border-color: rgba(0, 0, 0, 1) !important;
    margin:15px 0;
    float: right;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 20px;
	  text-transform: uppercase;
  }
	.navbar-toggler-icon {
  width: 30px;
  height: 30px;
	}
  .navbar-light .navbar-toggler-icon {
    background: none !important;
  }
  .sidebar-menu .dropdown-menu > li > a {
    text-align: left;
  }
  html #main_navbar .navbar-nav li a {
    padding: 15px 20px !important;
    font-size: 13px !important;
    color: #FFFFFF !important;
    text-align: left !important;
  }
  .navbar-toggle {
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
  }
  .navbar-toggle[aria-expanded="false"] span {
    opacity: 1;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
  }
  .navbar-toggle[aria-expanded="true"] span {
    opacity: 0;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
  }
  .navbar-toggle:before {
    opacity: 0;
    content: "x";
    position: fixed;
    font-size: 40px;
    font-weight: 800;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 100%;
    font-family: 'Poppins', sans-serif !important;
    right: 44px;
    top: 18px;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
    z-index: 1000000;
  }
  .navbar-toggle[aria-expanded="true"]:before {
    opacity: 1;
    content: "x";
    position: fixed;
    font-size: 40px;
    font-weight: 800;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 100%;
    font-family: 'Poppins', sans-serif !important;
    right: 45px;
    top: 10px;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
    z-index: 1000000;
  }
  .navbar-collapse {
    margin: 0 !important;
    padding: 0 0 0px 0 !important;
    background: #000;
  }
  li.social a span {
    display: inline-block !important;
    padding-left: 10px !important;
    font-size: 14px !important;
  }
  .navbar-collapse {
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0) !important;
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0) !important;
    border-top: 0px solid transparent !important;
    margin-bottom: 0px;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 5px 5px;
    clear: both;
    color: #000;
    white-space: normal !important;
    width: 100%;
    text-align: center;
    font-size: 13px !important;
  }
  html .dropdown-menu {
    width: 100% !important;
    position: relative !important;
    min-width: 100%;
    background-color: transparent !important;
    margin-bottom: 15px !important;
  }
  .navbar ul {
    width: 70% !important;
    margin: 0 0px 0 0;
    padding: 0;
    text-align: center !important;
    float: left;
    min-height: 100%;
    height: auto;
    background: #172F50;
    padding-bottom: 30px;
	  float: left !important;
  }
	.navbar ul ul {
		min-height: 0px !important;
		height: auto !important;
	}
  #main_navbar .navbar-nav ul {
    width: 100% !important;
  }
  #main_navbar .navbar-nav .dropdown-menu li a,
  #main_navbar .navbar-nav .dropdown-menu li:first-child a {
    padding: 10px 15px !important;
  }
	html #main_navbar .dropdown-menu {
  padding: 10px 0px;
	}
  .navbar ul ul {
    width: 100% !important;
    border-radius: 0px !important;
    padding-bottom: 0px !important;
    float: left !important;
  }
  .navbar ul ul a {
    border: none !important;
    font-size: 13px !important;
    padding: 10px 25px !important;
  }
  .navbar .container {
    display: inline-block !important;
    padding-bottom: 15px !important;
  }
  .main-header .container {
    border-bottom: 1px solid transparent !important;
  }
  .navbar {
    width: 100%;
    height: auto !important;
    border: 0px solid transparent !important;
    z-index: 50;
    float: left;
    text-align: left;
    display: block !important;
	  padding-right: 0px!important;
	  padding-left: 0px!important;
  }
  #main_navbar .navbar-nav li:first-child a {
    padding: 20px !important;
  }
	html #main_navbar .dropdown-menu {
  min-width: 0px !important;
	}
  .navbar-collapse.show {
    background: none;
    position: fixed;
    display: block;
    height: 100% !important;
    left: 0 !important;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 1) !important;
	  overflow: scroll;
  }
  .navbar-collapse {
    background: none;
    position: fixed;
    height: 100% !important;
    left: -100% !important;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
    top: 0 !important;
    display: block;
    bottom: 0 !important;
    width: 100% !important;
    z-index: 1000;
  }
  .navbar-collapse.collapsing {
    position: fixed;
    height: 100% !important;
    top: 0 !important;
    display: block;
    bottom: 0 !important;
    width: 50% !important;
    overflow: visible !important;
  }
  .navbar li {
    display: block !important;
    float: left !important;
    width: 100%;
    text-align: left;
  }
  .navbar li a {
    font-size: 14px !important;
    padding: 20px !important;
    color: #FFFFFF !important;
    text-align: left;
    border-bottom: 1px solid #214168 !important;
  }
  .dropdown.open .dropdown-menu, .dropdown-menu.show .dropdown-menu {
    display: block !important;
  }
  html #main_navbar .dropdown-menu .dropdown-menu {
    position: relative !important;
    top: auto;
    width: 100% !important;
    left: 0;
    padding: 0px 0 0 15px;
    ;
    font-size: 13px;
    box-shadow: none !important;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #000000 !important;
    background-color: #223a66 !important;
  }
  .dropdown:hover a {
    border-color: transparent !important;
  }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff !important;
    background-color: transparent !important;
    border-color: transparent !important;
  }
	.glide-news .glide.bullets {
  bottom: -60px;
	}
  .main-arrows button.glide__arrow.glide__arrow--next {
    right: 0%;
  }
  .main-arrows button.glide__arrow.glide__arrow--prev {
    left: 0%;
  }
  a.post-rest-link::before {
    top: 7px;
  }
  #primary-navigation .nav-menu li a {
    padding: 20px 4px;
    font-size: 11px;
  }
  .main-menu .container {
    width: 90% !important;
  }  
	.container {
    width: 96% !important;
  }
  #carouselIndicators .carousel-caption {
    width: 45% !important;
  }
  #carouselIndicators .carousel-caption-inner {
    padding: 20px;
  }
  .main-arrows.glide-main-slider button.glide__arrow.glide__arrow--prev {
    left: 1%;
  }
  .main-arrows.glide-main-slider button.glide__arrow.glide__arrow--next {
    right: 1%;
  }
  #carouselIndicators .carousel-caption:before {
    position: absolute;
    width: 70px;
    height: 100px;
    content: '';
    bottom: -15px;
    left: -35px;
  }
  .social-footer .social-icons-bar .social-icon {
    width: 25px;
    height: 25px;
  }
  .social-footer .social-icons-bar .social-icon {
    font-size: 12px;
    padding: 5px 5px;
  }
  .social-footer a.social-icon .fa-brands {
    line-height: 25px;
    font-size: 0.6em;
  }
	.slaider-contant p {
  font-size: 14px;
  line-height: 19px;
}
	.slaider-contant a {
  font-size: 12px;
  padding: 10px 25px;
}
	.slaider-contant h2 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px;
}
	 .slaider-contant h2 b, 
	.slaider-contant h2 strong {
    font-size: 30px;
    line-height: 30px;
  }
	.about-content h1 {
  font-size: 25px;
  line-height: 30px;
}
	.service-box-desc a {
  padding: 10px 15px;
  font-size: 11px;
}
	.service-box {
		margin-bottom: 40px;
	}
	.top-footer .f0, .top-footer .f1, .top-footer .f2,.top-footer .f3 {
  border-right: 0px solid rgba(255, 255, 255, 0.2);
		padding: 15px !important;
}
	.rules-footer a,
	.copyright-row{
  font-size: 11px;
	}
		footer::before {
  left: -15px;
  top: -15px;
}
}
@media only screen and (max-width:900px) {
  .section-blog {
    padding: 50px 0 70px 0;
  }
	.cta-section {
  padding: 60px 0 0 0;
}
  .numbers-section {
    padding: 50px 0;
  }
  .numbers-field-list .col-sm-12 {
    margin: 15px 0;
  }
  .font-50 {
    font-size: 40px;
    line-height: 40px;
  }
  .font-17 {
    font-size: 15px;
    line-height: 22px;
  }
	.blog-news-txt h5 {
  font-size: 16px!important;
  line-height: 21px!important;
}
  .home-section h3, .home-section h4, .home-section h5 {
    font-size: 25px;
    line-height: 30px;
  }
  .social-icons-bar {
    margin-left: 10px;
  }
  #primary-menu {
    display: none !important;
  }
  .mobile-menu #primary-menu {
    display: block;
  }
  .menu-link {
    display: inline-block;
  }
  .p-7, .p-6 {
    padding: 2rem !important;
  }
  h1.section-title, h2.section-title, h3.section-title, h4.section-title, h5.section-title, .page-title, h4.footer-title {
    font-size: 2em;
  }
}
@media only screen and (max-width:850px) {
.logotyp {
    padding-right: 0px;
  }

	  .logo-footer,
	.rules-footer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
		  margin-top: 20px;
		  text-align: center;
  }
	.head-sidebar svg, .head-sidebar img {
  height: 15px !important;
  padding: 0 10px;
}
	.head-sidebar::after,
	.social-icons-bar::after {
  background: #cccccc!important;
}
	.social-icons-bar {
  padding: 0 12px 0 0px;
}
	  .social-icons-bar {
    margin-left: -5px;
  }
	.polylang_langswitcher {
  margin: 0px 0 0px 5px;
	}
	.polylang_langswitcher li {
  width: 18px;
}
	  .social-icons-bar .social-icon {
    width: 19px;
    height: 19px;
		  font-size: 10px;
		  padding: 4px 3px;
  }
	.head-contact {
		width: auto !important;
	}
	 .about-content h1 {
    font-size: 20px;
    line-height: 25px;
  }
	.numbers-field-list .col-sm-6 {
  line-height: 20px;
}
	.numbers-field-list .number-box {
  font-size: 40px !important;
}
}
@media only screen and (max-width:767px) {
	  .page-sidebar {
    padding-left: 15px; 
  }
	.newsletter-info .gform_body {
  width: calc(100% - 0px) !important;
  float: left;
}
	.newsletter-info .gform-footer {
  float: left;
  text-align: left;
  margin: 20px 0 !important;
	}
	.newsletter-form .gform-footer {
  width: 100%;
		text-align: center;
	}
	.section-title p {
  width: 100%;
}
	.newsletter-info .gform_wrapper input.gform_button.button {
		margin: 0 auto !important;
		text-align: center;
  width: 260px !important;
		float: none;
	}

	.ads-sidebar-box.p-5 {
		padding: 30px !important;
	}
		  .social-icons-bar .social-icon {
		  padding: 4px 4px;
  }
	.section-slider::after {
  height: 80px;
  width: 80px;
		bottom: 25px;
}
	.section-slider .glide {
  border-radius: 0 0 50px 0;
}
}
@media only screen and (max-width:750px) {
	.top-footer {
  padding: 50px 0px 30px 0px;
  font-size: 13px;
  text-align: center;
}
	footer::before {
  height: 100px;
  width: 100px;
	}
	.top-footer .social-footer .social-icons-bar {
		float: none;
	}
	.section-slider {
		margin-top: 0px !important;
}
	.main-menu .bottom-menu-row {
  justify-content: end;
}
  .page-content h2, .page-content h3, .page-content h4, .page-content h5 {
    font-size: 22px;
  }
  .page-title {
    padding-right: 0;
  }
  .subtitle {
    font-size: 1em;
    padding-right: 0%;
  }
  .page-content {
    padding-top: 40px;
  }
  .rules-footer a {
    margin-right: 5px;
    font-size: 10px;
  }
  .social-footer .social-icons-bar {
    float: left;
    margin-top: -30px;
  }
  .top-footer .col-sm-6 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    flex-shrink: 0 !important;
    max-width: 100% !important;
  }
  .home .top-footer .contact-column-info {
    margin-top: 0px;
  }
	.border-gray.border-radius {
		padding: 25px !important;
	}
}
@media (max-width: 600px) {
	.services-content-side .service-box-inner .service-box-header-icon img {
  padding: 0px;
}
	.page-title {
  font-size: 22px;
		line-height: 26px;
}
	.main-content-subpage::after,
	#about::before{ 
	 width: 200px;
		height: 200px;
	}
	.hidden_label .gchoice .gform-field-label {
  width: calc(100% - 20px) !important;
}
	.section-slider .glide.bullets .glide__bullet {
		display: none;
	}
	.main-arrows.glide-main-slider {
  width: 20px;
		bottom: 15px;
	}
	  .section-slider::after {
    height: 50px;
    width: 50px;
		  bottom: 35px;
  }
	  .section-slider .glide {
    border-radius: 0 0 25px 0;
  }
	  .main-arrows.glide-main-slider .glide__arrow {
    width: 20px !important;
    padding: 4px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
  }
  .font-20 {
    font-size: 16px;
    line-height: 22px;
  }
  .phone-head-box {
    display: none;
  }
  html body .main-content .about-content h1, html body .main-content .about-content h2, .home-section h2 {
    font-size: 20px !important;
    line-height: 25px;
	  margin-top: 0px;
	  padding-top: 0px;
  }
  html body .main-content h3, html body .main-content h4, html body .main-content h5 {
    font-size: 16px !important;
    line-height: 20px!important;
  }
  .p-7, .p-6 {
    padding: 1em 0.3rem !important;
  }
  html .p-3 {
    padding: 1em 0.3rem !important;
  }
  .main-menu {
    height: auto;
  }
  a.post-rest-link::before {
    top: 4px;
  }
   .slaider-contant h2 b, .slaider-contant h2 strong {
    font-size: 25px;
    line-height: 25px;
  }
	 .slaider-contant h2 {
    font-size: 18px;
    line-height: 20px;
  }
	.cta-section-subpage {
  padding: 30px 20px;
}
	  .page-content {
    padding-top: 20px;
  }
	.cta-section-subpage .cta-content .btn-main-red a {
		font-size: 14px;
		padding: 15px 20px;
	}
}
@media (max-width: 575px) {
	.logotyp {
		position: absolute;
		top: 65px;
		left: 0px;
	}
	.main-menu .top-menu-row {
  padding: 12px 0;
}
	.head-contact {
		width: 100%;
		padding: 0px;
	}
	.head-data {
  margin: 0 10px 0 -10px;
}
    .numbers-field-list .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
		padding: 40px 15px;
  }
	.number-desc-box {
		font-size: 12px;
		line-height: 15px;
	}
	 .font-50 {
    font-size: 30px;
    line-height: 30px;
  }
	  .numbers-field-list .number-box {
    font-size: 35px !important;
  }
}

@media (max-width: 400px) {
	
}
@media (max-width: 360px) {
	 .logotyp img {
    height: 23px;
  }
		.logotyp {
		top: 67px;
	}
	
}