.site {
  /*max-width: 1920px;
  margin: 0px auto;
	*/
}

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body {
  background: url(../img/bg.jpg);
  font-family: "Barlow", sans-serif;
  background-attachment: fixed;
}




.site-branding {
  float: left;
  margin-left: 0px;
  padding: 23px 0px;
  margin-right: 0px;
  transition: all 0.3s ease-in-out;
}

.site-branding img {
  transition: all 0.3s ease-in-out;
}

.main-navigation {
  float: right;
  width: auto;
}


.main-navigation ul {
  display: flex;
  height: 75px;
  float: left;
  margin: 20px 0px 0px !important;
  transition: all 0.3s ease-in-out;
}

.main-navigation li {
  position: relative;
  float: left;
  margin: 0px !important;

}

.main-navigation li.menu-item-has-children {
  background: url(../img/arrow-down.png) no-repeat right center;
  margin: 0px 25px 0px 0px !important;

}

.main-navigation li.menu-item-has-children:hover {
  background: url(../img/arrow-down2.png) no-repeat right center;
}

.main-navigation li.menu-item-has-children.current-menu-parent {
  background: url(../img/arrow-down2.png) no-repeat right center;
}
.main-navigation li.menu-item-has-children.current-menu-item  {
  background: url(../img/arrow-down2.png) no-repeat right center;
}



.main-navigation li.menu-item-has-children a {
  padding-right: 15px;
}

.main-navigation li:last-child {
  border-right: 1px solid #cccccc;
  margin-right: 0px !important;
}

.main-navigation li:last-child.menu-item-has-children {
  padding-right: 20px;
  background-position: 85% center;
}

.main-navigation a {
  display: block;
  float: left;
  height: 100%;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 25px 0px 25px;
  color: #181616;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}

.main-navigation ul {
  margin: 0px;
}

.main-navigation a::after {
  content: " ";
  float: left;
  width: 2px;
  height: 0%;
  position: absolute;
  top: 50%;
  left: 0;
  background: #ed1c24;
  transition: all 0.3s ease-in-out;

}

.main-navigation a::before {
  content: " ";
  float: left;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #cccccc;
  transition: all 0.3s ease-in-out;
}

.main-navigation a:hover {
  color: #264796;
}

.main-navigation li:first-child a::before {
  display: none;
}

.main-navigation li:hover a::after,
.main-navigation li.current_page_item a::after,
.main-navigation li.current-menu-item a::after {
  top: 0;
  height: 100%;
  display: none;
}



.main-navigation ul ul {
  box-shadow: unset;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  display: unset;
  margin: 0px !important;
  height: auto !important;
  transition: unset;

  padding-top: 18px;
  background: url(../img/submenu.png) no-repeat 50px top;
}

.site-header.sticky_header .main-navigation ul ul {

  margin: 0px 0px !important;
}

.wrapper__menu--href:hover {
  color: #264796;
}

.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a,
.main-navigation li.current-menu-parent a {
  color: #264796;
}

.main-navigation li.current-menu-parent ul li.current_page_item a {
  color: #264796 !important;
}

.main-navigation li.current-menu-parent ul li.current_page_item {
  background: url(../img/li.png) #fff no-repeat 15px center;
}

.main-navigation li ul li:hover {
  background: url(../img/li.png) #fff no-repeat 15px center;
}

.main-navigation li ul li:hover a {
  color: #264796;
}

.main-navigation li.current-menu-parent ul li a {
  color: #000;
}

.main-navigation li.current_page_item ul li a,
.main-navigation li.current-menu-item ul li a {
  color: #000;
}

.site-header {
  height: 185px;
  width: 100%;

  transition: all 0.3s ease-in-out;
  background: #fff;
}


.gm-header-right {
  float: right;
  width: 65%;
}


.main-navigation ul ul li {
  background: #fff;
  padding: 20px 10px 20px 30px;
  border-top: 1px solid #ccc;
  border: 1px solid #ccc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(204, 204, 204);
  border-bottom: 0px solid;
}

.main-navigation ul ul li:last-child {
  border-bottom: 1px solid #ccc;
}

.main-navigation ul ul li a {
  font-size: 15px;
  padding: 0px !important;
  width: 210px;
  ;
}

.main-navigation ul ul li a::before {
  display: none;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: 0px;
}

.site-header.sticky_header {
  height: 120px;
  width: 100%;

  position: fixed;
  z-index: 9999;
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
}

.site-header.sticky_header .gm-info-section {
  margin: 0px;
}


.site-header.sticky_header .site-branding {
  padding: 15px 0px;

}

.site-header.sticky_header .site-branding img {
  height: 85px;
  width: auto;
  object-fit: contain;

}

.site-header.sticky_header .main-navigation ul {

  height: 50px;
  margin: 9px 0px 0px !important;
}

.gm-info-section {

  float: right;

  gap: 10px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.gm-info-section a {
  color: #1b1918;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -0.7px;

}

.gm-info-section a:hover {
  color: #264796
}


.gm-info-section {
  color: #1b1918;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;

  margin: 30px 0px 0px;

}

.menu-item.gm-home-h .gm-menu-home{
	display:block;
}

.menu-item.gm-home-h .gm-menu-home-active{
	display:none;
}

.current-menu-item.gm-home-h .gm-menu-home{
	display:none;
}

.current-menu-item.gm-home-h .gm-menu-home-active{
	display:block;
}
.menu-item.gm-home-h:hover .gm-menu-home{
	display:none;
}

.menu-item.gm-home-h:hover .gm-menu-home-active{
	display:block;
}

.gm-info-section .gm-info-section-contact {

  background: url(../img/bg-btn.png) no-repeat center center;
  color: #fff;
  font-size: 18px;
  width: 248px;
  text-align: center;
  border-radius: 5px;
  height: 57px;
  line-height: 57px;

  margin-left: 10px;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.gm-info-section .gm-info-section-contact:hover{
	color:#fff;
}
.gm-info-section .gm-info-section-contact::after {
  background: url(../img/arrow-right.png) no-repeat center center;
  content: " ";
  width: 9px;
  height: 15px;
  position: absolute;
  right: 60px;
  top: 20px;
}

.gm-info-section .gm-info-section-contact:hover::after {
  right: 55px;
}

.gm-info-section-i.gm-info-section span {
  padding: 0px 5px;
}

.gm-info-section-i.gm-info-section-i-s {
  padding: 0px;

}

.gm-info-section-i {
  padding-left: 30px;
  line-height: 60px;
  transition: all 0.3s ease-in-out;
}

.gm-info-section-i:hover {
  opacity: 1;
}

.gm-info-section-i-p {
  background: url(../img/phone.png) no-repeat left center;


}

.gm-info-section-i-m {
  background: url(../img/email.png) no-repeat left center;
}

.gm-info-section-i-a {
  background: url(../img/location.png) no-repeat left center;
}


.gm-section-c {
  width: 100%;
}

.gm-home-slider {
  position: relative;
  width: 100%;
  max-height: 880px;
  overflow: hidden;

}


.gm-home-slider-w {
  position: relative;
  width: 100%;
  max-height: 880px;
  overflow: hidden;
}


.gm-home-slider-w iframe {
  width: 100%;
  height: 100%;
  min-height: 1000px;
}

.gm-home-slider-desc {
  position: absolute;
  left: 60px;
  bottom: 100px;
  z-index: 250;
  color: #fff;
  max-width: 725px;

}

.gm-home-slider-desc h2 {
  margin: 0px 0px 15px;
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  padding: 0px;
  text-transform: unset;
}


.gm-home-slider-desc h2:before {
  content: unset;
}

.gm-home-slider-desc p, .gm-single-content .gm-home-slider-desc p{
  font-size: 30px;
  color: #fff;
  margin: 0px 0px;
  line-height: 1.2;
}



.gm-home-slider-desc .gm-slider-btn {
  text-align: left;
	margin: 15px 0px 0px 0px;
}


.gm-home-slider-desc .gm-slider-btn {}

.gm-slider-btn a {
  font-size: 21px;

  color: #fff;
  text-decoration: none;
  font-weight: 600;

  line-height: 1;
  width: 285px;
  text-align: center;
  display: inline-block;

  border-radius: 5px;
  line-height: 69px;
  overflow: hidden;
}


.gm-txt-btn {
  font-size: 21px;
  color: #000;
  float: left;
  width: calc(100% - 65px);

  background: #fff;
}

.gm-arrow-btn {
  width: 65px;
  height: 69px;
  float: right;
  position: relative;
  background: url(../img/bg-btn-s.png) no-repeat center center;

}


.gm-slider-btn a:first-child {
  margin-right: 20px;
}

.gm-slider-btn1 {
  border: 0px solid #fff;
}

.gm-slider-btn1:hover {}

.gm-slider-btn1:hover .gm-txt-btn {
  color: #fff;
  background: #264796;
}

.gm-slider-btn1:hover .gm-arrow-btn {
  background: #fff url(../img/bg-btn-s-hover.png) no-repeat center center;
}


.gm-slider-btn2 {
  border: 1px solid #e53130;
  background: #e53130;
}

.gm-slider-btn2:hover {
  background: #fff;
  color: #e53130;
  border: 1px solid #fff;
}



.gm-slider-mask {
  background: url(../img/bg-slider.png) no-repeat bottom left;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
}

.gm-slider-down {
  background: url(../img/slider-kat.png);
  background-position-x: 0%;
  background-position-y: 0%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 600px;
  background-position: bottom left;
}

.gm-slider-img {

  max-width: 100%;
  object-fit: cover;
  height: 100%;
  margin-top: -130px;
}

.gm-section-numbers {
  width: 100%;
  margin-top: -240px;
  position: relative;
  z-index: 250;
  margin-bottom: 34px;

}

.gm-section-numbers-w {
  max-width: 1000px;
  margin: 0px auto;

}

.gm-section-numbers-h {
  font-size: 20px;
  font-weight: 900;
  color: #9c9c9c;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 55px;

}

.gm-section-numbers-c {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;

}

.gm-section-numbers-c-item {
  text-align: center;
  width: 25%;

}

.gm-section-numbers-c-item .gm-section-numbers-c-item-l span {
  font-size: 44px;
  color: #000;
  font-weight: 600;
  margin-top: 0px;
}

.gm-section-numbers-c-item-l span.count-plus {
  position: relative
}

.gm-section-numbers-c-item-l span.count-plus:after {
  content: "+";
  display: inline-block;
}

.gm-section-numbers-c-item:nth-child(odd) .gm-section-numbers-c-item-l span.count-plus::after {

  display: none;
}


.gm-section-numbers-c-item span {
  display: inline-block;
  margin-top: 25px;
  font-size: 20px;
  color: #000;
}


#the_content a:hover {
  color: #264796;
}

.gm-single-content-w ul {
  margin: 0px 0px 0px;
  margin-bottom: 1.5em;
  padding: 0px;
}


.gm-single-content-w ul ul {
  margin-left: 20px;
}

.gm-single-content-w #the_content ol ul {
  margin-left: 20px;
	margin-top:5px;
}

.gm-single-content-w #the_content ul ol {
margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.gm-single-content-w ul li {
  position: relative;
  color: #000;
  font-size: 19px;
  line-height: 1.4;
  list-style-position: inside;

}

.gm-single-content-w #the_content ul li {
		list-style: none;
  
  padding-left: 20px;
}


.gm-single-content-w #the_content ul ol li {
list-style: decimal;
  padding-left: 0px;
  margin-left: 0px;
}

.gm-single-content-w #the_content ol ol {
	margin:0px;
}


.gm-single-content-w ol {
  margin: 0px 0px 0px;
  margin-bottom: 1.5em;
  padding: 0px;
}

.gm-single-content-w ol li {
  position: relative;
  color: #000;
  font-size: 21px;
  line-height: 1.4;
  list-style-position: inside;
}

.gm-single-content-w #the_content ul li::before {
 content: "";
  background: url(../img/li.png);
  width: 11px;
  height: 14px;
  position: absolute;
  top: 8px;
  left: 0px;
}

.gm-single-content-w #the_content ul ol li::before {
display:none;
}

.fb_iframe_widget {

  position: relative;
  width: 100%;
  padding: 20px;
  background: #fff;
  display: inline-block !important;
}

.fb_iframe_widget span {
  width: 100% !important;
}

.fb_iframe_widget iframe {
  width: 100%;
}


.gm-widget-sidebar {
  width: 100%;
}

.gm-widget-sidebar h3 {
  font-size: 24px;
  margin: 0px 0px 20px;
}

.gm-widget-sidebar h3 span {
  color: #264796;

}

.gm-widget-sidebar .gm-news-loop-item {
  width: 100%;
  margin: 0px 0px 30px;
  display: flex;
  align-items: center;
}

.gm-widget-sidebar .gm-news-image {
  height: 120px;
  max-height: 120px;
  width: 35%;
}

.gm-widget-sidebar .gm-news-c {
  padding: 0px 30px 0px;
  width: 60%;
}

.gm-widget-sidebar .gm-news-title {
  font-size: 20px;
}

.gm-fb-widget {
  margin: 50px 0px 0px;
  float: left;
  width: 100%;
}

.gm-scroll-icon {
  position: absolute;
  bottom: 300px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  opacity: 1;
  transition: 0.2s ease-out;
  cursor: pointer;
  z-index: 260;
  border: 1px solid #dfdfdf;
  background: #fff;
  text-align: center
}

.gmscroll-icon:hover {
  opacity: 0.8;
}

.gm-scroll-icon img {
  /*	margin-top: 22px;
  position: relative;
	  transition:0.2s ease-out;*/


  width: 29px;
  height: 18px;


  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: block;
  animation: scrollAnimation 1.4s linear infinite forwards;

}

.gm-scroll-icon:hover img {
  /*	margin-top: 30px;*/


}


.gm-home-section-offer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #cccccc;

}


.gm-home-section-offer-l {
  width: 60%;
  max-height: 100%;
}


.gm-home-section-offer-r {
  width: 40%;
  max-height: 100%;
}

.gm-home-section-offer-boxes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
  margin: 100px 0px;
}


.gm-home-offer-box-item {
  width: 30%;
  position: relative;
  cursor: pointer;

}

.gm-home-offer-box-item img {
  width: 100%;
  object-fit: cover;
  float: left;

}



.swiper-button-next {
  background: linear-gradient(to right, #036AB6 0%, 34.1269850730896%, #224B99 68.2539701461792%, 84.1269850730896%, #264796 100%);
  right: 0px;
  width: 76px;
  height: 69px;
  border-radius: 5px 0px 0px 5px;
}

.swiper-button-next:hover {
  background: #fff;
}

.swiper-button-next::after {
  content: " ";
  background: no-repeat center url(../img/arrow-b.png);
  width: 100%;
  height: 100%;
}

.swiper-button-next:hover::after {

  background: no-repeat center url(../img/arrow-b-hover.png);
}


.swiper-button-prev {
  background: linear-gradient(to right, #036AB6 0%, 34.1269850730896%, #224B99 68.2539701461792%, 84.1269850730896%, #264796 100%);
  left: 0px;
  width: 76px;
  height: 69px;
  border-radius: 0px 5px 5px 0px;

}

.swiper-button-prev:hover {
  background: #fff;
}


.swiper-button-prev::after {

  content: " ";
  background: no-repeat center url(../img/arrow-b.png);
  width: 100%;
  height: 100%;
  transform: rotate(180deg);

}

.swiper-button-prev:hover::after {
  background: no-repeat center url(../img/arrow-b-hover.png);

}





.gm-home-offer-box-item .gm-home-offer-box-item-txt {
  position: absolute;
  left: 40px;
  top: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  padding-right: 50px;
  background: url(../img/arrow-b.png) no-repeat right center;
  transition: all 0.3s ease-in-out;

}

.gm-home-offer-box-item:hover .gm-home-offer-box-item-txt {

  left: 100px;
}


.gm-home-section-offer-boxes-item {
  width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.gm-home-section-offer-boxes-item:nth-child(2) {

  padding-top: 70px;
}



.gm-home-section-offer-boxes-item:nth-child(2),
.gm-home-section-offer-boxes-item:nth-child(1) {

  border-bottom: 1px solid #ccc;
}



.gm-home-section-offer-boxes-item:nth-child(even) {
  padding-left: 35px;
  padding-right: 75px;
}

.gm-home-section-offer-boxes-item:nth-child(odd) {



  padding-left: 150px;
  padding-right: 35px;
  border-right: 1px solid #ccc;
}

.gm-home-section-offer-boxes-img {
  margin: 0px 0px 30px;
}

.gm-home-section-offer-boxes-img img {}

.gm-home-section-offer-boxes-item h3 {
  font-size: 20px;
  color: #9c9c9c;
  text-transform: uppercase;
  position: relative;
  margin: 0px;
  font-weight: 900;
  line-height: 1;
  padding-left: 40px;
  margin-bottom: 20px;
}

.gm-home-section-offer-boxes-item h3:before {
  content: "";
  background: url(../img/znacznik.png);
  width: 30px;
  height: 30px;
  left: 0px;
  position: absolute;
  bottom: 0px;
}

.gm-home-section-offer-boxes-item h4 {
  font-size: 25px;
  color: #000000;
  font-weight: bold;
  margin: 0px 0px 15px;
  line-height: 1;
}

.gm-home-section-offer-boxes-item p {
  font-size: 19px;
  color: #333333;
  margin: 0px 0px 15px;
  line-height: 1.2''
}


.gm-more-offer {
  font-size: 19px;
  color: #333333;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  text-align: right;
  position: relative;
  padding-right: 60px;
  float: right;
  text-decoration: none;
  line-height: 1;
}

.gm-more-offer::after {
  transition: all 0.3s ease-in-out;
  background: url(../img/arrow-more.png);
  content: "";
  width: 36px;
  height: 12px;
  right: 8px;
  position: absolute;
  bottom: 2px;
  opacity: 0;
}

.gm-more-offer:hover {
  color: #e53130;
}

.gm-more-offer:hover::after {
  opacity: 1;
}

.gm-home-section-offer-sider {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: reletive;
}

.gm-home-section-offer-sider img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.gm-go-to {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  text-transform: uppercase;
  line-height: 1px;
  padding: 25px 45px;
  z-index: 20;
  text-decoration: none;
  background: #e53130;
  transition: all 0.3s ease-in-out;
}

.gm-go-to:hover {
  color: #fff !important;
  background: #bc181d;
}

.gm-home-section-news {
  padding: 0px 0px;

}


.gm-home-section-news-w {
  max-width: 100%;
  margin: 0px auto;
  text-align: center;

}


.gm-news-loop {
  display: flex;


  flex-wrap: wrap;
  width: 100%;
  margin: 80px 0px 0px;
  gap: 40px 20px;

}

.gm-more-news {
  color: #333333 !important;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  float: right;
  margin: 30px 0px 0px;
}

.gm-more-news:hover {
  transition: all 0.3s ease-in-out;
  color: #e53130;
}


h2::before {
  /*
  content: "";
  background: url(../img/znacznik.png);
  width: 30px;
  height: 30px;
  left: 0px;
  position: absolute;
  bottom: 0px;
  */
}


.gm-news-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc((100% - 60px)/4);
  text-align: left;
}

.gm-news-info h3 {
  color: #000000;
  font-size: 44px;
  margin: 0px 0px 20px;
  font-weight: bold;
  line-height: 1;
}

.gm-news-info p {
  font-size: 40px;
  margin: 0px 0px 40px;
  color: #000000;
  line-height: 1.2;

}

.gm-m-more {

  font-size: 21px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  width: 285px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  line-height: 69px;
  overflow: hidden;

  border: 1px solid #ccc;
}

.gm-m-more:hover {}


.gm-m-more:hover .gm-txt-btn {
  color: #fff;
  background: #264796;
}



.gm-m-more:hover .gm-arrow-btn {
  background: #fff url(../img/bg-btn-s-hover.png) no-repeat center center;
}

h2 {
  font-size: 38px;
  color: #1b1918;

  position: relative;
  margin: 0px;
  margin-bottom: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  line-height: 1;
  padding-left: 0px;
  margin-bottom: 20px;
  display: inline-block;
}

.gm-home-section-news h2 {}

.gm-news-loop-item {
  width: calc((100% - 60px)/4);
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 0px;
}

.gm-news-loop-item:hover {
  cursor: pointer;
}

.gm-news-loop-item:hover .gm-news-title {
  color: #264796;
}

.gm-news-loop-item:hover .gm-news-date {
  color: #264796;
}

.gm-news-c {
  padding: 40px 30px 80px;
  text-align: left;
  position: relative;

}


.gm-news-c:after {
  /*content: "";
  position: absolute;
  background: #ccc;
  width: 1px;
  height: 74px;
  right: -1px;
  top: -73px;
  z-index: 220;
  */
}

.gm-news-image {

  height: 260px;
  max-height: 260px;
  overflow: hidden;
  position: relative;
  margin-top: -1px;
  width: calc(100% + 2px);
  margin-left: -1px;
  cursor: pointer;
}

.gm-news-image-mask {
  /*
  background: url(../img/image-mask.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background-size: cover;
  */
}

.gm-news-image:hover .gm-news-image-mask {
  // opacity: 1;
}

.gm-news-image:after {
  /*
  border-top: 75px solid #F7F7F7;
  border-right: 75px solid transparent;
  background-color: transparent;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 200;
*/
}

.gm-news-image:before {
  /*
  border-bottom: 75px solid #fff;
  border-left: 75px solid transparent;
  background-color: transparent;
  content: "";
  position: absolute;
  right: -1px;
  bottom: 0px;
  z-index: 200;
*/

}

.gm-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.gm-news-date {
  font-size: 17px;
  color: #1b1918;




}

.gm-single-content .gm-news-date {
  font-weight: 500;
}

.gm-news-title {
  margin: 20px 0px;
  color: #1b1918;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  line-height: 1;
}

.gm-news-title:after {
  /*
  position: absolute;
  bottom: -10px;
  width: 50%;
  border: 1px solid #e53130;
  height: 1px;
  left: 0px;
  content: "";
*/
}

.gm-news-content {

  color: #333333;
  font-size: 19px;
  line-height: 1.2;
  margin: 0px 0px 30px;
}

.gm-news-c2 {
  min-height: 300px;
}

.gm-gallery-more {

  position: absolute;
  bottom: 40px;
}

/*
.gm-news-more {
  font-size: 19px;
  color: #333333;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  text-align: right;
  position: relative;
  padding-right: 60px;
  float: right;
  text-decoration: none;
  line-height: 1;
}

.gm-news-more:after {
  transition: all 0.3s ease-in-out;
  background: url(../img/arrow-more.png);
  content: "";
  width: 36px;
  height: 12px;
  right: 8px;
  position: absolute;
  bottom: 2px;
  opacity: 0;
}

.gm-news-more:hover {
  color: #e53130;
}*/

.gm-news-more:hover:after {
  opacity: 1;
}


.gm-home-section-about {
  margin: 0px 0px 100px;
  /*border-bottom: 1px solid #ccc;*/
}

.gm-home-section-about-w {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;

}


.gm-home-section-about-l {
  width: 40%;

}

.gm-home-section-about-l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.gm-home-section-about-r {

  width: 60%;
}

.gm-home-section-about-rw {
  padding: 45px 120px 45px 70px;

}

.gm-home-section-about-rw h2 {
  margin-left: -40px;

}

.gm-home-section-about-rw p {
  color: #000;
  font-size: 21px;
  margin: 0px 0px 15px;
  line-height: 33px;

}

.gm-home-section-about-rw p:last-child {}

.gm-about-sub {
  color: #181616;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0px 0px 15px;

}

.gm-about-sub span {
  color: #e53130
}


.gm-home-section-about-rw .gm-m-more {
  margin-top: 50px;
  float: right;

}

.gm-single-content.gm-single-content1 {
  padding: 0px;
}

.gm-single-2cols {
  width: 100%;
  display: flex;
  padding: 0px 0px;
  justify-content: space-between;
}

.gm-single-2cols-1 {
  width: 70%;
  background: #fff;
  padding: 30px 100px;
}

.gm-single-2cols-2 {
  width: 28%;
  padding: 30px 0px;
}

.gm-single-2cols .gm-m-more {
  float: right;
}

/*
.gm-m-more {
  font-size: 19px;
  color: #333333;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  text-align: left;
  position: relative;
  padding-right: 60px;
  float: left;
  text-decoration: none;
  line-height: 1;


}


.gm-m-more:after {
  transition: all 0.3s ease-in-out;
  background: url(../img/arrow-more.png);
  content: "";
  width: 36px;
  height: 12px;
  right: 8px;
  position: absolute;
  bottom: 2px;
  opacity: 0;
}

.gm-m-more:hover {
  color: #e53130;
}

.gm-m-more:hover:after {
  opacity: 1;
}
*/

.gm-social-widget {
  top: 185px;
  position: fixed;
  right: 0px;
  z-index: 999;
}

.gm-social-widget ul {
  margin: 0px;
  padding: 0px;
  list-style: none;

}

.gm-social-widget ul li:first-child {
  border-top: 1px solid #dadada;
}

.gm-social-widget ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #dadada;
  text-align: center;
  border-left: 1px solid #dadada;
  background: #fff;

}

.gm-social-widget ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;

}
.gm-social-widget ul li a .gm-img-social-2 {
	display:none;
}

.gm-social-widget ul li a:hover .gm-img-social-1 {
	display:none;
}
.gm-social-widget ul li a:hover .gm-img-social-2 {
	display:block;
}


.gm-szkolenia-txt {
  font-size: 25px;
  color: #000;
  margin: 50px 0px;

}

.gm-szkolenia-txt p {
  font-size: 25px;
  color: #000;
  margin: 0px 0px;

}

.gm-szkolenia-list {
  margin: 0px 90px;
}

.gm-category-szkolenia {

  margin: 0px 0px 20px;
}

.gm-category-szkolenia-name {
  background: #006eb9;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 30px 40px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.gm-category-szkolenia-name::after {
  background: no-repeat center url(../img/arrow-b.png);
  content: " ";
  height: 100%;
  width: 90px;
  position: absolute;
  right: 0px;
  top: 0px;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

.gm-category-szkolenia-list {
  padding: 40px;
  width: 100%;
  background: #fff;
  border: 0px solid;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  display: none;
}

.gm-category-szkolenia-list-active {
  display: flex;
}

.gm-category-szkolenia-name-active {
  background: linear-gradient(to right, #006EB9 0%, 8.200167864561081%, #0369B4 16.400335729122162%, 58.20016786456108%, #264796 100%);
}


.gm-category-szkolenia-name-active::after {
  transform: rotate(90deg);
}

.gm-category-szkolenia-list .gm-content-box-w {
  padding: 40px;
  margin: 0px;
  width: calc((100% - 80px)/3);
}

.gm-category-szkolenia-list .gm-content-box-ww-i {
  width: 100%;
}

.gm-category-szkolenia-list .gm-kontakt-box-t {
  margin: 0px 0px 0px;
}


.gm-i-info-title {

  font-weight: bold;
  font-size: 25px;
}

.gm-category-szkolenia-list .gm-content-box-w a {
  text-decoration: unset;
}

.gm-category-szkolenia-list .gm-content-box-w .gm-i-info-t-m a {
  color: #125ba8;
}

.gm-upperfooter {
  padding: 0px;
  background: #fff;

}





.gm-upperfooter-w {
  max-width: 1760px;
  margin: 0px auto;

}


.gm-logos-slider {
  margin: 0px 0px 0px;
  width: 100%;
}

.gm-logos-slider ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;

  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.gm-logos-slider ul li {

  text-align: center;
}

.gm-logos-slider ul li a {}

a:visited {
  color: unset;
}

.gm-logos-slider ul li a img {
  max-width: 100%;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;

}

.gm-logos-slider ul li a:hover img {
  filter: grayscale(0%);


}


.site-footer {
  background: #264796;
  padding: 100px 0px 40px;
  color: #fff;
}

.gm-footer-w {
  max-width: 1760px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gm-footer-item {
  width: 25%;
  color: #fff;
  line-height: 29px;
  font-size: 17px;
}

.gm-footer-item a {
  color: #fff;
}

.gm-footer-item:first-child {
  width: 18%;

}

.gm-footer-item p:last-child {
  margin: 0px;
}

.gm-footer-item ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.gm-footer-item ul li {
  padding: 0px;
  margin: 0px 0px 15px;

}

.gm-footer-item ul li a {
  color: #fff;
  text-decoration: none;
}

.gm-footer-item p {
  margin-top: 0px;
}

.gm-footer-item h4 {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  margin: 0px 0px 20px;
  line-height: 29px;
}

.gm-footer-item-w a {

  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.gm-footer-item-w a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-info .gm-upperfooter-w {
  text-align: right;
  padding: 0px 150px 0px 0px;
}


.gm-footer-social {
  float: left;
  width: 100%;
}

.gm-footer-social ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;


}


.gm-footer-social li {
  padding: 0px;
  margin: 0px;
  width: 65px;
  height: 65px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.gm-footer-social li:hover {
  opacity: 0.9;
  border-color: #e53130;
}

.gm-footer-social li a {}


.gm-footer-social li a img {
  transition: all 0.3s ease-in-out;
  float: left;

}

.gm-footer-social li:hover a img {
  transform: scale(0.9);

}


/* 404 */
/*.archive.category .site-header*/
.error404 .site-header {
  border-bottom: 1px solid #dfdfdf;
}

.error-404 {
  min-height: calc(100vh - 240px);
  display: flex;
  text-align: center;
  align-content: center;
  align-items: center;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.error-404 h1 {
  width: 100%;
  font-size: 84px;
  margin: 0px 0px 40px;
}


.gm-center-info {
  width: 100%;
}

.gm-center-info h2 {
  clear: both;
  margin: 0px 0px 40px;
}

.gm-btn-back {
  clear: both;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  padding: 20px 0px;
  line-height: 1;
  width: 190px;
  text-align: center;
  display: table;
  border: 1px solid #264796;
  background: #264796;
  margin: 0px auto;

}

.gm-btn-back:hover {
  border: 1px solid #264796;
  background: #fff;
  color: #000 !important;
}



.gm-news-pagination {
  width: 100%;
  margin: 50px 0px 100px;

}

.gm-news-pagination .pages {
  display: none;
}


.gm-news-pagination .wp-pagenavi a,
.gm-news-pagination .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 0px 0px;
  margin: 0px 10px;
  color: #000;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  padding: 8px 12px;
  background: #fff;
  border-radius: 5px;
}

.gm-news-pagination .wp-pagenavi a:hover {
  color: #fff;
  background: #006eb9;
  border: 1px solid #006eb9;

}

.gm-news-pagination .wp-pagenavi span.current {
  color: #fff;
  background: #006eb9;
  border: 1px solid #006eb9;
  font-weight: 500;
}


.gm-subpage-banner {
  max-height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;

}

.gm-subpage-banner .gm-slider-mask {
  background: url(../img/mask-subpage.png) no-repeat bottom left;

}

.gm-subpage-banner-w {
  max-height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;


}

.gm-subpage-banner-img {
  width: 100%;
  object-fit: cover;
  margin-top: 0px;
  height: 100%;

  float: left;
}

.gm-single-content {
  padding: 30px 0px;

}

.gm-single-content-w {
  max-width: 1760px;
  margin: 0px auto;
}

.gm-subpage-banner .gm-home-slider-desc {}

.gm-single-content p {
  color: #000;
  font-size: 19px;
  line-height: 1.4;

}

.gm-single-content-ref {
  background: #fff;
  padding: 60px 0px;
}

.gm-single-content-ref-title {
  text-align: center;

}

.gm-single-content-ref-content {
  margin: 30px 0px 0px;

}

.site-info {
  text-align: center;
  margin: 20px 0px 0px;
}

.post,
.page {
  margin: 0 0 0px;
}

.gm-single-content-offer {
  background: #fff;
  padding: 0px 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.gm-single-content-offer-w {}

.gm-single-content-offer .gm-home-section-offer-boxes-item:nth-child(2) {
  padding-top: 60px;
}


.gm-single-content-offer .gm-home-section-offer-boxes-item {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 480px;
  box-sizing: content-box;
}

.gm-single-content-offer .gm-home-section-offer-boxes-item:nth-child(2n+1) {
  padding-left: calc(50% - 480px - 120px);
  padding-right: 120px;
  border-right: 1px solid #ccc;
}

.gm-single-content-offer .gm-home-section-offer-boxes-item:nth-child(2n) {
  padding-left: 120px;
  padding-right: calc(50% - 480px - 120px - 1px);
}


.gm-logos-slider .swiper {
  width: 100%;
  height: 100%;
}

.gm-logos-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 300px;
}

.gm-logos-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.gm-logos-slider .swiper-slide a img {
  max-width: 100%;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;

}

.gm-logos-slider .swiper-slide a:hover img {
  filter: grayscale(0%);


}

.gm-logos-slider .swiper-slide span img {
  max-width: 100%;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;

}

.gm-logos-slider .swiper-slide span:hover img {
  filter: grayscale(0%);


}


.gm-home-section-offer-sider .swiper {
  width: 100%;
  height: 100%;
}

.gm-home-section-offer-sider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gm-home-section-offer-sider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 650px;
}

.gm-home-section-offer-sider .swiper-button-next,
.gm-home-section-offer-sider .swiper-button-prev {
  color: #e53130;
}


.gm-home-section-offer-sider .swiper-button-next,
.gm-home-section-offer-sider .swiper-button-prev {

  width: 65px;
  height: 65px;

  background: #fff;
}

.gm-home-section-offer-sider .swiper-button-next {
  right: 0px;
  background: url(../img/arrow-right-icon.png) #fff no-repeat center center;
}

.gm-home-section-offer-sider .swiper-button-prev {
  left: 0px;

  background: url(../img/arrow-left-icon.png) #fff no-repeat center center;
}

.gm-home-section-offer-sider .swiper-button-next.swiper-button-disabled,
.gm-home-section-offer-sider .swiper-button-prev.swiper-button-disabled {
  opacity: .65;
}

.gm-home-section-offer-sider .swiper-button-next:hover,
.gm-home-section-offer-sider .swiper-button-prev:hover {
  opacity: .65;

}

.gm-home-section-offer-sider .swiper-button-prev {
  left: 0px;
  right: auto;
}

.gm-home-section-offer-sider .swiper-button-next::after,
.gm-home-section-offer-sider .swiper-button-prev::after {

  display: none;
}


.gm-single-content-maps {

  text-align: left;
  padding: 50px;

}

.gm-single-content-maps h2 {
  font-size: 25px;
  margin-bottom: 0px;
  color: #000000;
}



.gm-single-content-maps-w {
  margin: 30px 0px 0px;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}

.gm-single-content-maps-w:hover {

  filter: grayscale(0%);

}

.gm-content-box {
  background: #fff;

  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gm-content-box-l {

  /* border-right: 1px solid #ccc;*/
  width: 65%;
  position: relative;
  padding: 50px;
}

.gm-content-box-r {
  width: 35%;
  position: relative;
}



.wpcf7-list-item-label {
  font-size: 16px;
  color: #fff;
  padding-left: 12px;
  float: right;
  width: 97%;
  margin-top: -10px;
}

.gm-cform-title {

  color: #fff;
  margin: 0px 0px 15px;
  font-size: 25px;
  font-weight: bold;

}

.gm-content-box-form p {
  font-size: 16px;
  color: #fff;
}

/*
.gm-content-box-l:before {
  content: "";
  position: absolute;
  height: 71px;
  width: 1px;
  background: #fff;
  right: -1px;
  top: 0px;
}

.gm-content-box-l:after {
  content: "";
  position: absolute;
  right: -65px;
  top: 35px;
  z-index: 200;
  width: 100px;
  height: 1px;
  background: #ccc;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.gm-content-box-r:after {

  border-top: 72px solid #F7F7F7;
  border-left: 72px solid transparent;
  background-color: transparent;
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 200;

}


.gm-content-box-r:before {

  content: "";
  position: absolute;
  right: -65px;
  top: 35px;
  z-index: 201;
  width: 100px;
  height: 1px;
  background: #ccc;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);

}

*/

.gm-content-box-w {
  padding: 50px 50px 80px;
  border: 1px solid #ccc;
  margin: 0px 0px 40px;
}

.gm-content-box-w:last-child {
  margin: 0px;
}

.gm-content-box-ww {
  margin: 0px 0px 0px;
  width: 90%;
  display: flex;
}

.gm-content-box-ww-i {
  width: 50%;
  font-size: 20px;
  line-height: 37px;
  color: #000;
}

.gm-content-box-ww-i p {
  margin: 0px 0px 15px;


}

.gm-content-box-ww-i a {
  color: #000;


}


.gm-content-box-ww-i a:hover {
  color: #006eb9;


}

.gm-i-info-t {}

.gm-i-info-t-p {
  background: url(../img/phone2.png) no-repeat left center;
  padding-left: 30px;
}

.gm-i-info-t-m {
  background: url(../img/email2.png) no-repeat left center;
  padding-left: 30px;
}


.gm-kontakt-box-t p {
  margin: 0px;
}

.gm-content-box-w h2 {
  font-size: 25px;
  margin-bottom: 50px;
  color: #000000;

}

.gm-kontakt-box-t {
  margin: 0px 0px 15px;
}

.gm-kontakt-box-tt {}


.gm-content-box-l .gm-content-box-ww {

  color: #000;
  line-height: 1.4;
  font-size: 22px;
}

.gm-content-box-l .gm-content-box-ww h4 {
  color: #000;
  font-weight: bold;
  font-size: 22px;
  margin: 0px 0px 20px;
}

.gm-content-box-l .gm-content-box-ww a {
  color: #000;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.gm-content-box-l .gm-content-box-ww a:hover {
  color: #006eb9;
}


.gm-content-box-form {

  background: #264796;
  padding: 50px;
  width: 100%;
}

.gm-fomr-line {
  width: 100%;
  margin: 0px 0px 20px;

}

.gm-fomr-line input[type=text],
.gm-fomr-line input[type=email],
.gm-fomr-line textarea {
  width: 100%;
  margin: 0px 0px 0px;
  background: #f7f7f7;
  border: 0px solid;
  color: #000;
  padding: 10px;
  font-size: 18px;
  border-radius: 0px;
  outline: unset;
}

.gm-fomr-line textarea {
  height: 150px;
  box-sizing: border-box;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0px;
}

.gm-fomr-line p {
  margin: 0px;
}

#show_more,
#show_less {
  border-radius: 0px;
  background: unset;
  color: #fff;
  font-size: 18px;
  text-transform: ;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  padding: 0px;
  border: 0px solid;
  margin: 10px 0px 0px;
}

#show_more:hover,
#show_less:hover {

  color: #fff;
}

.wpcf7 input[type=submit] {
  font-size: 21px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  width: 285px;
  text-align: left;
  display: inline-block;
  border-radius: 5px;
  line-height: 69px;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 0px;
  padding-left: 0px;
  background: #fff;
  padding-left: 25px;

}

.wpcf7 input[type=submit]::after {}

.gm-form-btns {

  display: flex;
  width: 100%;
  justify-content: space-between;
}

.gm-form-btns-s {
  position: relative;
  float: right;
  width: 285px;

}

.gm-form-btns-s p {
  margin: 0px;
}

.gm-form-btns-s::after {
  background: #fff url(../img/bg-btn-s-hover.png) no-repeat center center;
  width: 65px;
  height: 69px;
  content: " ";
  position: absolute;
  right: 1px;
  top: 1px;
  border-radius: 0px 5px 5px 0px;

  border-left: 1px solid #ccc;

}

.gm-content-box-form .wpcf7 form .wpcf7-response-output {
  margin: 10px 0px 0px;

  color: #fff;
}


.wpcf7 input[type=submit]:hover {
  background: #fff;
  color: #000;
}

.gm-news-loop-item-r .gm-news-title,
.gm-news-loop-item-r .gm-news-content {
  max-width: 80%;

}

.gm-realization-gallery {
  display: none;
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}


@keyframes scrollAnimation {
  0% {
    opacity: 0;
    transform: translate(-50%, -150%);
  }

  10% {
    opacity: 1;
    transform: translate(-50%, -120%);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  99% {
    opacity: 0;
    transform: translate(-50%, 40%);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -150%);
  }
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  height: 100vh;
  background: #fff;
  z-index: 2000;
  transition: opacity 0.2s ease-out;
}

.loader.hide {
  opacity: 0;
  pointer-events: none;
}

.loader .logo {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader .logo:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: conic-gradient(#264796, transparent 240deg);
  animation: rotate 1s linear infinite;
}

.loader .logo:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  height: 94%;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.loader .logo img {
  width: 100%;
  height: 100%;
  padding: 10%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  position: relative;
  z-index: 2;
  border-radius: 100%;
}


.menu-toggle .bar {
  height: 3px;
  width: 100%;
  background-color: #264796;
  transition: all 100ms ease-in-out;
}

.menu-toggle {

  flex-direction: column;
  justify-content: space-between;
  height: 22px;
  width: 22px;
  background: unset;
  border: 0px solid;
  padding: 0px;
}

.gm-single-content-realization-content .wpgridlightbox::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #ed1c24;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.gm-single-content-realization-content .wpgridlightbox:hover::after {

  opacity: 0.2;
}

.wonderplugin-gridgallery-elem-videobutton {
  z-index: 2;
}


.gm-single-content-realization-content .wpgridlightbox::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;

  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 5;
  background: url(../img/oko.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: center;
}

.gm-single-content-realization-content .wpgridlightbox:hover::before {
  opacity: 1;
}

.gm-single-content-realization-content {
  width: 100%;
}

.gm-realization-grid {
  width: 100%;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0px 0px 50px;

}

.gm-r-grid-item {
  width: 100%;
  margin: 0px 0px;
  max-height: 360px;
  cursor: pointer;
}

.gm-r-grid-item-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gm-r-grid-item-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 5;
  background: url(../img/oko.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: center;
}

.gm-r-grid-item-image:hover::before {
  opacity: 1;
}


.gm-r-grid-item.gm-r-grid-item-video .gm-r-grid-item-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  z-index: 5;

  background: url(../img/play.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: center;
}


.gm-r-grid-item.gm-r-grid-item-video .gm-r-grid-item-image:hover::before {
  opacity: 1;
}


.gm-r-grid-item-image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #ed1c24;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.gm-r-grid-item-image:hover::after {
  opacity: 0.2;
}


.gm-r-grid-item-image a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;

}


.gm-r-grid-item-image a img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  object-fit: cover;
  transition: transform 360ms ease-in-out;
}

.gm-r-grid-item-image:hover img {
  transform: scale(1.1);
}


.gm-home-slider .swiper {
  width: 100%;
  height: 100%;
}

.gm-home-slider .swiper .swiper-slide {
  width: 100%;
  height: 880px;
}

.gm-home-slider .swiper .swiper-slide img {
  width: 100%;
  margin-top: 0px;
}

.gm-arrow-menu {
  display: none;

}

.wsp-pages-title {
  display: none;
}

.wsp-posts-title {
  display: none;
}


.wsp-container li a {
  text-decoration: none;
  color: #000;
}

.gm-no-padding-maps{
	padding:0px 0px 30px;
	padding-top:0px !important;
	padding-left:0px !important;
	padding-right:0px !important;
}

.gm-no-padding-maps iframe{
	width:100%;
	height:100%;
	overflow:hidden;
	border:0px solid;
	min-height:500px;
	
}

.gm-sub-section-offer-boxes{
	margin: 30px 0px;
}

.gm-sub-section-offer-boxes .gm-home-offer-box-item {
  width: 48%;
}


.gm-filte-cat-title{
	margin: 80px 0px 30px;
  font-size: 30px;
  color: #000;
}

.gm-news-loop-file:last-child{
	margin:0px 0px 100px;
}

.gm-news-loop-file{
	margin: 00px 0px 0px;
}
.gm-news-loop-file .gm-news-loop-item{
	padding: 60px 100px 60px 60px;
}

.gm-news-loop-file h4{
	font-size: 25px;
  color: #000;
  margin: 0px 0px 60px;
	text-align:left;
}


.gm-news-loop-file .gm-m-more{
	font-size: 15px;
  color: #fff;

 
  width: 200px;
 

  line-height: 50px;

  float: left;
}
.gm-news-loop-file .gm-txt-btn {
  font-size: 16px;
	width: calc(100% - 50px);
}

.gm-news-loop-file .gm-arrow-btn {
  width: 50px;
  height: 50px;
}

.gm-news-loop-org{
	text-align:left;
	margin-bottom: 80px;
	
}

.gm-i-info-t-www {
  background: url(../img/www.png) no-repeat left center;
  padding-left: 30px;
}

.gm-news-loop-org .gm-content-box-w {
  padding: 50px 25px 50px;
  border: 0px solid #ccc;
  margin: 0px 0px 0px;
}


.gm-news-loop-org .gm-content-box-ww-i a {
  color: #000;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.gm-news-loop-org .gm-content-box-ww-i {
  width: 100%;
}

.gm-news-loop-org .gm-content-box-ww-i .gm-i-info-t-m a,
.gm-news-loop-org .gm-content-box-ww-i .gm-i-info-t-www a{
  color: #006eb9;

}

.gm-news-loop-org  .gm-kontakt-box-t {
  margin: 0px 0px 5px;
}

.gm-content-name-and-logo{
	display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
	margin-bottom:20px;
}
.gm-content-name-and-logo h2{
margin-bottom:0px;
}

.gm-content-name-and-logo img{
	width:100px;
	height:100px;
}

.gm-news-loop-faq .gm-news-loop-item {
  width: 100%;
	border:0px solid;
	text-align:left;
}

.gm-faq-ask{
	color:#fff;
	font-size:26px;
	padding:30px 40px;
	background:#006eb9;
	margin:0px;
	position: relative;
}
.gm-faq-ask.gm-faq-ask-active{

/* Gecko */
background-image: -moz-linear-gradient(left, rgba(0, 110, 185, 229) rgba(38, 71, 150, 217));
/* Safari 4+, Chrome 1+ */
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 110, 185, 229)), to(rgba(38, 71, 150, 217)));
/* Safari 5.1+, Chrome 10+ */
background-image: -webkit-linear-gradient(left, rgba(0, 110, 185, 229), rgba(38, 71, 150, 217));
/* Opera */
background-image: -o-linear-gradient(left, rgba(0, 110, 185, 229), rgba(38, 71, 150, 217));


}

.gm-faq-ask.gm-faq-ask-active span{
	transform:rotate(90deg);
}

.gm-faq-ask span{
background: url(../img/arrow-down3.png) right center no-repeat;
  position: absolute;
  right: 40px;
  top: 0px;
  height: 100%;
  width: 27px;
}

.gm-news-loop-faq{
	gap: 0px 0px;
}

.gm-faq-answer{
	background:#fff;
	padding:0px;
	width: 100%;
}

.gm-faq-answer.gm-faq-answer-active{
	display:block;
}

.gm-faq-answer-w{
	padding:40px;
	border: 1px solid #ccc;
}

.gm-faq-answer-w p:first-child{
margin-top:0px;

}

.gm-news-loop-faq .gm-category-szkolenia {
  margin: 0px 0px 20px;
  width: 100%;
  text-align: left;
}
@media (max-width: 1920px) {}

@media (max-width: 1800px) {
  .site-branding {
    max-width: 25%;
  }

  .gm-header-right {

    width: 75%;
  }

  .main-navigation {
    max-width: 100%;
  }

  .gm-info-section {
    max-width: 100%;
    margin: 10px 0px 0px;
  }

  .main-navigation a {
    padding: 0px 20px 0px 30px;
  }

  .site-header {
    height: 165px;
  }


  .gm-home-slider-desc {}

  .gm-single-content-w {
    max-width: 98%;
  }

  .gm-footer-w {
    max-width: 98%;
  }

}

@media (max-width: 1600px) {
  .site-branding {
    max-width: 20%;
  }

  .gm-header-right {

    width: 80%;
  }

  .gm-subpage-banner {
    width: 104%;
    margin-left: -2%;
  }

  .gm-single-content-w .gm-single-content-w {
    max-width: 100%;
  }
}


@media (max-width: 1400px) {
  .gm-single-2cols-1 {
    width: 60%;
    background: #fff;
    padding: 20px 20px;
  }

  .gm-single-2cols-2 {
    width: 38%;
    padding: 20px 0px;
  }


  .site-branding {
    margin-left: 0px;
    margin-right: 0px;

  }

  .main-navigation {}

  .gm-info-section {}

  .gm-info-section .gm-info-section-contact {

    width: 200px;
  }

  .gm-info-section .gm-info-section-contact::after {

    right: 45px;
  }

  .gm-info-section .gm-info-section-contact:hover::after {
    right: 40px;
  }

  .gm-info-section-contact:hover {
    color: #fff !important;
  }

  .gm-info-section-i-a {

    display: none;
  }

  .main-navigation a {
    font-size: 16px;
    padding: 0px 15px 0px 15px;
  }

  .main-navigation li.menu-item-has-children {

    margin: 0px 15px 0px 0px !important;
  }

  .site-header.sticky_header .site-branding img {

    object-fit: contain;
  }

  .gm-home-section-offer-boxes-item:nth-child(2n+1) {
    padding-left: 35px;
    padding-right: 35px;

  }

  .gm-home-section-offer-boxes-item:nth-child(2n) {
    padding-left: 35px;
    padding-right: 35px;
  }

  .gm-upperfooter {

    max-width: 100%;
    margin: 0px auto;
  }

  .gm-footer-w {
    max-width: 96%;
  }


  .gm-single-content-w {
    max-width: 96%;
  }


  .gm-single-content-offer .gm-home-section-offer-boxes-item:nth-child(2n+1) {
    padding-left: 60px;
    padding-right: 60px;
  }

  .gm-single-content-offer .gm-home-section-offer-boxes-item:nth-child(2n) {
    padding-left: 60px;
    padding-right: 60px;
  }

  .gm-single-content-offer .gm-home-section-offer-boxes-item {

    width: 50%;
    box-sizing: border-box;
  }

}


@media (max-width: 1200px) {

  .gm-info-section {
    display: none;
  }

  .main-navigation {

    float: right;
  }

  .gm-slider-down {

    display: none;
  }

  .gm-section-numbers {

    margin-top: 0px;


    padding-top: 50px;
  }

  .gm-scroll-icon {
    position: absolute;
    bottom: 25px;
  }

  .gm-home-section-news-w {
    max-width: 100%;
  }

  .gm-content-box-w {
    padding: 40px 40px;
  }

  .site-branding {
    padding: 20px 0px 0px;
  }

  .site-header {
    height: 78px;
  }

  .site-header.sticky_header {
    height: 60px;
  }

  .site-header.sticky_header .site-branding img {
    height: 35px;
    width: auto;
  }

  .gm-home-slider-desc {
    position: absolute;
    left: 2%;
    bottom: 10%;
    z-index: 250;
    color: #fff;
    max-width: 80%;
  }



  .gm-news-info {

    width: calc((100% - 20px)/2);
  }

  .gm-news-loop-item {
    width: calc((100% - 20px)/2);
  }


  .gm-szkolenia-list {
    margin: 0px 0px;
  }

  .gm-category-szkolenia-list {
    padding: 20px;
  }

  .gm-category-szkolenia-list .gm-content-box-w {
    padding: 20px;

    width: calc((100% - 40px)/2);
  }



  .gm-content-box-l {

    width: 60%;

    padding: 20px;
  }

  .gm-content-box-w {
    padding: 30px;
    margin: 0px 0px 30px;
  }

  .gm-content-box-form {

    padding: 30px;
  }

  .gm-content-box-r {
    width: 40%;
  }


  .gm-content-box-ww-i {
    width: 100%;
    margin: 0px 0px 20px;
  }

  .gm-content-box-ww {

    width: 100%;

    flex-wrap: wrap;
  }

  .wpcf7-list-item-label {

    width: 96%;
  }

  .gm-form-btns {

    display: inline-block;
    width: 100%;
  }

  .gm-content-box-form p {

    margin: 5px 0px 25px;
  }

  .gm-form-btns-s p {
    margin: 0px;

  }

}



@media (max-width: 960px) {

	.current-menu-item.menu-item-has-children  .gm-arrow-menu {
		 background: url(../img/arrow-down2.png) #fff no-repeat center;
	}
		.menu-item.menu-item-has-children:hover  .gm-arrow-menu {
		 background: url(../img/arrow-down2.png) #fff no-repeat center;
	}
	
  .gm-arrow-menu {
    background: url(../img/arrow-down.png) #fff no-repeat center;
    width: 30px;
    height: 100%;
    position: absolute;
    z-index: 999;
    right: 0px;
    top: 0px;
    display: block;
    cursor: pointer;
  }


  .gm-form-btns {

    display: flex;

  }

  .gm-single-content-maps {

    padding: 30px;
  }

  .gm-single-2cols {

    flex-wrap: wrap;
  }

  .gm-single-2cols-1 {
    width: 100%;
  }

  .gm-single-2cols-2 {
    width: 100%;
  }

  .gm-home-slider-desc h2 {
    font-size: 34px;
    width: 100%;
  }

  .gm-home-slider-desc img {
    max-width: 50%;
  }

  .gm-home-slider-desc p {
    margin: 10px 0px;
  }

  .gm-slider-btn a {}

  .gm-scroll-icon {
    width: 50px;
    height: 50px;
  }

  .gm-section-numbers-c {
    max-width: 96%;
  }

  .gm-home-section-offer-l {
    width: 100%;
  }

  .gm-home-section-offer-r {
    width: 100%;
  }

  .gm-logos-slider .swiper-slide {

    width: 30%;
  }

  .gm-home-section-about-l {
    width: 100%;
  }

  .gm-home-section-about-r {
    width: 100%;
  }



  .gm-home-section-about-rw {
    padding: 45px 80px 45px 80px;
  }

  .main-navigation ul {
    display: none;
  }

  .menu-toggle {
    display: flex;
    cursor: pointer;


    position: relative;
    margin: 35px 0px 0px 0px;

  }

  .site-header.sticky_header .menu-toggle {

    margin: 20px 0px 0px 0px;
  }


  .main-navigation.toggled .bar:nth-of-type(1) {
    transition: all 300ms ease-in-out;
    transform: rotate(45deg);
    transform-origin: top left;
    width: 28px;
  }

  .main-navigation.toggled .bar:nth-of-type(2) {
    transition: all 300ms ease-in-out;
    transform-origin: center;
    width: 0;
  }

  .main-navigation.toggled .bar:nth-of-type(3) {
    transition: all 300ms ease-in-out;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    width: 28px;
  }

  .site-header.sticky_header .site-branding {
    padding: 5px 0px;
  }

  .site-branding {
    max-width: 40%;
    padding: 10px 0px 0px;
  }

  .gm-header-right {
    width: 55%;
  }

  .main-navigation {
    max-width: 60%;

  }

  .main-navigation.toggled #primary-menu {

    position: fixed;
    left: 0px;
    top: 0px;
    background: #fff;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0px !important;

    padding-top: 25%;
  }

  .main-navigation.toggled li {

    margin: 0px 0px 20px;
  }

  .main-navigation.toggled .menu-toggle {

    z-index: 999999;
    position: relative;
  }



  .site-branding {

    position: relative;
    z-index: 999999;
  }


  .gm-subpage-banner .gm-home-slider-desc {}


  .gm-content-box-l {
    width: 100%;
  }

  .gm-content-box-r {
    width: 100%;
  }

  .gm-subpage-banner {

    width: 104%;

    margin-left: -2%;
  }

  .gm-subpage-banner-w {
    height: 250px;
    clip-path: unset;
  }

  .gm-subpage-banner-img {

    margin-top: 0px;
  }

  .gm-content-box-l::before {

    display: none;
  }

  .gm-content-box-l::after {

    display: none;
  }

  .gm-content-box-r::after {

    display: none;
  }

  .gm-content-box-r::before {

    display: none;
  }

  .gm-content-box-w {
    padding: 40px 40px 0px;
  }


  .loader {

    z-index: 19999999;
  }



  .gm-realization-grid {

    gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin: 0px 0px 30px;

  }

  .gm-r-grid-item {
    max-height: 200px;




  }




  .gm-home-offer-box-item {
    width: 48%;
  }


  .gm-home-offer-box-item .gm-home-offer-box-item-txt {

    max-width: 60%;
  }


  .site-info .gm-upperfooter-w {
    text-align: center;
    padding: 0px 0px 0px 0px;
  }

  .gm-home-slider {

    width: 104%;
    max-height: 600px;

    margin-left: -2%;

  }

  .gm-home-slider-w {

    max-height: 600px;
  }

  .gm-home-slider .swiper .swiper-slide {

    height: 600px;
  }

  .swiper-button-prev {

    width: 50px;
    height: 50px;
  }

  .swiper-button-next {

    width: 50px;
    height: 50px;
  }

  .main-navigation a::before {
    display: none;

  }

  .main-navigation.toggled li {
    padding: 10px 0px;

  }

  .main-navigation a {
    font-size: 20px;
  }

  .main-navigation li:last-child {
    border-right: 0px solid #ccc;
  }


  .main-navigation li.menu-item-has-children::after {}


  .site-header.sticky_header .site-branding img {
    height: 45px;
  }


  .main-navigation a {
    height: auto;

  }

  .main-navigation ul li:hover>ul,
  .main-navigation ul li.focus>ul {}

  .main-navigation ul ul {

    padding-top: 0px;
    background: unset;
    width: 100%;
  }

  .main-navigation ul ul li a {
    padding: 0px 20px 0px 30px !important;
  }

  .main-navigation li.menu-item-has-children {
    margin: 0px 0px 0px 0px !important;
  }

  .main-navigation li {
    position: relative;
    float: left;
    margin: 0px !important;
    width: 65%;
    text-align: center;

  }

  .main-navigation li li {
    width: 100%;
  }

  .main-navigation li a {

    width: auto;
    text-align: left;
    padding: 0px;
  }

  .main-navigation ul ul li a {

    width: 100%;
  }

  .main-navigation ul li:last-child {
    border-right: 1px solid #ccc;
  }

  .main-navigation li:last-child.menu-item-has-children {
    padding-right: 0px;
    background-position: right center;
    border: 0px;
  }

  li.gm-menu-sub-o-xx ul.sub-menu {
    display: block;
    left: 0px;
  }

  .main-navigation.toggled li.gm-menu-sub-o-xx ul.sub-menu {
    display: block;
    left: 0px;
  }

  .main-navigation.toggled ul {
    display: none;
  }


  .gm-body-overflow-h {
    overflow: hidden;
  }
	
	  .gm-body-overflow-h .site-header.sticky_header {
 position: unset;
  }
	
	

  .gm-body-overflow-h .gm-info-section {
    position: absolute;
    bottom: 2%;
    z-index: 999991;
    left: 4%;
    display: flex;
    width: 96%;
    justify-content: center;
  }

  .gm-body-overflow-h .gm-info-section .gm-info-section-i {

    line-height: 24px;
  }


  .gm-body-overflow-h .gm-info-section .gm-info-section-i.gm-info-section-i-s {
    display: none;
  }

  .gm-info-section-hide {
    display: none !important;
  }

}


@media (max-width: 640px) {
	
	.gm-sub-section-offer-boxes .gm-home-offer-box-item {
  width: 100%;
}
	
	.gm-single-content-w ul li {
 
  font-size: 18px;
	}
	
  .gm-content-box-w {
    padding: 20px 20px 0px;
  }

  .gm-content-box-w h2 {

    margin-bottom: 25px;
  }

  .gm-footer-item:first-child {
    display: flex;
    justify-content: center;
    gap: 30px;
  }

  .gm-social-widget {
    top: 100px;
  }

  .gm-category-szkolenia-name {
    font-size: 18px;
    padding: 20px 25px;
  }

  .gm-category-szkolenia-list .gm-content-box-w {

    width: 100%;
  }

  .gm-news-info {
    width: 100%;
  }





  .gm-home-slider-w iframe {

    min-height: 500px;
  }


  .gm-logos-slider .swiper-slide {
    width: 48%;
  }

  .gm-home-section-about-rw {
    padding: 30px;
  }

  .gm-home-section-about-rw .gm-m-more {
    margin-top: 0px;

  }

  .gm-logos-slider .swiper-slide {

    height: 150px;
  }

  .gm-footer-item:first-child {
    width: 100%;
  }

  .gm-footer-item {
    width: 100%;

    margin: 0px 0px 20px;
  }

  .gm-footer-w {
    max-width: auto;
    display: table;
    margin: 0px auto;
    min-width: 50%;
  }

  .gm-home-section-news {

    padding: 30px 0px;
  }

  .gm-home-offer-box-item {
    width: 100%;
  }

  .gm-home-section-offer-boxes {

    margin: 30px 0px;
  }

  .gm-news-loop {

    margin: 30px 0px 0px;
  }

  .gm-news-loop-item {
    width: 100%;
  }

  .gm-more-news {

    margin: 0px 0px 0px;
  }

  .gm-section-numbers-c-item {
    text-align: center;
    width: 50%;
    margin: 0px 0px 20px;
  }

  .gm-slider-img {

    margin-top: 0px;
    min-height: 400px;
  }

  .site-footer {

    padding: 50px 0px 40px;
  }

  .site-branding {

    max-width: calc(50% - 50px);
  }


  .gm-single-content-offer .gm-home-section-offer-boxes-item:nth-child(2n+1) {

    border-right: 0px solid #ccc;
  }

  .gm-single-content-offer .gm-home-section-offer-boxes-item {
    width: 100%;
  }

  .gm-home-section-offer-boxes-item:nth-child(3) {
    border-bottom: 1px solid #ccc;
  }



  .gm-gallery-r-c .gallery-columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .gm-form-btns {

    flex-wrap: wrap;
    justify-content: center;
  }

}


@media (max-width: 480px) {
	
	.gm-home-offer-box-item:hover .gm-home-offer-box-item-txt {
  left: 60px;
}

  .gm-home-offer-box-item .gm-home-offer-box-item-txt {
    max-width: 70%;
  }

.gm-home-offer-box-item .gm-home-offer-box-item-txt {

  font-size: 24px;
	}

  .gm-home-slider {

    max-height: calc(100vh - 70px);

  }

  .gm-home-slider-w {
    max-height: calc(100vh - 70px);
  }

  .gm-slider-img {

    min-height: calc(100vh - 70px);
  }


  .gm-home-slider .swiper .swiper-slide {
    height: calc(100vh - 70px);
  }

  .gm-home-slider .swiper {

    height: calc(100vh - 70px);
  }

  .main-navigation li {

    width: 90%;

  }


  .gm-logos-slider ul {

    flex-wrap: wrap;
  }

  .gm-logos-slider ul li {
    text-align: center;
    width: 100%;
  }

  .gm-news-info p {
    font-size: 20px;
    margin: 0px 0px 20px;

  }

  .gm-header-right {
    width: 35%;
  }

  .menu-toggle {

    margin: 25px 0px 0px 0px;
  }

  .gm-home-slider-desc h2 {
    font-size: 26px;

  }

  .gm-slider-btn a {
    padding: 5px 0px;
    width: 210px;
    line-height: 50px;
  }

  .gm-m-more {
    width: 210px;
    line-height: 50px;
  }



  .gm-txt-btn {
    font-size: 16px;

    width: calc(100% - 45px);

  }

  .gm-arrow-btn {
    width: 45px;
    height: 50px;
  }

  .site-branding {
    max-width: 65%;
  }


  .gm-subpage-banner .gm-home-slider-desc h2 {
    margin: 0px 0px 10px;
  }

  .gm-subpage-banner .gm-home-slider-desc p {
    font-size: 20px;
  }

  .gm-news-info h3 {

    font-size: 38px;
  }

  .gm-realization-grid {

    gap: 20px;
    grid-template-columns: 1fr;
    margin: 0px 0px 20px;

  }

  .gm-r-grid-item {
    max-height: 200px;

  }



  .gm-section-numbers-c-item {

    width: 100%;
  }

  .gm-home-section-offer-boxes-item {
    width: 100%;
  }

  .gm-logos-slider .swiper-slide {
    width: 100%;
  }


  .gm-home-slider-desc {
    position: absolute;
    left: 5%;

  }

  .swiper-button-prev {
    display: none;

  }

  .swiper-button-next {
    display: none;
    ;
  }

  .gm-slider-btn a {
    padding: 10px 0px;

    font-size: 14px;
  }

  .gm-scroll-icon {
    width: 40px;
    height: 40px;
  }

  .gm-scroll-icon img {

    width: 20px;
    height: auto;
  }

  .site-branding {
    max-width: 60%;
    padding: 15px 0px 0px;
  }

  .gm-news-c {
    padding: 35px 30px 40px;
    text-align: left;
    position: relative;
  }

  .gm-footer-w {

    min-width: 80%;
  }

  .gm-single-content-offer .gm-home-section-offer-boxes-item {

    padding: 30px !important;
  }


  .gm-gallery-r-c .gallery-columns-4 {
    grid-template-columns: repeat(1, 1fr);
  }




  .wpcf7-list-item-label {
    width: 94%;
  }

}

@media (min-width: 1921px) {
  .gm-slider-down {
    display: none;


  }

  .gm-section-numbers {

    margin-top: 0px;
    background: #F7F7F7;
    z-index: -1;
    padding-bottom: 70px;
    margin-bottom: 0px;
  }

  .gm-slider-img {

    width: 100%;
  }

  .gm-home-slider {
    background: #F7F7F7;
  }

  .gm-home-slider-w {
    /*clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);*/
  }

  .gm-scroll-icon {
    bottom: 75px;
  }

}


#html5-watermark {
  display: none !important;
}

.wonderplugin-gridgallery-item a:last-child {
  display: none !important;
}

.wonderplugin-gridgallery-item div a:last-child {
  display: block !important;
}


.gallery-item .gallery-icon {
  position: relative;
  cursor: pointer;
}



.gallery-item .gallery-icon span {
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  z-index: 50;
  left: 0px;
  top: 0px;
  content: "";
}


.gallery-item .gallery-icon span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #ed1c24;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}



.gallery-item .gallery-icon a:hover span::after {

  opacity: 0.2;
}


.gallery-item .gallery-icon span::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 5;
  background: url(../img/oko.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: center;
}


.gallery-item .gallery-icon a:hover span::before {
  opacity: 1;
}

/*

.gallery-item .gallery-icon::after{
content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #ed1c24;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}	

.gallery-item .gallery-icon:hover::after{

 opacity: 0.2;

}	

.gallery-item .gallery-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 5;
  background: url(../img/oko.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: center;
}


.gallery-item .gallery-icon:hover::before {
  opacity: 1;
}
*/